-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (53 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>I Am Nityaa</title>
<link rel="stylesheet" href="my site css folder/styles.css">
<link rel="icon" href="C:\Users\lenovo\Desktop\cpp\dsa\web development\css\css1\favicon (1).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=Kaushan+Script&family=Pacifico&family=Satisfy&display=swap" rel="stylesheet">
</head>
<body>
<div class="whole">
<div class="top-container">
<img class="tech1" src="C:\Users\lenovo\Desktop\cpp\dsa\web development\css\tech 3.jpg" alt="Future-tech" height="200px" width="200px">
<h1>I'm Nitya.</h1>
<h3><em>Tech Enthusiast</em></h3>
<img class="tech2" src="C:\Users\lenovo\Desktop\cpp\dsa\web development\css\tech.jpg" alt="technology" height="200px" width="200px">
<img class="tech3" src="C:\Users\lenovo\Desktop\cpp\dsa\web development\css\womentech.png" alt="techfest" height="400px" width="600px">
</div>
<hr>
<div class="middle-container">
<h2>Let's Connect...</h2>
<img class="myself" src="C:\Users\lenovo\Desktop\cpp\dsa\web development\css\NNN.jpeg" alt="Nitya" height="200px" width="200px">
<h2>Hello.</h2>
<p>My Name is Nitya and I am an undergraduate at Kurushetra University.</p>
</div>
<hr>
<div class="skill-row">
<div class="skills">
<h2>My Skills.</h2>
<h3>HTML, CSS and JS lover</h3>
<p>Knows C++, HTML, CSS. Currently learning DSA,UI/UX designs and Web Designing.</p>
<img class="web" src="C:\Users\lenovo\Desktop\cpp\dsa\web development\css\web dev image.png" alt="Knows html,css" height="200px" width="400px">
<h3>Communication and Social Skills</h3>
<p>I'm trying to ameliorate my Speaking skills and Social skills by interacting with lots of people everyday.</p>
<img class="social" src="C:\Users\lenovo\Desktop\cpp\dsa\web development\css\social skills.jpg" alt="social skills" height="200px" weight="100px">
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Feel Free to Contact</h3>
<p>Would love to form communities with great folks of same interests.</p>
<a class="btn" href="C:\Users\lenovo\Desktop\cpp\dsa\web development\contactME.html">CONTACT ME</a>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/nitya-arya-85181b258">LinkedIn</a>
<a class="footer-link" href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwi1lanMoIH8AhXF3XMBHcIzBXgQFnoECBgQAQ&url=https%3A%2F%2Fmobile.twitter.com%2Farya_nityaa&usg=AOvVaw1ztkJOYUtC7JSDZNRX7KUt">Twitter</a>
<p class="copywright">
<<< © Nitya Arya >>> </p>
</div>
</div>
</body>
</html>