forked from brunolemos/music
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·117 lines (101 loc) · 3.43 KB
/
index.php
File metadata and controls
executable file
·117 lines (101 loc) · 3.43 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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Bruno Lemos - Web Development & User Experience</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script src="//j.wovn.io/0" data-wovnio="key=EhpFq"></script>
</head>
<body>
<section id="main">
<ul class="social-buttons">
<li class="button">
<a class="facebook" href="https://facebook.com/brunolemos" target="_blank">
<i class="fa fa-facebook"></i>
<span class="text">Facebook</span>
</a>
</li>
<li class="button">
<a class="linkedin" href="http://br.linkedin.com/in/brunohplemos" target="_blank">
<i class="fa fa-linkedin"></i>
<span class="text">Linkedin</span>
</a>
</li>
<li class="button">
<a class="quora" href="https://www.quora.com/Bruno-Lemos" target="_blank">
<i class="fa fa-quote-left"></i>
<span class="text">Quora</span>
</a>
</li>
<li class="button">
<a class="github" href="https://github.com/brunolemos" target="_blank">
<i class="fa fa-github"></i>
<span class="text">GitHub</span>
</a>
</li>
<!-- <li class="button">
<a class="medium" href="https://medium.com/@brunolemos" target="_blank">
<i class="fa fa-medium">M</i>
<span class="text">Medium</span>
</a>
</li> -->
<li class="button">
<a class="email" href="mailto:bruno@brunolemos.org" target="_blank">
<i class="fa fa-envelope-o"></i>
<span class="text">E-mail</span>
</a>
</li>
</ul>
<!-- <nav id="menu">
<select>
<option>Main</option>
<option>About</option>
<option>Portfolio</option>
<option>Contact</option>
</select>
</nav> -->
<!-- <div class="avatar_area">
<div class="avatar"></div>
<span class="text">Bruno Lemos</span>
</div> -->
<div class="main-block">
<h1>Web Development & User Experience</h1>
<h2>Front-end ・ Ember ・ Windows Phone</h2>
</div>
<!-- <a href="javascript:void(0)" class="scroll-down">
<i class="fa fa-angle-down"></i>
<span class="text">Scroll Down</span>
</a> -->
</section>
<!-- <section id="portfolio">
</section>
<section id="contact">
<form>
<textarea name="message" style="resize:vertical"></textarea>
<input type="text" name="name" placeholder="Name" />
<input type="text" name="email" placeholder="E-mail" />
</form>
</section> -->
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"/>
<!-- <script type="text/javascript" src="js/script.js"></script> -->
<!-- SessionCam Client Integration v6.0 -->
<script type="text/javascript">
//<![CDATA[
var scRec=document.createElement('SCRIPT');
scRec.type='text/javascript';
scRec.src="//d2oh4tlt9mrke9.cloudfront.net/Record/js/sessioncam.recorder.js";
document.getElementsByTagName('head')[0].appendChild(scRec);
//]]>
</script>
<!-- End SessionCam -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47113413-2', 'brunolemos.org');
ga('send', 'pageview');
</script>
</body>
</html>