-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
300 lines (283 loc) · 13.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anshika Srivastava</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">Ansh<span>ika.</span></a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#projects" class="menu-btn">Projects</a></li>
<li><a href="#canvas" class="menu-btn">My Canvas</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!--Home Section-->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello,my name is</div>
<div class="text-2">Anshika Srivastava</div>
<div class="text-3">I am a <span class="typing"></span></div>
<div class="icons">
<a href="https://www.linkedin.com/in/anshika-srivastava-69a575199"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="https://twitter.com/_Anshika_Sriv"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://github.com/Anshika-Srivastava"><i class="fab fa-github fa-2x"></i></i></a>
</div>
</div>
</div>
</section>
<!--About section-->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About Me</h2>
<div class="about-content">
<div class="column left">
<img src="profile4.jpg" alt="">
</div>
<div class="column right">
<div class="text">I'm Anshika and I am a <span class="typing-2"></span></div>
<p>
People call me Anshika. I am a doodler, foodie and a bubbly soul. If given a choice to live rest of your life with a thing, I will never leave my books! I am a problem solver, not just in computerized terms but even in real life! My skills and interest in HTML, CSS and Javascript completes me as a frontend developer.
<br>
<br>
You will find me the most motivated and diligent one in a room. I love creating attractive and interactive websites, Javascript based games and React based apps. Do check out my recent work!
<br>
<br>
I believe its never too late to do something. You conquer heights with your determination and not with the time left! For further details, do connect on linkedin!
</p>
<a href="https://www.linkedin.com/in/anshika-srivastava-69a575199">Lets Connect!</a>
</div>
</div>
</div>
</section>
<!--Skills Section-->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">My Skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My Creative Skills and Experiences</div>
<p>My skills in HTML, CSS and Javascript completes me as a frontend developer. Apart from web developmnet, my skills include problem solving in C++. With a laptop in my hand I believe in conquering the world!
<br>
<br>
Currently I am a Computer Science undergrad from Banasthali Vidyapith with an overall cgpa of 9.28.
</p>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML and CSS</span>
<span>90%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>JAVASCRIPT</span>
<span>75%</span>
</div>
<div class="line css"></div>
</div>
<div class="bars">
<div class="info">
<span>REACT JS</span>
<span>50%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>C++</span>
<span>90%</span>
</div>
<div class="line cpp"></div>
</div>
<div class="bars">
<div class="info">
<span>PYTHON</span>
<span>75%</span>
</div>
<div class="line py"></div>
</div>
</div>
</div>
</div>
</section>
<!--Projects section-->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h2 class="section-title">Recent <span>Projects</span></h2>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2>Todo List</h2>
<p>Made my first React app where you can store your list of things that you want to get done or that needs to get done :)</p>
<a href="https://todo-list28.herokuapp.com/">
Click Here!
</a>
</div>
<div class="project-img">
<a href="https://todo-list28.herokuapp.com/" ><img src="img4.png" alt="img"></a>
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2>Responsive Restaurant Website</h2>
<p>Made a responsive restaurant website using HTML, CSS and JS with both dark and light themes. Feel free to use the code!</p>
<a href="https://anshika-srivastava.github.io/Manhattan-Restaurant/">
Click Here!
</a>
</div>
<div class="project-img">
<a href="https://anshika-srivastava.github.io/Manhattan-Restaurant/" ><img src="img3.png" alt="img"></a>
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 3</h1>
<h2>The Color Game Project</h2>
<p>This is my first ever game made with HTML, CSS and Javascript. It is a Color Guessing Game with the help of RGB colors where you have to guess the right color.
<br>
<br>
Do try your wits and luck! Click to play!
</p>
<a href="https://anshika-srivastava.github.io">
Click Here!
</a>
</div>
<div class="project-img">
<a href="https://anshika-srivastava.github.io/I-Share/" ><img src="img1.png" alt="img"></a>
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 4</h1>
<h2>Responsive Web Page</h2>
<p>Made this landing page along with a team member for a frontend web development hackathon! Our website is a home-appliances and furniture website which provides insights of the products and services which the The Maple Company provides.</p>
<a href="https://ayushi-manmohan.github.io/MAPLE/The-Maple-Company">
Click Here!
</a>
</div>
<div class="project-img">
<img src="img2.png" alt="img">
</div>
</div>
</div>
</div>
</section>
<!--My Canvas section-->
<section class="canvas" id="canvas">
<div class="max-width">
<h2 class="title">My Canvas</h2>
<div class="canvas-content">
<div class="card">
<div class="box">
<a href="pic1.jpg"><img src="pic1.jpg" alt="img"></a>
</div>
</div>
<div class="card">
<div class="box">
<a href="pic2.jpg"><img src="pic2.jpg" alt="img"></a>
</div>
</div>
<div class="card">
<div class="box">
<a href="pic3.jpg"><img src="pic3.jpg" alt="img"></a>
</div>
</div>
</div>
</div>
</section>
<!--Contact section-->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact Me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<p>
You can use the further information to contact me! Do write a sweet message :)
</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Anshika Srivastava</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Lucknow, India</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">E-mail</div>
<div class="sub-title">anshika28may2001@gmail.com</div>
</div>
</div>
</div>
<div class="icons2">
<a href="https://www.linkedin.com/in/anshika-srivastava-69a575199"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/Anshika14726375?s=08"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/Anshika-Srivastava"><i class="fab fa-github"></i></i></a>
</div>
</div>
<div class="column right">
<div class="text">Message Me</div>
<form action="https://formspree.io/f/xayadjqg" method="POST">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" name="fullN" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" name="_replyto" required>
</div>
</div>
<div class="field">
<input type="subject" placeholder="Subject" name="sub" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Describe project..." name="desc"></textarea>
</div>
<div class="button">
<button type="submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<span>Created By <a href="#">Anshika Srivastava</a> | <span class="far fa-copyright"></span> 2020 All rights reserved.</span>
</footer>
<script src="script.js"></script>
</body>
</html>