-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
executable file
·84 lines (61 loc) · 2.71 KB
/
work.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
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Testbed Lime</title>
<link rel="stylesheet" href="dist/css/style.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header id="top">
<aside class="logo"> </aside>
<nav class="top">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<div class="content">
<section class="main">
<h1>Work</h1>
<h2 class="galt"><a href="#2011">2011</a></h2><br />
<section class="gallery">
<article class="gallery-item">
<a href="http://rm-testbed.com/port/sechum/"><img src="http://rm-testbed.com/port/wp-content/uploads/sites/2/2016/04/sechum_500.png" alt="Screen shot of "></a>
</article>
</section> <h2><a href="#2012">2012</a></h2><br />
<section class="gallery">
<article class="gallery-item">
<a href="http://rm-testbed.com/port/sttbcstl/"><img src="http://rm-testbed.com/port/wp-content/uploads/sites/2/2016/04/sttbcstl_500.png" alt="Screen shot of "></a>
</article>
<article class="gallery-item">
<a href="http://rm-testbed.com/port/sttlhl/"><img src="http://rm-testbed.com/port/wp-content/uploads/sites/2/2016/04/sttlhl_500.png" alt="Screen shot of "></a>
</article>
</section> <h2><a href="#Uncategorized">Uncategorized</a></h2><br />
<section class="gallery">
<article class="gallery-item">
<a href="http://rm-testbed.com/port/test2/"><img src="http://rm-testbed.com/port/wp-includes/images/media/default.png" alt="Screen shot of "></a>
</article>
<article class="gallery-item">
<a href="http://rm-testbed.com/port/auto-draft/"><img src="http://rm-testbed.com/port/wp-includes/images/media/default.png" alt="Screen shot of "></a>
</article>
</section>
</div>
<footer class="main-footer">
<section class="tag">Hello is it me you're flexing for?</section>
<aside class="social">
<ul>
<a href="#"><li><i class="fa fa-twitter"></i></li></a>
<a href="#"><li><i class="fa fa-github"></i></li></a>
<a href="#"><li><i class="fa fa-linkedin"></i></li></a>
</ul>
</aside>
</footer>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
</body>
</html>