diff options
-rw-r--r-- | www/default.css | 41 | ||||
-rw-r--r-- | www/index.org | 61 | ||||
-rw-r--r-- | www/jobs.org | 67 |
3 files changed, 169 insertions, 0 deletions
diff --git a/www/default.css b/www/default.css new file mode 100644 index 0000000..8c6ce4d --- /dev/null +++ b/www/default.css @@ -0,0 +1,41 @@ +:root { + --primary-color: #333333; + --secondary-color: #FFFFFF; + --home: #c8c8c8; + --yes: #5cff5c; + --no: #ff5c5c; + font-size: 18; + --fast-speed: 0.2s; + --med-speed: 0.4s; + --slow-speed: 1s; +} + +title { + text-align: left; + line-height: 3; +} + +.section-number-3 { + color: red; +} + +body { + font-family: 'Jost*', sans-serif; + line-height: 1.2; + margin: 0; + padding: 0; + background-color: var(--primary-color); + color: var(--secondary-color); +} + +code { + font-family: 'Hack', sans-serif; +} + +p { + font-family: 'Public Sans', sans-serif; +} + +#org88f7f8b { + line-height: 10; +} diff --git a/www/index.org b/www/index.org new file mode 100644 index 0000000..bbb3304 --- /dev/null +++ b/www/index.org @@ -0,0 +1,61 @@ +# -*- mode: org; -*- + +#+TITLE: Smart Documents +#+AUTHOR: Marius Peter +#+DATE: <2021-02-01 Mon> +#+OPTIONS: toc:nil html-style:nil + +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./default.css"/> + +Welcome to =Smart Documents!= + +#+NAME: title-page +#+attr_html: :width 400px +# [[file:title-page.png]] + +* Welcome to *Smart Documents*. + +** Work with /plain text/. + +The only expectation from the user is to focus on the content, /plain +text./ + +Program your documents in your favorite language thanks to the power +of [[https://orgmode.org/worg/org-contrib/babel/intro.html][Org Babel]]. + +** 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 fit for sharing. + +* Killer Features + +** 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. + +Unleash the power of /literate programming/ through Org mode. + +* Download + +You can download the current development snapshot on GitHub at +[[https://github.com/Blendoit/.emacs.d]]. + +* Donate + +Support the development of this project at the following places: + +- Venmo :: =@Blendoit= +- CashApp :: =$MariusPeter= +- PayPal :: [[mailto:mariuspeter.blendux@gmail.com][mariuspeter.blendux@gmail.com]] diff --git a/www/jobs.org b/www/jobs.org new file mode 100644 index 0000000..c51cfb8 --- /dev/null +++ b/www/jobs.org @@ -0,0 +1,67 @@ +# -*- mode: org; -*- + +#+TITLE: Jobs +#+AUTHOR: Marius Peter +#+DATE: <2021-01-19 Tue> + +* 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 + |