mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
A few details
This commit is contained in:
parent
64d24fa8eb
commit
acad65d1a5
4 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
Title: Curriculum vitae
|
||||
---
|
||||
|
||||
### Work History
|
||||
|
||||
**[1 Second Everyday](https://1se.co)**<br>
|
||||
|
|
@ -58,7 +62,7 @@ October 2009 – March 2010
|
|||
|
||||
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>
|
||||
_Web Developer_<br>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"title": "samhuri.net",
|
||||
"author": "Sami Samhuri",
|
||||
"url": "https://samhuri.net",
|
||||
"template": "samhuri.net",
|
||||
"styles": [
|
||||
"/css/normalize.css",
|
||||
"/css/style.css"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<!-- meow -->
|
||||
|
||||
<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">
|
||||
|
||||
{% 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://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>
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
{% extends "samhuri.net.html" %}
|
||||
{% block body %}{{ body }}{% endblock %}
|
||||
Loading…
Reference in a new issue