Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ website
=======

Website template for WiCS' "Make Your Own Website on Github" Day
Learn and Explore Simply
Checkout this for amazing Template!
4 changes: 2 additions & 2 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<header> <!-- stuff that never changes (site name, navigation) -->
<h1>My New Shiny Website</h1>
<h1>My New Sparkling Website</h1>
<div> <!-- navigation section -->
<span><a href="about.html">About Me</a></span>
<span><a href="resume.html">Resume</a></span>
Expand All @@ -18,7 +18,7 @@ <h1>My New Shiny Website</h1>
</header>

<main> <!-- stuff that changes on every page -->
With shiny content that should go here!
With lustrous content that should go here!

Note that although this line looks like it should start a new paragraph,
it doesn't.
Expand Down