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 4ba43eb commit 5efade3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,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. See my <a href="https://geographyclub.github.io/about/index.html">resume</a></p>
<p>Web developer and map maker with a background in Geography and English.</p>
<h4 id="contact">EMAIL</h4>
<a href="mailto:[email protected]"><p>[email protected]</p></a>
<h4>TWITTER</h4>
Expand Down
1 change: 1 addition & 0 deletions about/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ header {box-sizing:border-box; display:flex; justify-content:space-between; alig
nav {display:none; flex-direction:column; align-items:flex-start; width:100%; background-color:#176B87; position:absolute; right:0; top:50px;}
nav.show {display:flex;}
nav a {color:white; text-decoration:none; font-size:14px; line-height:0.8; padding-bottom:10px; margin:10px;}
nav p {color:white; text-decoration:none; font-size:14px; line-height:0.8; padding-bottom:10px; margin:10px;}
.menu-icon {display:block; cursor:pointer; font-size:20px; position:fixed; right:10px;}

@media only screen and (max-width: 768px) {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<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="about/index.html">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>
Expand Down

0 comments on commit 5efade3

Please sign in to comment.