forked from TheOdinProject/curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6106d5e
commit 010e580
Showing
44 changed files
with
13,245 additions
and
12,850 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<h1> I AM A SIDE BAR, HEAR ME NAVIGATIONALLY ROAR </h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.