Skip to content

Commit

Permalink
i fixed smthn, correctly works on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Sep 18, 2024
1 parent c0cdd76 commit aa132e2
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 321 deletions.
7 changes: 3 additions & 4 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tee's website</title>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<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/about/style.css">
<link rel="stylesheet" href="/assets/css/style.css">

<link rel="shortcut icon" href="/assets/imgs/favicon.png">

</head>

<body>
Expand All @@ -27,7 +26,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">tee's website</a>
<a class="navbar-brand" href="/">Tee</a>
<link rel="home" href="/" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
7 changes: 3 additions & 4 deletions public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tee's website</title>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<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/about/style.css">
<link rel="stylesheet" href="/assets/css/style.css">

<link rel="shortcut icon" href="/assets/imgs/favicon.png">

</head>

<body>
Expand All @@ -27,7 +26,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">tee's website</a>
<a class="navbar-brand" href="/">Tee</a>
<link rel="home" href="/" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
2 changes: 0 additions & 2 deletions public/assets/css/animate.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
Expand Down
2 changes: 1 addition & 1 deletion public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ul.navbar-nav {
.navbar-brand {
width: 102px;
background: url(../imgs/logo.png) left center no-repeat;
text-indent: -696969px;
text-indent: -9999999;
}

/* Doctor Who List? */
Expand Down
3 changes: 3 additions & 0 deletions public/discord/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<link rel="stylesheet" href="/assets/css/style.css">

<link rel="shortcut icon" href="/assets/imgs/favicon.png">
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>


</head>

Expand Down
7 changes: 3 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tee's website</title>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<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/about/style.css">
<link rel="stylesheet" href="/assets/css/style.css">

<link rel="shortcut icon" href="/assets/imgs/favicon.png">

</head>

<body>
Expand All @@ -28,7 +27,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">tee's website</a>
<a class="navbar-brand" href="/">Tee</a>
<link rel="home" href="/" />
</div>
<div class="collapse navbar-collapse" id="top-navbar-1">
Expand Down
3 changes: 3 additions & 0 deletions public/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<link rel="stylesheet" href="/assets/css/style.css">

<link rel="shortcut icon" href="/assets/imgs/favicon.png">
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>


</head>

Expand Down
3 changes: 3 additions & 0 deletions public/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<link rel="stylesheet" href="/assets/css/style.css">

<link rel="shortcut icon" href="/assets/imgs/favicon.png">
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>


</head>

Expand Down
3 changes: 3 additions & 0 deletions public/salad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<link rel="stylesheet" href="/assets/css/style.css">

<link rel="shortcut icon" href="/assets/imgs/favicon.png">
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>


</head>

Expand Down
2 changes: 0 additions & 2 deletions static/assets/css/animate.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
Expand Down
150 changes: 0 additions & 150 deletions static/assets/css/classic-who-archive.css

This file was deleted.

Loading

0 comments on commit aa132e2

Please sign in to comment.