-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Duplicat home html into projects for projects page
- Loading branch information
1 parent
8003629
commit 3cfa95d
Showing
1 changed file
with
63 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!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>tayrp.github.io</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">Navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="index.html">tayrp.github.io</a> | ||
</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="https://discord.gg/eeTCHd7Jvu">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 current projects.</p> | ||
</div> | ||
<div> | ||
</div> | ||
</div> | ||
</about> | ||
|
||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
© <b>2024 | ||
<a href="https://github.com/tayrp/tayrp.github.io">TayRP</a>. All rights reserved.</b> | ||
</div> | ||
</div> | ||
</footer> |