From 46d2eb0a0cde349d6dd09d095e442bbe3e9db764 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 26 Mar 2022 19:04:52 +0100 Subject: README and about pages. --- about.org | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 57 insertions(+), 7 deletions(-) (limited to 'about.org') diff --git a/about.org b/about.org index 6331ee4..89afc2a 100644 --- a/about.org +++ b/about.org @@ -4,20 +4,28 @@ #+DATE: <2022-01-28 Fri> #+OPTIONS: num:nil toc:nil -#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: #+INCLUDE: resources/topnav.html export html -* This Website +#+NAME: org-unicorn +#+ATTR_HTML: :alt Org unicorn logo. +#+ATTR_HTML: :style width: 64px; +[[https://orgmode.org/resources/img/org-mode-unicorn.svg]] + +#+TOC: headlines 1 + +* This website I started this website with the following objectives in mind: 1. Implement a personal [[https://en.wikipedia.org/wiki/Knowledge_management][Knowledge Management]] tool---this is done via - my [[file:wiki.org][wiki]]. + my [[https://wiki.mlnp.fr][wiki]]. 2. Track professional and personal development---this is done on my - [[file:blog.org][blog]]. + [[https://blog.mlnp.fr][blog]]. 3. Showcase this development publicly---this is done on this very - website, [[http://www.mlnp.fr][mlnp.fr]]. + website, [[https://www.mlnp.fr][mlnp.fr]]. The full website design rationale and TODO tracking are available in the [[file:README.org][README]] file. @@ -29,7 +37,44 @@ I'm a junior aerospace engineer currently working in France after studying and working in the USA. Interests include open source software, gym, and rowing. -My online CV is available [[file:cv.org][here]]. The text version can be found [[file:resume/Marius-Peter-CV.txt][here]]. +My online CV is available [[file:cv.org][here]]. The text version is available [[file:cv.txt][here]]. + + +* Statistics + +#+NAME: wiki-statistics +#+BEGIN_SRC emacs-lisp :results table :exports results + (format "Number of wiki pages | %s" (length (directory-files-recursively "./wiki" "\\.org$"))) +#+END_SRC + +#+RESULTS: wiki-statistics +| Number of wiki pages: | 18 | + + +* Credits +:PROPERTIES: +:CUSTOM_ID: Credits +:END: + +** =mlnp.fr= + +| Content | Original title | Author | License | +|---------------------+--------------------------+----------+---------| +| Homepage hero image | [[https://www.flickr.com/photos/47430793@N08/21787648405]["Grumman F-14D 'Tomcat'"]] | [[https://www.flickr.com/photos/47430793@N08][aeroman3]] | [[https://creativecommons.org/licenses/cc0/1.0/?ref=openverse][CC0 1.0]] | +| | | | | + + +** TODO =wiki.mlnp.fr= + +#+CAPTION: [[https://is.gd/C10Wzb][Rafale C]] +#+CAPTION: [[https://freesvg.org/1538693615][Human speech]] +#+CAPTION: [[https://is.gd/zJy4yG][Burmese Python]] +#+CAPTION: [[https://is.gd/ZC3az7][Tux]] +#+CAPTION: [[https://is.gd/9YrLTS][Emacs logo]] +#+CAPTION: [[https://is.gd/BScVEC][Typography]] + + +** =blog.mlnp.fr= * Contact @@ -38,4 +83,9 @@ My online CV is available [[file:cv.org][here]]. The text version can be found [ :END: # A custom ID enables hyperlinking to this section from elsewhere. -Contact details will follow. +| Contact | Detail | +|----------+------------------------------| +| Phone | X | +| E-mail | X | +| LinkedIn | [[https://www.linkedin.com/in/marius-peter/][linkedin.com/in/marius-peter]] | +| Website | [[https://mlnp.fr][mlnp.fr]] | -- cgit v1.2.3