-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (73 loc) · 2.83 KB
/
index.html
File metadata and controls
80 lines (73 loc) · 2.83 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="favicon.ico" type="image/gif" sizes="16x16">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>David S. Temple</title>
<link rel="stylesheet" type="text/css" href="style/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header id="home">
<nav class="links">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="projects.html">Projects</a>
</nav>
<div class="title">
<img src="Images/20190627_114520.jpg" alt="David & Kristin enjoying a view">
<div class="centered">David S. Temple</div>
</div>
<section id="about">
<div class="text">
<h2>About Me</h2>
<p>Hey, I'm David S. Temple, a student at Lambda School. I am currently enrolled in the Web32 cohort focused on Full-Stack Web Development with a target completion date of early 2021. And yes, I am grateful to say that as of May 6, 2021, thus far I have successfully avoided the 'Rona!</p>
</div>
</section>
<a class="button" href="projects.html">Click here to see My Projects</a>
<section id="skills">
<h2>My Skills</h2>
<div class="container">
<div>
<img src="Images/clement-h-95YRwf6CNw8-unsplash.jpg" alt="Terminal open working on HTML">
<h3>HTML</h3>
</div>
<div>
<img src="Images/ferenc-almasi-fhAfLtHToCs-unsplash.jpg" alt="Terminal open working on CCS Svelte-Board">
<h3>CSS</h3>
</div>
<div>
<img src="Images/shahadat-rahman-gnyA8vd3Otc-unsplash.jpg" alt="Javascript function in action">
<h3>JavaScript</h3>
</div>
</div>
</section>
<section id="skills">
<div class="container">
<div>
<img src="Images/luke-peters-B6JINerWMz0-unsplash.jpg" alt="Working on a dual monitor dispaly on GitHub project">
<h3>GitHub</h3>
</div>
<div>
<img src="Images/you-x-ventures-Oalh2MojUuk-unsplash.jpg" alt="Coming up with a design as a team">
<h3>Wireframing</h3>
</div>
<div>
<img src="Images/kelly-sikkema--1_RZL8BGBM-unsplash.jpg" alt="Back to the drawing board, learning how to learn!">
<h3>Acquiring Skills :)</h3>
</div>
</div>
</section>
<footer>
<a class="button" href="contact.html">Click Here to Contact Me</a>
</div>
<div>
<nav class="social">
<i><a href="http://linkedin.com" target="_blank"><i class="fa fa-linkedin"></a></i>
<i><a href="http://instagram.com" target="_blank"><i class="fa fa-instagram"></a></i>
<i><a href="http://twitter.com" target="_blank"><i class="fa fa-twitter"></a></i>
</nav>
</div>
</footer>