-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
322 lines (291 loc) · 14.7 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<html>
<head>
<title>Neha's Portfolio</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/navbar.css">
<style>
.seeMore
{
text-align: right;
font-size: 40px;
text-decoration: underline;
padding: 20px;
font-family: cursive;
}
.seeMore:hover
{
color: white;
font-size: 42px;
text-decoration: none;
}
</style>
</head>
<body id="body">
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top">
<div class="container-fluid">
<h1 class="neha"> <a class="navbar-brand" data-toggle="collapse" data-target="#collapsenavbar" href="#"></a>👩💻Neha Soni</h1>
<button class="navbar-toggler" data-toggle="collapse" data-target="#collapsenavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="collapsenavbar">
<ul class="navbar-nav">
<li class="nav-item" style="font-size: 25px;">
<a class="nav-link" style="color: white;" class="onhover" aria-current="page" href="#coupon">About</a>
</li>
<li class="nav-item" style="font-size: 25px;">
<a class="nav-link" style="color: white;" class="onhover" href="#skills">Skills</a>
</li>
<li class="nav-item" style="font-size: 25px;">
<a class="nav-link" style="color: white;" class="onhover" href="#projects">Project</a>
</li>
<li class="nav-item" style="font-size: 25px;">
<a class="nav-link" style="color: white;" class="onhover" href="https://nehasoni.hashnode.dev/" target="_blank">Blog </a>
</li>
<li class="nav-item" style="font-size: 25px;">
<a class="nav-link" style="color: white;" class="onhover" href="#contact">Contact </a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron firstCon" id="geeky" style="text-align: center;">
<img src="./images/Profile_Img.jpg" class="rounded-circle" class="img" style="margin-top:10%" alt="Neha Soni" width="304" height="236"> >
<br><br><br>
<span id="abc"> </span>
<div class="container" class="connect">
<!-- Social buttons -->
<ul class="list-unstyled list-inline text-center" >
<li class="list-inline-item">
<a href="mailto:nehasoni0523@gmail.com" target="_blank" class="connect" class="btn-floating btn-fb mx-1" >
<i class=" fas fa-envelope-square"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/nehasoni__" target="_blank" class="connect" class="btn-floating btn-tw mx-1" href="">
<i class="fab fa-twitter" > </i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/profile.php?id=100027831901701" target="_blank" class="connect" class="btn-floating btn-gplus mx-1">
<i class="fab fa-facebook"> </i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/neha-soni-70a6231b1/" target="_blank" class="connect" class="btn-floating btn-li mx-1">
<i class="fab fa-linkedin"> </i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/nehasoni05" target="_blank" class="connect" class="btn-floating btn-dribbble mx-1">
<i class="fab fa-github"> </i>
</a>
</li>
</ul>
<!-- Social buttons -->
</div>
</div>
<div>
<div class=" jumbotron one" id="coupon">
<h2 class="heading1">Hello World 👋</h2>
<div class="image">
<div>
<img src="./images/Profile_Img.jpg" class="profileimg">
</div>
<div class="intro">
<p class="content1">
I am a web developer and Java Programmer. I am currently pursuing my Bachelor of Technology specialized in CSE from Chitkara University, Rajpura.
I can't stop learning new things; the more, the better. Being a Computer Science Student, Coding is like a hobby to me.
I believe I am an enthusiastic person who genuinely wants to develop the necessary skills and qualities to have a successful
career and future.I keep myself motivated and active and I want to learn from more experienced people.
<br><br>
I'm Strong in problem-solving skills. Proficient in Java, C, JAVASCRIPT, HTML, CSS, Bootsrap and Oracle.
Passionate about implementing and launching new projects.<br>
<p style="text-align:center"><a href="./images/Neha_Resume.pdf" target="_blank"> <button class="cv">Download CV</button> </a></p>
</p>
</div>
</div>
</div>
</div>
<div style="background: url('./images/background.gif');margin-top: -25px;">
<div class="skills" id="skills">
<h1 class="lang">Languages</h1>
<p class="icon">--------💻--------</p>
<div class="main">
<div class="row">
<div class="column">
<div class="content">
<img src="./images/java.png" onmouseover="java_e(this)" onmouseout="java(this)" alt="Java" style="width:150px;height:150px;border-radius:50%;">
</div>
</div>
<div class="column">
<div class="content">
<img src="./images/C.png" onmouseover="c_e(this)" onmouseout="c(this)" alt="C" style="width:150px;height:150px;border-radius:50%">
</div>
</div>
<div class="column">
<div class="content">
<img src="./images/html5.jpg" onmouseover="html_e(this)" onmouseout="html(this)" alt="HTML" style="width:150px;height:150px;border-radius:50%">
</div>
</div>
<div class="column">
<div class="content">
<img src="./images/css.webp" onmouseover="css_e(this)" onmouseout="css(this)" alt="CSS" style="width:150px;height:150px;border-radius:50%">
</div>
</div>
<div class="column">
<div class="content">
<img src="./images/JavaScript-Logo.png" onmouseover="java_e(this)" onmouseout="js(this)" alt="JavaScript" style="width:150px;height:150px;border-radius:50%">
</div>
</div>
</div>
</div>
<h1 class="lang">IT Constructs</h1>
<p class="icon">--------📚--------</p>
<div class="main">
<div class="row1" class="row">
<div class="column1" class="column">
<div class="content">
<img src="./images/oops.jpg" onmouseover="c_e(this)" onmouseout="oops(this)" alt="C" alt="oops" style="width:150px;height:150px;border-radius:50%;">
</div>
</div>
<div class="column1" class="column">
<div class="content">
<img src="./images/data-structures.jpg" onmouseover="ds_e(this)" onmouseout="ds(this)" alt="Data Structures" style="width:150px;height:150px;border-radius:50%">
</div>
</div>
<div class="column1" class="column">
<div class="content">
<img src="./images/dbms.jpg" onmouseover="c_e(this)" onmouseout="dbms(this)" class="dbms" alt="Lights" style="width:150px;height:150px;border-radius:50%">
</div>
</div>
</div>
</div>
<br><br><br>
<h1 class="lang" id="database" style="margin-top:10%;">Database</h1>
<p class="icon">--------👩💻--------</p>
<div class="main">
<div class="row2" class="row">
<div class="column2" class="column">
<div class="content">
<img src="./images/mysql.png" onmouseover="java_e(this)" onmouseout="mysql(this)" alt="Mountains" style="width:150px;height:150px;border-radius:50%;">
</div>
</div>
<div class="column2" class="column">
<div class="content">
<img src="./images/dblogo.jfif" onmouseover="java_e(this)" onmouseout="oracle(this)" alt="Lights" style="width:150px;height:150px;border-radius:50%">
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br>
<h1 class="lang">Version Control</h1>
<p class="icon">--------⭐--------</p>
<div class="main">
<div class="row3" class="row">
<div class="column3" class="column">
<div class="content">
<center><img src="./images/GitHub-Mark.png" onmouseover="c_e(this)" onmouseout="github(this)" alt="Mountains" style="width:150px;height:150px;border-radius:50%;"> </center>
</div>
</div>
</div>
</div>
</div> <br><br><br><br><br><br><br><br><br></div>
<div class="div4">
<h1 class="currentLearning">What I do </h1>
<div class="card">
<img src="./images/learning.jpg" alt="Learning" style="width:100%">
<p class="learning">Learning<br>-----------------</p>
<p class="learn">Full stack Development<br>
Cloud Computing</p>
<br>
</div>
</div>
<div class="projects" id="projects">
<h1 class="currentLearning">Projects </h1><br><br><br>
<div class="container1 ">
<div class="card1">
<img src="./images/pomodoro.png" class="Pimg1" alt="Pomodoro Timer" style="width:100%;height:300px">
<h2>Pomodoro Timer</h2>
<p>A productivity timer to be used for activities with a work/break sessions cycle. Especially suited for Pomodoro technique.</p>
<p>
<a href="https://pomodoroclock-3p34g896sokhx7f0f1.web.codequotient.com" target="_blank">
<button>See Project</button>
</a>
</p>
</div>
<div class="card1" >
<img src="./images/sales.jpg" alt="Online Compiler" class="Pimg2" style="width:100%;height:300px ;border: 1px solid black;">
<h2>Sales System</h2>
<p>This is a swing based application using JAVA as frontend and ORACLE as backend for their Inventory and Sales maintenance.</p>
<p><a href="https://github.com/nehasoni05/Inventory-and-Sales-System" target="_blank"><button>See Project</button></a></p>
</div>
<div class="card1 card12">
<img src="./images/compiler.png" alt="Online Compiler" class="Pimg3" style="width:100%;height:300px;border: 1px solid black;">
<h2>Online Compiler</h2>
<p>Build a basic app to compile coding question using API's with the help of AJAX. <br> <br></p>
<p><a href="https://compiler-3p34g896tski02j8bx.web.codequotient.com" target="_blank"><button>See Project</button></a></p>
</div>
</div>
<a href="./html/projects.html"><h1 class="seeMore">See more projects</h1></a>
</div>
<br><br><br><br>
<section id="contact">
<div class="section-content">
<h1 class="section-header">Get in Touch</h1>
<center><h3>---------📱----------</h3></center>
</div>
<div class="contact-section">
<div class="container">
<form method="GET">
<div class="col-md-12 ">
<div class="form-group">
<label>Your name</label>
<input type="text" class="form-control" id="name" placeholder=" Enter Name" required>
</div>
<div class="form-group">
<label>Email Address</label>
<input type="email" class="form-control" id="email" placeholder=" Enter Email id" required>
</div>
<div class="form-group">
<label>Mobile No.</label>
<input type="tel" class="form-control" id="mobile" placeholder=" Enter 10-digit mobile no." required>
</div>
<div class="form-group">
<label> Message</label>
<textarea class="form-control" id="msg" placeholder="Enter Your Message" required></textarea>
</div>
<div>
<button type="button" onclick="fun()" class="btn btn-success submit"><i class="fas fa-sms"></i> Send Message</button>
</div>
</div>
</form>
</div>
<br>
</section>
<div id="last">
<br>
<div class="c1"><p class="thanks">Thank you for contacting us! We will get back to you soon!</p></div>
<div class="container">
<center> <h1 style="color:white">User Details</h1>
<p class="page">--------📃--------</p></center>
<div class="table-responsive-sm">
<table class="table table-bordered" id="detailTable" >
<tr>
<th>Name</th>
<th>E-mail</th>
<th>Mobile No.</th>
<th>Message</th>
</tr>
</table>
</div>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>