Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Your name committed Oct 2, 2024
1 parent 4bafc4f commit 898a577
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions reusable_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta name="robots" content="noindex">
</meta>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<!--
<div class="about_me_info">
<img src="bio_photo.jpg" class="bio-photo" alt="Jacob Kaplan bio photo"></img>
Expand All @@ -31,7 +31,7 @@ <h3>Jacob Kaplan</h3>
</div>
-->

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
Expand All @@ -42,12 +42,10 @@ <h3>Jacob Kaplan</h3>
}
}
</script>


<!--<div class="topnav" id="myTopnav"> -->
<nav role="navigation" id="site-nav" class="nav">
<div class="menu a">
<a href="#home" class="active">Home</a>
<a href="index.html" class="active">Home</a>
<!-- <a href="data.html">Data</a>
<a href="research.html">Research</a>
Expand All @@ -62,15 +60,15 @@ <h3>Jacob Kaplan</h3>
</button>
<div class="dropdown-content"> -->
<!-- <a href="alcohol.html">Alcohol</a> -->
<a href="#arrest">Arrest</a>
<a href="arrest.html">Arrest</a>
<!-- <a href="borderpatrol.html">Border Patrol</a> -->
<a href="#nibrs.html">Crime (NIBRS)</a>
<!-- <a href="index.html">Crime (UCR)</a> -->
<a href="#crosswalk">Crosswalk</a>
<a href="nibrs.html">Crime (NIBRS)</a>
<a href="index.html">Crime (UCR)</a>
<a href="crosswalk.html">Crosswalk</a>
<!-- <a href="death.html">Death</a> -->
<a href="#hate">Hate Crime</a>
<a href="hate.html">Hate Crime</a>
<!-- <a href="jail.html">Jail</a> -->
<a href="#police">Police</a>
<a href="police.html">Police</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
<!-- <a href="prison.html">Prison</a>-->
Expand Down

0 comments on commit 898a577

Please sign in to comment.