forked from ernesto-ca/Hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>NAAZNEEN KAUR</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="images\favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="upper-cloud" src="images\cloud.png" alt="cloud">
<h1>I'm Naazneen</h1>
<h3>a web designer.</h3>
<img class="moun" src="images\Screenshot (216).png" alt="mountain">
<img class="lower-cloud" src="images\cloud.png" alt="cloud">
</div>
<div class="middle-container">
<div class="profile">
<img class="my-photo" src="images\naaz.jpg" alt="MY PROFILE PICTURE">
<h2>Hello.</h2>
<p>I am a student at Guru Nanak Dev University.I'm pursing btech in computer science and engineering.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="pro" src="https://content.techgig.com/photo/77087595/Guide-How-to-build-career-as-a-programmer-without-college-degree.jpg" alt="PROGRAMMER">
<h3>PROGRAMMER</h3>
<p>I am an active learner and believes in smart work. i am learning different prograaming languages to enchance my knowledge.</p><br>
</div>
<div class="skill-row">
<img class="coo" src="https://media.istockphoto.com/photos/the-start-of-something-delicious-picture-id887636042?k=6&m=887636042&s=612x612&w=0&h=gIauka8cstXJ5kyh9a5BBHosN47VRDPhdc-2LSBDqBk=" alt="COOKING">
<h3>COOKING</h3>
<p>I love to try new recipes. Making new dishes nd experimenting them not only makes me happy but also refreshes me.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h4>If you love programming and cooking</h4>
<p class="con-message">To learn programming and cooking.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<p class="last-para">© 2021 NAAZNEEN KAUR.</p>
</div>
</body>
</html>