aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042023-07-09 00:43:09 -0400
committerkj_sh6042023-07-09 00:43:09 -0400
commitef92a53a6ede6d1be420267e8218833ef8dffb2a (patch)
tree39c62b9d0a1381fc8d3ad708c22cfea969809752
parentd3c18c13c87367e911addddce1422c2cf8790307 (diff)
kj.bash: LaTeX.php
-rw-r--r--LaTeX.php61
1 files changed, 32 insertions, 29 deletions
diff --git a/LaTeX.php b/LaTeX.php
index 897d39d..26d8901 100644
--- a/LaTeX.php
+++ b/LaTeX.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>
The LaTeX Project Public License
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
@@ -446,14 +448,15 @@ Important Recommendations
</pre>
- </div>
+ </div>
+
+ <br>
+ <footer>
- <br>
- <footer>
+ <?php include "includes/nav-footer.php"; ?>
- <?php include "includes/nav-footer.php"; ?>
+ </footer>
+</body>
- </footer>
- </body>
</html>