Skip to content

Commit

Permalink
Updated titles, Adding modrinth projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Sep 17, 2024
1 parent 351c671 commit a5e0832
Show file tree
Hide file tree
Showing 8 changed files with 91 additions and 119 deletions.
61 changes: 61 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tay.is-a.dev</title>

<!-- CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/style.css">

<!-- Favicon -->
<link rel="shortcut icon" href="assets/imgs/favicon.png">

</head>

<body>
<nav class="navbar navbar-inverse navbar-fixed-top navbar-no-bg" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-navbar-1">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">tee's website</a>
<link rel="home" href="./" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="btn btn-link-3" href="/">Home</a></li>
<li><a class="btn btn-link-3" href="/about.html">About</a></li>
<li><a class="btn btn-link-3" href="./projects">Projects</a></li>
<li><a class="btn btn-link-3" href="./discord">Discord</a></li>
<li><a class="btn btn-link-3" href="https://tayrp.substack.com/">Blog</a></li>
</ul>
</div>
</div>
</nav>

<about>
<div class="about">
<div>
<p>Placeholder Page</p>
</div>
</div>
</about>

<footer>
<div class="container">
<div class="row">
&copy; <b>2024
<a href="https://github.com/tayrp/tayrp.github.io">TayRP</a>. All rights reserved.</b>
</div>
</div>
</footer>
25 changes: 16 additions & 9 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ ul.navbar-nav {
text-indent: -696969px;
}

/* Doctor Who List? */
.dw1 {
text-align: center;
margin: auto;
Expand All @@ -65,6 +66,7 @@ ul.navbar-nav {
font-size: 22px;
}

/* About */
.about {
text-align: center;
margin: auto;
Expand All @@ -74,6 +76,7 @@ ul.navbar-nav {
font-size: 22px;
}

/* Footer */
footer { padding: 40px 0 45px 0; background: none; }

.footer-copyright { padding-top: 15px; }
Expand All @@ -90,13 +93,17 @@ center {
margin: 0 auto;
}

/* Embed #1 */
.embedone {
width: 1108px; /* you have to have a size or this method doesn't work */
height: 623px; /* think about making these max-width instead - might give you some more responsiveness */

position: absolute; /* positions out of the flow, but according to the nearest parent */
top: 0; right: 0; /* confuse it i guess */
bottom: 0; left: 0;
margin: auto; /* make em equal */
}
/* Project List */
div.pl {
text-align: center;
padding: 260px;
color: #b1cbcc;
font-size: 20px;
text-align: center;
}

ul.plul {
display: inline-block;
text-align: left;
}
2 changes: 1 addition & 1 deletion discord.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">tay's website</a>
<a class="navbar-brand" href="./">tee's website</a>
<link rel="home" href="./" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">tay's website</a>
<a class="navbar-brand" href="./">tee's website</a>
<link rel="home" href="./" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
94 changes: 0 additions & 94 deletions other/testing/new-index.html

This file was deleted.

2 changes: 1 addition & 1 deletion pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">tay's website</a>
<a class="navbar-brand" href="./">tee's website</a>
<link rel="home" href="./" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
22 changes: 10 additions & 12 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,29 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">tay's website</a>
<a class="navbar-brand" href="./">tee's website</a>
<link rel="home" href="./" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="btn btn-link-3" href="/">Home</a></li>
<!--<li><a class="btn btn-link-3" href="/about.html">About</a></li>-->
<!--<li><a class="btn btn-link-3" href="/projects.html">Projects</a></li>-->
<li><a class="btn btn-link-3" href="/about.html">About</a></li>
<li><a class="btn btn-link-3" href="./discord">Discord</a></li>
<li><a class="btn btn-link-3" href="https://tayrp.substack.com/">Blog</a></li>
</ul>
</div>
</div>
</nav>

<about>
<div class="about">
<div>
<p>Here will be information about my projects.</p>
</div>
<p>My Discord Bot project is <a href="https://meadows-sakura.vercel.app/">Meadows (Inactive)</a></p>
<div>
</div>
<pl>
<div class="pl">
<ul class="plul">
<b>Here is a list of all my projects, Such as my Modrinth projects</b>
<li><a href="https://modrinth.com/user/tay">Modrinth</a></li>
<!--<li><a href="https://link-here.tld">put text here to kinda give it a text yknow..</a></li>-->
</ul>
</div>
</about>
</pl>

<footer>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion radio.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">tay's website</a>
<a class="navbar-brand" href="./">tee's website</a>
<link rel="home" href="./" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down

0 comments on commit a5e0832

Please sign in to comment.