-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
142 lines (89 loc) · 2.76 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Simples Consultoria
http://www.simplesconsultoria.com.br
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br" dir="ltr">
<head>
<!-- content -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Page Title</title>
<!-- icons -->
<link rel="shortcut icon" href="src/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="src/apple-touch-icon.png">
<!-- styles -->
<link type="text/css" rel="stylesheet" media="all" href="src/style.css" />
</head>
<body >
<!-- Accessibility -->
<div id="accessibility" class="hidden"> <a name="wrapper">Top</a>
<ul>
<li><a href="#content" title="Go to content">Content</a></li>
<li><a href="#navigation" title="Go to Navigation">Navigation</a></li>
</ul>
</div>
<!-- User -->
<div id="user">
<ul>
<li><a href="#" title="Login">Login</a></li>
</ul>
</div>
<!-- Main Menu -->
<div id="nav">
<ul>
<li class="selected"><a href="#" title="Link name">Section 1</a></li>
<li><a href="#" title="Link name">Section 2</a></li>
<li><a href="#" title="Link name">Section 3</a></li>
<li><a href="#" title="Link name">Section 4</a></li>
<li><a href="#" title="Link name">Section 5</a></li>
</div>
<div id="wrapper">
<!-- Header -->
<div id="header">
<!-- Search -->
<div id="search">
<form>busca</form>
</div>
<div id="logo">
<a href="#" title="#"><img src="src/logo.png" alt="Portal Title" /></a>
</div>
<div id="cidade"><img src="src/cidade.png" alt="São Paulo" /></div>
<div class="clear"> </div>
</div>
<!-- Columns -->
<div id="main">
<div id="content">
Columns
</div>
<div class="clear"> </div>
</div>
<!-- Footer -->
<div id="patrocinadores">
<dl>
<dt>Patrocínio</dt>
<dd>
espaço reservado para os patrocinadores
</dd>
</dl>
</div>
<div id="footer">
<div class="blocos bloco1">
</div>
<div class="blocos bloco2">
<p><a href="http://www.facebook.com/pages/PythonBrasil7/127009294047897"><img src="src/facebook-logo.png" /></a></p>
</ul>
</div>
<div class="blocos bloco3">
<p><a href="https://twitter.com/#!/pythonbrasil"><img src="src/twitter-logo.png" /></a></p>
</div>
<div class="blocos bloco4">
<p><a href="http://events.linkedin.com/Python-Brasil-7/pub/718155"><img src="src/linkedin-logo.png" /></a></p>
</div>
<div class="blocos bloco5">
</div>
<div class="clear"> </div>
</div>
<div class="clear"> </div>
</div>
</body>
</html>