-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex1.html
217 lines (198 loc) · 9.42 KB
/
index1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="stylee.css">
<title>Aman Gupta</title>
</head>
<body>
<div class="header" id="top-header">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container text-uppercase p-2">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section1">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://drive.google.com/file/d/1QhmnJ1IXuNOGgDufzBNnKAf26h_JPcyK/view">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section3">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section4">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="header-section">
<div class="center-div">
<p
class="font-weight-bold text-uppercase myName">Aman Gupta<br>
<span>|</span> Final year student <span>|</span> Software Developer Engineer <span>|</span> </p>
<div class="header-buttons">
<a href="https://www.linkedin.com/in/aman-gupta-751a68195/"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/aman_gupta401/"><i class="fa fa-instagram"></i></a>
<a href="https://github.com/Amangupta386"><i class="fa fa-github"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
</div>
</section>
</div>
<!-- *********** navbar section end **************** -->
<!-- ************* my skills section start ***************** -->
<section class="mySkills" id = "section1">
<div class="container text-center">
<h1 class="about text-center font-weight-bold">About Me</h1>
<p class="text-white">Hello! I am Aman Gupta and I enjoy creating things that live on internet. I have Currently completed my 3rd year. </p>
<p class="text-white">My goal is to get a job in a product based company where I can grow myself professionally while making a significant contribution to the company</p>
<p class="text-white">Currently I am learning Javascript for web development and Java.
To know more about me and my achievments, download my resume</p>
<a href="#section2"></a>
</p>
</div>
</section>
<!-- ************* my skills section end ***************** -->
<!-- *************** my education section start ********************* -->
<section class="education"id = "section2">
<div class="container text-center">
<h1 class="edu text-center font-weight-bold">My Education</h1>
<p class="text-white">Currently I am pursuing Bachelor of Technology in Raja Balwant Singh Enineering Technical Campus Bichpuri Agra Uttarpradesh </p>
<p class="text-white">I have done my Intermediate from Simpkins School, Agra</p>
<p class="text-white">I have done my High School from Boston Public School, Agra</p>
<a href="#section3"></a>
</div>
</section>
<!-- *************** my education section end ********************* -->
<!-- ******************** offer section start **************** -->
<section class="service-offers" id="section3">
<div class="container headings text-center">
<h1 class="text-center font-weight-bold">My skills</h1>
<p class="text-center">This is what I learnt in my College days.</p>
<a href="#section4"></a>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 col-10 offset-1 offset-lg-0">
<div class="names my-3">
<h1>HTML</h1>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 90%" aria-valuenow="10"
aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</div>
<div class="names my-3">
<h1>CSS</h1>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: 85%"
aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">85%</div>
</div>
</div>
<div class="names my-3">
<h1>Javascript</h1>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 20%"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">20%</div>
</div>
</div>
<div class="names my-3">
<h1>C</h1>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-danger" role="progressbar" style="width: 90%"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</div>
<div class="names my-3">
<h1>C++</h1>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: 85%"
aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">85%</div>
</div>
</div>
</div>
<div class="names my-3">
<h1>Adobe Illustrator</h1>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: 85%"
aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">70%</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 servicediv">
<div class="row">
<div class="col-lg-2 col-2 service-icons">
<i class="fa-2x fa fa-code"></i>
</div>
<div class="col-lg-10 col-10">
<h2>Website Development</h2>
<p>I want to learn FullStack Web Development.Currently I am learning frontend developement.</p>
</div>
</div>
<div class="row">
<div class="col-lg-2 col-2 service-icons">
<i class="fa-2x fa fa-laptop"></i>
</div>
<div class="col-lg-10 col-10">
<h2>Programming</h2>
<p>I was introduced to Programming first time in my 1st year of college. I learnt C, C++ programming language and now I started to learn Java.</p>
</div>
</div>
<div class="row">
<div class="col-lg-2 col-2 service-icons">
<i class="fa-2x fa fa-code"></i>
</div>
<div class="col-lg-10 col-10">
<h2>Data Structures and Algorithms</h2>
<p>I was introduced to Data Structures and Algorithms in my 2nd year of college. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ******************** offer section end **************** -->
<!-- ***************** header section starts ****************** -->
<section class="header-extradiv" id = "section4">
<div class="container">
<h1 class="project text-center font-weight-bold">My Projects</h1>
<a href="#section3"></a>
<div class="row">
<div class="extra-div col-lg-4 col-md-4 col-12">
<a href="#"><i class="fa-2x fa fa-laptop"></i></a>
<h2 class=" text-uppercase">My Portfolio Website</h2>
<p>This is the website in which you are surfing right now. I have made this website by using HTML, CSS very Basic Javascript and Bootstrap</p>
<a href="#">View Source Code</a>
</div>
<div class="extra-div col-lg-4 col-md-4 col-12">
<a href="#"><i class="fa-2x fa fa-laptop"></i></a>
<h2 class=" text-uppercase">My Portfolio of Graphic Design</h2>
<p>These I have leant in 2021 summer in the Adobe Illustrator Software</p>
<a href="https://www.instagram.com/meredesigning/">View Portfolio</a>
</div>
</div>
</div>
</section>
<!-- ***************** header section end ****************** -->
<!-- *********************** footer section start ********************** -->
<div class="footer">
<p class="font-weight-bold text-uppercase"> Basic Portfolio Website © 2021, All Rights Reserved</p>
</div>
<!-- *********************** footer section end ********************** -->
<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>
</body>
</html>