Skip to content

Commit

Permalink
Added newindex and updated existing htmls
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Aug 2, 2024
1 parent b130ab5 commit 562c432
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
5 changes: 4 additions & 1 deletion other/internet-archive/ClassicWhoArchives.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<h1>Doctor Who Archives (1963 - 1996)</h1>
<ul>
<li><a href="https://archive.org/details/doctorwho_s01">Doctor Who: Season 1</a></li>
<li><a href="https://archive.org/details/doctorwho_s02">Doctor Who: Season 2</a></li>
<li><a href="https://archive.org/details/doctorwho_s03_v2">Doctor Who: Season 3</a></li>
Expand All @@ -24,4 +26,5 @@
<li><a href="https://archive.org/details/doctorwho-s24">Doctor Who: Season 24</a></li>
<li><a href="https://archive.org/details/doctorwho-s25">Doctor Who: Season 25</a></li>
<li><a href="https://archive.org/details/doctorwho-s26">Doctor Who: Season 26</a></li>
<li><a href="https://archive.org/details/doctorwhotelevisionmovie">Doctor Who: Television Movie</a></li>
<li><a href="https://archive.org/details/doctorwhotelevisionmovie">Doctor Who: Television Movie</a></li>
</ul>
64 changes: 64 additions & 0 deletions other/newindex.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!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="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">tay.is-a.dev</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="./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>

<section id="about">
<div class="container">
<div class="about">
<p>Hello and welcome! You may call me Tay. I am a fan of Jschlatt and Isaacwhy on YouTube, and I am also a fan of the Fallout game series.</p>
<p>I enjoy creating basic Discord bots, building Discord servers, and developing fully-fledged Minecraft server setups.</p>
<p>Please note that I do not sell any of my work, as I personally believe it is not of the same quality as others. All of my work are passion projects.</p>
</div>
</div>
</section>

<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>

<!-- JavaScript -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>

0 comments on commit 562c432

Please sign in to comment.