-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (56 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<!-- TEST commit -->
<head>
<meta charset="utf-8">
<title>Cody Black - IT Guru</title>
<link rel="stylesheet" type:"text/css" href="css/master.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="topContainer">
<img class="top-cloud" src="images/cloud.png" alt="pretty-cloud">
<h1><em>I'm Cody.</em></h1>
<h2>a man of many trades</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="pretty-cloud">
<img src="images/mountain.png" alt="pretty-cloud">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/Cody Profile-circle.png" alt="cody profile photo">
<h2>Hello!</h2>
<p class="intro">Good at many things, great at some things. I enjoy technology and learning all things. I make many things, including beer.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row clearfix">
<img class="skill1-pic" src="images/icons8-wired-network.png" alt="">
<h3>Information Technology</h3>
<p>I've been working with computers, servers, and neworks professionally for over 12 years. Cisco CCENT certified.</p>
</div>
<div class="skill-row clearfix">
<img class="skill2-pic " src="images/icons8-web-development.png" alt="">
<h3>Web Development</h3>
<p>I'm just starting out some web development, as you can see here. But I wanted to share my new skills I'm building!</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Something I can help you with?</h3>
<p>Shoot me a message if you like the cut of my jib!</p>
<a class="btn" href="mailto:codymblack@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/cody-black-qc/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/MajawatAuwen">Twitter</a>
<a class="footer-link" href="https://github.com/Majawat">GitHub</a>
<p class="copyright">©2022 Cody Black</p>
</div>
</body>
</html>