-
Notifications
You must be signed in to change notification settings - Fork 0
/
coming-soon.html
65 lines (55 loc) · 1.94 KB
/
coming-soon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Coming soon!</title>
</head>
<body>
<!--HEADER-->
<header>
<h1>
<a href="#">ENM</a>
</h1>
<nav>
<ul>
<li>
<a href="#about">about</a>
</li>
<li>
<a href="#work">work</a>
</li>
<li>
<a href="#contact">contact</a>
</li>
<li>
<a href="#resume">resume</a>
</li>
</ul>
</nav>
</header>
<div class="subheading">
<h2>Emily Necciai Mayeski's Body of Work</h2>
</div>
<div class="content">
<div class="portfolio-section">
<h3 class="section-title" id="about">
coming soon!
</h3>
<div class="content-box">
<div class="headline-callout">
<h4>Hi!</h4>
</div>
<div class="desc">
<p>This page is currently under construction. As I progress through the GW Bootcamp, I will gradually add more projects to my collection. In the meantime, <a href="./index.html#contact">reach out</a>! Thanks!</p>
</div>
<div class="end-callout">
<button onclick="document.location='index.html'">Back Home</button>
</div>
</div>
</div>
</body>
</html>