Skip to content

Commit

Permalink
Put in a about me, Probably temp.
Browse files Browse the repository at this point in the history
Will work on more stuff later.
I am tired..
  • Loading branch information
[email protected] committed Jun 4, 2024
1 parent 37215b1 commit 6cf9f7c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
15 changes: 10 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ul.navbar-nav {
display: inline-block;
margin: 9px 0 0 15px;
padding: 6px 15px;
background: #ff96b4;
background: #b1cbcc;
border: 0;
font-family: 'Shantell Sans', sans-serif;
font-size: 14px;
Expand All @@ -56,7 +56,14 @@ ul.navbar-nav {
text-indent: -696969px;
}

about { position: center;}
.about {
text-align: center;
margin: auto;
width: 1000px;
padding: 260px;
color: #b1cbcc;
font-size: 22px;
}

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

Expand All @@ -72,6 +79,4 @@ footer {
center {
width: 500px;
margin: 0 auto;
}

border-radius: 15px 50px 30px 5px;
}
32 changes: 17 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,33 @@
<div class="collapse navbar-collapse" id="top-navbar-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="btn btn-link-3" href="/index.html">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="/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>
<style>
<center>
div {
background: red;
: 10px;
}
</style>
<div>This is a div element. It has some text.</div>
</center>
</about>

<about>
<div class="about">
<div>
<p>Hello and welcome, You may call me Tay. I am a fan of Jschlatt & Isaacwhy on YouTube, I am also a fan of the Fallout game series.</p>
</div>
<div>
<p>I like to do stuff involving messing around with making basic Discord bots, Building discord servers, Or making full fledged Minecraft server setups.</p>
</div>
<div>
<p>Please do note that I will NOT be selling any of my work, As I personally think its not as good quality as others, All of my work are passion projects.</p>
</div>
</div>
</about>

<footer>
<div class="container">
<div class="row">
&copy; 2024 TayRP. All rights reserved.
&copy; <b>2024 TayRP. All rights reserved.</b>
</div>
</div>
</footer>
Expand Down

0 comments on commit 6cf9f7c

Please sign in to comment.