-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (114 loc) · 4.14 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Naol Melesse</title>
<link rel="icon" href="favicon (1).ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Lobster&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="CSS/style.css" />
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="CSS - My Site Images\cloud.png" alt="cloud" />
<h1>I'm Naol</h1>
<h2 class="programmer">a programmer.</h2>
<img src="CSS - My Site Images/mountain.png" alt="mountain" />
<img
class="bottom-cloud"
src="CSS - My Site Images\cloud.png"
alt="cloud"
/>
</div>
<div class="middle-container">
<div class="profile">
<img
class="My-photo"
src="CSS - My Site Images/IMG_20200918_230933859.jpg"
alt="Applicant's Photo"
/>
<h2>Hello.</h2>
<p>
I'm a freelance web developer. I love working with people. I ❤ music
🎧
</p>
</div>
<hr />
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img
class="programming"
src="https://as2.ftcdn.net/jpg/03/14/99/95/500_F_314999531_HYih0jyOvpyN098kigUUbXGVUU2ypEtx.jpg"
alt="programming"
/>
<h3>Design and Development</h3>
<p class="programming-desc">
I started programming in my senior year of high school. I am a
computer engineer. I learn different programming languages on my own
besides college. I develop and design websites and different
programms.
</p>
<!-- Skill List
<p>C Programming ⭐⭐⭐⭐</p>
<p>C++ Programming ⭐⭐⭐⭐⭐</p>
<p>Java ⭐⭐⭐⭐</p>
<p>Python ⭐⭐⭐⭐⭐</p>
<p>HTML ⭐⭐⭐⭐⭐</p>
<p>CSS ⭐⭐⭐⭐</p>
<p>Javascript ⭐⭐⭐</p>
<p>SQL ⭐⭐⭐</p
-->
</div>
<div class="skill-row">
<img
class="photography"
src="https://www.flaticon.com/premium-icon/icons/svg/3574/3574996.svg"
alt="Photography"
/>
<h3>Photography</h3>
<p class="photography-desc">
I like capturing moments.I believe photos are really powerful in
taking us back in time. So, why not capture them? I like taking
pictures as much as I can and like looking back at those times in
the future.
</p>
</div>
</div>
<hr />
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Talk to me about anything.</h3>
<p>
If you're a company or just looking to work togethher or want to ask
about my works, feel free to contact me.
</p>
<a class="redbutton" href="contact.html">CONTACT ME</a>
<a class="redbutton" href="queries.html">Ask queries</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/naol_kdot"
><img src="instagram.png" alt="instagram icon"
/></a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://t.me/Naol_KDot"
><img class="telegram" src="telegram.svg" alt="telegram icon"
/></a>
<p class="copyright">© 2021 Naol Melesse.</p>
</div>
</body>
</html>