-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (53 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Phil Anthony</title>
<link rel="stylesheet" href="css/styles.css">
<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 image">
<h1>I'm Phil Anthony</h1>
<h2 class="programmer">a <span class=pro>pro</span>grammer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="https://media.licdn.com/dms/image/C4E03AQE82XnrwFvEOA/profile-displayphoto-shrink_200_200/0?e=1581552000&v=beta&t=z4DQJyfew2BSR-9ceJxm6pSCDspSs8pkAWkOGPXOHZs" alt="phil's pic">
<h2>Hello.</h2>
<p class="bio">My name is Phillip Anthony. I am aspiring web developer, programmer, and app builder. </p>
</div>
<hr>
<div class="skills">
<h2>Stuff I like to do!</h2>
<div class="skill-row">
<img class="code-img" src="https://i.imgur.com/Tip7kYV.png" alt="programming">
<h3>Programming</h3>
<p>I started programming in December of 2019. I am efficient in basic front-end technologies such as HTML, CSS, and Javascript. Please check
out my work whenever you get a chance.</p>
</div>
<div class="skill-row">
<img class="videogame" src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/microsoft/209/video-game_1f3ae.png" alt="video games">
<h3>Video Games</h3>
<p>I also 💖 playing video games, specifically Madden and NBA 2K. So we can play if you think your up for the challenge. And I after I win we can code!</p>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I love to network so please don't hesitate to reach out to me.</h3>
<h4>Just click contact me below!</h4>
<h5>Also check out my work!</h5>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/phillip-anthony-75280778/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/PHA418">Twitter</a>
<a class="footer-link" href="#">My Work</a>
<p class="copywright">© 2019 Phillip Anthony.</p>
</div>
</body>
</html>