diff --git a/about.html b/about.html index 2f04894..0390ae7 100644 --- a/about.html +++ b/about.html @@ -1,28 +1,22 @@ --- layout: default -title: 'About Me' +title: '$ cat about.txt' navigation: About +nosidebar: true --- -Initialy left blank. - - -
-                                  _
-                        .-.      / \        _
-            ^^         /   \    /^./\__   _/ \
-          _        .--'\/\_ \__/.      \ /    \  ^^  ___
-         / \_    _/ ^      \/  __  :'   /\/\  /\  __/   \
-        /    \  /    .'   _/  /  \   ^ /    \/  \/ .`'\_/\
-       /\/\  /\/ :' __  ^/  ^/    `--./.'  ^  `-.\ _    _:\ _
-      /    \/  \  _/  \-' __/.' ^ _   \_   .'\   _/ \ .  __/ \
-    /\  .-   `. \/     \ / -.   _/ \ -. `_/   \ /    `._/  ^  \
-   /  `-.__ ^   / .-'.--'    . /    `--./ .-'  `-.  `-. `.  -  `.
- @/        `.  / /      `-.   /  .-'   / .   .'   \    \  \  .-  \%
- @(88%@)@%% @)&@&(88&@.-_=_-=_-=_-=_-=_.8@% &@&&8(8%@%8)(8@%8 8%@)%
- @88:::&(&8&&8::JGS:&`.~-_~~-~~_~-~_~-~~=.'@(&%::::%@8&8)::&#@8::::
- `::::::8%@@%:::::@%&8:`.=~~-.~~-.~~=..~'8::::::::&@8:::::&8::::::'
-  `::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'
-
-
+
+
+

Hans Kristian Flaatten

+

I <3 Open Source

+
    +
  • Computer Science @NTNU
  • +
  • DevOps @Turistforeningen
  • +
  • Build & Docker @NodeJS
  • +
+
+
+ +
+
diff --git a/css/app.css b/css/app.css index 99970d1..5d4bb43 100644 --- a/css/app.css +++ b/css/app.css @@ -152,3 +152,42 @@ pre.headers { border-bottom: 0; background-color: #f1f1f1; } + +/* About */ +.about { + margin-bottom: 100px; +} + +.about p, +.about ul, +.about li { + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; + font-weight: 300; + font-size: 18px; + color: #999; +} + +.about h3 { + font-weight: bold; + text-align: center; +} + +.about p { + text-align: center; +} + +.about ul.me-list { + margin-top: 85px; + line-height: 2.5; + list-style: none; +} + +.about li.me-list:before { + font-family: 'FontAwesome'; + margin:0 5px 0 -15px; + color: #f00; +} + +.about li.me-edu:before { content: '\f067'; } +.about li.me-work:before { content: '\f067'; } +.about li.me-fun:before { content: '\f067'; } diff --git a/docker-compose.yml b/docker-compose.yml index 0df7725..e905cb1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,12 +1,16 @@ -blog: - image: starefossen/github-pages - ports: - - "4000" - working_dir: /usr/src/app - volumes: - - .:/usr/src/app - command: jekyll serve --future --incremental --watch --force_polling -H 0.0.0.0 -P 4000 - env_file: .env - environment: - - VIRTUAL_HOST=blog.starefossen.privat - - VIRTUAL_PORT=4000 +version: '2' + +services: + jekyll: + image: starefossen/github-pages + ports: + - "4000:4000" + network_mode: bridge + working_dir: /usr/src/app + volumes: + - .:/usr/src/app + command: jekyll serve --future -w --force_polling -H 0.0.0.0 -P 4000 + env_file: .env + environment: + - VIRTUAL_HOST=blog.starefossen.privat + - VIRTUAL_PORT=4000 diff --git a/images/about/hans.png b/images/about/hans.png new file mode 100644 index 0000000..5341ec1 Binary files /dev/null and b/images/about/hans.png differ