Skip to content

Commit

Permalink
Adding map image and buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
yseoo committed Apr 24, 2024
1 parent fcd1965 commit cb750f6
Show file tree
Hide file tree
Showing 6 changed files with 20,756 additions and 5 deletions.
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 24 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,25 @@ <h1 class="title">World Important Events</h1>

<div class="section" id="events_map">
<div class="section-content">
<h1 class="title">Global Events</h1>
<div class="header">
<h1>GLOBAL EVENT</h1>
<!-- Round buttons -->
<div class="round-buttons">
<button class="stadium-button">1</button>
<button class="stadium-button">2</button>
<button class="stadium-button">3</button>
</div>
</div>
<!-- Main content area with image and checkboxes -->
<div class="content">
<div class="image-box">
<img src="img/map.png" alt="Sketch of the map" width="500px" id="map">
</div>
</div>
<!-- Slider at the bottom -->
<div class="slider">
<input type="range" min="0" max="100" value="0" class="slider" id="sliderMap">
</div>
</div>
</div>

Expand All @@ -46,8 +64,11 @@ <h1>Plot 2</h1>
</div>
</div>



<div class="section" id="about">
<div class="section-content">
<img id="dataBeezLogo" src="img/logo.png" alt="Data Beez Logo" width="200px" />
<h1 class="title">About Us</h1>
<p class="text">
We are a team of students currently enrolled in COM-480 Data Visualization at EPFL, undertaking
Expand All @@ -71,9 +92,9 @@ <h1 class="title">About Us</h1>
</p>
</div>

<!-- FullPage.js JavaScript -->
<!-- Library JavaScript -->
<script type="text/javascript" src="lib/fullpage.js"></script>

<script type="text/javascript" src="lib/d3.v7.js"></script>
<!-- Custom JavaScript -->
<script type="text/javascript" src='script.js'></script>
</body>
Expand Down
Loading

0 comments on commit cb750f6

Please sign in to comment.