-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<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=Caveat:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Caveat:[email protected]&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="intro">
<div class="intro-main">
<p class="item-1">Hello<br>I'm Amos</p>
<img class="item-2" src="./images/profile.png" alt="profile">
<p class="item-3">A fellow programmer</p>
<img class="item-4" src="./images/cloud.png" alt="clouds">
<img class="item-5"src="./images/cloud.png" alt="clouds">
</div>
</div>
<div class="info">
<div class="item-1">
<p>I'm a full stack web developer and an active learner</p>
</div>
<div class="item-2">
<p>My SKills</p>
</div>
<div class="item-3">
<p><span>Web Developer</span>: My first coding experience was building google homepage in pure HTML and since then I've come a long way to be able to develop full-stack web using different tools</p>
</div>
<div class="item-4">
<p><span>Programming languages</span>: C++ was my main language during college and have knowledge in python and java as well.</p>
</div>
</div>
<div class="footer">
<div class="item-1">
<p><span>Hey there</span><br>If you wanna contact me, feel free to do it! Whether you have a question, a suggestion, or just want to say hi, I'd love to hear from you.</p>
</div>
<div class="item-2">
<a href="https://x.com/AmosTmg213">Twitter</a>
<a href="https://www.linkedin.com/in/amos-tamang-601aa2220/">LinkedIn</a>
<a href="https://github.com/AmosTmg">Github</a>
</div>
</div>
</body>
</html>