-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (49 loc) · 2.98 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Perttu Ristimella is a full-stack web developer & designer currently based in Helsinki.">
<meta name="author" content="Perttu Ristimella">
<meta property="og:title" content="Perttu Ristimella - Web Developer & Designer">
<meta property="og:image" content="https://pertturistimella.com/assets/img/logo.png">
<meta property="og:site_name" content="pertturistimella.com">
<meta property="og:description" content="Perttu Ristimella is a full-stack web developer & designer currently based in Helsinki.">
<meta property="og:url" content="https://pertturistimella.com/">
<meta property="og:type" content="website">
<title>Perttu Ristimella</title>
<link href="https://fonts.googleapis.com/css?family=Heebo:400,700" defer rel="stylesheet">
<link href="assets/css/main.min.css" rel="stylesheet">
<!--script(src="assets/vendor/modernizr.min.js")-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-25391098-1', 'auto');
ga('send', 'pageview');
</script><!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body class="one-block-layout">
<!--include includes/nav-->
<!--include includes/banner-->
<section id="about" class="light block the-block">
<div class="row content">
<h1>I'm Perttu Ristimella a web developer, <br> who loves to take <a href="https://ristinolla.tumblr.com">photos</a>.</h1>
<p>
Full-stack developer currently based in Helsinki, but born and raised in the Finnish Lapland.
I am passionate about web design, modern web technologies, lean development, superb workflows and team leading.
I appreciate beautifully designed and carefully crafted products.
</p>
<p>Currently working at <a href="https://www.gapps.fi">Gapps</a> focusing on building intranet called <a href="https://getuniverse.com"> Universe</a>.</p>
<p><span id="contact"></span>You can contact me via <a href="mailto:[email protected]">email</a>, <a href="http://twitter.com/ristinolla">Twitter</a> and <a href="https://github.com/ristinolla/">Github</a>.</p>
</div>
</section>
<!--include includes/photobanner-->
<!--include includes/footer-->
</body>
</html>