-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bak.html
64 lines (55 loc) · 1.98 KB
/
index.html.bak.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Jordi Plana</title>
<meta name="description" content="Jordi Plana">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Jordi Plana">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jordiplana.com">
<meta property="og:image" content="">
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<div class="main-body">
<div class="header flex">
<div class="title flex flex-1">
<a href="/" title="Home">Jordi Plana</a>
</div>
<ul class="navigation flex flex-1 justify-end">
<li>
<a href="projects.html" title="Projects">Projects</a>
</li>
</ul>
</div>
<div class="about">
<p class="presentation">Over 15 years involved in software development, a well-seasoned technician, team leader and ever-evolving happy
individual.</p>
<p class="location">🧳 Location: Canada</p>
</div>
<div class="social">
<hr/>
<p class="title">Get in touch</p>
<ul class="flex flex-1 social-icons">
<li>
<a href="https://www.linkedin.com/in/jordi-plana-56615b57/?locale=en_US" title="LinkedIn">LinkedIn</a>
</li>
<li>
<a href="https://github.com/jordip" title="Github">Github</a>
</li>
<li>
<a href="https://www.drupal.org/u/jplana" title="Drupal">Drupal.org</a>
</li>
</ul>
</div>
</div>
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-8563173-27', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>