Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
geographyclub committed Apr 23, 2024
1 parent eb7cd98 commit 4ba43eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
25 changes: 12 additions & 13 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@
<body>

<header>
<div></div>
<div class="menu-icon">&#9776;</div>
<nav>
<a href="#" onclick="closeMenu()">Home</a>
<a href="#" onclick="scrollToSection('web');">Web Development</a>
<a href="#" onclick="scrollToSection('map');">Map Making</a>
<a href="#" onclick="scrollToSection('spatial');">Spatial Analysis</a>
<a href="#" onclick="scrollToSection('tools');">Tools</a>
<a href="#" onclick="scrollToSection('open');">Open Source</a>
<!-- <a href="#" onclick="scrollToSection('data');">Data Sources</a> -->
<a href="#" onclick="scrollToSection('about');">About & Contact</a>
</nav>
<div><a href="https://geographyclub.github.io/"><h1 style="display:inline-block; font-size:18px;"></h1></a></div>
<div class="menu-icon">&#9776;</div>
<nav>
<a href="index.html" onclick="closeMenu()">Home</a>
<a href="https://geographyclub.github.io/about/index.html" onclick="closeMenu()" target="_blank">About</a>
<a href="#" onclick="scrollToSection('contact');">Contact</a>
<p style="font-weight:400">WEBSITES</p>
<a href="https://geographyclub.github.io/factbook/" onclick="closeMenu()" target="_blank">World Factbook Scraper</a>
<a href="https://geographyclub.github.io/american-geography/" onclick="closeMenu()" target="_blank">American Geography</a>
<a href="https://geographyclub.github.io/asean/" onclick="closeMenu()" target="_blank">Asean Primer</a>
</nav>
</header>

<div class="flex-container">
Expand Down Expand Up @@ -108,7 +107,7 @@ <h2 id="tools">Tools</h2><hr>
<div class="flex-column-wide footer">
<h2 id="about">About</h2>
<hr>
<p>Web developer and map maker with a background in Geography and English.</p>
<p>Web developer and map maker with a background in Geography and English. See my <a href="https://geographyclub.github.io/about/index.html">resume</a></p>
<h4 id="contact">EMAIL</h4>
<a href="mailto:[email protected]"><p>[email protected]</p></a>
<h4>TWITTER</h4>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>Do you crave a geography-themed website?</h3>
<div class="box-wide">
<div class="footer">
<p id="about">ABOUT</p>
<h1>Web developer and map maker with a background in Geography and English.</h1>
<h1>Web developer and map maker with a background in Geography and English. See my <a href="https://geographyclub.github.io/about/index.html">resume</a>.</h1>
<p id="contact">EMAIL</p>
<a href="mailto:[email protected]"><h1>[email protected]</h1></a>
<p>TWITTER</p>
Expand Down

0 comments on commit 4ba43eb

Please sign in to comment.