-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (90 loc) · 3.61 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Personal Website">
<meta name="author" content="Bruno Candeias"/>
<title>Bruno Candeias</title>
<!-- My stylesheets -->
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<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-77668972-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<!-- start-page section -->
<section class="start-page" id="home">
<div class="content">
<div class="text">
<h1><span class="firstname">Bruno</span> <span class="lastname">Candeias</span></h1><hr>
<p>Master in Computer Science from Portugal, interested in distributed systems and big data analytics.</p>
<div class="buttons"><a class="button" href="http://bit.ly/1OQkQhV">Get my resume</a><p>or</p> <a class="button" href="mailto:b.candeias@campus.fct.unl.pt">Drop me an email</a></div>
<div class="alert-info alert">
<p><strong>Heads up!</strong> This page is currently being updated.</p>
</div>
</div>
</div>
</section>
<!-- section menu -->
<!-- <section class="menu">
<div class="menu-content">
<div class="logo"><span class="firstname">Bruno</span> <span class="lastname">Candeias</span></div>
<ul id="menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</section>
<div class="clear"/>
<section class="about" id="about">
<div class="content">
<h1>About</h1><hr>
<h2>Short <span>bio</span></h2>
<h2>Skills</h2>
<h2>Experience</h2>
</div>
</section>
<div class="clear"/>
<section class="projects" id="projects">
<div class="content">
<h1>Projects</h1><hr>
</div>
</section>
<div class="clear"/>
<section class="contact" id="contact">
<div class="content">
<h1>Contacts</h1><hr>
</div>
</section>
<div class="clear"/>
<section class="footer" id="footer">
<div class="content">
<p> Bruno Candeias © 2016 All Rights Reserved </p>
</div>
</section>
-->
</div>
<!-- Scripts -->
<script src="js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.10.4.min.js" type="text/javascript"></script> <!-- jQuery -->
<script src="js/jquery.nicescroll.js"></script> <!-- jQuery NiceScroll -->
<script src="js/jquery.sticky.js"></script> <!-- jQuery Stick Menu -->
</body>
</html>