-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (52 loc) · 2.5 KB
/
Copy pathindex.html
File metadata and controls
62 lines (52 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style5.css">
<link rel="reset" href="./reset.css">
<title>portfolio</title>
</head>
<body>
<header>
<h1>Kevin <span id="Anderson">Anderson</span></h1>
<nav class="text-right">
<ul>
<li class="nav-list"><a href="#about-me" class="list-a">About Me</a></li>
<li class="nav-list"><a href="#work" class="list-a">Work</a></li>
<li class="nav-list"><a href="#contact" class="list-a">Contact</a></li>
<li class="nav-list"><a href="#" class="list-a">Resume</a></li>
</ul>
</nav>
</header>
<section>
<img src="banner.jpg" class="banner" alt="banner">
</section>
<section id="about-me">
<h2 class="aboutMe-header">About Me</h2>
<div class="line"></div>
<p class="about-info">
Hello my name is Kevin Anderson and this is my portfolio here is a little bit of informaiton about me. I love to work out and play golf on my free time. I love to try new different types of food.
</p>
</section>
</div>
<section id="work">
<h2 class="work-header">Work</h2>
<div class="work-line"></div>
<div class="workPic">
<a href="https://github.com/Kevno5"><img src="150.png" class="placeholder-1" alt="placeholder-img"></a>
<a href="https://github.com/Kevno5"><img src="150.png" class="placeholder-2" alt="placeholder-img"></a>
<a href="https://github.com/Kevno5"><img src="150.png" class="placeholder-3" alt="placeholder-img"></a>
<a href="https://github.com/Kevno5"><img src="150.png" class="placeholder-4" alt="placeholder-img"></a>
</div>
</section>
<section id="contact">
<h2 class="contact-Header">Contact</h2>
<div class="contact-line"></div>
<div class="contact-div">
<a href="tel:2147088127" class="contact-info">214-708-8127</a> </li>
<a href="mailto:kevno@live.com" class="contact-info">Email</a> </li>
<a href="https://github.com/Kevno5" class="contact-info">GitHub</a> </li>
</div>
</section>