Skip to content

Commit

Permalink
need help
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottN13 committed Apr 22, 2024
1 parent 709020a commit 18df076
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
22 changes: 19 additions & 3 deletions linktree.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 18df076

Please sign in to comment.