Skip to content

Commit

Permalink
Reworked icons and removed june script
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrimus committed Nov 29, 2024
1 parent 758cf22 commit 0c7ae69
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 63 deletions.
10 changes: 4 additions & 6 deletions books.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/book.js"></script>
<script src="/june.js"></script>
<script src="/script.js"></script>
</head>
<body>
Expand Down Expand Up @@ -59,7 +58,6 @@ <h1>
</footer>
<script>
ready();
june();
</script>
</body>
</html>
10 changes: 4 additions & 6 deletions ema/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/june.js"></script>
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/script.js"></script>
</head>
<body>
Expand Down Expand Up @@ -89,7 +88,6 @@ <h3>Windows</h3>
</footer>
<script>
ready();
june();
</script>
</body>
</html>
10 changes: 4 additions & 6 deletions ema/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/june.js"></script>
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/script.js"></script>
</head>
<body>
Expand Down Expand Up @@ -60,7 +59,6 @@ <h2>Guide</h2>
</footer>
<script>
ready();
june();
</script>
</body>
</html>
10 changes: 4 additions & 6 deletions ema/guide/format.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/june.js"></script>
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/script.js"></script>
</head>
<body>
Expand Down Expand Up @@ -120,7 +119,6 @@ <h3>Data part</h3>
ready();
highlightCodes();
improveCodes();
june();
</script>
</body>
</html>
10 changes: 4 additions & 6 deletions ema/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/june.js"></script>
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/script.js"></script>
</head>
<body>
Expand Down Expand Up @@ -81,7 +80,6 @@ <h3>Familiar</h3>
</footer>
<script>
ready();
june();
</script>
</body>
</html>
Binary file modified favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions font/letrascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/june.js"></script>
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/script.js"></script>
<style>
section.font > div > div {
Expand Down Expand Up @@ -387,7 +386,6 @@ <h3>Added</h3>
</footer>
<script>
ready();
june();
</script>
</body>
</html>
10 changes: 4 additions & 6 deletions games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/june.js"></script>
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/script.js"></script>
</head>
<body>
Expand Down Expand Up @@ -105,7 +104,6 @@ <h3>Escape</h3>
</footer>
<script>
ready();
june();
</script>
</body>
</html>
Binary file added img/icon/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon/icon-144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon/icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icon/icon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/icon/quadrimus-128.png
Binary file not shown.
Binary file removed img/icon/quadrimus-144.png
Binary file not shown.
Binary file removed img/icon/quadrimus-192.png
Binary file not shown.
Binary file removed img/icon/quadrimus-32.png
Binary file not shown.
16 changes: 10 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/june.js"></script>
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<style>
:root {
-webkit-tap-highlight-color: #ffffff80;
Expand Down Expand Up @@ -228,6 +227,12 @@
}
}
}

/*
h1 .quadrimus {
background: linear-gradient(90deg in hsl longer hue, #f00000 0%, #a92471 100%) text;
}
*/
</style>
</head>
<body>
Expand Down Expand Up @@ -309,7 +314,6 @@ <h1>
</footer>
<script>
/fban|fbav|instagram/i.test(navigator.userAgent) && document.body.classList.add('use-px');
june();
</script>
</body>
</html>
9 changes: 0 additions & 9 deletions june.js

This file was deleted.

10 changes: 4 additions & 6 deletions knihy.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika:[email protected]&display=swap" rel="stylesheet">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/img/icon/quadrimus-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/quadrimus-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/quadrimus-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/quadrimus-192.png" rel="icon" sizes="192x192" type="image/png">
<link href="/img/icon/icon-32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/img/icon/icon-128.png" rel="icon" sizes="128x128" type="image/png">
<link href="/img/icon/icon-144.png" rel="icon" sizes="144x144" type="image/png">
<link href="/img/icon/icon-192.png" rel="icon" sizes="192x192" type="image/png">
<script src="/book.js"></script>
<script src="/june.js"></script>
<script src="/script.js"></script>
</head>
<body>
Expand Down Expand Up @@ -59,7 +58,6 @@ <h1>
</footer>
<script>
ready();
june();
</script>
</body>
</html>
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,12 @@ footer {
}
}

/*
h1 .quadrimus {
background: linear-gradient(90deg in hsl longer hue, #f00000 0%, #a92471 100%) text;
}
*/

body.use-px {
h1 span {
font-size: 27px;
Expand Down

0 comments on commit 0c7ae69

Please sign in to comment.