-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyhack.html
270 lines (247 loc) · 12.2 KB
/
pyhack.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
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
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>BelPy 2024 | PyHack 2024</title>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex">
<div class="logo mr-auto">
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li class="active"><a href="pyhack.html">PyHack</a></li>
<li><a href="pyexpo.html">PyExpo</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sponsorship.html">Sponsorship</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="code-of-conduct.html">Code Of Conduct</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<body>
<main id="main">
<img src="assets/img/bg2.png" class="bg-img" data-aos="fade-down">
<section id="pyhack" class="pyhack features">
<div class="container">
<div class="section-title" data-aos="fade-up">
<p>PyHack 2024</p>
</div>
<div class="icon-box text-left" data-aos="fade-up">
<img src="assets/img/PyHacknew.png" alt="" class="pyhack_poster mb-3" data-aos="zoom-in" data-aos-delay="200">
<div>
<h5 class="font-weight-bold"><u>RuleBook</u></h5>
<a href="assets/img/PYHack ‘24.pdf"><button class="btn download_btn">Download</button></a>
</div>
<div>
<h5 class="font-weight-bold"><u>Problem Statement</u></h5>
<a href="assets/img/Problem Statements.pdf"><button class="btn download_btn">Download</button></a>
</div>
<div>
<h5 class="font-weight-bold">Objective</h5>
<p>Teams participating in hackathon are supposed to choose a problem statement and hence solve that problem
using python language, python packages and frameworks.</p>
</div>
<div>
<h5 class="font-weight-bold">Features</h5>
<ol>
<li>Cash Prizes worth 32,500 INR </li>
<li>Certificates to be awarded to every team / participant.</li>
<li>One-on-One interaction with assigned representatives for Doubt and query solving regarding the
conduction and Guidelines of the hackathon.</li>
</ol>
</div>
<div>
<h5 class="font-weight-bold">Eligibility</h5>
<OL>
<li>The Hackathon is open to all.</li>
<li>A team should consists of minimum 2 and max
4 members</li>
</OL>
</div>
<div>
<h5 class="font-weight-bold">Rules and Guidelines for team</h5>
<ol>
<li>Every student must have their college
identity document as their identification proof.
</li>
<li>Intercollege grouping for team is allowed</li>
<li>Every student must register by paying the
registration fee</li>
</ol>
</div>
<div>
<h5 class="font-weight-bold">Git & GitHub</h5>
<p>Installation and Setup</p>
<ol>
<li>Download the latest version of git and install it. <br>
(Download link - <a href="https://git-scm.com/downloads">https://git-scm.com/downloads</a>)
</li>
<li>Create an account on GitHub.</li>
<li>GitHub introduction link- <br>
(<a
href="https://docs.github.com/en/get-started/quickstart/hello-world">https://docs.github.com/en/get-started/quickstart/hello-world</a>
)
</li>
<li>Download the latest version of GitHub Desktop and sign in. <br>
(Download link - <a href="https://desktop.github.com/">https://desktop.github.com/</a> )
</li>
<li>Create a private repository and add all your team members as collaborators and add one volunteer
member. </li>
<li>Keep the repository empty until the start of Hackathon (etc. 15/05/2024).</li>
</ol>
</div>
<div>
<h5 class="font-weight-bold">Rules</h5>
<ol>
<li>Only the Team leader will create a private repository on his/her GitHub Account.</li>
<li>Multiple repositories per team are NOT ALLOWED (i.e. one team should have one repository.)</li>
<li>Repository name should be: PyHack24-<(Team Name)> -<(Problem Statement No.)>
</li>
<li>Once the Hackathon starts, teams must compulsorily push 3 commits per Day (minimum)</li>
<li>No team will be allowed to Push/Pull to the repository after or before the Hackathon.</li>
</ol>
</div>
<div>
<h5 class="font-weight-bold">Do's and Don'ts</h5>
<ol>
<li>DO NOT commit zip files to the repository. </li>
<li>Avoid committing compilation output files (e.g. .exe, .jar, .dll, etc).</li>
<li>Avoid committing 'videos' and other large sized test data used in AI/ML in your Git repository. To
share the videos and test data among the team members use services like Google drive, Drop box or One
Drive. </li>
<li>DO NOT do small commits. Commit any logical or major changes only. </li>
<li>Only team leader (or just one person) committing to the
repository is NOT RECOMMENDED.
</li>
</ol>
</div>
<div>
<h5 class="font-weight-bold">Registration</h5>
<p>Fees : ₹500 (Per Head) <br>Registration Link : <a
href="https://konfhub.com/b-2024pcobcki">https://konfhub.com/b-2024pcobcki</a></p>
</div>
<div>
<h5 class="font-weight-bold">Prizes worth</h5>
<p>1st PRIZE : ₹ 15000 <br>
2nd PRIZE : ₹ 10000 <br>
3rd PRIZE : ₹ 7500
</p>
</div>
<div>
<h5 class="font-weight-bold">Contact Details</h5>
<p>Mr. Gajendra Deshpande <br> +91 90084 50948</p>
<p>Mr. Rahul Halkarni<br> +91 9978723883</p>
<p>Mr. Somanath Dalavi<br> +91 7204684097</p>
<p>Miss Revati Kulkarni<br> +91 6361755523</p>
</div>
<div>
<h5 class="font-weight-bold">NOTE</h5>
<ol>
<li>Rules mentioned above are subject to change at any time. Participants should check for the latest
updated PDF on the official website of BelPy 24. BelPy 24 reserve all rights regarding rules and
regulations.</li>
<li>There will be multiple hackathon venues in Belagavi. Teams from Belagavi and neighbouring cities must
participate in offline mode. Online participation is possible only for teams other than Belagavi and
neighbouring cities. Teams that are selected for grand finale must present their work offline.</li>
</ol>
</div>
</div>
</div>
</section><!-- End team Section -->
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<img class="d-none d-lg-block" src="assets/img/footer.png" alt="" width="600"
style="position: absolute; right: 0; margin-top: 20px;">
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="200">
<h4>Follow Us on Social Media</h4>
<div class="social-links mt-3">
<a target="_blank" href="https://twitter.com/Belpy2021?s=08" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a target="_blank" href="https://www.facebook.com/Belpy2021-100165431927686/" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/belpy24" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/belpy" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="mailto:[email protected]" class="google-plus"><i class="bx bx-mail-send"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="300">
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="code-of-conduct.html">Code Of Conduct</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="call-for-proposals.html">Call For Proposals</a></li>
<!--li><i class="bx bx-chevron-right"></i> <a href="ambassadors.html">Ambassadors</a></li-->
<li><i class="bx bx-chevron-right"></i> <a href="sponsorship.html">Sponsorship</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="schedule.html">Schedule</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="speakers.html">Speakers</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pyhack.html">PyHack</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="pyexpo.html">PyExpo</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
<small>Inspired by <a href="https://bootstrapmade.com/">BootstrapMade</a></small> | © Copyright
<strong><span>BelPy 2024</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
<!-- Loader -->
<div class="loading">
<div class="loader d-flex flex-column align-items-center justify-content-center">
<div class="col-md-4">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_hfae2dma.json" background="transparent"
speed="1" style="width: 100%" loop autoplay></lottie-player>
</div>
<div>
<h5 class="text-white"><b><span style="color: #6fb8df;">while</span> <span style="color: #ffcd3b;">not</span>
page.load():</b></h5>
<h5 class="text-white text-right"><b>hype_for_belpy()</b></h5>
</div>
</div>
</div>
</html>