-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 2.63 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Isaac Ho</title>
<link rel="stylesheet" href="css/styles.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:ital@1&family=Montserrat&family=Ribeye+Marrow&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="top-cloud" src="https://github.com/isaachoo/myfirstpage/blob/main/images/cloud.png?raw=true" alt="cloud-img">
<h1>I am isaac.</h1>
<h2>an <span class="pro">IT guy</span>, but can't code</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="https://github.com/isaachoo/myfirstpage/blob/main/images/mountain.png?raw=true" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="https://github.com/isaachoo/myfirstpage/blob/main/isaac.jpg?raw=true" alt="" style="border-radius:100%">
<h2>Hello.</h2>
<p>I'm isaac, who getting older, but not wiser.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-img-1" src="https://files.helpdocs.io/p59tozw1or/articles/x8fw6jlm7z/1625114403434/lmb-instructions-out-icons-troubleshooti.png" alt="">
<h3>Troubleshooting</h3>
<p class="h3-dis-1">Troubleshoots computer problems, by finding what the user wants the most. Problems may look identical appraently, but the solution differs from user to user.</p>
</div>
<div class="skill-row">
<img class="skill-img-2" src="https://cdn-icons-png.flaticon.com/512/4768/4768433.png" alt="">
<h3>To have a funny life</h3>
<p class="h3-dis-2">My life isn't fun. But i'd like to make it funnier from time to time.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are funny, or you can teach me how to code</h3>
<p style="margin-bottom: 50px">Let's talk</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/isaachwl/">IG</a>
<a class="footer-link" href="https://www.facebook.com/isaachooooo">Facebook</a>
<a class="footer-link" href="https://i.isaachoo.com/">Website</a>
<p>© 2022 Isaac Ho.</p>
</div>
</body>
</html>