-
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
22 additions
and
5 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,7 +3,8 @@ | |
<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" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/> | ||
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/87974560?v=4"> | ||
</head> | ||
<body> | ||
<header> | ||
|
@@ -28,7 +29,7 @@ <h1 class="text-success text-xl join-item join-horizontal p-2">scottnewman.xyz</ | |
</nav> | ||
</header> | ||
|
||
<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 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.</p> | ||
|
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,7 +3,8 @@ | |
<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" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/> | ||
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/87974560?v=4"> | ||
</head> | ||
<body> | ||
<header> | ||
|
@@ -30,11 +31,26 @@ <h1 class="text-success text-xl join-item join-horizontal p-2">scottnewman.xyz</ | |
|
||
<div class="card w-96 bg-base-300 flex-1 center shadow-xl text-base-content p-10px margin-auto" style="margin-left: 15px; margin-top: 15px;"> | ||
<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> | ||
<h2 class="card-title">Link Tree</h2> | ||
<p>This page is a hub for all useful, funny and good-to-know links out there.</p> | ||
</div> | ||
</div> | ||
|
||
<div class="card w-96 bg-base-300 flex-1 center shadow-xl text-base-content p-10px margin-auto" style="margin-left: 15px; margin-top: 15px;"> | ||
<div class="card-body"> | ||
<h2 class="card-title">Classifications</h2> | ||
<li>Funny - such as memes or collection of funny videos</li> | ||
<li>Useful - such as tools or software repos</li> | ||
<p><i class="fas fa-info-circle" style="padding-right: 5px;"></i>If you want to add some links, contact me via my discord server!</p> | ||
</div> | ||
</div> | ||
|
||
<div class="card w-6/12 bg-base-300 flex-1 center shadow-xl text-base-content p-10px margin-auto" style="margin-left: 33%; margin-top: 15px;"> | ||
<div class="card-body"> | ||
<h2 class="card-title">Link Tree</h2> | ||
<p>This page is a hub for all useful, funny and good-to-know links out there.</p> | ||
</div> | ||
</div> | ||
|
||
<footer class="footer absolute bottom-0 p-4 bg-base-100 text-base-content text-xs bg-opacity-1 margin-auto"> | ||
<aside> | ||
|