-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
91 lines (79 loc) · 2.41 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>About Me</title>
<link href="dist/css/app.css" rel="stylesheet">
<link href="dist/css/grid.css" rel="stylesheet">
<link href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
<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-74458816-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="top-links">
<ul>
<li>
<a href="https://github.com/Rapol" target="_blank"><i class="ion-social-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/rafaelpol" target="_blank"><i class="ion-social-linkedin"></i></a>
</li>
<li>
<a href="https://www.facebook.com/Rapol12" target="_blank"><i class="ion-social-facebook"></i></a>
</li>
<li>
<a href="mailto:rapol32@gmail.com" target="_top"><i class="ion-email"></i></a>
</li>
</ul>
</nav>
<section>
<div class="nav-titles">
<div class="title-container left-title">
<a href="index.html">Back</a>
</div>
</div>
<div id="about-hero">
<h1 id="name">
Rafael<br>Pol
</h1>
<div id="me">
<h2>Developer</h2>
<h2>Designer</h2>
<h2>Gamer</h2>
<h2>Space Lover</h2>
<h2>Photographer* <span id="disclaimer">not really...i just take photos with my phone</span></h2>
<h2>Cat Fanatic</h2>
<h2>Summer Pls</h2>
<h2>KappaRoss</h2>
</div>
</div>
</section>
<section>
<div class="center" id="about-box">
<!-- <div class="section group">
<div class="col span_3_of_6">
<img src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAEAAQAAAAAAAATjAAAAJGE3YmYwMjZkLWU4OGQtNDQ0NC1hN2YyLTU0N2ViNmU4Y2I2NQ.jpg" />
</div>
<div class="col span_3_of_6">
<h2>
Hello.
</h2>
</div>
</div> -->
<h2>
Hello there.
</h2>
</div>
<canvas id="text-canvas"></canvas>
</section>
<script src="dist/js/text-canvas.js"></script>
</body>
</html>