-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (38 loc) · 1.72 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
<html>
<head>
<title>Rubi Digital - Team</title>
<link rel="stylesheet" href="css/estilo.css" type="text/css" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<script src="http://use.edgefonts.net/bree-serif.js"></script>
</head>
<body>
<div class="pic_port">
<img src="img/01.jpg" />
<span class="cont_hover">
<p class="tit">Bruno Rodrigues</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industr
</p>
<a href="http://www.twitter.com/brunodesign1206" target="_blank" title="Follow me" class="ico_twitter">Twitter</a>
<a href="http://www.dribbble.com/brunodsgn" target="_blank" class="ico_dribbble">Dribbble</a>
<a href="http://www.pinterest.com/brunodesign1206" target="_blank" title="Pinterest" class="ico_pinterest">Pinterest</a>
<a href="http://www.be.net/brunodsgn" target="_blank" title="Behance" class="ico_behance">Behance</a>
<div class="clr"> </div>
</span>
</div>
<div class="pic_port">
<img src="img/02.jpg" />
<span class="cont_hover">
<p class="tit">Romulo Bastos</p>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industr
</p>
<a href="http://www.twitter.com/designeromulo" target="_blank" title="Follow me" class="ico_twitter">Twitter</a>
<a href="http://www.dribbble.com/romulobastos" target="_blank" title="Dribbble" class="ico_dribbble">Dribbble</a>
<a href="http://www.pinterest.com/romulobastos" target="_blank" title="Pinterest" class="ico_pinterest">Pinterest</a>
<a href="http://www.be.net/romulobastos" target="_blank" title="Behance" class="ico_behance">Behance</a>
<div class="clr"> </div>
</span>
</div>
</body>
</html>