Skip to content

Commit

Permalink
Deleted mp4 file, Modified html and css
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Sep 17, 2024
1 parent 88b76af commit 47f28a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
3 changes: 0 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
<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="./" />
Expand Down
27 changes: 1 addition & 26 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,6 @@ body {
min-width: 100%;
min-height: 100%;
}

.aboutcontent {
position: fixed;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
width: 100%;
padding: 20px;
}

#aboutpauseBtn {
width: 200px;
font-size: 18px;
padding: 10px;
border: none;
background: #000;
color: #fff;
cursor: pointer;
}

#aboutpauseBtn:hover {
background: #ddd;
color: black;
}


.section-container { margin: 0 auto; padding-bottom: 80px; }
.section-description { margin-top: 60px; padding-bottom: 10px; }
Expand Down Expand Up @@ -104,7 +79,7 @@ ul.navbar-nav {
}

/* About */
.about {
.index {
text-align: center;
margin: auto;
width: 1000px;
Expand Down
Binary file removed usurper.mp4
Binary file not shown.

0 comments on commit 47f28a5

Please sign in to comment.