-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
293 lines (194 loc) · 10 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
<!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>Portfolio- Anusthan Singh</title>
<!-- Fonts Awsome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="user">
<img src="shray.jpg" alt="">
<h3 class="name">Anusthan Singh</h3>
<p class="post">Student | Web developer | Product Engineer</p>
</div>
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div id="menu" class="fas fa-bars"></div>
<!--Home section starts-->
<section class="home" id="home">
<h3>Hi There !</h3>
<h1>I'M <span>Anusthan Singh</span></h1>
<p>Developer skilled and work upon variour languages & technology such as HTML , CSS , Javascript , Bootstrap , Tailwind CSS , React JS as well as My SQL, C++/C, Java , Python, Batchfile .Experience in Project making & teaming with people. </p>
<a href="#about"><button class="btn">About me <i class="fas fa-user"></i></button></a>
<div class="share">
<a href="mailto:[email protected]" class="fab fa-google" target="_blank"></a>
<a href="https://github.com/anusthan12" class="fab fa-github" target="_blank"></a>
<a href="https://www.linkedin.com/in/anusthan-singh-b436a9237" class="fab fa-linkedin" target="_blank"></a>
<a href="https://www.instagram.com/anusthan_12/" class="fab fa-instagram" target="_blank"></a>
<a href="https://codepen.io/anusthan12/pens/showcase" class="fab fa-codepen" target="_blank"></a>
</div>
</section>
<!--Home section Ends-->
<!--About section Starts-->
<section class="about" id="about">
<h1 class="heading"><span>About </span> me</h1>
<div class="row">
<div class="info">
<h3> <span> Name:</span> Anusthan Singh </h3>
<h3> <span> Age:</span> 21 </h3>
<h3> <span> Qualification:</span> B.tech </h3>
<h3> <span> Working:</span> Student | Web developer | Product Engineer</h3>
<h3> <span> Language:</span> English,Hindi </h3>
<a href="Resume.pdf" download="CV.pdf"><button class="btn">Download Resume <i class="fas fa-download"></i></button></a>
</div>
<div class="counter">
<div class="box">
<span>>> 3+</span>
<h3>Years of Learning</h3>
</div>
<div class="box">
<span>>> 35+</span>
<h3>Projects </h3>
</div>
<div class="box">
<span> >> 1800+</span>
<h3>GitHub Views</h3>
</div>
<div class="box">
<span>>>253+</span>
<h3>Contribution</h3>
</div>
</div>
</div>
</section>
<!--About section Ends-->
<!--Education section starts-->
<section class="education" id="education">
<div>
<h1 class="heading"> My <span>Education</span></h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>HTML&CSS</span>
<h3>Pirple</h3>
<p>In college, I got interested in web development so I took a front-end course from Pirple and completed it successfully. Having finished with my basics, I went on YouTube and W3School to expand my knowledge in this area and began developing the basic structures of a website </p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>Wind tail CSS & Bootstrap</span>
<h3>Youtube</h3>
<p>It has been my passion to keep up with latest and technologies ,this has led me to discover Wind-tail-CSS that make it simpler to create a Responsivly and faster website with less effort, it reduces time upto 40%. This alone is quite mindblowing.As part of my journey, I also met Bootstrap, and that was also an amazing experience and a much more creative thing to learn. </p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>JavaScript & React JS</span>
<h3>Youtube</h3>
<p>When I was done with the front-end part, I thought it would be wise to expand to the back-end as well. Therefore, I selected javascript as my first back-end language because 90% of industries are covered by this language and it is very trusted. After this all I did learn My Sql and database in my university and also php</p>
</div>
</div>
<div>
<div class="row">
<div class="progress">
<h3> HTML&CSS <span>95%</span> </h3>
<div class="bar bar-2-1"><span></span></div>
<h3> TAILWIND CSS | BootStrap <span>75%</span> </h3>
<div class="bar bar-1-1"><span></span></div>
<h3> Javascript & React JS <span>70%</span> </h3>
<div class="bar bar-2-3"><span></span></div>
<h3> My SQL <span>70%</span> </h3>
<div class="bar bar-2-2"><span></span></div>
</div>
<div class="progress">
<h3>C++/C <span>74%</span> </h3>
<div class="bar bar-1-3"><span></span></div>
<h3>Python <span>60%</span> </h3>
<div class="bar bar-1-4"><span></span></div>
<h3> Batchfile <span>60%</span> </h3>
<div class="bar bar-1-2"><span></span></div>
<h3>Autocad <span>59%</span> </h3>
<div class="bar bar-1-5"><span></span></div>
</div>
</div>
</div>
</div>
</section>
<!--Education section Ends-->
<!--Portfolio section starts-->
<section class="portfolio" id="portfolio">
<h1 class="heading"> My <span>Portfolio</span></h1>
<div class="box-container">
<div class="box">
<a href="https://anusthan12.github.io/Translator/" target="_blank"> <img src="translator.png" alt=""></a>
</div>
<div class="box">
<a href="https://anusthan12.github.io/Weatherapp/" target="_blank"> <img src="weatherapp.jpg" alt=""></a>
</div>
<div class="box">
<a href="https://github.com/anusthan12/Indestructible_Password_Generator" target="_blank"> <img src="nodejs.jpg" alt=""></a>
</div>
<div class="box">
<a href="https://anusthan12.github.io/QR_Code_Generator/" target="_blank"> <img src="QR.jpg" alt=""></a>
</div>
<div class="box">
<a href="https://anusthan12.github.io/iDevleoper/" target="_blank"> <img src="photo6.jpg" alt=""></a>
</div>
<div class="box">
<a href="https://anusthan12.github.io/Neocube/" target="_blank"> <img src="photo4.jpg" alt="">
</a>
</div>
<div class="box">
<a href="https://anusthan12.github.io/Gradient_generator/" target="_blank"> <img src="gradient.jpg" alt=""> </a>
</div>
<div class="box">
<a href="https://anusthan12.github.io/Myntra/" target="_blank"> <img src="myntra.jpg" alt=""> </a>
</div>
<div class="box">
<a href="https://github.com/anusthan12/Batch_Virus_Codes" target="_blank"> <img src="Batch.jpg" alt=""> </a>
</div>
</div>
</section>
<!--Portfolio section Ends-->
<!--Contact Section Starts -->
<section class="contact" id="contact">
<h1 class="heading"><span>Contact</span> me </h1>
<div class="row">
<div class="content">
<h3 class="title">Contact info</h3>
<div class="info">
<h3> <i class="fas fa-envelope"></i> [email protected] </h3>
<!-- <h3> <i class="fa fa-instagram"></i> +91 </h3> -->
<h3> <i class="fas fa-map-marker-alt"></i> Nagpur, India-441110 </h3>
</div>
</div>
<form action="">
<input type="text" placeholder="name" class="box">
<input type="email" placeholder="email" class="box">
<input type="text" placeholder="project" class="box">
<textarea name="" id="" cols="30" rows="10" class="box message" placeholder="message"></textarea>
<button type="submit" class="btn">Send <i class="fas fa-paper-plane"></i></button>
</form>
</div>
</section>
<!--Contact Section Ends -->
<!--Scroll top button-->
<a href="#home" class="top">
<img src="scroll-top-img.png" alt="">
</a>
<!-- Jquery cdn link-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>