-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
218 lines (176 loc) · 8.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<script src="script.js"></script>
<!--This is the header of the website-->
<header>header
<div id="navbar">
<div id="nav">
<b id="navb">Portfolio</b>
</div>
<div id="nav1">
<a id="a1">About</a> 
<a id="a2">Education</a>  
<a id="a3">Experience</a>  
<a id ="a4">Skills</a>
</div>
</div>
</header>
<!--This is the main of the website-->
<main>
<div id="main">
<p id="mpara">
Hi There,...........!
</p>
<br>
<p id="npara">
I'm Nitendra Singh
</p>
<br>
<p id="xpara">
Frontend Developer | Youtuber | Beta MLSA
</p>
<p id="inpara">
<i class="fa-brands fa-linkedin"></i> 
<i class="fa-brands fa-github"></i> 
<i class="fa-brands fa-youtube"></i> 
<i class="fa-brands fa-instagram"></i> 
</p>
<div id="inside">
</div>
</div>
<div id="inside1">
<div id="div1">
<h1><center>About</center></h1>
<br>
<br>
<hr>
<h3>Hi, my name is Nitendra Singh. Currently I am a computer science and engineering undergraduate. I am a very passionate
and creative person. I am very simple and disciplined person, also I am a quick learner. I can adept myself in any situation
according to the situation. I have a keen interest in the development, bussiness analytics, marketing and search engine Optimization.
I love to work in teams and also contribute to the open source projects.
</h3>
<hr>
</div>
<div id="div2">
<h1><center>Education</center></h1>
<br>
<br>
<br>
<hr>
<p>
<h3>Current:Degree Programme</h3>
Bachelor of Technology majoring in Computer Science and Engineering
<br> Dr.A.P.J.Abdul Kalam Technical University, Lucknow
<br> 2021-25
</p>
<hr>
<p>
<h3>Senior secondary school examination (XII)</h3>
CBSE Board (Delhi)
<br>
Shree Vinayak Acad. Int. Sch, Orai
<br>
Percentage:75%
</p>
<hr>
<p>
<h3>Secondary school examination (X) </h3>
CBSE Board (Delhi)
<br>
Shree Vinayak Acad. Int. Sch, Orai
<br>
Percentage:84.4%
</p>
<hr>
</div>
<div id="div3">
<h1><center>Experience</center></h1>
<br>
<br>
<br>
<hr>
<h3> Beta Microsoft learn Student Ambassador</h3>
<hr>
<h3> Goldman Sachs virtual internship programme</h3>
<hr>
<h3> Linkedin certified marketing insider</h3>
<hr>
<h3> Internshala Student partner</h3>
<hr>
<h3>Ex SEO intern at Godatu Services</h3>
<hr>
<h3> Java training with Mysql by Softpro India computer technologies private limited</h3>
<hr>
</div>
<div id="div4">
<h1><center>Skills</center></h1>
<br>
<br>
<br>
<hr>
<h3>HTML5</h3>
<hr>
<h3>CSS</h3>
<hr>
<h3>JavaScript</h3>
<hr>
<h3>Java</h3>
<hr>
<h3>Python</h3>
<hr>
<h3>Canva</h3>
<hr>
<h3>Search Engine Optimization(SEO)</h3>
<hr>
<h3> Bussiness Analytics</h3>
<hr>
<h3>Marketing</h3>
<hr>
<h3>Bootstrap</h3>
<hr>
</div>
<div id="div5">
<h1><center>Achievements</center></h1>
<br>
<br>
<br>
<hr>
<h3>Certificate of Apla Microsoft learn student ambassador</h3>
<hr>
<h3>Certificate of digital marketing by Google Digital Garage</h3>
<hr>
<h3>Certificate of Linkedin Certified Marketing Insider</h3>
<hr>
<h3>Certificate of java training with mysql by Softpro India</h3>
<hr>
<h3>Appreciation certificate by Internshala for outstanding performance in ISP programme</h3>
<hr>
</div>
</div>
</main>
<!--This is the footer of the website-->
<footer>
<i class="fa-brands fa-linkedin"></i>
   
<i class="fa-brands fa-github"></i>
   
<i class="fa-brands fa-youtube"></i>
   
<i class="fa-brands fa-instagram"></i>
<p id="foot">
<b>
© 2024 All rights reserved</b>
</p>
<br>
<p id="foot2"> Designed and developed by Nitendra Singh</p>
</footer>
</body>
</html>