did I just link my existing about page to the landing?

This commit is contained in:
miggymofongo2 2024-05-16 11:00:04 -07:00
parent 54a17c5825
commit 2d8b3f4122

View file

@ -8,7 +8,7 @@
<meta name="description" content="HTML5 website template">
<meta name="keywords" content="global, template, html, sass, jquery">
<meta name="author" content="Bucky Maler">
<link rel="stylesheet" href="/asteroid/css/main.css">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
@ -16,7 +16,7 @@
<!-- notification for small viewports and landscape oriented smartphones -->
<div class="device-notification">
<a class="device-notification--logo" href="#0">
<img src="assets/img/Highwind1_opt.png" alt="Global">
<img src="img/Highwind1_opt.png" alt="Global">
<p>Miguel's Asteroid</p>
</a>
<p class="device-notification--message">Try viewing on a bigger screen.</p>
@ -118,7 +118,7 @@
<li class="slider--item slider--item-right">
<a href="https://nostrmeet.me/_@migs.uber.space">
<div class="slider--item-image">
<img src="img/nostr-icon-white-256x256.png" alt="Alex Nowak">
<img src="img/nostr-icon-white-256x256.png" alt="nostr icon from github">
</div>
<p class="slider--item-title">Social Media</p>
<p class="slider--item-description">Social Media is evolving. Ask me about alternative social media
@ -185,7 +185,7 @@
<a href="#0">
<h3>Philosophy</h3>
</a>
<a href="#0">
<a href="https://miguelalmodo.com/about.html">
<h3>Who is Miguel</h3>
</a>
<a href="#0">
@ -422,4 +422,4 @@
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.2.4.min.js"><\/script>')</script>
<script src="js/functions-min.js"></script>
</body>
</html>
</html>