-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
329 lines (275 loc) · 16.9 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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!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</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="#" alt="" width="#" class="d-inline-block align-text-top">
Divyrajsinh
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#skill">Skill</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#project">Project</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#about me">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#contect">Contect</a>
</li>
</ul>
<button class="btn btn-outline-success" type="button">[email protected]</button>
</div>
</div>
</nav>
<section id="home" class="bg-dark text-white">
<div class="container pt-5">
<div class="row justify-content-center text-center pt-5">
<div class="col-md-4 pt-5 pb-5">
<img src="img/arc.jpg" class="rounded-circle" alt="">
<h1 class="pt-5">Divyrajsinh Sindhav</h1>
<p class="pt-5 pb-5 fs-5">I`m Full Stack Web Devloper</p>
</div>
</div>
</div>
</section>
</header>
<main>
<div class="container">
<section id="skill" class="pt-5 pb-5">
<h1 class="text-center pt-5">My Skill</h1>
<div class="row justify-content-center text-center">
<div class="col-md-6 pt-5 pb-3">
<div class="card text-black">
<div class="card-header fs-4">
Front End Technology
</div>
<div class="card-body">
<i class="fa-brands fa-html5 fa-3x px-4 py-3"></i>
<i class="fa-brands fa-css3-alt fa-3x px-4 py-3"></i>
<i class="fa-brands fa-js fa-3x px-4 py-3"></i>
<i class="fa-brands fa-bootstrap fa-3x px-4 py-3"></i>
<i class="fa-brands fa-react fa-3x px-4 py-3"></i>
</div>
</div>
</div>
<div class="col-md-6 pt-5 pb-3">
<div class="card text-black">
<div class="card-header fs-4">
Back End Technology
</div>
<div class="card-body">
<i class="fa-brands fa-node-js fa-3x px-4"></i>
<i class="fa-brands fa-laravel fa-3x px-4"></i>
</div>
</div>
</div>
<div class="col-md-6 pt-5 pb-5">
<div class="card text-black">
<div class="card-header fs-4">
Tools
</div>
<div class="card-body">
<i class="fa-brands fa-aws fa-3x px-4"></i>
<i class="fa-brands fa-github fa-3x px-4"></i>
<i class="fa-brands fa-git-alt fa-3x px-4"></i>
</div>
</div>
</div>
<div class="col-md-6 pt-5 pb-5">
<div class="card text-black">
<div class="card-header fs-4">
Other
</div>
<div class="card-body">
<i class="fa-brands fa-python fa-3x px-4"></i>
<i class="fa-brands fa-java fa-3x px-4"></i>
<i class="fa-brands fa-linux fa-3x px-4"></i>
<i class="fa-brands fa-wordpress fa-3x px-4"></i>
</div>
</div>
</div>
</div>
</section>
<section id="services" class="pt-5 pb-5">
<h1 class="text-center pt-2">Services</h1>
<div class="row justify-content-center text-center">
<div class="col-md-6 pt-5 pb-3">
<div class="card text-black">
<div class="card-header fs-4">
Website Developing & Designing
</div>
<div class="card-body">
<i class="fa fa-globe fa-3x"></i>
<p class="card-text">SEO friendly and completly responsive website and easley customizable website designing and developing as per your requirement</p>
</div>
</div>
</div>
<div class="col-md-6 pt-5 pb-3">
<div class="card text-black">
<div class="card-header fs-4">
CMS Technology
</div>
<div class="card-body">
<i class="fa fa-cogs fa-3x"></i>
<p class="card-text">Using content management system (CMS) make to very easy to customize website and fully moblie and SEO friendly website.</p>
</div>
</div>
</div>
<div class="col-md-6 pt-5 pb-3">
<div class="card text-black">
<div class="card-header fs-4">
PWA Developing
</div>
<div class="card-body">
<i class="fa fa-mobile fa-3x"></i>
<p class="card-text">I have provide PWA (Progressive Web Apps) services. Using this technology provide web app. This is letest technology in tech market.</p>
</div>
</div>
</div>
</div>
</section>
<section id="project" class="pt-5 pb-5">
<h1 class="pb-5">Projects</h1>
<div class="row">
<div class="col-md-3 mb-3">
<div class="card text-white bg-success">
<img src="img/pro/Marketplace.webp" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Marketplace</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button href="#" class="btn btn-outline-light btn-sm">Django</button>
<button href="#" class="btn btn-outline-light btn-sm">React js</button>
<button href="#" class="btn btn-outline-light btn-sm">Mongo DB</button>
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card text-white bg-secondary">
<img src="img/pro/ecommerce.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Ecommerce</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button href="#" class="btn btn-outline-light btn-sm">Laravel</button>
<button href="#" class="btn btn-outline-light btn-sm">Bootsrap</button>
<button href="#" class="btn btn-outline-light btn-sm">My SQL</button>
</div>
</div>
</div>
<div class="col-md-3 mb-3">
<div class="card text-white bg-danger">
<img src="img/pro/sport.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Sport</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button href="#" class="btn btn-outline-light btn-sm">node js</button>
<button href="#" class="btn btn-outline-light btn-sm">React js</button>
<button href="#" class="btn btn-outline-light btn-sm">aws</button>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-dark bg-warning">
<img src="img/pro/transport.webp" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Transport</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<button href="#" class="btn btn-outline-light btn-sm">Laravel</button>
<button href="#" class="btn btn-outline-light btn-sm">Bootsrp</button>
<button href="#" class="btn btn-outline-light btn-sm">My SQL</button>
</div>
</div>
</div>
</div>
</section>
<section id="about me" class="pt-5 pb-5">
<h1 class="text-center">About me</h1>
<div class="row mt-5">
<div class="col-md-6 pt-3 pb-3 justify-content-center">
<img src="img/arc.jpg" class="w-75" alt="">
</div>
<div class="col-md-6 pb-3 pt-5 justify-contented-center">
<h2>I`m Divyrajsinh Sindhav</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae in, eveniet animi sint iusto distinctio quia consequuntur? Aut id tempore esse quos corporis neque repudiandae sed porro dolorum? Cupiditate, sint!
</p>
<div class="text-center pt-3">
<button class="btn btn-outline-success" type="button">
</button>
<p class="pt-1">-------or-------</p>
</div>
</div>
</div>
</section>
<section id="contect" class="pt-5 pb-3">
<div class="cotainer justify-content-center py-5">
<div class="row d-flex justify-content-center">
<div class="col-sm-12 col-md-8 col-lg-6">
<div class="card">
<div class="card-heading">
<p class=" display-6 pb-1 pt-1 text-center bg-dark text-white fs-2">Contect Me</p>
</div>
<div class="card-body p-4">
<div class="justify-content-center">
<form action="post">
<div class="form-group mb-1">
<label for="text" class="form-label">Name:</label>
<input type="text" name="Name" id="name" placeholder="e.g. Dawid" class="form-control">
</div>
<div class="form-group mb-1">
<label for="Email" class="form-label">Eamil:</label>
<input type="Email" name="Email" id="email" placeholder="e.g. [email protected]" class="form-control">
</div>
<div class="form-group mb-1">
<label for="Email" class="form-label">Phone:</label>
<input type="Email" name="Email" id="email" placeholder="Phone Number" class="form-control">
</div>
<div class="form-group mb-1">
<label for="quary">Message:</label>
<textarea name="quary" id="quary" cols="10" rows="5" class="form-control" placeholder="Write Your MEssage">
</textarea>
</div>
<div class="d-grid gap-2">
<button class="btn btn-primary" type="submit">Submit</button>
</div>
<div class="mt-4">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/js/brands.min.js" integrity="sha512-KGeeDLRAGeJZYsq3J/4s/X6eZyaxTAlScSN2b7z/H/r2MBZ3pAg4T52SzavEJa2Uthmll5HMhvRaLeuxT76EVQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>