[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Beginning of the site.
Changed files
www/default.css
@@ -0,0 +1,41 @@
1
Added:
:root {
2
Added:
--primary-color: #333333;
3
Added:
--secondary-color: #FFFFFF;
4
Added:
--home: #c8c8c8;
5
Added:
--yes: #5cff5c;
6
Added:
--no: #ff5c5c;
7
Added:
font-size: 18;
8
Added:
--fast-speed: 0.2s;
9
Added:
--med-speed: 0.4s;
10
Added:
--slow-speed: 1s;
11
Added:
}
12
Added:
13
Added:
title {
14
Added:
text-align: left;
15
Added:
line-height: 3;
16
Added:
}
17
Added:
18
Added:
.section-number-3 {
19
Added:
color: red;
20
Added:
}
21
Added:
22
Added:
body {
23
Added:
font-family: 'Jost*', sans-serif;
24
Added:
line-height: 1.2;
25
Added:
margin: 0;
26
Added:
padding: 0;
27
Added:
background-color: var(--primary-color);
28
Added:
color: var(--secondary-color);
29
Added:
}
30
Added:
31
Added:
code {
32
Added:
font-family: 'Hack', sans-serif;
33
Added:
}
34
Added:
35
Added:
p {
36
Added:
font-family: 'Public Sans', sans-serif;
37
Added:
}
38
Added:
39
Added:
#org88f7f8b {
40
Added:
line-height: 10;
41
Added:
}
www/index.org
@@ -0,0 +1,61 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: Smart Documents
4
Added:
#+AUTHOR: Marius Peter
5
Added:
#+DATE: <2021-02-01 Mon>
6
Added:
#+OPTIONS: toc:nil html-style:nil
7
Added:
8
Added:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./default.css"/>
9
Added:
10
Added:
Welcome to =Smart Documents!=
11
Added:
12
Added:
#+NAME: title-page
13
Added:
#+attr_html: :width 400px
14
Added:
# [[file:title-page.png]]
15
Added:
16
Added:
* Welcome to *Smart Documents*.
17
Added:
18
Added:
** Work with /plain text/.
19
Added:
20
Added:
The only expectation from the user is to focus on the content, /plain
21
Added:
text./
22
Added:
23
Added:
Program your documents in your favorite language thanks to the power
24
Added:
of [[https://orgmode.org/worg/org-contrib/babel/intro.html][Org Babel]].
25
Added:
26
Added:
** Collaboration done right.
27
Added:
28
Added:
Collect collaborators' feedback and create new document versions
29
Added:
through an efficient wizard.
30
Added:
31
Added:
** Link it all together.
32
Added:
33
Added:
Create links between files to keep track of dates, people, tags, and
34
Added:
compile them into neatly filtered agendas fit for sharing.
35
Added:
36
Added:
* Killer Features
37
Added:
38
Added:
** A single authoritative document.
39
Added:
40
Added:
Each document can be declined into a report, a presentation
41
Added:
summarizing the document's outline, or a website page that can be
42
Added:
added to your organization's internal wiki.
43
Added:
44
Added:
**
45
Added:
46
Added:
** Program your documents.
47
Added:
48
Added:
Unleash the power of /literate programming/ through Org mode.
49
Added:
50
Added:
* Download
51
Added:
52
Added:
You can download the current development snapshot on GitHub at
53
Added:
[[https://github.com/Blendoit/.emacs.d]].
54
Added:
55
Added:
* Donate
56
Added:
57
Added:
Support the development of this project at the following places:
58
Added:
59
Added:
- Venmo :: =@Blendoit=
60
Added:
- CashApp :: =$MariusPeter=
61
Added:
- PayPal :: [[mailto:mariuspeter.blendux@gmail.com][mariuspeter.blendux@gmail.com]]
www/jobs.org
@@ -0,0 +1,67 @@
1
Added:
# -*- mode: org; -*-
2
Added:
3
Added:
#+TITLE: Jobs
4
Added:
#+AUTHOR: Marius Peter
5
Added:
#+DATE: <2021-01-19 Tue>
6
Added:
7
Added:
* Educators & Academics
8
Added:
9
Added:
** Teacher
10
Added:
11
Added:
*** Kindergarten
12
Added:
13
Added:
*** Middle School
14
Added:
15
Added:
*** High School
16
Added:
17
Added:
** Student
18
Added:
19
Added:
*** Middle and High School
20
Added:
21
Added:
*** College
22
Added:
23
Added:
**** MLA
24
Added:
**** APA
25
Added:
26
Added:
** Professor
27
Added:
28
Added:
*** Syllabus
29
Added:
30
Added:
*** Homework assignment
31
Added:
32
Added:
** Researchers
33
Added:
34
Added:
*** Thesis
35
Added:
36
Added:
* Businesspersons
37
Added:
38
Added:
** Reports
39
Added:
40
Added:
* Legal
41
Added:
42
Added:
** Lawyer
43
Added:
44
Added:
** Judge
45
Added:
46
Added:
** Stenographer
47
Added:
48
Added:
* Technicians
49
Added:
50
Added:
** Engineer
51
Added:
52
Added:
** Product Line Manager
53
Added:
54
Added:
* Managers & Executives
55
Added:
56
Added:
** CEO
57
Added:
58
Added:
** Board Member
59
Added:
60
Added:
** Manager
61
Added:
62
Added:
* Artists
63
Added:
64
Added:
** Painter
65
Added:
66
Added:
** Screenwriter
67
Added: