-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·47 lines (46 loc) · 2.33 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Maria João Miranda | Software Engineer</title>
<meta name="description" content="Maria João Miranda, Software Engineer">
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="shortcut icon" type="image/png" href="icon.png">
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="./libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./libs/font-awesome/css/font-awesome.min.css" >
<link rel="stylesheet" type="text/css" href="./css/style.css"/>
</head>
<body>
<section id="home">
<div class="bckg"></div>
<article class="container">
<div class="col-xs-12 col-sm-6 col-sm-offset-3">
<p class="subHeader text-left">my name is </p>
<h1 class="header">Maria João Miranda</h1>
<p class="subHeader text-right"> and I'm a Software Engineer</p>
</div>
<hr class="line-white col-xs-6 col-xs-offset-3 line-white">
<ul class="list-inline social-buttons col-xs-12 col-sm-6 col-sm-offset-3">
<li>
<a href="http://pt.linkedin.com/in/mariajplmiranda/" class="btn btn-default btn-lg"><i class="fa fa-linkedin fa-fw"></i></a>
</li>
<li>
<a href="https://github.com/mariajplmiranda/" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i></a>
</li>
<li>
<a href="https://www.facebook.com/mariajplmiranda" class="btn btn-default btn-lg"><i class="fa fa-facebook fa-fw"></i></a>
</li>
</ul>
<div class="col-xs-6 col-xs-offset-3">
<a href="#about" class="btn page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</article>
</section>
<script type="text/javascript" src="./libs/jquery/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="./libs/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>