Skip to content

Commit

Permalink
Merge pull request #1 from dmat43/main
Browse files Browse the repository at this point in the history
Update linktree.html
  • Loading branch information
ScottN13 authored Apr 20, 2024
2 parents 7764e33 + 019522a commit 0578ba6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions linktree.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<header>
<nav class="navbar navbar-center bg-base-100">
<div class="flex-1">

<div tabindex="0" role="button" class="btn btn-ghost btn-disabled btn-circle avatar">
<div class="w-10 rounded-full">
<img alt="pfp" src=""/>
<img alt="pfp" src="https://avatars.githubusercontent.com/u/87974560?v=4">
</div>
</div>

<h1 class="text-success text-xl join-item join-horizontal p-2">scottnewman.xyz</h1>
</div>
<div role="tablist" class="tabs tabs-bordered p-3">
Expand All @@ -24,20 +24,21 @@ <h1 class="text-success text-xl join-item join-horizontal p-2">scottnewman.xyz</
</div>
</nav>
</header>

<div class="card w-96 bg-base-300 flex-1 center shadow-xl text-base-content p-10px margin-auto">
<div class="card w-96 bg-base-300 flex-1 center shadow-xl text-base-content p-10px margin-auto" style="margin-left: 40%;/*! margin-right: 25&amp;; */margin-top: 25;">
<div class="card-body">
<h2 class="card-title">link tree</h2>
<p>haha you found out this one isn't a 404! but anyways this is still wip.</p>
</div>
</div>


<footer class="footer absolute bottom-0 p-4 bg-base-100 text-base-content text-xs bg-opacity-1">
<aside>
<h4>Copyleft scottnewman.xyz 2024 - all lefts unreserved</h4>
<a>sign your life away!</a>
</aside>
</footer>

</body>
</html>

0 comments on commit 0578ba6

Please sign in to comment.