-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
63 lines (58 loc) · 2.42 KB
/
contact.html
File metadata and controls
63 lines (58 loc) · 2.42 KB
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
<!--
This Website and code is a product of Shawn Ritch/WebDeveloprz
And subject to the MIT License & applicable standards
More Info: https://github.com/Shawn-Ritch/portfolio
-->
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<title>Contact | Shawn Ritch</title>
<meta name="description" content="Contact Shawn Ritch">
<meta property="og:url" content="https://shawn-ritch.github.io/portfolio/contact.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Shawn Ritch">
<meta property="og:title" content="Contact | Shawn Ritch">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:image:secure_url" content="">
<meta property="og:image:type" content="image/jpg">
<meta property="og:image:width" content="">
<meta property="og:image:height" content="">
<meta property="og:image:alt" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Contact | Shawn Ritch">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="">
<link rel="shortcut icon" type="image/x-icon" href="https://webdeveloprz.com/favicon-194x194.png">
<link rel="stylesheet" href="style.css">
</head>
<body class="contact">
<header class="plr5">
<div class="mypic">
<img src="images/mypic.jpg" alt="Picture of Shawn Ritch">
</div>
<nav class="right">
<ul>
<li><a href="https://shawn-ritch.github.io/portfolio/">Home</a></li>
<li>
<a href='javascript:void(0)' class='menubtn' onclick='toggleMenus()'>Menu ▼</a>
<div class='mainmenu' id='mainMenu'>
<a href='https://shawn-ritch.github.io/portfolio/projects.html'>Projects</a>
<a href='https://shawn-ritch.github.io/portfolio/about.html'>About</a>
<a href='https://shawn-ritch.github.io/portfolio/contact.html'>Contact</a>
</div>
</li>
</ul>
</nav>
</header>
<main>
<section class="atf">
<h1 class="ctxt pt5">Contact Shawn Ritch<br>Coming Soon</h1>
</section>
</main>
<footer class="p1m">
<h6 class="ctxt">© <span id="thisYear"></span> Shawn Ritch</h6>
</footer>
<script src="js/app.js"></script>
</body>
</html>