-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 2.95 KB
/
index.html
File metadata and controls
62 lines (58 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html>
<head>
<title>Daniel 'MaTachi' Jonsson</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Daniel 'MaTachi' Jonsson">
<link rel="icon" href="/static/favicon.ico" sizes="16x16 32x32 64x64" type="image/vnd.microsoft.icon">
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootswatch/3.0.3/flatly/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/static/style.css">
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">MaTachi.se</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="/">about</a></li>
<li><a href="/blog/">blog</a></li>
<li><a href="/contact/">contact</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<h1>Daniel 'MaTachi' Jonsson</h1>
</div>
<p class="lead">When I was ~10 years old I started writing code and since then has my computer interest only increased. I'm currently studying Software Engineer at <a href="https://www.chalmers.se/en/Pages/default.aspx">Chalmers University of Technology</a> in Sweden.</p>
<p>The programming languages I'm currently focusing on are Python and JavaScript, especially against the web. But I have also experience in Java, C++ and PHP.</p>
<p>I'm interested in Linux and I have run distibutions such as Ubuntu, Debian, Arch Linux, Manjaro and Linux Mint.</p>
<p>Podcast junkie is also a fitting epithet. A small selection of some podcasts I enjoy listening to are Coder Radio, Linux Action Show, TechSNAP, Plan B, Let's Talk Bitcoin, TuxRadar, Off The Hook and Ubuntu Podcast.</p>
</div>
</div>
<footer id="site-footer">
<div class="row">
<div class="col-lg-12">
<p>Copyright © 2013-2014 Daniel Jonsson.</p>
<p>All content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</a>.</p>
<p>The site's source code is available on <a href="https://github.com/MaTachi/MaTachi.github.io">Github</a>.</p>
<p>Theme from <a href="http://bootswatch.com/flatly/">Bootswatch</a>. Icons from <a href="http://fontawesome.io/">Font Awesome</a>. Font from <a href="https://www.google.com/fonts/specimen/Lato">Google</a>.
</div>
</div>
</footer>
</div>
</body>
</html>