Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmoriarty authored Jul 10, 2024
1 parent ddfdbaa commit bf4574c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
<body>
<div class="centered">
<h2>Christopher W Moriarty</h2>

<body>
<div class="centered">
<h2>Christopher W Moriarty</h2>
<a href="Chris%20Moriarty%20-%20Resume.pdf">resume</a><br>
<a href="https://github.com/cwmoriarty">github</a><br>
<a href="https://www.linkedin.com/in/cwmoriarty/">linkedin</a><br>
<br>
email: <tt>cwmⓐcwmoriarty.com</tt>
<tt>cwmⓐcwmoriarty.com</tt>
</div>

<div class="libleft">
<small><span id="flag">🌎</span> <span id="distance">0</span> miles away</small>
<div class="libleft"><small><span id="flag">🌎</span> <span id="distance">0</span> miles away</small>
</div>

</body>


Expand Down Expand Up @@ -46,7 +40,7 @@ <h2>Christopher W Moriarty</h2>
console.log(flagEmoji)
})
.catch(error => {
console.error("Error fetching IP data:", error);
console.error("Error fetching IP API data:", error);
});
</script>

Expand Down

0 comments on commit bf4574c

Please sign in to comment.