-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
54 lines (42 loc) · 1.87 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About - Emucel</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="emulator cellular cell movil">
<meta name="author" content="Jonathan David Avendaño Ortega">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<h3 class="muted">Emucel</h3>
</div>
<hr>
<p> Con Emucel podrás ver desde tu navegador el contenido de una pagina web como si fuera desde tu movil.</p><br>
<p>Proyecto creado gracias a <a href="coderise.org">Coderise</a> y a todo su equipo.</p><br>
<p>Especiales gracias a Julian Duque (<a href="https://twitter.com/julian_duque">aqui su twitter</a>) y a Omar Gomez (<a href="https://twitter.com/omargomez">aqui su twitter</a>) por su gran colaboracion y ayuda en este proyecto. </p>
<hr>
<div class="footer">
<p>© Emucel 2012</p>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
</body>
</html>