Skip to content

Commit

Permalink
fix bootstrap files
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktrautman committed Aug 30, 2013
1 parent 6106d5e commit 010e580
Show file tree
Hide file tree
Showing 44 changed files with 13,245 additions and 12,850 deletions.
5 changes: 4 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Eriktrautman.github.io : Test page" />

<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="/bootstrap/css/bootstrap.min.css">
<!-- <link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/stylesheet.css"> -->
<script src="/bootstrap/js/bootstrap.min.js"></script>

<title>Eriktrautman.github.io</title>
</head>
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<header class="inner">
<a id="forkme_banner" href="https://github.com/eriktrautman">View on GitHub</a>

<h1 id="project_title">Eriktrautman.github.io</h1>
<h2 id="project_tagline">Test page</h2>
<h1 id="project_title">Curriculum</h1>
<h2 id="project_tagline"></h2>

</header>
</div>
1 change: 1 addition & 0 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h1> I AM A SIDE BAR, HEAR ME NAVIGATIONALLY ROAR </h1>
28 changes: 28 additions & 0 deletions _layouts/content.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>

{% include head.html %}

<body>
<div class="container">

{% include header.html %}
<div class="row">
<div class="span6 offset2" id="content">
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
{{ content }}
</div>
</div>
</div>
<aside class="span3 offset1" id="sidebar">
{% include sidebar.html %}
</aside>

{% include footer.html %}

</div>

</body>

</html>
File renamed without changes.
Loading

0 comments on commit 010e580

Please sign in to comment.