-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
46 lines (43 loc) · 1.77 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
<!DOCTYPE html>
<html>
<title>Portfolio</title>
<header> </header>
<link rel="stylesheet" href="style.css"
<body class = "home-body">
<nav>
<ul>
<li class = 'left-option'><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div id = 'still'>
<div id = 'intro'>
<p>Hi</p>
<p>I'm Devon</p>
<p id="text">a <span id="word">Data Analyst</span><span class='cursor'></span></p>
</div>
<div id="front-image">
<img id = 'front-image' src = 'front-image.jpg' alt = 'Picture of Devon Smith'>
</div>
</div>
<div id = 'social-media'>
<div id="linkedin_image">
<a href = 'https://www.linkedin.com/in/devon-smith-b1a02a332' target ="_blank">
<img class = 'clickable-image' id = 'linkedin-image' src = 'linkedin_image.jpg' alt = 'Click Here to Go To My LinkedIn Profile!'>
</a>
</div>
<div id="github_image">
<a href = 'https://github.com/DSmith215' target = "_blank">
<img class = 'clickable-image' id = 'github-image' src = 'github_image.jpg' alt = 'Click Here to Go To My Github Page!'>
</a>
</div>
</div>
<div id = 'contact-rectangle'>
<a href="contact.html">Contact</a>
</div>
<script src="portfolio.js"></script>
</body>
</html>