-
Notifications
You must be signed in to change notification settings - Fork 0
/
mu-home.html
62 lines (58 loc) · 2.05 KB
/
mu-home.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://use.fontawesome.com/fcebf8dbc5.js"></script>
<link rel="stylesheet" href="css/bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<title>Molly Underwood Portfolio</title>
<meta name="google-site-verification" content="FN2EgPBnpZDTxr1PXK2VM8q-dfUL9_t2wAAirmb1rWk" />
</head>
<body>
<div id="gradient">
<div class="container" >
<div class="row header logo">
<h1 class="text-center">Molly<br/>Under<br/>wood</h1>
<p>portfolio</p>
</div>
<div class="row main home">
<div class="col-md-4">
<a href="mu-about-me.html">
<div class="wrapper">
<div class="link-box">
<h1>About</h1>
</div>
</div></a>
</div>
<div class="col-md-4">
<a href="mu-work.html">
<div class="wrapper">
<div class="link-box">
<h1>Work</h1>
</div>
</div></a>
</div>
<div class="col-md-4">
<a href="mu-contact.html">
<div class="wrapper">
<div class="link-box" id="link-contact">
<h1>Con<br/>tact</h1>
</div>
</div></a>
</div>
</div>
<div class="row footer">
<div class="footerCopy">
<p>© Molly Underwood 2017</p>
</div>
</div>
</div>
</div>
<!-- Latest Compiled and Minified JavaScript -->
<script src="js/bootstrap-jQuery/jquery-3.1.0.min.js"></script>
<script type="text/javascript" src="js/bootstrap-jQuery/bootstrap.min.js"></script>
<script src="js/gradient.js"></script>
</body>
</html>