forked from IEEE-RVCE/GitHub-WorkShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (93 loc) · 5.11 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
<!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">
<script src="https://kit.fontawesome.com/331accb8ee.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style/style.css">
<title>IEEE Computer Society - Hacktoberfest</title>
</head>
<body>
<!-- Header Section -->
<!-- Please don't alter this section -->
<header>
<h1>Github Work Shop - IEEE Computer Society</h1>
<h2>A project for first-time contributions</h2>
<p>This is a tutorial to help first-time contributors participate in a simple and easy project. Get more
comfortable using GitHub and make your first open source contribution. It's quick and easy.</p>
<a href="https://github.com/IEEE-RVCE/GitHub-WorkShop" class="btn">Contibute Now</a>
</header>
<section id="grid">
<!-- ============================================================== -->
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- make sure there is one line of space above and below your card -->
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div id="grid-element">
<div id="element-heading">
<h4 class="grid-element-name">Your Name</h4>
<div id="lang-label">
<p><i class="fab fa-python"></i></p>
<p><i class="fab fa-cuttlefish"></i>
<i class="fas fa-plus fa-lg"></i>
<p><i class="fab fa-html5"></i></p>
<p><i class="fab fa-css3-alt"></i></p>
<p><i class="fab fa-js-square"></i></p>
</div>
</div>
<div id="link-contributor">
<a href="https://twitter.com/username"><i class="fab fa-twitter"></i> Username</a>
<a href="https://github.com/username"><i class="fab fa-github"></i> Username</a>
<a href="https://linkedin.com/username"><i class="fab fa-linkedin"></i> Username</a>
</div>
<div id="content">
<p>egestas pretium aenean pharetra magna ac placerat vestibulum lectus mauris ultrices eros in cursus
turpis massa tincidunt dui ut ornare lectus sit amet est placerat in egestas erat imperdiet sed
euismod nisi, porta lorem mollis aliquam ut porttitor leo a diam sollicitudin tempor id eu nisl nunc
mi ipsum faucibus vitae aliquet nec ullamcorper sit amet risus nullam eget felis eget nunc lobortis
mattis aliquam faucibus purus in massa tempor nec feugiat nisl pretium fusce id velit ut tortor
pretium.</p>
<div class="resources">
<b>
<p>Branch</p>
</b>
<p class="branch-name">Name Of Branch</p>
</div>
</div>
</div>
<!-- ________*END TEMPLATE* Contributor card END ________ -->
<!-- COPY everything ABOVE this, from contributor card start to end along with the "START" and "END" comment lines -->
<!-- ============== ^^^^ TEMPLATE ^^^^ ============== -->
<!-- ============================================================== -->
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- make sure there is one line of space above and below your card -->
<!-- ========== ⬇⬇ Paste YOUR CARD directly BELOW this line ⬇⬇ ========== -->
<div id="grid-element">
<div id="element-heading">
<h4 class="grid-element-name">Prajwal P</h4>
<div id="lang-label">
<p><i class="fab fa-python"></i></p>
<p><i class="fab fa-cuttlefish"></i>
<i class="fas fa-plus fa-lg"></i>
<p><i class="fab fa-html5"></i></p>
<p><i class="fab fa-css3-alt"></i></p>
<p><i class="fab fa-js-square"></i></p>
</div>
</div>
<div id="link-contributor">
<a href="https://twitter.com/username"><i class="fab fa-twitter"></i> prajwal_3722</a>
<a href="https://github.com/username"><i class="fab fa-github"></i> prajwalprakash3722</a>
<a href="https://linkedin.com/username"><i class="fab fa-linkedin"></i> prajwal-0a1350</a>
</div>
<div id="content">
<p>Let's Collaborate and Work to build amazing products :)</p>
<div class="resources">
<b>
<p>Branch</p>
</b>
<p class="branch-name">CSE</p>
</div>
</div>
</div>
</body>
</html>