-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex.html
More file actions
263 lines (257 loc) · 13.2 KB
/
index.html
File metadata and controls
263 lines (257 loc) · 13.2 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!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">
<title>DEV/TRACK</title>
<link rel="stylesheet" href="styles.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r122/three.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<link rel="icon" type="image/x-icon" href="favicon.png">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DY377Z805P"></script>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
</head>
<body>
<!-- Srinidhi https://github.com/Srinidhi182 --><section>
<div id="home">
<!-- <div class="topnav"></div>
<nav>
<div class="navitem">
<div class="item1 active">Home</div>
</div>
<div class="navitem">
<p>.</p>
<div class="item2"></div>
</div>
<div class="navitem">
<p>.</p>
<div class="item3"></div>
</div>
<div class="navitem">
<p>.</p>
<div class="item4"></div>
</div>
</nav> -->
<div class="homewrap">
<h1>DEV/TRACK</h1>
<p style="font-family: Montserrat;">A community driven programming and designing club, encouraging hackers to shape their ideas</p>
</div>
</section>
<section>
<div class="container">
<div class="box">
<span></span>
<div class="content">
<h2 style="font-size: 2rem;">WHO ARE WE ?</h2>
<br><br>
<p style="font-family:Montserrat;font-size:18px">Dev/Track is our university's premiere student circle to ideate, innovate and
implement various solutions to tackle real-world problems in different tracks including
AI/ML, web3, Mobile App Development, and Web development.
Our mission revolves around connecting enthusiastic minds seeking opportunities
to collaborate and contribute. Dev/Track provides a forum for students to showcase
their skills while building their repertoire and Resume.
We aim to sculpt an environment to help students realize their potential and encourage them
to contribute to a broader tech eco-space.
</p>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2 style="font-size: 2rem">WHAT WE DO</h2>
<br><br>
<p style="font-family:Montserrat;">We at Dev/track are dedicated to helping students upskill their stacks while diversifying
their portfolios.Each idea comes to life in the form of "Projects", each track at D/T has
a set of projects under it led by a "Project Lead" under the guidance of a "Project Guide".<br>
Working on various projects under Dev/Track instills a sense of responsibility among students
and gives them a taste of working in a tech eco-space.<br>The process of Development is held in
"cycles" with each cycle resulting in an addition to your repo. By the end of an academic year,
students will have a sizable amount of contributions under their name and a sharp set of skills.
Experiences at DevTrack cultivate qualities like problem-solving, resourcefulness, collaboration,
and many more, which are considered very much essential in a workforce.
Ultimately Dev/track tries to prepare students for their eventual careers, careers that are
more than just a job.
</p>
</div>
</div>
</div>
<!-- Adnan D3LTA https://github.com/adnandelta/ -->
</section>
<section class="tracks-section" id="tracks" >
<h1 class="trackh1">Tracks</h1>
<div class="containerms">
<div class="box">
<span></span>
<div class="content">
<h2> AI/ML </h2>
<p>Procure, train, integrate and deploy innovative AI-Based solutions for problems of the past, present, and Future.</p>
<a href="https://github.com/DevTrackClub/DevTrackWebsite">Visit Github</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>Android Development</h2>
<p>The advent of technology has furthered the reach and accessibility of Mobile devices. This track is instrumental in providing solutions that are accessible to the masses</p>
<a href="https://github.com/DevTrackClub/DevTrackWebsite">Visit Github</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>UI / UX</h2>
<p>A good UI goes a long way in attracting a user base to your projects. Provide engaging solutions that keep your user base invested in your applications.</p>
<a href="https://github.com/DevTrackClub/DevTrackWebsite">Visit Github</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>WEB 2.0</h2>
<p>Being the most popular track in the market, Web 2.0 is still the go-to approach for most solutions. Build cutting-edge sites that solve more than just a problem.</p>
<a href="https://github.com/DevTrackClub/DevTrackWebsite">Visit Github</a>
</div>
</div>
<div class="box">
<span></span>
<div class="content">
<h2>WEB 3.0</h2>
<p>Provide secure, robust, and decentralized solutions for everyday problems. Adopt the WEB 3 paradigm in future-proof projects.</p>
<a href="https://github.com/DevTrackClub/DevTrackWebsite">Visit Github</a>
</div>
</div>
</div>
</section>
<!-- Sonal https://github.com/Sonaljothylingam -->
<section>
<div class="containersh">
<footer>
<h1 class="trackh1">FAQ</h1>
<div class="container-fluid">
<div class="accordion">
<div class="icon"></div>
<h5>Who are We?</h5>
</div>
<div class="panel">
<p>We are Dev/Track, REVA University's premiere tech club focused on solving problems through projects that make a difference.</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>How will Dev/Track help me?</h5>
</div>
<div class="panel">
<p>By exploring various domains, Dev/Track helps you "Find your Track". Tracks that you can build your careers over.</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>How do I join Dev/Track?</h5>
</div>
<div class="panel">
<p> Applications are open! You can apply <a href="https://bit.ly/apDT">here.</a></p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>How many tracks are available at Dev/Track?</h5>
</div>
<div class="panel">
<p>We have 5 tracks to choose from namely,
AI/ML
Web-dev
App-dev
Web3
UI/UX</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>What if I'm put on a track I'm not interested in?</h5>
</div>
<div class="panel">
<p> Fret not fren, track listings keep cycling every project cycle. You'll get a taste of every track, diversifying your repo.</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>I didn't make it into Dev/Track what now :(?</h5>
</div>
<div class="panel">
<p>We have outreach groups for non-club members, we also plan to conduct large-scale events for everyone.</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>What does "Track" mean?</h5>
</div>
<div class="panel">
<p>Domains at Dev/Track are dubbed as "tracks". After all, they pave the path to your future.</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>How do I reach out to your guys?</h5>
</div>
<div class="panel">
<p>You can join our <a href="https://discord.gg/NF9NBwX37d">Discord server</a> or follow us on <a href="https://www.instagram.com/dev.track">Instagram</a>. You can always reach out to us at <a href="mailto:contact@devtrack.club">contact@devtrack.club</a>.</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>Who decides what projects we work on?</h5>
</div>
<div class="panel">
<p>Ideally, your project lead picks a project from the pool submissions received. But, Hey if you think you have an idea that makes a difference? you are more than welcome to share it with us.</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>When do I get to see the projects?</h5>
</div>
<div class="panel">
<p>At the end of each project cycle, our teams will exhibit their efforts in a project showcase.</p>
</div>
<div class="accordion">
<div class="icon"></div>
<h5>How will Dev/Track help my career prospects?</h5>
</div>
<div class="panel">
<p>At Dev/Track you get to expand your network by working alongside smart and talented individuals. We have various collaborations planned, that'll come in handy when looking for a job.</p>
</div>
</div>
</footer>
<div class="so">
<div class="wrapper">
<div class="button" >
<div class="icon" id="fb" >
<i class="fab fa-linkedin"></i>
</div>
<a style="text-decoration: none" href="https://www.linkedin.com/company/dev-track/">
<span>LinkedIn</span></a>
</div>
<div class="button" >
<div class="icon" id="tw">
<i class="fab fa-twitter"></i>
</div>
<span>Twitter</span>
</div>
<div class="button">
<div class="icon" id="ig">
<i class="fab fa-instagram"></i>
</div>
<a style="text-decoration: none" href="https://instagram.com/dev.track?igshid=OGQ2MjdiOTE=">
<span>Instagram</span></a>
</div>
<div class="button">
<div class="icon" id="di">
<i class="fab fa-discord"></i>
</div>
<span>Discord</span>
</div>
</div>
</div>
</div>
</div>
<div class="text-center p-4" style="color: white; text-align: center;margin: 40px; font-family: Arial, Helvetica, sans-serif;">
<span class="font-semibold text-cyan-500"></> </span> with <span class="footer-heart">❤️</span> <span>by Team DevTrack</span>
</div>
</section>
<button class="btn-go-top btn-hidden">⬆</button>
<script src="index.js"></script>
</body>
</html>