-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPersonalPortfolio.html
More file actions
51 lines (41 loc) · 1.98 KB
/
PersonalPortfolio.html
File metadata and controls
51 lines (41 loc) · 1.98 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
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Raleway&display=swap" rel="stylesheet">
<html>
<div id="navbar">
<a class="navbar-links" href="#about">About</a>
<a class="navbar-links" href="#projects">Work</a>
<a class="navbar-links" href="#contact">Contact</a>
</div>
<body>
<div id="welcome-section">
<h1>Hey I am Tyler</h1>
<p><i>a web developer</i></p>
</div>
<h1 id="project-intro"><u>These are some of my projects</u>
</h1>
<div id="projects">
<a target="_blank" class="project-tile" href="https://codepen.io/tylercoen/pen/yLaKxPG">
<img src="https://c2.staticflickr.com/4/3689/10613180113_fdf7bcd316_b.jpg" alt="Men standing around">
<figcaption>Tribute Page</figcaption>
</a>
<a target="_blank" class="project-tile" href="https://codepen.io/tylercoen/pen/wvzXMmq">
<img src="https://c2.staticflickr.com/4/3689/10613180113_fdf7bcd316_b.jpg" alt="people standing around">
<figcaption>Technical Documentation Page</figcaption>
</a>
<a target="_blank" class="project-tile" href="https://codepen.io/tylercoen/pen/oNzdbjv">
<img src="https://c2.staticflickr.com/4/3689/10613180113_fdf7bcd316_b.jpg" alt="more people standing around">
<figcaption>Product Landing Page</figcaption>
</a>
</div>
</body>
<div id="footer">
<h1>Let's work together...</h1>
<p>How do you take your coffee?</p>
<a target="_blank" id="profile-link" href="https://github.com/tylercoen">
<img src="https://www.freeiconspng.com/thumbs/github-icon/github-icon-4.jpg" class="social-media" href="https://codepen.io/tylercoen/pen/wvzXMmq" alt="Github icon">
</a>
</div>
</html>