-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathparticipant.html
More file actions
197 lines (166 loc) · 6.06 KB
/
participant.html
File metadata and controls
197 lines (166 loc) · 6.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>ContriHUB</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link rel="icon" type="image/png" href="img/favicon.png" />
<link href='https://fonts.googleapis.com/css?family=Cormorant Infant' rel='stylesheet'>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.min.css" rel="stylesheet">
<style type="text/css">
html,
body,
header,
.view {
height: 100%;
}
@media (max-width: 740px) {
html,
body,
header,
.view {
height: 1000px;
}
}
@media (min-width: 800px) and (max-width: 850px) {
html,
body,
header,
.view {
height: 650px;
}
}
@media (min-width: 800px) and (max-width: 850px) {
.navbar:not(.top-nav-collapse) {
background: #1C2331 !important;
}
}
</style>
</head>
<body style="background-image: url('img/background.jpg'); background-repeat: repeat; background-size: cover;">
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="https://contrihub.github.io">
<strong>ContriHUB</strong>
</a>
<!-- Collapse -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Links -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Left -->
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About ContriHUB</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#ourgoal">Our Goal</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#ourteam">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#pastorganizers">Past Organizers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" target="_blank">Participants</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://contrihub21.herokuapp.com/">Submit PR</a>
</li>
</ul>
<!-- Right -->
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item">
<a href="https://www.facebook.com/groups/ContriHUB/" class="nav-link">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/ContriHUB" class="nav-link border border-light rounded">
<i class="fab fa-github mr-2"></i>ContriHUB GitHub
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="mask rgba-black-light d-flex justify-content-center align-items-center">
<div class="container">
<div class="row justify-content-center" style="margin-top: 100px">
<h1 class="display-5 text-white font-weight-bold" style="font-family: Cormorant Infant">Participants
</h1>
</div>
<div class="row justify-content-center" style="margin-top: 20px">
<!-- Add your profile data in this div -->
<div class="col-auto" style="margin-bottom: 75px">
<div class="card" style="width: 300px">
<img class="card-img-top" src="img/profile/abhey.png" alt="Card image">
<div class="card-body">
<h4 class="card-title">Abhey Rana</h4>
<p class="card-text">I am an enthusiastic programmer who loves open source development.</p>
<a href="https://github.com/Abhey" class="btn btn-primary">See Profile</a>
</div>
</div>
</div>
<!-- Add your info above this -->
</div>
</div>
</div>
<!--Footer-->
<footer class="page-footer text-center font-small mt-4 wow fadeIn">
<hr class="my-4">
<!-- Social icons -->
<div class="pb-4">
<a href="https://www.facebook.com/groups/ContriHUB/" target="_blank">
<i class="fab fa-facebook mr-3"></i>
</a>
<a href="https://github.com/ContriHUB" target="_blank">
<i class="fab fa-github mr-3"></i>
</a>
</a>
</div>
<!--Copyright-->
<div class="footer-copyright py-3">
© 2018 Copyright:
<a href="https://contrihub.github.io" target="_blank"> contrihub.github.io </a>
</div>
<!--/.Copyright-->
</footer>
<!--/.Footer-->
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Initializations -->
<script type="text/javascript">
// Animations initialization
new WOW().init();
</script>
</body>
</html>