Skip to content

Commit e0d37d8

Browse files
committed
fixed spacing issue and restored font size on tedX links
1 parent 291e5dd commit e0d37d8

File tree

1 file changed

+59
-56
lines changed

1 file changed

+59
-56
lines changed

war/index.html

Lines changed: 59 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
2727
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
2828
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
29-
29+
3030
<div class="navbar navbar-inverse navbar-fixed-top">
3131
<div class="navbar-inner" id="head-nav">
3232
</div>
@@ -42,13 +42,13 @@
4242
})
4343
</script>
4444
</head>
45-
45+
4646
<body>
4747
<div id="pjax-content">
4848
<!-- END REPEAT-->
4949

5050
<!-- sb: this allows FB to reload when user returns to home page
51-
it is very slow though...i think there is a better way but requires app id -->
51+
it is very slow though...i think there is a better way but requires app id -->
5252
<div id="fb-root"></div>
5353

5454
<div id="myCarousel" class="carousel slide">
@@ -244,73 +244,76 @@ <h1>Aiming for the best.</h1>
244244
</div>
245245
</div>
246246

247-
247+
248248

249249
<!-- ====================== main body ==================== -->
250-
<div>
251-
<div class="container marketing">
252-
<div>
253-
<h1>Enter the worm. <img src="assets/ico/apple-touch-icon-72-precomposed.png">
254-
</h1>
255-
</div>
256-
<div class="large-spacer"></div>
257-
<h2>
258-
<strong>OpenWorm</strong> is an open source project dedicated to creating the first virtual organism in a computer.
259-
</h2>
250+
<div class="container marketing">
251+
<div>
252+
<h1>Enter the worm. <img src="assets/ico/apple-touch-icon-72-precomposed.png">
253+
</h1>
260254
</div>
261-
262-
<div class="large-spacer"></div>
263-
<div class="line"></div>
264-
<div class="large-spacer"></div>
265255
<div class="large-spacer"></div>
256+
<h2>
257+
<strong>OpenWorm</strong> is an open source project dedicated to creating the first virtual organism in a computer.
258+
</h2>
259+
</div>
266260

267-
<div class="container marketing">
268-
<div class="row-fluid">
269-
<div class="span4">
270-
<h3>What?</h3>
271-
<p class="marketing-byline">
272-
OpenWorm has been developing a complete cell-level model of the C. elegans nematode since 2011.
273-
</p>
274-
</div>
275-
<div class="span4">
276-
<h3>Why?</h3>
277-
<p class="marketing-byline">
278-
Because modeling a simple nervous system is a first step toward fully understanding complex systems like the human brain.
279-
</p>
280-
</div>
281-
<div class="span4">
282-
<h3>How?</h3>
283-
<p class="marketing-byline">
284-
By rejecting red tape and building a community of engineers, scientists, and other motivated volunteers from around the world.
285-
</p>
286-
</div>
261+
<div class="large-spacer"></div>
262+
<div class="line"></div>
263+
<div class="large-spacer"></div>
264+
<div class="large-spacer"></div>
265+
266+
<div class="container marketing">
267+
<div class="row-fluid">
268+
<div class="span4">
269+
<h3>What?</h3>
270+
<p class="marketing-byline">
271+
OpenWorm has been developing a complete cell-level model of the C. elegans nematode since 2011.
272+
</p>
273+
</div>
274+
<div class="span4">
275+
<h3>Why?</h3>
276+
<p class="marketing-byline">
277+
Because modeling a simple nervous system is a first step toward fully understanding complex systems like the human brain.
278+
</p>
279+
</div>
280+
<div class="span4">
281+
<h3>How?</h3>
282+
<p class="marketing-byline">
283+
By rejecting red tape and building a community of engineers, scientists, and other motivated volunteers from around the world.
284+
</p>
287285
</div>
288286
</div>
287+
</div>
289288

290-
<div class="large-spacer"></div>
291-
<div class="large-spacer"></div>
292-
<div class="large-spacer"></div>
293-
294-
<div class="marketing"
295-
<div class="row-fluid">
296-
<div class="span6" style="color: #292929;">
297-
<h2>Latest news</h2>
298-
<ul id="news-feed">
289+
<div class="large-spacer"></div>
290+
<div class="large-spacer"></div>
299291

300-
</ul>
301-
</div>
302-
<div class="span6">
303-
<div id="tweeter">
304-
<a class="twitter-timeline" href="https://twitter.com/OpenWorm" data-widget-id="293717776768569344">Tweets by @OpenWorm</a>
305-
</div>
292+
<div class="marketing">
293+
<div class="row-fluid">
294+
<div class="span6" style="color: #292929;">
295+
<h2>Latest news</h2>
296+
<ul id="news-feed">
297+
298+
</ul>
299+
</div>
300+
<div class="span6">
301+
<div id="tweeter">
302+
<a class="twitter-timeline" href="https://twitter.com/OpenWorm" data-widget-id="293717776768569344">Tweets by @OpenWorm</a>
306303
</div>
307304
</div>
308305
</div>
309306
</div>
307+
310308
<div class="container">
311309
<div class="marketing">
312310

313-
<h3>See OpenWorm at:</h3>
311+
312+
<h1>See OpenWorm</h1>
313+
<h2>
314+
at
315+
</h2>
316+
<br>
314317
<a href="media.html" class="no-a-effect" title="See two awesome TEDx talks by Stephen Larson featuring OpenWorm">
315318
<div id="tedx"></div>
316319
<div class="row-fluid">
@@ -431,8 +434,8 @@ <h1>Meet with us</h1> <br>
431434
</p>
432435
</div>
433436
</div>
434-
435-
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->
437+
438+
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->
436439
</div><!-- end pjax content -->
437440

438441

0 commit comments

Comments
 (0)