-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (100 loc) · 4.2 KB
/
index.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<title>Raine McDevitt</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Genos:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<header>
<div>
<center>
<a href="index.html">
<img src="Photos/Name-Logo.png" alt="" id="logo">
</a>
</center>
</div>
<div id="myInfo">
<h2>Raine McDevitt</h3>
<p>designer & developer</p>
</div>
</header>
<div class="row">
<div class="column">
<a href="https://issuu.com/imznewblack/docs/magazine-final-spreads" target="_blank">
<img src="Photos/JAM.jpg" alt="">
<div class="caption">
<p>JAM! – A Roller Derby Publication</p>
</div>
</a>
</div>
<div class="column">
<a href="stance.html" target="_blank">
<img src="Photos/STANCE.png" alt="">
<div class="caption">
<p>Substance Treatment & New Community Experience</p>
</div>
</a>
</div>
<div class="column">
<a href="https://rmcdevitt1.github.io/SpaceMono_WebfontShowcase/" target="_blank">
<img src="Photos/WEBFONT.png" alt="">
<div class="caption">
<p>Space Mono – Webfont Showcase</p>
</div>
</a>
</div>
</div>
<div class="row">
<div class="column lower">
<a href="jeff.html" target="_blank">
<img src="Photos/JEFF.jpg" alt="">
<div class="caption">
<p>Jeff Rosenstock – Grid Systems</p>
</div>
</a>
</div>
<div class="column lower">
<a href="lftg.html" target="_blank">
<img src="Photos/LFTG.png" alt="">
<div class="caption">
<p>Little Flower Parish Theatre Group – Identity</p>
</div>
</a>
</div>
<div class="column lower">
<a href="acd.html" target="_blank">
<img src="Photos/ACD.png" alt="">
<div class="caption">
<p>Arch City Defenders</p>
</div>
</a>
</div>
</div>
<nav class="nav">
<a href="https://issuu.com/imznewblack/docs/magazine-final-spreads" target="_blank">JAM!</a> |
<a href="stance.html" target="_blank">STANCE</a> |
<a href="https://rmcdevitt1.github.io/SpaceMono_WebfontShowcase/" target="_blank">Webfont Showcase</a> |
<a href="jeff.html" target="_blank">Jeff Rosenstock</a> |
<a href="lftg.html" target="_blank">LFTG</a> |
<a href="acd.html" target="_blank">Arch City Defenders</a>
</nav>
<div class="push"></div>
</div>
<footer class="footer">
<div class="footer-left">
<p class="footer-name">
Raine McDevitt © 2017
</p>
</div>
<div class="footer-right">
<p class="footer-email">
</p>
</div>
</footer>
</body>
</html>