-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (90 loc) · 3.88 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ian Garcez is a web (and occaional game) developer, this is his website">
<title>Ian garcez</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-33825329-1', 'auto');
ga('send', 'pageview');
</script>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading" href="">Ian Garcez</a>
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a href="#onespace" class="pure-menu-link modal-link">Where is onespace.com.br?</a>
</li>
</ul>
</div>
</div>
<div class="splash-container">
<div class="splash">
<h1 class="splash-head">Great Things Ahead</h1>
<p class="splash-subhead">
New website is currently under construnction!
</p>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<h2 class="content-head is-center">Where to find me:</h2>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-md-1-3">
<h3 class="content-subhead">
<i class="fa fa-google-plus"></i>
Google Plus
</h3>
<p>
Mostly about games, feel free to say <a href="plus.google.com/+IanGarcezRossiter">hi</a>!
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-3">
<h3 class="content-subhead">
<i class="fa fa-twitter"></i>
Twitter
</h3>
<p>
Mostly forsaken, but I will <a href="https://twitter.com/igrossiter">read</a> you. Eventually.
</p>
</div>
<div class="l-box pure-u-1 pure-u-md-1-3">
<h3 class="content-subhead">
<i class="fa fa-linkedin"></i>
Linkedin
</h3>
<p>
You can check <a href="https://br.linkedin.com/in/ian-garcez-b72785b">my profile</a> here, and thats it.
</p>
</div>
</div>
</div>
<div class="footer l-box is-center">
See something wrong? tell me about it on <a href="https://github.com/igarcez/new-website-under-construction"><i class="fa fa-github"></i>GitHub</a>
</div>
</div>
<div class="modal" id="onespace">
<a class="modal-close" href="#"><i class="fa fa-times"></i></a>
<p>The articles and tutorials earlier found at onespace.com.br will be available when the new website become ready, although they will be marked as obsolete.</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>