A few details

This commit is contained in:
Sami Samhuri 2019-12-01 22:05:05 -08:00
parent 64d24fa8eb
commit acad65d1a5
4 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
---
Title: Curriculum vitae
---
### Work History ### Work History
**[1 Second Everyday](https://1se.co)**<br> **[1 Second Everyday](https://1se.co)**<br>
@ -58,7 +62,7 @@ October 2009 March 2010
Developed mobile apps for iPhone, Android, and webOS. Developed mobile apps for iPhone, Android, and webOS.
Lots of automation, scraping, and glue code using Ruby, Python, and shell scripts. Lots of automation, scraping, and glue code using Ruby, Python, and shell scripts.
**[Guru Logic](https://gurulogic.ca)**<br> **[Guru Logic](https://gurulogic.ca)**<br>
_Web Developer_<br> _Web Developer_<br>

View file

@ -2,6 +2,7 @@
"title": "samhuri.net", "title": "samhuri.net",
"author": "Sami Samhuri", "author": "Sami Samhuri",
"url": "https://samhuri.net", "url": "https://samhuri.net",
"template": "samhuri.net",
"styles": [ "styles": [
"/css/normalize.css", "/css/normalize.css",
"/css/style.css" "/css/style.css"

View file

@ -3,6 +3,7 @@
<!-- meow --> <!-- meow -->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
{% block title %}<title>{{ site.title }}</title>{% endblock %} {% block title %}<title>{{ site.title }}</title>{% endblock %}
@ -26,7 +27,7 @@
<link rel="dns-prefetch" href="https://gist.github.com"> <link rel="dns-prefetch" href="https://gist.github.com">
<link rel="dns-prefetch" href="https://use.typekit.net"> <link rel="dns-prefetch" href="https://use.typekit.net">
<script src="https://use.typekit.net/tcm1whv.js" integrity="sha384-Cajpx1SH5pZw/OSd5LTP9EBy6XLNv0Ti69o0b2bzYF6Zb8/P/Qy3BSbZpYZiUg0Q" crossorigin="anonymous"></script> <script src="https://use.typekit.net/tcm1whv.js" crossorigin="anonymous"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script> <script>try{Typekit.load({ async: true });}catch(e){}</script>
<script> <script>

View file

@ -1,2 +0,0 @@
{% extends "samhuri.net.html" %}
{% block body %}{{ body }}{% endblock %}