-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBiografia Guilherme.html
95 lines (87 loc) · 4.75 KB
/
Biografia Guilherme.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>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="fa/css/font-awesome.min.css" rel="stylesheet" >
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<style>
body{
font-family: 'Roboto', sans-serif;
}
.details li {
list-style: none;
}
.li {
margin-bottom:10px;
}
.jumbotron{
background-color: #F0F8FF;
}
.btn-info{
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
</style>
</head>
<body>
<div class="container">
<div class="jumbotron">
<div class="row">
<div class="col-md-4 col-xs-12 col-sm-6 col-lg-3">
<a href="http://pt-br.tinypic.com?ref=5fis03" target="_blank"><img src="http://i63.tinypic.com/5fis03.jpg" border="0" width="230" height="230"></a>
</div>
<div class="col-md-8 col-xs-12 col-sm-6 col-lg-9">
<div class="container" style="border-bottom:1px solid black">
<h2>Guilherme Ferreira Schults</h2>
</div>
<hr>
<ul class="container details">
<li><p><span class="glyphicon glyphicon-earphone one"></span> <strong>Telefone: </strong>+55 (62) 99998-7777</p></li>
<li><p><span class="glyphicon glyphicon-envelope one"></span> <strong>E-mail: </strong>[email protected]</p></li>
<li><p><span class="glyphicon glyphicon-map-marker one"></span> <strong>Instituição: </strong>Universidade Federal de Goiás</p></li>
<li><p><span class="glyphicon glyphicon-map-marker one"></span> <strong>Curso: </strong>Sistemas de Informações - UFG</p></li>
<li><p><span class="glyphicon glyphicon-new-window one"></span> <strong>Matrícula: </strong>201208184</p></a>
</ul>
<br>
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Habilidades Profissionais
<span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">HTML5</a></li>
<li><a href="#">CSS</a></li>
<li><a href="#">JavaScript</a></li>
<li><a href="#">Bootstrap3</a></li>
</ul>
<button type="button" class="btn btn-info" data-toggle="collapse" data-target="#demo">Informações Adicionais</button>
<div id="demo" class="collapse">
</br>
<table class="table table-bordered">
<thead>
<tr>
<th>Logradouro</th>
<th>Quadra</th>
<th>Número</th>
<th>Bairro</th>
<th>Cidade</th>
</tr>
<tr>
<td>Praça Universitária CEU 1 UFG apto 18</td>
<td>71</td>
<td>1</td>
<td>Setor Leste Universitário</td>
<td>Goiânia</td>
</tr>
</thead>
<tbody>
</div>
</div>
</div>
</div>
</body>
</html>