Skip to content

Commit

Permalink
Add the remaining of the links
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviocv committed Dec 6, 2024
1 parent ddec7ab commit a936650
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div class="app">
<div class="content">
<!-- <p class="topbar">light | dark</p> -->
<br>

<h1>otaviocv.</h1>
Expand All @@ -17,9 +16,9 @@
</p>
<p class="right">
───────── <br>
<span class="bold darkblue"> <a href="https://x.com/otaviocv">twitter</a></span><br>
<span> <a>youtube</a></span><br>
<span> <a>linkedin</a></span><br>
<a class="bold darkblue" href="https://x.com/otaviocv">twitter</a><br>
<a href="https://www.youtube.com/@otaviocv">youtube</a><br>
<a href="https://www.linkedin.com/in/otaviocv/">linkedin</a><br>
─────────
</p>
</div>
Expand Down Expand Up @@ -86,7 +85,6 @@
a:link, a:visited, a:hover, a:active {
text-decoration: none;
//color: #00ff00;
}
.app {
Expand All @@ -110,10 +108,6 @@ h1 {
margin: auto;
}
.topbar {
text-align: right;
}
.topsection {
display: grid;
grid-template-columns: 1fr 1fr;
Expand Down

0 comments on commit a936650

Please sign in to comment.