-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvs.html
93 lines (90 loc) · 5.16 KB
/
vs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Culture">
<meta name="author" content="Shreya">
<meta name="keywords" content="Culture of Punjab">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="vs.css">
<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=Poppins:wght@200;300;500;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<title>Shreya Sharma</title>
</head>
<body>
<section class="header">
<nav>
<!--<a href="https://www.gngcldh.com" target="_blank"><img class="nav-img1"src="images/gngc1.png" alt="bat"></a>
<a href="https://www.gngcldh.com" target="_blank"><img class="nav-img2" src="images/gngc2.png" alt="GURU NANAK GIRLS COLLEGE"></a> -->
<div class="nav-links">
<ul>
<li><a href="vs.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<!--<li><a href="feedback.html">FEEDBACK</a></li> -->
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</nav>
<div class="text-box">
<h1>Shreya Sharma</h1>
<p>MCA Student | DCSA | Panjab University, Chandigarh | Web and Python Programmer</p>
<a href="https://www.linkedin.com/in/nyxzeus/" class="wiki" target="_blank">Click to know more about me</a>
</div>
</section>
<section class="description">
<div>
<h1>Summary</h1>
<hr>
<p>Aspiring Web and Python developer and current student, I possess a wide range of skills and interests that make me versatile and well-rounded overall. I am passionate about the AI and Machine Learning and eager to learn and grow in my field. I have a strong foundation in Python, C, C++, Java, Data Structures and Algorithms(DSA), and Web Technologies, and I am dedicated to expanding my knowledge in the field and staying up-to-date with the latest trends and technologies. I have a creative and athletic side too, excelling in areas such as chess, art, singing, cooking, and various sports. Also I am a good listener with a sharp memory and always strive to better myself personally and professionally. I also love listening to music. My unique combination of skills and interests set me apart and make me a valuable asset and I am excited to bring my enthusiasm and dedication to a professional setting.</p>
</div>
</section>
<section class="gallery">
<h1>Projects</h1><hr>
<p> Some of my personal projects.</p>
<div class="row">
<div>
<a href="penguin.html" target="_blank"><img src="images/penguin.png" alt="x1"></a>
<div><h3>Penguin animation</h3></div>
</div>
<div>
<a href="feedback1.html" target="_blank"><img src="images/feedback.jpg" alt="x3"></a>
<div><h3>Feedback Form</h3></div>
</div>
<div>
<a href="survey_form.html" target="_blank"><img src="images/survey.jpg" alt="x4"></a>
<div><h3>Survey Form</h3></div>
</div>
</div>
<div class="row">
<div>
<a href="tributePage.html" target="_blank"><img src="images/kalam.jpg" alt="x2"></a>
<div><h3>Tribute Page</h3></div>
</div>
<div>
<a href="resume.html" target="_blank"><img src="images/resume.png" alt="x2"></a>
<div><h3>Resume</h3></div>
</div>
<div>
<a href="coolform.html" target="_blank"><img src="images/bishh.png" alt="x9"></a>
<div><h3>Admission Form</h3></div>
</div>
</div>
</section>
<section class="footer">
<h3>Contact Information</h3>
<p>Some of my social media links</p>
<div class="icons">
<a href="https://www.facebook.com/nyxzeuss" target="_blank"><i class="fa-brands fa-facebook fa-xl"></i></a>
<a href="https://twitter.com/nyxzeus_" target="_blank"><i class="fa-brands fa-twitter fa-xl"></i></a>
<a href="https://instagram.com/nyxzeus_?igshid=ZDdkNTZiNTM=" target="_blank"><i class="fa-brands fa-instagram fa-xl"></i></a>
<a href="https://www.linkedin.com/in/nyxzeus/" target="_blank"><i class="fa-brands fa-linkedin fa-xl"></i></a>
<a href="https://www.telegram.com" target="_blank"><i class="fa-brands fa-telegram"></i></a>
<a href="https://www.youtube.com" target="_blank"><i class="fa-brands fa-youtube fa-xl"></i></a>
<a href="https://github.com/xshreya" target="_blank"><i class="fa-brands fa-github fa-xl"></i></a>
</div>
<p>Made with <i class="fa-solid fa-heart"></i> by Shreya Sharma.</p>
</section>
</body>
</html>