-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathindex.html
61 lines (61 loc) · 2.97 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
<html>
<head>
<title>CSEA OpenSource 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" />
<!-- Change this style.css to "../style.css" after putting into a folder -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body class="bg-dark text-light container">
<div>
<h1 class="display-4">
Welcome to <b>CSEA Open Source Workshop</b>
</h1>
<p>
This is a two day workshop mainly focused on working of git and github.
</p>
<p>
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">
<!-- Change this VerifiedDeveloper.png to ../VerifiedDeveloper.png after putting into a folder -->
<img src="VerifiedDeveloper.png" alt="">
</div>
<div class="content">
<h2 class="name">Mohd Sufiyan Ansari</h2>
<h3 class="fullstack">Backend Engineer<br />
</h3>
<h3 class="email">
<a href="mailto:[email protected]">
</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>
<!-- Here change links to your link -->
<a href="https://github.com/suffisme" target="_blank">
<i class="fa fa-github"></i>
</a>
<!-- Here change links to your link -->
<a href="https://instagram.com/im_suffi/" target="_blank">
<i class="fa fa-instagram"></i>
</a>
</ul>
</div>
</div>
</center>
</div>
</body>
</html>