-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
67 lines (63 loc) · 2.89 KB
/
Copy pathtest.html
File metadata and controls
67 lines (63 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ben Plumley</title>
<link href="bootstrap-3.2.0-dist/css/bootstrap.css" rel="stylesheet">
<link href="custom.css" rel="stylesheet">
<link href="pace/pace.css" rel="stylesheet">
<link href="favicon.png" rel="icon" type="image/png">
</head>
<body>
<div id="wrap" class="curtain">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="menu">
<div class="pull-left">
<ul class="nav nav-pills">
<li><a href="index.html" target="_parent">Ben Plumley</a></li>
<li><a href="projects.html" target="_parent">Projects</a></li>
<li><a href="about.html" target="_parent">About</a></li>
</ul>
</div>
<div class="pull-right">
<ul class="nav nav-pills">
<li><a href="contact.html" target="_parent">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="main-box">
<p>$$y=x$$</p>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<p>Tested on and designed for Chrome. Problems? <a href="http://whatbrowser.org/" target="_blank">Update your browser.</a></p>
<p>Hosted on <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>. Check it out, you might like it as much as I do.</p>
</div>
<div class="col-md-4">
<em>With thanks to</em>
<ul class="list-unstyled">
<li><a href="http://www.glyphicons.com" target="_blank">Glyphicons</li>
<li><a href="http://www.freeimages.com/profile/jenben27" target="_blank">jenben27</a> (Loxee, photograph)</li>
<li><a href="http://www.krappweis.com" target="_blank">Andreas Krappweis</a> (Loxee, photographs)</li>
<li><a href="http://www.shutterstock.com/gallery.mhtml?id=691891&rid=691891" target="_blank">Mandrysz Krzysztof</a> (Loxee, photograph)</li>
</ul>
</div>
<div class="col-md-4">
<p>This static HTML website was generated from a dynamic PHP version using <a href="https://github.com/benplumley/makestatic" target="_blank">makestatic</a>.</p>
<p>The page load progress bar used on this site is <a href="http://github.hubspot.com/pace/docs/welcome/" target="_blank">pace</a>.</p>
</div>
</div>
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="navbar_shrink.js"></script>
<script type="text/javascript" src="scroll_into_view.js"></script>
<script src="pace/pace.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</body>
</html>