forked from vaibhavsingh97/ichsa2018
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathStudentVolunteers.php
103 lines (101 loc) · 4.58 KB
/
StudentVolunteers.php
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
<?php
$title = "Student Volunteers | ICHSA 2018";
$id_name = 'id="student-volunteers"';
include 'include/php/head.php';
?>
<main>
<div class="container">
<h4 class="heading">Student Volunteers</h4>
<div class="divider"></div>
<div class="section">
<div class="row">
<div class="col s12 m3">
<div class="card darken-1 center hoverable">
<div class="card-content black-text">
<img class="circle img-responsive profile-picture" src="assets/images/Commitee/default.png" alt="Vaibhav Singh">
<span class="card-title name">
<a href="https://vaibhavsingh97.me/" rel="dofollow">Vaibhav Singh</a>
</span>
<span class="grey-text designation">Student, BMU</span>
<br>
<div class="chip">
Website Developer
</div>
<div class="row" style="padding-top:10px;">
<div class="container">
<a class="col s4" href="https://github.com/vaibhavsingh97" style="color: #24292E"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
<a class="col s4" href="https://www.facebook.com/vaibhavsingh2418" style="color:#4267B2"><i class="fa fa-facebook fa-2x" aria-hidden="true"></i></a>
<a class="col s4" href="https://www.facebook.com/vaibhavsingh2418" style="color:#1DA1F2"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="card darken-1 center hoverable">
<div class="card-content black-text">
<img class="circle img-responsive profile-picture" src="assets/images/Commitee/default.png" alt="Vaibhav Singh">
<span class="card-title name">
<a href="https://akshatmittal.com/" rel="dofollow">Akshat Mittal</a>
</span>
<span class="grey-text designation">Student, BMU</span>
<br>
<div class="chip">
Website Developer
</div>
<div class="row" style="padding-top:10px;">
<div class="container">
<a class="col s4" href="https://github.com/akshatmittal" style="color: #24292E"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
<a class="col s4" href="https://www.facebook.com/itsreallyakshat" style="color:#4267B2"><i class="fa fa-facebook fa-2x" aria-hidden="true"></i></a>
<a class="col s4" href="https://twitter.com/iakshatmittal" style="color:#1DA1F2"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="card darken-1 center hoverable">
<div class="card-content black-text">
<img class="circle img-responsive profile-picture" src="assets/images/Commitee/default.png" alt="Vaibhav Singh">
<span class="card-title name">V. Himasekhar</span>
<span class="grey-text designation">Student</span>
<br>
<div class="chip">
Volunteer
</div>
<div class="row" style="padding-top:10px;">
<div class="container">
<a href="#!"></a>
<a href="#!"></a>
<a href="#!"></a>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m3">
<div class="card darken-1 center hoverable">
<div class="card-content black-text">
<img class="circle img-responsive profile-picture" src="assets/images/Commitee/default.png" alt="Vaibhav Singh">
<span class="card-title name">Nilamni Parth</span>
<span class="grey-text designation">Student</span>
<br>
<div class="chip">
Volunteer
</div>
<div class="row" style="padding-top:10px;">
<div class="container">
<a href="#!"></a>
<a href="#!"></a>
<a href="#!"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<?php
include 'include/php/foot.php';
?>