-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesheet.css">
<meta charset="utf-8">
<title>FrontEnd_Portfolio</title>
</head>
<body>
<nav id="navbar">
<li><a href="#Projects">Projects</a></li>
<li><a href="#footer">Social</a></li>
<li><a href="#welcome-section">About</a></li>
</nav>
<section id="welcome-section">
<div class="titlename">
<h1>Nicholas Richards</h1>
<a href="https://github.com/Nr1cha">My GitHub</a>
</div>
</section>
<!-- <section id="projects">
<div class="Project-title">
<a href="https://github.com/Nr1cha">my github profile</a>
</div>
</section> -->
<div class="container" id="Projects">
<a href="https://codepen.io/nr1cha/pen/VwwRmdL"><img src="pics/tec-doc-site.jpg" alt="technical documentation page">
<a href="https://codepen.io/nr1cha/pen/aPvKGE"><img src="pics/survey-form-site.jpg" alt="survey form">
<a href="https://codepen.io/nr1cha/pen/BGqNxm"><img src="pics/tribute-site.jpg" alt="tribute page">
<a href="https://codepen.io/nr1cha/pen/RwwYxjp"><img src="pics/langing-site.jpg" alt="landing page">
</div>
<!-- <footer>
<ul class="footerNav" id="footer">
<li><a href="https://www.facebook.com/profile.php?id=100009665241728">Facebook</a></li>
<li><a href="https://twitter.com/vrm_nr1cha">Twitter</a></li>
<li><a href="https://github.com/Nr1cha">GitHub</a></li>
</ul>
</footer> -->
</body>
</html>