Skip to content

Commit

Permalink
Fix: Got rid of extra title section
Browse files Browse the repository at this point in the history
  • Loading branch information
anagha166 committed Jan 18, 2025
1 parent 25f9447 commit 5bfbe04
Showing 1 changed file with 27 additions and 42 deletions.
69 changes: 27 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DataHacks 2025 | DS3 at UCSD</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/imgs/datahacks-logo.png">
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="assets/imgs/datahacks-logo.png" />
<script src="app.js"></script>
</head>
<body>
Expand Down Expand Up @@ -62,43 +62,28 @@ <h6>Seconds</h6>
<h4 id="until-msg">till DataHacks begins!</h4>
</section>

<!-- Title View -->
<section id="title">
<h1>DATAHACKS 2025</h1>
<div id="countdown">
<div class="timebox">
<span id="days">x</span>
<h6>Days</h6>
</div>
<div class="timebox">
<span id="hours">x</span>
<h6>Hours</h6>
</div>
<div class="timebox">
<span id="minutes">x</span>
<h6>Minutes</h6>
</div>
<div class="timebox">
<span id="seconds">x</span>
<h6>Seconds</h6>
</div>
</div>
<h4 id="until-msg">till DataHacks begins!</h4>
</section>

<section id="about">
<h2>Welcome to DS3 DataHacks 2025!</h2>
<div id="about-wrap">
<img src="assets/imgs/newDatasaur.png">
<p>DataHacks is a hackathon event held at UC San Diego that encourages students of all experience levels to leave the safety of their Jupyter Notebook and delve deeper into Data Science. Created out of pure passion, DataHacks hopes to educate those interested about the realm Data Science and its potential. Those participating in DataHacks will have the opportunity to create a project using data given to them or wrangled and will compete against their peers for the best project.</p>
</div>
</section>
<section id="about">
<h2>Welcome to DS3 DataHacks 2025!</h2>
<div id="about-wrap">
<img src="assets/imgs/newDatasaur.png" />
<p>
DataHacks is a hackathon event held at UC San Diego that encourages
students of all experience levels to leave the safety of their
Jupyter Notebook and delve deeper into Data Science. Created out of
pure passion, DataHacks hopes to educate those interested about the
realm Data Science and its potential. Those participating in
DataHacks will have the opportunity to create a project using data
given to them or wrangled and will compete against their peers for
the best project.
</p>
</div>
</section>

<!-- Prizes -->
<section id="prizes">
<h2>Prizes</h2>
<p>To be Announced!</p>
<!--
<!-- Prizes -->
<section id="prizes">
<h2>Prizes</h2>
<p>To be Announced!</p>
<!--
<p>Here are some prizes made possible by our generous sponsors! For more prizes, see our devpost!</p>
<div id="prize-row">
<div class="prize-card" id="prize-second">
Expand Down Expand Up @@ -132,7 +117,7 @@ <h3>3rd Place</h3>
</div>
</div>
-->
</section>
</section>

<!-- Sponsors -->
<section id="sponsors">
Expand Down

0 comments on commit 5bfbe04

Please sign in to comment.