forked from Parallel-in-Time/parallel-in-time.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (137 loc) · 4.75 KB
/
index.html
File metadata and controls
175 lines (137 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Parallel-in-Time</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<link rel="canonical" href="http://parallelintime.org/">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/octicons/octicons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/jquery.githubRepoWidget.min.js"></script>
<script type="text/javascript" src="/js/custom.js"></script>
</head>
<body>
<header>
<nav>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Parallel-in-Time</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="/events/index.html">Workshops</a>
</li>
<li>
<a href="/groups/index.html">Groups</a>
</li>
<li>
<a href="/projects/index.html">Projects</a>
</li>
<li>
<a href="/methods/index.html">Methods</a>
</li>
<li>
<a href="/codes/index.html">Codes</a>
</li>
<li>
<a href="/news/index.html">News</a>
</li>
<li >
<a href="/about/index.html">About</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="jumbotron">
<div class="container">
<h1>Parallel-in-Time</h1>
<p>About Parallel-in-Time Methods</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<section>
<h3>Title of Block One</h3>
<p>Some text to be displayed in the first of three blocks on the landing page.</p>
<p>It can have a few paragraphs and lines.</p>
</section>
</div>
<div class="col-md-4">
<section>
<h3>Title of Block Two</h3>
<p>The second block on the landing page has another title and text.
It features another topic on the main page.</p>
<p>It can have a few paragraphs and lines.</p>
</section>
</div>
<div class="col-md-4">
<section>
<a type="button" class="btn btn-default btn-sm pull-right" href="feed.xml" role="button" title="subscribe via RSS">
<i class="fa fa-rss"></i>
<span class="hidden-xs">RSS</span>
</a>
<h3>
Recent News
</h3>
<ul class="list-group">
<li class="list-group-item">
<span class="label label-default">04 Aug 2014</span>
<a href="/news/2014/08/04/new-workshop-announcement.html">Workshop in Dresden in 2015</a>
</li>
</ul>
</section>
</div>
</div>
</div>
</main>
<footer id="site-footer">
<div class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-4 col-lg-4">
<p class="navbar-text">
<a class="navbar-link" href="/about/imprint.html">
©<span class="hidden-xs"> Imprint</span></a>
<!--<span class="seperator hidden-xs"></span>-->
</p>
</div>
<div class="col-md-4 col-lg-4 hidden-xs hidden-sm">
<p class="navbar-text small">
<span class="credit"><a class="navbar-link" href="http://octopress.org">Powered by Octopress</a></span>
</p>
</div>
<div class="col-xs-6 col-sm-6 col-md-4 col-lg-4">
<p class="navbar-text pull-right">
<a class="navbar-link" href="https://github.com/Parallel-in-Time/parallel-in-time.github.io">
<i class="fa fa-github fa-fw"></i><span class="hidden-xs">Sources</span></a>
<span class="seperator"></span>
<a class="navbar-link" href="https://github.com/Parallel-in-Time/parallel-in-time.github.io/issues">
<i class="fa fa-bug fa-fw"></i><span class="hidden-xs">Found a typo?</span></a>
</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>