-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathericstrap.html
78 lines (74 loc) · 2.39 KB
/
ericstrap.html
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
68
69
70
71
72
73
74
75
76
77
78
<!doctype html>
<head>
<title>Eric Nolte</title>
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='css/ericstrap.css' type='text/css'>
<link rel='stylesheet' href='css/normalize.css' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50130061-1', 'ericnolte.com');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</head>
<body>
<nav>
<div class="title">
<a id='title' href="/">eric nolte</a>
</div>
<div class='inner-nav'>
<ul>
<li><a href='projects.html'>Projects</a></li>
<li><a href='ericstrap.html'>ericstrap</a></li>
<li><a href='https://medium.com/@Eric_Nolte'>Blog</a></li>
</ul>
</div>
</nav>
<main>
<div>
My front-end practice
</div>
<br>
<!-- Buttons -->
<div>
Buttons:
</div>
<a href='#'>
<div class='button'>button</div>
</a>
<a href='#'>
<div class='button success'>success</div>
</a>
<a href='#'>
<div class='button warning'>warning</div>
</a>
<a href='#'>
<div class='button info'>info</div>
</a>
<hr>
<!-- Photo frame -->
<p>
Photo framing:
</p>
<p>
<div class='photo'>
<img class="resize" src="images/ericandgarret.jpg" alt="photo frame"/>
</div>
</p>
<hr>
</main>
<div class="footer">
hosted with <a href='www.github.com'>Github pages</a>
<a class="twitter right right-footer" href="https://twitter.com/Eric_Nolte"></a>
<a id='pair' class="right-footer right" href="mailto:amishe@gmail.com" title="Pair program with me!"><img width="100" height="30" src="http://pairprogramwith.me/badge.png"
alt="Pair program with me!" />
</a>
</div>
</body>
</html>