-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (104 loc) · 3.78 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8">
<title>Lucas Bittencourt</title>
<meta name="description" content="Lucas' Portfolio">
<meta name="author" content="Lucas Bittencourt">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<!-- @todo Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/grid/col.css">
<link rel="stylesheet" type="text/css" href="css/grid/4cols.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/works.css">
<script src="js/lang.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="js/mail.js" type="text/javascript"></script>
</head>
<body>
<div class="content">
<div class="centralizer">
<header>
<div class="logo">
<span class="fa fa-code fa-3x"> </span>
</div>
<h1>Lucas Bittencourt</h1>
<nav lang="pt">
<a href="index.html">Trabalhos</a><span>/</span>
<a href="about.html">Sobre</a><span>/</span>
<a href="contact.html">Contato</a>
</nav>
<nav lang="en">
<a href="index.html">Works</a><span>/</span>
<a href="about.html">About</a><span>/</span>
<a href="contact.html">Contact</a>
</nav>
<div id="language-pick">
<a href="#" id="lang-pt">Português</a>
/
<a href="#" id="lang-en">English</a>
</div>
</header>
<!--
Mundo Virtual Online
Gatópolis 2.0
Toque do Chef
Einstein Maps
-->
<div class="section group">
<a href="works/mundovirtual.html" class="col span_4_of_4">
<div class="work virtualworld">
<h2 lang="pt">Mundo Virtual Online</h2>
<h2 lang="en">Virtual Online World</h2>
<span class="main-tag">Java / C#</span>
</div>
</a>
</div>
<div class="section group">
<a href="works/einstein.html" class="col span_2_of_4">
<div class="work einsteinmaps ">
<h2>Einstein Maps</h2>
<span class="main-tag">Unity3D</span>
</div>
</a>
<a href="works/toquedochef.html" class="col span_2_of_4">
<div class="work toquedochef">
<h2 lang="pt">Toque do Chef</h2>
<h2 lang="en">Toque do Chef (Chef's Touch)</h2>
<span class="main-tag">HTML5 / Javascript</span>
</div>
</a>
</div>
<div class="section group">
<a href="works/gatopolis.html" class="col span_4_of_4">
<div class="work gatopolis">
<h2 lang="pt">Gatópolis 2.0</h2>
<h2 lang="en">Gatópolis 2.0 (Cat City)</h2>
<span class="main-tag">Unity3D / C#</span>
</div>
</a>
</div>
</div>
<footer>
<div class="centralizer">
<span class="fa fa-envelope"> </span> <a href="mailto:lbittencs@gmail.com">lbittencs@gmail.com</a>
<span class="spacer"> </span>
<span class="fa fa-github"> </span> <a target="_blank" href="http://github.com/lukebitts">GitHub</a>
<span class="spacer"> </span>
<span class="fa fa-location-arrow"> </span> São Paulo, Brasil.
<!--<p class="copyright" lang="pt">© Todos os direitos reservados.</p>
<p class="copyright" lang="en">© All rights reserved.</p>-->
</div>
</footer>
</div>
<script type="text/javascript">
DomLoaded();
//sendMail();
</script>
</body>
</html>