-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
45 lines (40 loc) · 2 KB
/
contact.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>About Me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="navigation">
<nav>
<div class="nav-bar">
<a href="index.html">ABOUT</a>
<a href="work.html">WORK</a>
<a href="contact.html">CONTACT</a>
</div>
</nav>
<div class="socials-bar">
<a href = "mailto: [email protected]"><img src="https://mmgmae.github.io/hosted-assets/98.7.svg" alt=""></a><a href="https://codepen.io/mmgmae"><img src="https://mmgmae.github.io/hosted-assets/98.9.svg" alt=""></a><a href="https://medium.com/@mmg_mae"><img src="https://mmgmae.github.io/hosted-assets/98.5.svg" alt=""></a><a href="https://github.com/mmgmae"><img src="https://mmgmae.github.io/hosted-assets/98.2.svg" alt=""></a><a href="https://twitter.com/mmg_mae"><img src="https://mmgmae.github.io/hosted-assets/98.6.svg" alt=""></a><a href="https://www.linkedin.com/in/mae-grossman-b6b4a4144/"><img src="https://mmgmae.github.io/hosted-assets/98.3.svg" alt=""></a>
</div>
</div>
<div class="main">
<canvas id="gradient-canvas"></canvas>
<div class="header">
<h1>FEEL FREE TO CONTACT ME</h1>
</div>
<div class="content">
<p>I want to make your website ✨dreams✨ a reality. Contact me and let's make it happen.</p>
<p>Email: <a href = "mailto: [email protected]">[email protected]</a>
</p>
<p>Find me online: <a href="https://codepen.io/mmgmae">CodePen</a> / <a href="https://medium.com/@mmg_mae">Medium</a> / <a href="https://github.com/mmgmae">Github</a> / <a href="https://twitter.com/mmg_mae">Twitter</a> / <a href="https://www.linkedin.com/in/mae-grossman-b6b4a4144/">LinkedIn</a></p>
</div>
</div>
<div class="footer">
<p>version 1.0 (3/9/2023) © 2023 designed & built by Mae Grossman</p>
</div>
</div>
<script src="gradient.js"></script>
</body>
</html>