-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprotected.html
More file actions
82 lines (64 loc) · 3.01 KB
/
Copy pathprotected.html
File metadata and controls
82 lines (64 loc) · 3.01 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE HTML>
<html>
<head>
<title>Miguel Casteleiro</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<header class="major">
<h1>Miguel Casteleiro</h1>
<p>Bioengineer, Growth Hacker, Entrepreneur</p>
</header>
<div class="container">
<ul class="actions">
<li><a href="#one" class="button special scrolly">About</a>
</li>
</ul>
</div>
</section>
<div><iframe width="100%" height="100%" src="https://datastudio.google.com/embed/reporting/1-Bq1nziafQrx8NHxlIkeDJgDhasuo1VX/page/S3pFB" frameborder="0" style="border:0" allowfullscreen></iframe></div>
<!-- Footer -->
<section id="footer">
<div class="container">
<header class="major">
<h2 style="margin-bottom:2em">Get in touch</h2>
</header>
<ul style="margin:0 0 1em 0" class="icons">
<li><a href="ttps://www.linkedin.com/in/mcasteleiro/" class="fab fa-linkedin fa-3x"></a></li>
<li><a href="https://angel.co/miguel-casteleiro" class="fab fa-angellist fa-3x"></a></li>
<li><a href="mailto:migkast@gmail.com?Subject=Followup%20Website" class="fas fa-envelope fa-3x"></a>
</ul>
</div>
<footer>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/mcasteleiro/" class="icon alt"><span class="fab fa-linkedin"></span></a>
</li>
<li><a href="https://angel.co/miguel-casteleiro" class="icon alt "><span class="fab fa-angellist"></span></a>
</li>
<li><a href="mailto:migkast@gmail.com?Subject=Followup%20Website" class="icon alt "><span class="fas fa-envelope"></span></a>
</li>
</ul>
<ul class="copyright">
<li>© Miguel Casteleiro</li>
</li>
</ul>
</footer>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>