graph I spent too long on

This commit is contained in:
2024-04-20 19:39:07 -05:00
parent 7510bbacc8
commit deab634aa8
3 changed files with 43 additions and 5 deletions

View File

@@ -22,6 +22,11 @@
>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
</script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<style>
@media screen and (max-width: 800px) {
.leftcolumn,
@@ -74,10 +79,9 @@
<h2>About Me</h2>
<p>Just a simple student trying to make his way in the universe.</p>
</div>
<div class="card">
<h3>Follow Me</h3>
<p>Some text..</p>
</div>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-pinterest"></a>
<a href="#" class="fa fa-reddit"></a>
</div>
</div>
</div>
@@ -102,7 +106,6 @@
>
</iframe>
</div>
<script src="main.js"></script>
<script src="colorScheme.js"></script>
</body>
</html>