-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
37 lines (35 loc) · 1.42 KB
/
team.html
File metadata and controls
37 lines (35 loc) · 1.42 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>wecode.io team</title>
<meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="cache-control" content="public"/>
<link rel="stylesheet" type="text/css" href="stylesheets/wecodeio.css" media="screen"/>
</head>
<body>
<div class="header">
<span class="small"><span class="highlight">we</span> code ::</span>
<span class="highlight">we</span> are
</div>
<div class="navbar">
<a accesskey="0" href="index.html">[0] Main Menu</a>
</div>
<div class="content">
<h2>The Team</h2>
<ul class="menu">
<li><a class="item" accesskey="1" href="#">[1] Nicolás Cerrini</a></li>
<li><a class="item" accesskey="2" href="#">[2] Cristian Rasch</a></li>
<li><a class="item" accesskey="3" href="delucas.html">[3] Lucas Videla</a></li>
<li><a class="item" accesskey="4" href="#">[4] Nadia Romano</a></li>
<li><a class="item" accesskey="5" href="#">[5] Santiago Rojo</a></li>
<li><a class="item" accesskey="6" href="#">[6] Willian Dos Reis</a></li>
</ul>
</div>
<div class="footer">
<a href="tel:541153680424">+54 11 5368 0424</a>
|
<a href="http://wecode.io">Full Site</a>
</div>
</body>
</html>