-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb7cd98
commit 4ba43eb
Showing
2 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,18 +11,17 @@ | |
<body> | ||
|
||
<header> | ||
<div></div> | ||
<div class="menu-icon">☰</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">☰</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"> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|