-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
133 lines (115 loc) · 6.25 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Port-folio</title>
<link rel="icon" href="files/Images/icon2.png">
<link rel="stylesheet" href="files/navbar.css">
<link rel="stylesheet" href="files/about.css">
<link rel="stylesheet" href="files/education.css">
<link rel="stylesheet" href="files/project.css">
<link rel="stylesheet" href="files/gallery.css">
<link rel="stylesheet" href="files/footer.css">
</head>
<body>
<header class="header1">
<a href="#about" class="name">NehaSingh</a>
<nav class="navbar">
<ul class="nav-menu">
<li class="nav-item"><a href="#about" class="nav-link"> About</a></li>
<li class="nav-item"><a href="#education" class="nav-link">Education</a></li>
<li class="nav-item"><a href="#experience" class="nav-link">Experience</a></li>
<li class="nav-item"><a href="#project" class="nav-link">Project</a></li>
<li class="nav-item"><a href="#gallery" class="nav-link">Gallery</a></li>
<li class="nav-item"><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<header class="header2" id="about">
<img src="files/Images/N_G_front.jpeg" alt="My pic" class="mpic">
<div class="container1">
<h1 class="mname"><a href="">Neha Singh</a></h1>
<h2 class="abt">I am a dedicated and ambitious individual deeply passionate about the IT field. Currently in
my final year pursuing B.Tech in IT at IIITA, I possess exceptional communication skills that facilitate
effective interaction with diverse audiences. As a tech enthusiast, I have actively engaged with
frontend technologies such as HTML, CSS, React and Javascript. My proficiency extends to languages like
C, C++, Java, Kotlin, NodeJs, Python.
</h2>
</div>
</header>
<div class="container2" id="education">
<h1 class="head1">Education</h1>
<div class="edu1">
<h2>College (2020-2024)</h2>
<a href="https://www.iiita.ac.in/" target="_blank">Indian Institute of Information Technology, Allahabad</a>
<h4>Grade : 8.81</h4>
<hr class="line">
<h2>Intermediate (2018-2020)</h2>
<a href="https://srichaitanya.net/" target="_blank">Sri Chaitanya Educational Institutions,
Visakhapatnam</a>
<h4>Grade : 95.2%</h4>
<hr class="line">
<h2>School (2018)</h2>
<a href="http://www.hellensschool.in/" target="_blank">Hellens School, Sitamarhi</a>
<h4>Grade : 93%</h4>
</div>
</div>
<div class="container2" id="experience">
<h1 class="head1">Experience</h1>
<div class="edu">
<h2>Software Engineer Intern, Google</h2>
<h4>Worked on offer validator library for vehicle ads which will be used to validate the offers given by the merchant with the data present on their website.</h4>
</div>
</div>
<div class="container3" id="project">
<h1 class="head1">Projects</h1>
<div class="edu">
<h2>YouFinder - Facial Recognition Technology</h2>
<h4>A web application allowing users to upload a single image and find themselves in a set of other images. The application displays matching photos with an option to download them.</h4>
<h4>Languages and Technologies: Python, HTML, CSS</h4>
<a href="https://github.com/neha-oo1/YouFinder" target="_blank"><button class="btn">Visit</button></a>
<hr class="line">
<h2>ConferEx - International Conference Management System</h2>
<h4>A web-based application enabling users to create and participate in conferences, featuring keynote sessions, research paper presentations, and more.</h4>
<h4>Languages and Technologies: HTML, CSS, JS, Bootstrap, Firebase</h4>
<a href="https://github.com/neha-oo1/confereX" target="_blank"><button
class="btn">Visit</button></a>
</div>
</div>
<div class="container4" id="gallery">
<h1 class="head1">Gallery</h1>
<img src="files/Images/pic3.png" alt="anime" class="pics">
<img src="files/Images/pic2.png" alt="anime" class="pics">
<img src="files/Images/pic7.jpg" alt="anime" class="pics">
<img src="files/Images/pic5.jpg" alt="anime" class="pics">
<img src="files/Images/pic6.jpg" alt="anime" class="pics">
<img src="files/Images/pic9.jpg" alt="anime" class="pics">
<img src="files/Images/pic11.jpg" alt="anime" class="pics">
<img src="files/Images/pic12.jpg" alt="anime" class="pics">
<img src="files/Images/pic15.jpg" alt="anime" class="pics">
<img src="files/Images/pic14.jpg" alt="anime" class="pics">
</div>
<div class="footer" id="contact">
<p class="cnct-me">Connect with me</p>
<div class="images">
<a href="https://github.com/neha-oo1" target="_blank"><img src="files/Images/github.png"
class="social-img"></a>
<a href="https://www.facebook.com/people/Neha-Singh/100015604001661/" target="_blank"><img
src="files/Images/facebook.png" class="social-img"></a>
<a href="https://www.instagram.com/singh._neha__/" target="_blank"><img src="files/Images/instagram.png"
class="social-img"></a>
<a href="https://www.linkedin.com/in/neha-singh-81aa83211/" target="_blank"><img
src="files/Images/linkedin.png" class="social-img"></a>
</div>
<p class="cpy" style="font-size: 25">Copyright © 2023, All Right Reserved NehaSingh</p>
</div>
<script src="files/navbar.js"></script>
</body>
</html>