-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (62 loc) · 3.08 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">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/developer.png">
<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">
<title>Nino Herenda</title>
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud image">
<h1>I'm Nino,</h1>
<p class="student">an<span class="ITspan"><a href="https://fit.ba/" target="_blank">IT</a></span>student.</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud image">
<img class="mountain" src="images/mountain.png" alt="mountain image">
</div>
<div class="middle-container">
<div>
<img id="profile-photo" src="images/NinoHerenda2.png" alt="Nino's profile photo">
<h2>Hello</h2>
<p class="student-description">As an IT student, I'm constantly learning and seeking new challenges in the field of technology. </p>
</div>
<hr>
<div></div>
<h2>My Skills</h2>
<div class="skill-row">
<img class="img1" src="images/web-development.png" alt="web development img">
<h3>Web Development</h3>
<p class="skills-desc">Proficient in HTML, CSS, JavaScript, Bootstrap, JQuery and I'm eager to learn new technologies. </p>
</div>
<div class="skill-row">
<img class="img2" src="images/c-.png" alt="c++ logo">
<h3>C++ Programming</h3>
<p class="skills-desc"> C++ programmer with a solid foundation in computer science principles and object-oriented programming principles.</p>
</div>
<div class="skill-row">
<img class="img3" src="images/sql.png" alt="sql logo">
<h3>Microsoft SQL Server</h3>
<p class="skills-desc">Familiar with the basics of Microsoft SQL Server, including writing simple SQL queries and understanding database structure and terminology.</p>
</div>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you like my little website. 🙂</h3>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a href="https://www.linkedin.com/in/nino-herenda/" target="_blank">
<img class="icons-links" src="images/linkedin.png" alt="linkedin logo">
</a>
<a href="https://github.com/n1no01" target="_blank">
<img class="icons-links" src="images/github.png" alt="github logo">
</a>
<a href="https://www.instagram.com/n1no.h/" target="_blank">
<img class="icons-links" src="images/instagram.png" alt="instagram logo">
</a>
<p>© Nino Herenda</p>
</div>
</body>
</html>