-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
141 lines (140 loc) Β· 8.04 KB
/
index.html
File metadata and controls
141 lines (140 loc) Β· 8.04 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
---
layout: default
permalink: /
---
<!-- Index Page -->
<div class="main">
<div class="jumbotron jumbotron-fluid text-center">
<div class="container">
<h1 class="w600">Dev Club, TCSC</h1>
<hr />
<p class="lead hero-desc">
Dev Club is a community of students highly enthusiastic about software development, ethical hacking, web designing and all other aspects of programming. We aim to provide a gateway for the people in our institute to join the coding community.
</p>
</div>
</div>
<div class="bg-red-gradient info-container">
<div class="container">
<div class="row pd br-1 bg-white-gradient raised">
<div class="col-md-4">
<object data="./assets/svg/ideate.svg" type="image/svg+xml"></object>
</div>
<div class="col-md-8">
<h3>Ideate</h3>
<p>
<b>What does it mean to ideate?</b> We at Dev Club promote thinking out of the box to develop tools and softwares that would help not only students but to others too. Developing new things can be quite intriguing and challenging at the same time. Thus, we as a community will not only help in laying down the initial plan for your work but also guide you along the way.
</p>
</div>
</div>
<div class="row pd br-1 bg-white-gradient raised flex-column-reverse flex-md-row">
<div class="col-md-8">
<h3>Code</h3>
<p>
Learning to code can be frustrating during inital phase when you are learning. You are your best teacher, no one can teach you stuff better than you. We provide resources to the newcomers to bootstrap and learn quickly anything they want to learn. Along with us internet can be your guide along the way you learn new technologies.
</p>
</div>
<div class="col-md-4">
<object data="./assets/svg/code.svg" type="image/svg+xml"></object>
</div>
</div>
<div class="row pd br-1 bg-white-gradient raised">
<div class="col-md-4">
<object data="./assets/svg/contribute.svg" type="image/svg+xml"></object>
</div>
<div class="col-md-8">
<h3>Open Source Contribution</h3>
<p>
Despite tons of ways to learn how to code, we believe that the best way to improve your skills is by contributing to open source projects. You are not only learning to code but helping your favourite open source project to stay active by helping them in a way or other. Also, sometimes these contributions you did can help you landing you dream job!
</p>
</div>
</div>
<div class="row pd br-1 bg-white-gradient raised flex-column-reverse flex-md-row">
<div class="col-md-8">
<h3>Collaborate</h3>
<p>
<b>Why collaborate?</b> Sometimes it's impossible for someone to build a product all by themselves. It takes time and team work to develop something great. Even Rome wasn't built in a day. We want people to come together and code because this helps the community to stay healthy by taking several different inputs of user while working and shaping a product.
</p>
</div>
<div class="col-md-4">
<object data="./assets/svg/collaborate.svg" type="image/svg+xml"></object>
</div>
</div>
</div>
</div>
<div class="info-container">
<div class="container">
<div class="row pd br-1 bg-white-gradient">
<div class="col-md-12">
<h2 class="text-center">Team</h2>
<hr />
</div>
<div class="row mx-auto">
<div class="card" style="width: 18rem;">
<div class="card-body text-center">
<img src="./assets/img/team//majordwarf.jpg" class="card-img-top" alt="...">
<h5 class="card-title">Tejas Tank<br><b>Club Lead</b></h5>
<p class="card-text"><i>"...in bits meesa trust..."</i></p>
<a href="https://www.github.com/majordwarf" class="btn btn-primary btn-raised"><span class="icon-github"></span> majordwarf</a>
</div>
</div>
</div>
<div class="row mx-auto">
<div class="card mx-auto" style="width: 16rem;">
<div class="card-body text-center">
<h5 class="card-title">Yash Patel<br><b>Co-Lead</b></h5>
<a href="https://www.github.com/ryuk156" class="btn btn-primary btn-raised"><span class="icon-github"></span> ryuk156</a>
</div>
</div>
<div class="card mx-auto" style="width: 16rem;">
<div class="card-body text-center">
<h5 class="card-title">Ritik Parmar<br><b>Co-Lead</b></h5>
<a href="https://www.github.com/diamondray99" class="btn btn-primary btn-raised"><span class="icon-github"></span> diamondray99</a>
</div>
</div>
<div class="card mx-auto" style="width: 16rem;">
<div class="card-body text-center">
<h5 class="card-title">Utkarsh Sinha<br><b>Co-Lead</b></h5>
<a href="https://www.github.com/neutrino26" class="btn btn-primary btn-raised"><span class="icon-github"></span> neutrino26</a>
</div>
</div>
<div class="card mx-auto" style="width: 16rem;">
<div class="card-body text-center">
<h5 class="card-title">Vivek Kanade<br><b>Co-Lead</b></h5>
<a href="https://www.github.com/vivekk07" class="btn btn-primary btn-raised"><span class="icon-github"></span> vivekk07</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="info-container">
<div class="container">
<div class="row pd br-1 bg-purple-gradient raised">
<div class="col-md-12">
<h2 class="text-center white">Partners & Sponsors</h2>
<hr />
</div>
<div class="row mx-auto">
<div class="card" style="width: 18rem;">
<div class="card-body text-center">
<img src="./assets/img/logos/hackclub.jpg" class="card-img-top" alt="...">
<h5 class="card-title white">Hack Club | Partner</h5>
<p class="card-text white"><i>"Official Charter Of Hack Club"</i></p>
<a href="https://hackclub.com/" class="btn btn-primary btn-raised"><span class="icon-info"></span> Website</a>
</div>
</div>
</div>
<div class="row mx-auto">
<div class="card" style="width: 18rem;">
<div class="card-body text-center">
<img src="./assets/img/logos/stickermule.png" class="card-img-top" alt="...">
<h5 class="card-title white">Sticker Mule | Sponsor</h5>
<p class="card-text white"><i>"Thanks for your awesomeness!"</i></p>
<a href="https://stickermule.com/" class="btn btn-primary btn-raised"><span class="icon-info"></span> Website</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>