forked from suffisme/HF22-Events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (54 loc) · 2.53 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
<html>
<head>
<title>CSEA Workshop</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body class="bg-dark text-light container">
<div class="jumbotron">
<h1 class="display-4">
Welcome to <b>CSEA Open Source Workshop</b>
</h1>
<p class="lead">
The main motive of this workshop is to promote open source culture among the students of NITW and give them kickstart to start contributing on github.
</p>
<hr class="my-4">
<p>
Given below is the badge that I have earned from attending the CSEA - Open Source Workshop.
</p>
<center class="lead">
<div id="main-card">
<div class="cover-photo">
</div>
<div class="photo">
<img src="VerifiedDeveloper.png" alt="">
</div>
<div class="content">
<h2 class="name">Mohd Sufiyan Ansari</h2>
<h3 class="fullstack">Full Stack Engineer<br />
</h3>
<h3 class="email">
<a href="mailto:addsufiyan@gmail.com">
addsufiyan@gmail.com
</a>
</h3>
</div>
<div class="contact">
<ul>
<!-- Here change links to your link -->
<a href="https://www.linkedin.com/in/sufiyan-ansari-nitw/" target="_blank">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://github.com/suffisme" target="_blank">
<i class="fa fa-github"></i>
</a>
<a href="https://instagram.com/im_suffi/" target="_blank">
<i class="fa fa-instagram"></i>
</a>
</ul>
</div>
</div>
</center>
</div>
</body>
</html>