aboutsummaryrefslogtreecommitdiffstats
path: root/isc.php
diff options
context:
space:
mode:
authorkj_sh6042023-07-09 00:47:50 -0400
committerkj_sh6042023-07-09 00:47:50 -0400
commit974de188bb57bf78f4224875e7f34eca9347aa6f (patch)
tree7bb9d7b5331c17d315bd96688aff4fc772a94acf /isc.php
parent1e51f34a52f2da4ded989841e9fd3265f566daa1 (diff)
kj.bash: isc.php
Diffstat (limited to 'isc.php')
-rw-r--r--isc.php61
1 files changed, 32 insertions, 29 deletions
diff --git a/isc.php b/isc.php
index 8e77139..0458052 100644
--- a/isc.php
+++ b/isc.php
@@ -1,32 +1,34 @@
<!DOCTYPE html>
<html lang=en>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <link rel="stylesheet" href="../css/style.css">
- <link rel = "icon" href = "../img/site-icon.webp" type = "image/x-icon">
- <link rel="stylesheet" href="https://cdn.rawgit.com/xcatliu/simplemde-theme-dark/master/dist/simplemde-theme-dark.min.css
+
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+ <link rel="stylesheet" href="../css/style.css">
+ <link rel="icon" href="../img/site-icon.webp" type="image/x-icon">
+ <link rel="stylesheet" href="https://cdn.rawgit.com/xcatliu/simplemde-theme-dark/master/dist/simplemde-theme-dark.min.css
">
- <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
- <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! πŸ˜†</title>
- <meta name="description" content="create presentations from markdown or plain text! πŸ€— procrastiSlides is a simple presentation(s) site that respects your dark mode setting and has responsive web design.
+ <script src="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.js"></script>
+ <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! πŸ˜†</title>
+ <meta name="description" content="create presentations from markdown or plain text! πŸ€— procrastiSlides is a simple presentation(s) site that respects your dark mode setting and has responsive web design.
non-intruisive ads, no tracking, nothing but quick slides from plain text/markdown. 🏫 try copy and pasting your school notes! that might even work πŸ˜‚">
- </head>
- <body>
- <div class=banner>
- <h1>πŸ› licenses πŸ§‘β€βš–οΈ</h1>
- <hr/>
- </div>
- <p class="centered">this website is inspired from the suckless's presentation tool (<a target="_blank" href="https://tools.suckless.org/sent">sent</a>)
+</head>
+
+<body>
+ <div class=banner>
+ <h1>πŸ› licenses πŸ§‘β€βš–οΈ</h1>
+ <hr />
+ </div>
+ <p class="centered">this website is inspired from the suckless's presentation tool (<a target="_blank" href="https://tools.suckless.org/sent">sent</a>)
and Luke Smith's <a target="_blank" href="https://youtu.be/dum7q6UXiCE">video</a> on creating presentations using markdown and LaTeX beamer.
- We would like to personally thank them for all the educational resources (for suckless, it's the source code πŸ˜‚) that they have shared with the open
- souce community throughout the years… <b>πŸ™Œ Thank you! πŸ€—</b> </p>
- <hr>
+ We would like to personally thank them for all the educational resources (for suckless, it's the source code πŸ˜‚) that they have shared with the open
+ souce community throughout the years… <b>πŸ™Œ Thank you! πŸ€—</b> </p>
+ <hr>
- <?php include "includes/nav-header.php"; ?>
-<div class="centered">
- <pre>
+ <?php include "includes/nav-header.php"; ?>
+ <div class="centered">
+ <pre>
ISC-License
@@ -60,12 +62,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
</pre>
- </div>
-<br>
- <footer>
+ </div>
+ <br>
+ <footer>
+
+ <?php include "includes/nav-footer.php"; ?>
- <?php include "includes/nav-footer.php"; ?>
+ </footer>
+</body>
- </footer>
- </body>
</html>