-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmotto.html
34 lines (32 loc) · 1.32 KB
/
motto.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
<!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 motto</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> think
</div>
<div class="navbar">
<a accesskey="0" href="index.html">[0] Main Menu</a>
</div>
<div class="content">
<h2>Our motto</h2>
<p><span class="highlight">We</span> are a passionate group of software professionals who take great pride in helping our partners grow their businesses, maximize profits and stay competitive.</p>
<p><span class="highlight">We</span>'d love to hear about your next project.</p>
<ul class="menu">
<li><a class="item" accesskey="5" href="#">[5] Contact Us</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>