Skip to content

Commit

Permalink
add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
howar31 committed Apr 16, 2014
1 parent 0b4c5a6 commit 60bdf79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ body {

.localtime {
}

#footer {
color: #CCCCCC;
padding-top: 9px;
margin: 20px 0 40px;
border-top: 1px solid #EEE;
}
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,23 @@
</head>

<body>
<div class="container">
<div class="container">
<div class="page-header" id="header">
<h1 id="header-title">Guild Wars 2 Timer</h1>
<p class="lead">2014 Feature Pack updated world bosses time table.</p>
</div>

<div id="table-worldboss">
<div class="row table-header">
<div class="col-md-6" id="wbname-title">World Boss</div>
<div class="col-md-3" id="psttime-title">US Pacific Time (Server Time)</div>
<div class="col-md-3" id="localtime-title">Local Time</div>
</div>
</div>

<div id="footer">
<p>Created and maintained by <a href="http://about.me/howar31" target="_blank">Howar31</a> @ 2014.04.17</p>
</div>
</div>

<script>
Expand Down

0 comments on commit 60bdf79

Please sign in to comment.