-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (59 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Najla Hussien</title>
<link rel="stylesheet" href="CSS-My Site\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&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="img\cloud.png" alt="cloud-img">
<h1>I'm Neejo</h1>
<h2 class="programmer">a <span class="pro">pro</span>grammer</h2>
<img class="second-cloud" src="img\cloud.png" alt="cloud-img">
<img src="img\mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="img\njnj.png" alt="my-profile-picture">
<h2>Hello.</h2>
<p class="hello-paragraph">I'm a computer science student.I ❤️ programming
and also I'm otaku.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="programming-img" src="https://cdn-icons-png.flaticon.com/128/1005/1005141.png" alt="programming-img">
<h3>Simple programming</h3>
<p>Although I have no experience, but I still love programming and can learn it.</p>
</div>
<div class="skill-row">
<img class="sketch-book-img" src="https://cdn-icons-png.flaticon.com/512/3084/3084399.png" alt="sketch-book-img">
<h3>Sketching</h3>
<p>I also like sketching and I'm good in it. I feel good when I sketch my faviorate things.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you want to contact me.</h3>
<p class="contact-paragraph">this is my email ...</p>
<a class="btn" href="">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="">Facebook</a>
<a class="footer-link" href="">Instagram</a>
<a class="footer-link" href="">Linkedin</a>
<p class="copy-write">© 2022 Neejo Hikari.</p>
</div>
</body>
</html>
<!--My notes
16px = 100% = 1em = 1rem
-->