-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
<title>e scotty alert!!!</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css" /> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" /> | ||
</head> | ||
<body> | ||
<header> | ||
|
@@ -11,32 +12,42 @@ | |
|
||
<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"> | ||
<a role="tab" class="tab tab-active link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html">About Me</a> | ||
<a role="tab" class="tab link-hover join-item join-horizontal" href="https://scottnewman.xyz/linktree.html">funny links</a> | ||
<a role="tab" class="tab link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html">guides</a> | ||
<a role="tab" class="tab tab-active link-hover join-item join-horizontal" href="https://scottnewman.xyz/"><i class="fas fa-home" style="padding: 5px;"></i>About Me</a> | ||
<a role="tab" class="tab link-hover join-item join-horizontal" href="https://scottnewman.xyz/linktree.html"><i class="fas fa-link" style="padding: 5px;"></i>funny links</a> | ||
<a role="tab" class="tab tab-disabled link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html"><i class="fas fa-blog" style="padding: 5px;"></i>guides</a> | ||
<a role="tab" class="tab tab-disabled link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html"><i class="fas fa-book" style="padding: 5px;"></i>Guestbook</a> | ||
<a role="tab" class="tab tab-disabled link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html"><i class="fas fa-download" style="padding: 5px;"></i>File Repo</a> | ||
</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: auto; */margin-top: 25;"> | ||
<div class="card-body"> | ||
<h2 class="card-title">Hello! I'm Scott!</h2> | ||
<p>This is a work in progress website. Please note that not all elements are present, also the navbar throws you at a 404.</p> | ||
<p>This is a work in progress website. Please note that not all elements are present.</p> | ||
</div> | ||
</div> | ||
|
||
|
||
<footer class="footer absolute bottom-0 p-4 bg-base-100 text-base-content text-xs bg-opacity-1"> | ||
<footer class="footer absolute bottom-0 p-4 bg-base-100 text-base-content text-xs bg-opacity-1 margin-auto"> | ||
<aside> | ||
<h4>Copyleft scottnewman.xyz 2024 - all lefts unreserved</h4> | ||
<a>sign your life away!</a> | ||
<div class="join grid grid-flow-col gap-4"> | ||
<a class="join-item join-horizontal">sign your life away!</a> | ||
<a class="join-item join-horizontal">github repo</a> | ||
<div class="join-item join-horizontal divider divider-horizontal"></div> | ||
<a class="join-item join-horizontal" href="www.youtube.com/@scottnewmanfm">youtube</a> | ||
<a class="join-item join-horizontal" href="https://discord.gg/Ht5zzZ4Teq">discord</a> | ||
<a class="join-item join-horizontal" href="https://twitter.com/scotttynewman">twitter/X</a> | ||
<a class="join-item join-horizontal" href="https://www.reddit.com/user/Crazyman-X/">reddit</a> | ||
</div> | ||
</aside> | ||
</footer> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
<title>e scotty alert!!!</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css" /> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" /> | ||
</head> | ||
<body> | ||
<header> | ||
|
@@ -18,9 +19,11 @@ | |
<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"> | ||
<a role="tab" class="tab link-hover join-item join-horizontal" href="https://scottnewman.xyz/">About Me</a> | ||
<a role="tab" class="tab tab-active link-hover join-item join-horizontal" href="https://scottnewman.xyz/linktree.html">funny links</a> | ||
<a role="tab" class="tab link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html">guides</a> | ||
<a role="tab" class="tab tab-active link-hover join-item join-horizontal" href="https://scottnewman.xyz/"><i class="fas fa-home" style="padding: 5px;"></i>About Me</a> | ||
<a role="tab" class="tab link-hover join-item join-horizontal" href="https://scottnewman.xyz/linktree.html"><i class="fas fa-link" style="padding: 5px;"></i>funny links</a> | ||
<a role="tab" class="tab tab-disabled link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html"><i class="fas fa-blog" style="padding: 5px;"></i>guides</a> | ||
<a role="tab" class="tab tab-disabled link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html"><i class="fas fa-book" style="padding: 5px;"></i>Guestbook</a> | ||
<a role="tab" class="tab tab-disabled link-hover join-item join-horizontal" href="https://scottnewman.xyz/404.html"><i class="fas fa-download" style="padding: 5px;"></i>File Repo</a> | ||
</div> | ||
</nav> | ||
</header> | ||
|
@@ -33,10 +36,18 @@ <h2 class="card-title">link tree</h2> | |
</div> | ||
|
||
|
||
<footer class="footer absolute bottom-0 p-4 bg-base-100 text-base-content text-xs bg-opacity-1"> | ||
<footer class="footer absolute bottom-0 p-4 bg-base-100 text-base-content text-xs bg-opacity-1 margin-auto"> | ||
<aside> | ||
<h4>Copyleft scottnewman.xyz 2024 - all lefts unreserved</h4> | ||
<a>sign your life away!</a> | ||
<div class="join grid grid-flow-col gap-4"> | ||
<a class="join-item join-horizontal">sign your life away!</a> | ||
<a class="join-item join-horizontal">github repo</a> | ||
<div class="join-item join-horizontal divider divider-horizontal"></div> | ||
<a class="join-item join-horizontal" href="www.youtube.com/@scottnewmanfm">youtube</a> | ||
<a class="join-item join-horizontal" href="https://discord.gg/Ht5zzZ4Teq">discord</a> | ||
<a class="join-item join-horizontal" href="https://twitter.com/scotttynewman">twitter/X</a> | ||
<a class="join-item join-horizontal" href="https://www.reddit.com/user/Crazyman-X/">reddit</a> | ||
</div> | ||
</aside> | ||
</footer> | ||
|
||
|