Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimihiro02399 authored Jan 13, 2024
1 parent b71a475 commit 81deff6
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions gender-web-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</a>
<ul class="nav-ul">
<li class="av-li"><a class="nav-a" href="index.html">Explore the Data</a></li>
<li class="av-li"><a class="nav-a" href="/2024-b1-Local-Election-Database/citation-page/index.html">About the Data</a></li>
<li class="av-li"><a class="nav-a" href="/2024-b1-Local-Election-Database/our-team/index.html">About the Team</a></li>
<li class="av-li"><a class="nav-a" href="/citation-page/index.html">About the Data</a></li>
<li class="av-li"><a class="nav-a" href="/our-team/index.html">About the Team</a></li>
</ul>
</nav>
</header>
Expand All @@ -39,16 +39,30 @@ <h2>Quick breakdown</h2>

<h2>Historically, do women serve as county executive?</h2>
<h3> Data from the Local Elections Database reveals which counties from XXX-XXX have elected women to the office of county executive at a rate (50%+)</h3>

<div class="content-wrapper">

<div id="map_score">
<div class="tooltip" style="opacity: 0;"></div>
<div id="map-legend_score"></div>
</div>
<script type="module" src="us_county_map_female_representation_score.js"></script>
</div>
</br></br>
<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit</h2>
<h3> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>
<div class="content-wrapper">
<div class="tooltip" style="opacity: 0;"></div>
<div id="map"></div>
<script type="module" src="us_county_map_test.js"></script>
<script src="accordion_script.js"></script>

<div id="map_chi">
<div class="tooltip2" style="opacity: 0;"></div>
</div>
<script type="module" src="us_county_map_chi_test.js"></script>
</div>
<script src="accordion_script.js"></script>
<p></p>
</div>
</body>
<footer>
<p class="footer-style">&copy; 2024 The Local Elections Database Project, a student team at the Harvard Kennedy School. All rights reserved.</p>
<p>&copy; 2024 The Local Elections Database Project, a student team at the Harvard Kennedy School. All rights reserved.</p>
</footer>
</body>
</html>

0 comments on commit 81deff6

Please sign in to comment.