-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (60 loc) · 3.11 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Derek Folds</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Derek.</h1>
<h2><span class="subtitle">a designer and entrepreneur.</span></h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<hr class="hr-0" />
<div class="middle-container">
<div class="profile">
<img src="images/SHTKI2A.png" alt="profile-img" />
<h2>Hello.</h2>
<p class="intro">I am a Full Stack Web Developer in learning. I believe in customer service and satisfaction. Gaming enthusiast <img src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/320/microsoft/209/video-game_1f3ae.png" height="20px" width="20px" /></p>
</div>
<hr class="hr-1" />
<div class="skills">
<h2>My skills.</h2>
<div class="skill-row">
<img class="html-img" src="images/html.png" alt="html-img" />
<h3>Design & Development</h3>
<p class="black-font">I started to learn to code when I looked into how the websites I was using were made. A want of understanding led to an eagerness of learning. Learning has led to doing, and now I design and development my own websites.</p>
</div>
<br />
<br />
<br />
<div class="skill-row">
<img class="customer-service-img" src="images/customer-service.png" alt="customer-service-img" />
<h3>Customer Service & Satisfaction</h3>
<p class="black-font">Starting with a simple background in fast food, to corporate level support. I believe customer service and satisfaction is a lost art that many struggle to provide that is key to progressing and maintaining a business.</p>
</div>
</div>
<hr class="hr-2" />
<div class="contact-me">
<h2>Get In Touch.</h2>
<h3>If you love web design and development as much as I do.</h3>
<p class="black-font">Love web design and development? Want to talk coding or have a project done for you? Let's talk!</p>
<br />
</div>
</div>
<br />
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/derekfoldswebdev">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/FoldsDerek">Twitter</a>
<a class="footer-link" href="https://www.facebook.com/DerekFoldsWebDev/">FaceBook</a>
<p>© 2020 Derek Folds.</p>
<p class="icon-credits">Icons provided by <a class="footer-link" href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> & <a class="footer-link" href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a></p>
</div>
</body>
</html>