Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated file pathing for GH Pages. #18

Merged
merged 26 commits into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e0de7f1
Merge pull request #1 from will16363/John_Branch
Jklehner Nov 11, 2022
67d4179
Merge pull request #2 from will16363/Will_Jones
will16363 Nov 14, 2022
673eefb
Merge pull request #3 from will16363/Will_Jones
will16363 Nov 14, 2022
a3d9d1a
Merge pull request #4 from will16363/Will_Jones
will16363 Nov 15, 2022
4c670d7
Merge pull request #5 from will16363/Will_Jones
will16363 Nov 15, 2022
e1e6976
Merge pull request #6 from will16363/Will_Jones
will16363 Nov 15, 2022
c9123b3
Merge pull request #7 from will16363/Will_Jones
will16363 Nov 18, 2022
c88af10
Merge pull request #8 from will16363/Will_Jones
will16363 Nov 18, 2022
0b572e7
Merge pull request #9 from will16363/Will_Jones
will16363 Nov 18, 2022
e7924cb
Merge pull request #11 from will16363/Will_Jones
will16363 Nov 20, 2022
5dcf25c
Merge pull request #12 from will16363/Will_Jones
will16363 Nov 20, 2022
c9d99d4
Merge pull request #14 from will16363/Will_Jones
Jklehner Nov 20, 2022
4569dae
Merge pull request #15 from will16363/Will_Jones
will16363 Nov 28, 2022
b925ea7
Merge pull request #16 from will16363/Will_Jones
will16363 Nov 28, 2022
ab5b23b
Merge pull request #17 from will16363/Will_Jones
will16363 Nov 30, 2022
f1d00bc
Fixed filed error
will16363 Nov 30, 2022
b1581bc
Update index.html
will16363 Nov 30, 2022
fcd8792
Update accident.html
will16363 Nov 30, 2022
66b64f1
Update accident.html
will16363 Nov 30, 2022
fe9e9f7
Update index.html
will16363 Nov 30, 2022
d590b3f
Update index.html
will16363 Nov 30, 2022
0e1a65e
Update accident_with_impound.html
will16363 Nov 30, 2022
a37cc97
Update accident_with_impound.html
will16363 Nov 30, 2022
7abb773
Update accident_with_impound.html
will16363 Nov 30, 2022
398aed4
Update accident_with_impound.html
will16363 Nov 30, 2022
9409e2c
Fixed file pathing for GH Pages
will16363 Nov 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions other_pages/accident.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css"/>
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Accident Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Accident Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/accident_with_impound.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Accidents with Impound Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Accidents with Impound Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/b_and_e_commercial.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Commercial B & E Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Commercial B & E Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/b_and_e_res.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Residential B & E Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Residential B & E Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/rob.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Robbery Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Robbery Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/sex_off.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Sex Offense Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Sex Offense Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/stolen_auto.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Stolen Vehicle Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Stolen Vehicle Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/theft.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Theft Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Theft Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/theft_from_auto.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Thefts from Vehicles Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Thefts from Vehicles Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/vandalism.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Vandalism Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Vandalism Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions other_pages/weap_assault.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.2/dist/leaflet.css"
integrity="sha256-sA+zWATbFveLLNqWO2gtiw3HL/lh1giY/Inf1BJ0z14="
crossorigin=""/>
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="../css/styles.css" />
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.9.2/dist/leaflet.js"
integrity="sha256-o9N1jGDZrf5tS+Ft4gbIK7mYMipq9lqpVJ91xHSyKhg="
Expand All @@ -17,9 +17,9 @@
<header class="header">
<h1>Group 9 Project</h1>
</header>
<a class="home" href="/index.html">Home</a>
<a class="home" href="../index.html">Home</a>
<div class="grid">
<img src='/images/pg_county_logo.png' alt='PG County Logo'/>
<img src='../images/pg_county_logo.png' alt='PG County Logo'/>
</div>
<div class="right_section box">
<h3>Assault with a Weapon Occurrences</h3>
Expand All @@ -32,6 +32,6 @@ <h3>Assault with a Weapon Occurrences</h3>
</div>
</div>
</div>
<script src="/js/script.js"></script>
<script src="../js/script.js"></script>
</body>
</html>