-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (227 loc) · 12.2 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
<!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">
<link rel="stylesheet" href="/bootstrap/bootstrap.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<!-- NavBAr starts here -->
<nav class="navbar fixed-top shadow-sm navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand ml-lg-3">
<p class="m-0 display-5 "><span class="text-primary">Port</span>Folio</p>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="link collapse navbar-collapse px-lg-3" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="#home" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#quilification" class="nav-item nav-link">Quality</a>
<a href="#skill" class="nav-item nav-link">Skill</a>
<a href="#service" class="nav-item nav-link">Service</a>
<a href="#portfolio" class="nav-item nav-link">Portfolio</a>
<a href="#testimonial" class="nav-item nav-link">Review</a>
<a href="#contact" class="nav-item nav-link">Contact</a>
</div>
<a href="" class="btn btn-menu d-none d-lg-block ">Hire Me</a>
</div>
</nav>
<!-- header -->
<div class="header container-fluid" id="home">
<div class="row align-items-center ">
<div class="col-6 first">
<h3 class="text-white font-weight-normal mb-3">Hello, I am</h3>
<h1 class="display-3 text-uppercase text-primary mb-2 text-white ">UTSAB SINGH</h1>
<h1 class="typed-text-output d-inline font-weight-lighter text-white"></h1>
<div class="typed-text d-none">Web Designer, Web Developer, Front End Developer, Apps Designer, Apps Developer
</div>
<div class="d-flex align-items-center gap-5 justify-content-between justify-content-lg-start pt-5 ">
<a href="" class="btn mr-4 text-dark bg-white btn-white">Download CV</a>
<a href="" class="btn d-none d-sm-block btn-blue">Play Video</a>
</div>
</div>
<div class="col-6 second">
<img class="img-fluid w-100 rounded-circle shadow-sm main-img" src="profile.png" alt="">
</div>
</div>
</div>
<!-- About -->
<div class="container-fluid py-5" id="about">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">About</h1>
<h1 class="position-absolute text-uppercase text-primary">About Me</h1>
</div>
<div class="row about-row">
<div class="col-md-5 ">
<img class="img-fluid rounded " src="about.jpg">
</div>
<div class="col-md-7">
<h3 class="ml-2">UI/UX Designer & Web Developer</h3>
<p>Tempor eos dolore amet tempor dolor tempor. Dolore ea magna sit amet dolor eirmod. Eos ipsum est tempor dolor. Clita lorem kasd sed ea lorem diam ea lorem eirmod duo sit ipsum. Amet dolor stet lorem diam dolor justo et dolor dolor dolor</p>
<div class="row mb-3">
<div class="col-sm-6 py-2"><h6>Name: <span class="text-secondary">Utsab Singh</span></h6></div>
<div class="col-sm-6 py-2"><h6>Birthday: <span class="text-secondary">1 Mars 2001</span></h6></div>
<div class="col-sm-6 py-2"><h6>Degree: <span class="text-secondary">Bachelor</span></h6></div>
<div class="col-sm-6 py-2"><h6>Experience: <span class="text-secondary">2 Years</span></h6></div>
<div class="col-sm-6 py-2"><h6>Phone: <span class="text-secondary">+977 9865666666</span></h6></div>
<div class="col-sm-6 py-2"><h6>Email: <span class="text-secondary">[email protected]</span></h6></div>
<div class="col-sm-6 py-2"><h6>Address: <span class="text-secondary">kirtipur, kathmandu, Nepal</span></h6></div>
<div class="col-sm-6 py-2"><h6>Freelance: <span class="text-secondary">Available</span></h6></div>
</div>
<a href="" class="btn blue btn-outline-primary mr-4">Hire Me</a>
<a href="" class="btn btn-white btn-outline-primary">Learn More</a>
</div>
</div>
</div>
</div>
<!-- skills -->
<div class="container-fluid py-5" id="skill">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center mt-25">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Skills</h1>
<h1 class="position-absolute text-uppercase text-primary">My Skills</h1>
</div>
<div class="row align-items-center">
<div class="col-md-6">
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">HTML</h6>
<h6 class="font-weight-bold">95%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-primary progress-bar-striped progress-bar-animated" role="progressbar" style="width: 95%;" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">CSS</h6>
<h6 class="font-weight-bold">85%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-warning progress-bar-striped progress-bar-animated" role="progressbar" style="width: 85%;" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">C++</h6>
<h6 class="font-weight-bold">90%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-danger progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="90" style="width: 90%;" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Javascript</h6>
<h6 class="font-weight-bold">75%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-danger progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" style="width: 75%;" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Python</h6>
<h6 class="font-weight-bold">80%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-dark progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="80"style="width: 80%;" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="skill mb-4">
<div class="d-flex justify-content-between">
<h6 class="font-weight-bold">Wordpress</h6>
<h6 class="font-weight-bold">65%</h6>
</div>
<div class="progress">
<div class="progress-bar bg-info progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="65" style="width: 65%;" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Experience -->
<div class="container-fluid py-5" id="quilification">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center mt-25">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Qualification</h1>
<h1 class="position-absolute text-uppercase text-primary">Education </h1>
</div>
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css /> -->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="main-timeline">
<div class="timeline">
<a href="#" class="timeline-content">
<span class="timeline-year">2075</span>
<div class="timeline-icon">
<i class="fa fa-rocket"></i>
</div>
<div class="content">
<h3 class="title">SEE</h3>
<p class="description">
Completed <span class="text-warning">SEE</span> from Green Village Secondary school.
</p>
</div>
</a>
</div>
<div class="timeline">
<a href="#" class="timeline-content">
<span class="timeline-year">2076-2077</span>
<div class="timeline-icon">
<i class="fa fa-users"></i>
</div>
<div class="content ml-25">
<h3 class="title">+2</h3>
<p class="description">
Completed +2 eductaion from Mega National College, kumartpati, Lalipur
</p>
</div>
</a>
</div>
<div class="timeline">
<a href="#" class="timeline-content">
<span class="timeline-year">2078-2081</span>
<div class="timeline-icon">
<i class="fa fa-users"></i>
</div>
<div class="content">
<h3 class="title">BSc. CSIT</h3>
<p class="description">
Currently playing with AI at Academia Internatonal College
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias animi dolor in, maiores natus ipsum dolor sit amet, consectetur adipisicing elit. Alias animi dolor in, maiores natus.
</p>
</div>
</a>
</div>
<div class="timeline">
<a href="#" class="timeline-content">
<span class="timeline-year">2082-future</span>
<div class="timeline-icon">
<i class="fa fa-users"></i>
</div>
<div class="content">
<h3 class="title">Microsoft Inc.</h3>
<p class="description">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias animi dolor in, maiores natus ipsum dolor sit amet, consectetur adipisicing elit. Alias animi dolor in, maiores natus.
</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>