Skip to content

Commit

Permalink
Convert home page to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbenes committed Apr 15, 2014
1 parent cb6e2c5 commit 0ff8100
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 43 deletions.
2 changes: 1 addition & 1 deletion _includes/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/reset.css" />
<!--link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/reset.css" /-->
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/cbd.css" />
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}css/crc_menu.css" />
<link rel="icon" type="image/png" href="{{ site.url }}{{ site.baseurl }}favicon.png" />
Expand Down
3 changes: 3 additions & 0 deletions _layouts/blank.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% include top.html %}

{{ content }}
2 changes: 1 addition & 1 deletion css/cbd.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
text-align: center; font-family: arial, sans-serif; color: #494949; font-size: 13px; background-color: #fff;
font-family: arial, sans-serif; color: #494949; font-size: 13px; background-color: #fff;
}

a:link, a:hover, a:active, a:visited {
Expand Down
52 changes: 11 additions & 41 deletions index.html → index.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><!-- InstanceBegin template="/Templates/two_col.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Cognitive Rhythms Collaborative</title>
<!-- InstanceEndEditable -->
<style type="text/css" media="all">
@import url("css/reset.css");
@import url("css/cbd.css");
</style>

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/ie6.css" />
<![endif]-->

<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="css/crc_menu.css" rel="stylesheet" type="text/css" />
<!-- InstanceBeginEditable name="head" -->


<style type="text/css" media="all">
@import url("css/reset.css");
@import url("css/cbd.css");
</style>

<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/ie6.css" />
<![endif]-->

<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="css/crc_menu.css" rel="stylesheet" type="text/css" />
<!-- InstanceEndEditable -->
</head>
---
layout: blank
title: "Cognitive Rhythms Collaborative"
---

<body>

Expand Down Expand Up @@ -69,9 +38,7 @@
<li><a href="conference.htm"><b>Conference</b></a></li>
</ul>
</div>

<div id="one-col">
<!-- InstanceBeginEditable name="center" -->
<p class="home" style="line-height: 1.7em;">
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,
learning, memory and motor planning.</p>
Expand All @@ -80,13 +47,16 @@
<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>

<h1>News and Events</h1>

---

<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>


---

<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>

<!-- InstanceEndEditable -->
</div>

</div>


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

0 comments on commit 0ff8100

Please sign in to comment.