-
Notifications
You must be signed in to change notification settings - Fork 1
/
team.html
95 lines (95 loc) · 4.42 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>The Team - Cal Commit</title>
<link rel="icon" type="image/x-icon" href="favicon.png" />
<link href="/main_files/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="/main_files/favicon.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Cal Commit - The Team" />
<meta
property="og:description"
content="We aspire to teach computer science students the world of collaboration. We will do so by contributing in open source projects on a weekly basis, this will teach students the significance of the Git software and Github/Gitlab. We will also be holding hackathons and be participating in competitions to gain rewards and do well in the competitive aspect. At the end of the year, students will be masters in Git and will be able to collaborate effectively."
/>
<meta property="og:url" content="https://home.calcommit.repl.co" />
<meta property="og:image" content="/main_files/logo.png" />
</head>
<body>
<section id="team">
<div class="col" style="margin-top: 5rem;">
<h1 data-aos="fade-right" data-aos-duration="800">
The <span class="highlight">Amazing</span> Team
</h1>
<hr data-aos="fade-in" data-aos-duration="1000" data-aos-delay="100"
style="border: 1px solid #db8a74; width: 30%; margin: 2px;">
<div class="row">
<!-- <div class="one-of-two">
<div data-aos="zoom-in-up" data-aos-duration="800">
<img
src="https://static.wixstatic.com/media/8a7384_4f4eb4ece187481980253a014e735023~mv2.png/v1/crop/x_28,y_16,w_475,h_474/fill/w_253,h_253,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Rohan%201.png"
class="officer-image"
alt="Avatar"
/>
<h3 class="highlight"><b>Rohan Ramakrishnan</b></h3>
<p class="subtitle">President & Founder</p>
</div>
</div>
<div class="one-of-two">
<div data-aos="zoom-in-up" data-aos-duration="800">
<img
src="https://static.wixstatic.com/media/8a7384_6205a19672124c348fd41973353f9933~mv2.png/v1/fill/w_253,h_253,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/unknown.png"
class="officer-image"
alt="Avatar"
/>
<h3 class="highlight"><b>Arnav Pandey</b></h3>
<p class="subtitle">President & Founder</p>
</div>
</div>
</div>
<div class="row" style="margin-top: 2rem;">
<div class="one-of-three">
<div data-aos="zoom-in-up" data-aos-duration="800">
<img
src="https://static.wixstatic.com/media/8a7384_b4cbb075bfbc4be99c44f656834059d5~mv2.jpg/v1/crop/x_0,y_6,w_233,h_233/fill/w_253,h_253,al_c,lg_1,q_80,enc_auto/IMG_B460E9285B46-1.jpg"
class="officer-image"
alt="Avatar"
/>
<h3 class="highlight"><b>Swayam Shah</b></h3>
<p class="subtitle">Vice-President</p>
</div>
</div>
<div class="one-of-three">
<div data-aos="zoom-in-up" data-aos-duration="800">
<img
src="https://static.wixstatic.com/media/8a7384_c52993baccf54e93910fdc7209a023db~mv2.jpeg/v1/crop/x_0,y_33,w_1213,h_1215/fill/w_253,h_253,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/image0.jpeg"
class="officer-image"
alt="Avatar"
/>
<h3 class="highlight"><b>Srinikesh Kanneluru</b></h3>
<p class="subtitle">Treasurer & Graphic Designer</p>
</div>
</div>
<div class="one-of-three">
<div data-aos="zoom-in-up" data-aos-duration="800">
<img
src="/main_files/avatars/aditya.png"
class="officer-image"
alt="Avatar"
/>
<h3 class="highlight"><b>Aditya Sahasranam</b></h3>
<p class="subtitle">Secretary</p>
</div>
</div> -->
</div>
</div>
</section>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>