Skip to content

Commit

Permalink
Modified discord and projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tay committed Jun 10, 2024
1 parent dc30ba6 commit c7af018
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 25 deletions.
63 changes: 40 additions & 23 deletions discord.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,46 @@
<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>
<a class="navbar-brand" href="./projects">tay.is-a.dev</a>
</div>
</ul>
</div>
</div>
</nav>

<about>
<div class="about">
<div>
<p>If you have not been redirected to my Discord within 3 seconds.</p>
</div>
<p>Please click <a href="https://discord.gg/xQVDR3ANQX">this</a> to join</p>
<div>
</div>
</div>
</about>
<!-- 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">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="/">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><p>If you have not been redirected to my Discord within 3 seconds.</p></p>
</div>
<div>
<p><p>Please click <a href="https://discord.gg/xQVDR3ANQX">this</a> to join</p></p>
</div>
</div>
</about>

<footer>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion index.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.is-a.dev</a>
<a class="navbar-brand" href="./">tay.is-a.dev</a>
<link rel="home" href="./" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
3 changes: 2 additions & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./projects">tay.is-a.dev</a>
<a class="navbar-brand" href="./">tay.is-a.dev</a>
<link rel="home" href="./discord" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
<ul class="nav navbar-nav navbar-right">
Expand Down

0 comments on commit c7af018

Please sign in to comment.