-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpt_glifos.html
More file actions
179 lines (149 loc) · 5.4 KB
/
pt_glifos.html
File metadata and controls
179 lines (149 loc) · 5.4 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BIOX - Glifos</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="css/felipebiox.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script>
var menuState = 1;
</script>
</head>
<body style="background-color:transparent;">
<div class="row">
<div class="navbar_wrap">
<div class="col-xs-1"></div>
<div class="col-xs-10 navbar">
<a id="button1" href="#" onclick="menuToggle()">MENU</a>
<script>
function menuToggle() {
var menuTB = $(".top-menu");
var outclicker = $(".out-clicker");
if (menuState==1) {
menuTB.animate({
height: "+=650px"
}, 1000 );
outclicker.animate({
width: "100%",
height: "100%"
}, 1000 );
menuState = 2;
}
else {
menuTB.animate({
height: "-=650px"
}, 1000 );
menuState = 1;
}
}
</script>
<div class="top-menu">
<ul class="nav">
<li><a href="pt_sobre.html">Sobre</a></li><!--
-------------------><li><a href="pt_2d_animado.html">2D Animado</a></li><!--
-------------------><li><a href="pt_pintura_digital.html">Pintura Digital</a></li><!--
-------------------><li><a href="pt_tecnicas_mistas.html">Técnicas Mistas</a></li><!--
-------------------><li><a href="pt_colaboracoes.html">Colaborações</a></li><!--
-------------------><li><a href="pt_editorial.html">Editorial</a></li><!--
-------------------><li><a href="pt_dg_diversos.html">Design Gráfico</a></li><!--
-------------------><li><a href="pt_glifos.html">Glifos</a></li><!--
-------------------><li><a href="pt_contato.html">Contato</a></li>
</ul>
</div>
</div>
<div class="col-xs-1"></div>
</div>
<div class="out-clicker">
<a id="outClicker" href="#" onclick="menuOff()"></a>
<script>
function menuOff() {
var menuTB = $(".top-menu");
var outclicker = $(".out-clicker");
if (menuState==2) {
menuState = 1;
menuTB.animate({
height: "-=650px"
}, 1000 );
outclicker.animate({
width: "0",
height: "0"
}, 0 );
}
}
</script>
</div>
<div id="header" class="row">
<div class="header_stars">
<div class="stars_cover"></div>
</div>
<div class="bush"></div>
<div id="header-wrap" class="row">
<div class="col-xs-1"></div>
<div class="col-xs-10 header-wrap">
<h1>Felipe Biox</h1>
<h3>Um Portfolio em Desenvolvimento</h3>
<div class="site-branding"></div>
<div id="motor"></div>
</div>
<div class="col-xs-1"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-1"></div>
<div id="container" class="col-xs-10">
<div class="top-elements">
<h1 class="page-title">Glifos</h1>
</div>
<div class="content">
<div class="page-content-wrapper">
<div class="page-content">
<div class="page-content-inner">
<h3 style="text-align:justify; margin:0;">Fonte Temática do Futurismo</h3>
<p>Esta é uma coleção de glifos que eu desenvolvi para uma fonte conceitual sobre o tema futurismo. Meu principal esforço foi no sentido de capturar algumas das tendências visuais do movimento, tais como o domínio de linhas retas e curvas, acompanhadas por pontas afiadas, enquanto procurei manter a simplicidade visual. Busquei com estes elementos sugerir velocidade e movimento.</p>
<img src="imgs/glyphs/a.png" style="margin:1em 1.5em 1em 1.5em;">
<img src="imgs/glyphs/g.png" style="margin:1em 1.5em 1em 1.5em;">
<img src="imgs/glyphs/m.png" style="margin:1em 1.5em 1em 1.5em;">
<img src="imgs/glyphs/p.png" style="margin:1em 1.5em 1em 1.5em;">
<img src="imgs/glyphs/b.png" style="margin:1em 1.5em 1em 1.5em;">
<img src="imgs/glyphs/k.png" style="margin:1em 1.5em 1em 1.5em;">
<img src="imgs/glyphs/u.png" style="margin:1em 1.5em 1em 1.5em;">
<img src="imgs/glyphs/all.png" style="margin:1em 1.5em 0 1.5em;">
<hr></hr>
<h3 style="text-align:center; margin:0;">Luis Felipe Thofehrn Castro</h3>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-1"></div>
</div>
<div class="row">
<div class="col-xs-1"></div>
<div class="col-xs-10" style="padding:0;">
<footer>
<h6>Felipe Biox. Todos os direitos reservados.</h6>
<a id="fl_us" href="en_about.html"></a>
<a id="fl_br" href="pt_sobre.html"></a>
</footer>
</div>
<div class="col-xs-1"></div>
</div>
<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-73889714-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>