diff options
| author | kj_sh604 | 2023-07-09 00:43:09 -0400 |
|---|---|---|
| committer | kj_sh604 | 2023-07-09 00:43:09 -0400 |
| commit | ef92a53a6ede6d1be420267e8218833ef8dffb2a (patch) | |
| tree | 39c62b9d0a1381fc8d3ad708c22cfea969809752 /LaTeX.php | |
| parent | d3c18c13c87367e911addddce1422c2cf8790307 (diff) | |
kj.bash: LaTeX.php
Diffstat (limited to 'LaTeX.php')
| -rw-r--r-- | LaTeX.php | 61 |
1 files changed, 32 insertions, 29 deletions
@@ -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> |
