summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/about.org10
-rw-r--r--www/css/base.css45
-rw-r--r--www/css/index.css9
-rw-r--r--www/css/navbar.css40
-rw-r--r--www/img/space.jpgbin36815 -> 0 bytes
-rw-r--r--www/index.org55
-rw-r--r--www/jobs.org71
-rw-r--r--www/publish.el84
-rw-r--r--www/sd-setup.org5
9 files changed, 0 insertions, 319 deletions
diff --git a/www/about.org b/www/about.org
deleted file mode 100644
index 9568b1a..0000000
--- a/www/about.org
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- mode: org; -*-
-
-#+TITLE: Smart Documents
-#+AUTHOR: Marius Peter
-#+DATE: <2021-02-09 Tue>
-
-#+SETUPFILE: ~/.emacs.d/www/sd-setup.org
-#+INCLUDE: ./navbar.html export html
-
-Contact me at [[https://t.me/Blendoit][t.me/Blendoit]] or at [[mailto:smart-documents@tuta.io][smart-documents@tuta.io]].
diff --git a/www/css/base.css b/www/css/base.css
deleted file mode 100644
index 49111bc..0000000
--- a/www/css/base.css
+++ /dev/null
@@ -1,45 +0,0 @@
-:root {
- /* Colors */
- --primary: #333333;
- --text: #ffffff;
- --accent: #4682b4;
- --link: #87cefa;
- --no: #ff5c5c;
- /* Timings */
- --high-speed: 0.3s;
- --med-speed: 0.5s;
- --low-speed: 1.0s;
-}
-
-code {
- font-family: 'Hack', sans-serif;
-}
-
-body {
- font-family: 'Jost*', sans-serif;
- font-size: 12px;
- margin: 3em;
- background-color: var(--primary);
- color: var(--text);
-}
-
-.outline-2 {
- bottom: 0;
- left: 0;
- filter: blur(4px);
- transition: var(--high-speed);
- max-width: 60vw;
-}
-.outline-2:hover {
- filter: blur(0px);
- transition: var(--med-speed);
- font-size: 14px;
-}
-
-p {
- font-family: 'Public Sans', sans-serif;
-}
-
-a {
- color: var(--link);
-}
diff --git a/www/css/index.css b/www/css/index.css
deleted file mode 100644
index 48f4501..0000000
--- a/www/css/index.css
+++ /dev/null
@@ -1,9 +0,0 @@
-.outline-2 {
- min-height: 70vh;
- bottom: 30px;
-}
-
-.outline-text-2 {
- position: absolute;
- bottom: 0;
-}
diff --git a/www/css/navbar.css b/www/css/navbar.css
deleted file mode 100644
index 892f302..0000000
--- a/www/css/navbar.css
+++ /dev/null
@@ -1,40 +0,0 @@
-nav {
- background-color: var(--accent);
- color: var(--text);
- position: fixed;
- height: 36px;
- display: flex;
- align-items: center;
- top: 12px;
- right: 12px;
- border-radius: 12px;
- /* box-shadow x-offset y-offset blur spread color */
- box-shadow: 8px 8px 40px 2px #111111;
- z-index: 1;
-}
-nav ul {
-}
-/* Display navbar elements horizontally. */
-nav ul * {
- display: inline;
- margin: 0.2em;
-}
-
-/* Style the links inside the navigation bar. */
-nav a {
- color: var(--text);
- font-size: 16px;
-}
-
-/* Change the color of links on hover. */
-nav a:hover {
- background-color: var(--link);
- color: var(--primary);
- transition: var(--med-speed);
-}
-
-/* Add a color to the active/current link */
-nav a.active {
- background-color: var(--accent);
- color: white;
-}
diff --git a/www/img/space.jpg b/www/img/space.jpg
deleted file mode 100644
index fa18bad..0000000
--- a/www/img/space.jpg
+++ /dev/null
Binary files differ
diff --git a/www/index.org b/www/index.org
deleted file mode 100644
index f2a5e17..0000000
--- a/www/index.org
+++ /dev/null
@@ -1,55 +0,0 @@
-# -*- mode: org; -*-
-
-#+TITLE: Smart Documents
-#+AUTHOR: Marius Peter
-#+DATE: <2021-02-09 Tue>
-#+EMAIL: smart-documents@tuta.io
-
-#+SETUPFILE: ~/.emacs.d/www/sd-setup.org
-# Extra styling for the home page
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/index.css"/>
-
-#+INCLUDE: ./navbar.html export html
-
-# Make your personal & professional documents 10\times better.
-
-* Perfect documents every time.
-:PROPERTIES:
-:CUSTOM_ID: perfect-documents
-:END:
-
-Focus on your content and let the editor work out the appearance, for
- flawless exports every time.
-
-
-* Collaboration done right.
-
-Collect collaborators' feedback and create new document versions
-through an efficient wizard.
-
-* Link it all together.
-
-Create links between files to keep track of dates, people, tags, and
-compile them into neatly filtered agendas---perfect for sharing a
-project status or roadmap!
-
-* A single authoritative document.
-
-Each document can be declined into a report, a presentation
-summarizing the document's outline, or a website page that can be
-added to your organization's internal wiki.
-
-* Program your documents.
-
-Program your documents in your favorite language thanks to the power
-of [[https://orgmode.org/worg/org-contrib/babel/intro.html][Org Babel]].
-
-* Download
-
-You can download the current development snapshot on GitHub at
-[[https://github.com/Blendoit/.emacs.d]].
-
-* Support this project
-
-For all inquiries related to donations, please send an e-mail to
-[[mailto:smart-documents@tuta.io][smart-documents@tuta.io]]
diff --git a/www/jobs.org b/www/jobs.org
deleted file mode 100644
index 7925eff..0000000
--- a/www/jobs.org
+++ /dev/null
@@ -1,71 +0,0 @@
-# -*- mode: org; -*-
-
-#+TITLE: My job is...
-#+AUTHOR: Marius Peter
-#+DATE: <2021-02-09 Tue>
-#+SETUPFILE: ./sd-setup.org
-#+OPTIONS: toc:1
-
-#+INCLUDE: ./navbar.html export html
-
-* Educators & Academics
-
-** Teacher
-
-*** Kindergarten
-
-*** Middle School
-
-*** High School
-
-** Student
-
-*** Middle and High School
-
-*** College
-
-**** MLA
-**** APA
-
-** Professor
-
-*** Syllabus
-
-*** Homework assignment
-
-** Researchers
-
-*** Thesis
-
-* Businesspersons
-
-** Reports
-
-* Legal
-
-** Lawyer
-
-** Judge
-
-** Stenographer
-
-* Technicians
-
-** Engineer
-
-** Product Line Manager
-
-* Managers & Executives
-
-** CEO
-
-** Board Member
-
-** Manager
-
-* Artists
-
-** Painter
-
-** Screenwriter
-
diff --git a/www/publish.el b/www/publish.el
deleted file mode 100644
index dbf8988..0000000
--- a/www/publish.el
+++ /dev/null
@@ -1,84 +0,0 @@
-(setq org-publish-project-alist
- '(;; First Project
- ("org-notes"
- :base-directory "~/www/org/"
- :base-extension "org"
- :publishing-directory "~/www/build/"
- :recursive t
- :exclude ".*-template\.org\\|README\.org" ; exclude org-reveal slides and other files
- :publishing-function org-html-publish-to-html
- :headline-levels 2 ; Just the default for this project.
- :auto-sitemap t ; Generate sitemap.org automagically...
- :sitemap-filename "org-sitemap.org" ; ... call it sitemap.org (it's the default)...
- :sitemap-title "Plan du site" ; ... with title 'Sitemap'.
- :with-creator nil ; Disable the inclusion of "Created by Org" in the postamble.
- :with-email nil ; Disable the inclusion of "(your email)" in the postamble.
- :with-author nil ; Enable the inclusion of "Author: Your Name" in the postamble.
- :auto-preamble t; ; Enable auto preamble
- :auto-postamble t ; Enable auto postamble
- :table-of-contents t ; Set this to "t" if you want a table of contents, set to "nil" disables TOC.
- :toc-levels 1 ; Just the default for this project.
- :section-numbers nil ; Set this to "t" if you want headings to have numbers.
- :html-head-include-default-style nil ;Enable the default css style
- :html-head-include-scripts nil ;Disable the default javascript snippet
- :html-head "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/org.css\"/>\n<script type=\"text/javascript\" src=\"js/ga.min.js\"></script>" ;Enable custom css style and other tags
- :html-link-home "index.html" ; Just the default for this project.
- :html-link-up "misc.html" ; Just the default for this project.
- )
-
- ("org-static"
- :base-directory "~/www/org/"
- :base-extension "html\\|xml\\|css\\|js\\|png\\|jpg\\|jpeg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|zip\\|gz\\|csv\\|m\\|R\\|el"
- :include (".htaccess")
- :publishing-directory "~/www/build/"
- :recursive t
- :publishing-function org-publish-attachment
- :exclude "Rplots.pdf\\|README\\|LICENSE\\|\\.gitignore"
- )
-
- ("org"
- :components ("org-notes" "org-static")
- )
-
-
- ;; Second Project
- ("org-r-notes"
- :base-directory "~/teaching/algo-prog-R/org/"
- :base-extension "org"
- :publishing-directory "~/teaching/algo-prog-R/build/"
- :recursive t
- :exclude ".*-template\.org\\|README\.org" ; exclude org-reveal slides and other files
- :publishing-function org-html-publish-to-html
- :headline-levels 2 ; Just the default for this project.
- :auto-sitemap t ; Generate sitemap.org automagically...
- :sitemap-filename "sitemap.org" ; ... call it sitemap.org (it's the default)...
- :sitemap-title "Sitemap" ; ... with title 'Sitemap'.
- :with-creator nil ; Disable the inclusion of "Created by Org" in the postamble.
- :with-email nil ; Disable the inclusion of "(your email)" in the postamble.
- :with-author nil ; Enable the inclusion of "Author: Your Name" in the postamble.
- :auto-preamble t; ; Enable auto preamble
- :auto-postamble t ; Enable auto postamble
- :table-of-contents t ; Set this to "t" if you want a table of contents, set to "nil" disables TOC.
- :toc-levels 2 ; Just the default for this project.
- :section-numbers t ; Set this to "t" if you want headings to have numbers.
- :html-head-include-default-style nil ;Enable the default css style
- :html-head-include-scripts nil ;Disable the default javascript snippet
- :html-head "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/org.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/logo_uns.min.css\" />\n<script type=\"text/javascript\" src=\"js/ga.min.js\"></script>" ;Enable custom css style and other tags
- :html-link-home "index.html" ; Just the default for this project.
- :html-link-up "sitemap.html" ; Just the default for this project.
- )
-
- ("org-r-static"
- :base-directory "~/teaching/algo-prog-R/org/"
- :base-extension "html\\|xml\\|css\\|js\\|png\\|jpg\\|jpeg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|zip\\|gz\\|csv\\|m\\|R"
- :publishing-directory "~/teaching/algo-prog-R/build/"
- :recursive t
- :publishing-function org-publish-attachment
- :exclude "Rplots.pdf\\|README\\|LICENSE\\|\\.gitignore"
- )
-
- ("org-r"
- :components ("org-r-notes" "org-r-static")
- )
- )
- )
diff --git a/www/sd-setup.org b/www/sd-setup.org
deleted file mode 100644
index 4f503d4..0000000
--- a/www/sd-setup.org
+++ /dev/null
@@ -1,5 +0,0 @@
-# Inhibit certain elements exported with Org by default.
-#+OPTIONS: toc:nil html-style:nil num:nil title:nil
-
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/base.css"/>
-#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/navbar.css"/>
Copyright 2019--2024 Marius PETER