Skip to content

Commit 0ff8100

Browse files
committed
Convert home page to markdown
1 parent cb6e2c5 commit 0ff8100

File tree

4 files changed

+16
-43
lines changed

4 files changed

+16
-43
lines changed

_includes/top.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<title>{{ page.title }}</title>
66
<meta name="viewport" content="width=device-width,initial-scale=1">
7-
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/reset.css" />
7+
<!--link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/reset.css" /-->
88
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/cbd.css" />
99
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/crc_menu.css" />
1010
<link rel="icon" type="image/png" href="{{ site.url }}{{ site.baseurl }}favicon.png" />

_layouts/blank.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% include top.html %}
2+
3+
{{ content }}

css/cbd.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
text-align: center; font-family: arial, sans-serif; color: #494949; font-size: 13px; background-color: #fff;
2+
font-family: arial, sans-serif; color: #494949; font-size: 13px; background-color: #fff;
33
}
44

55
a:link, a:hover, a:active, a:visited {

index.html renamed to index.md

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,7 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2-
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/two_col.dwt" codeOutsideHTMLIsLocked="false" -->
4-
<head>
5-
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6-
<!-- InstanceBeginEditable name="doctitle" -->
7-
<title>Cognitive Rhythms Collaborative</title>
8-
<!-- InstanceEndEditable -->
9-
<style type="text/css" media="all">
10-
@import url("css/reset.css");
11-
@import url("css/cbd.css");
12-
</style>
13-
14-
<!--[if IE]>
15-
<link rel="stylesheet" type="text/css" href="css/ie6.css" />
16-
<![endif]-->
17-
18-
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
19-
<link href="css/crc_menu.css" rel="stylesheet" type="text/css" />
20-
<!-- InstanceBeginEditable name="head" -->
21-
22-
23-
<style type="text/css" media="all">
24-
@import url("css/reset.css");
25-
@import url("css/cbd.css");
26-
</style>
27-
28-
<!--[if IE]>
29-
<link rel="stylesheet" type="text/css" href="css/ie6.css" />
30-
<![endif]-->
31-
32-
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
33-
<link href="css/crc_menu.css" rel="stylesheet" type="text/css" />
34-
<!-- InstanceEndEditable -->
35-
</head>
1+
---
2+
layout: blank
3+
title: "Cognitive Rhythms Collaborative"
4+
---
365

376
<body>
387

@@ -69,9 +38,7 @@
6938
<li><a href="conference.htm"><b>Conference</b></a></li>
7039
</ul>
7140
</div>
72-
7341
<div id="one-col">
74-
<!-- InstanceBeginEditable name="center" -->
7542
<p class="home" style="line-height: 1.7em;">
7643
The <b>Cognitive Rhythms Collaborative (CRC)</b> is a group of scientists in the Boston area who work together to advance our understanding of the brain dynamics underlying cognitive functions such as sensory processing, attention,
7744
learning, memory and motor planning.</p>
@@ -80,13 +47,16 @@
8047
<p class="home" style="line-height: 1.7em;">The CRC is supported by the <a href="http://www.nsf.org" target="_blank">National Science Foundation</a> and the <a href="http://mcgovern.mit.edu" target="_blank">McGovern Center</a>.</p>
8148

8249
<h1>News and Events</h1>
50+
51+
---
52+
8353
<p class="home"><b>Rhythmic Dynamics and Cognition Conference:</b> <a href="http://thesciencenetwork.org/programs/rhythmic-dynamics-and-cognition">Videos now available!</a></p>
84-
54+
55+
---
56+
8557
<iframe src="https://www.google.com/calendar/embed?mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=j0dmopro3gm68jcjsc7c3ssklo%40group.calendar.google.com&amp;color=%235229A3&amp;ctz=America%2FNew_York" style=" border-width:0 " width="720px" height="200" frameborder="0" scrolling="no"></iframe>
8658

87-
<!-- InstanceEndEditable -->
8859
</div>
89-
9060
</div>
9161

9262

@@ -125,4 +95,4 @@ <h1>News and Events</h1>
12595
var MenuBar1 = new Spry.Widget.MenuBar("crc_menu", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
12696
</script>
12797
</body>
128-
<!-- InstanceEnd --></html>
98+
</html>

0 commit comments

Comments
 (0)