-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontactenos.html
More file actions
149 lines (117 loc) · 5.7 KB
/
contactenos.html
File metadata and controls
149 lines (117 loc) · 5.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>BigBangCode.co | Desarrollo Web </title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<style type="text/css">
body {
padding-top: 60px;
}
.jumbotron {
margin-top: 20px;
}
.separador{
height:80px;
}
</style>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-fixed-top">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">BigBangCode.co</a>
<div class="nav-collapse collapse">
<ul class="nav navbar-nav">
<li ><a href="index.html">Inicio</a></li>
<li class="dropdown">
<a href="desarrollo-web.html" class="dropdown-toggle" data-toggle="dropdown">Desarrollo Web <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li class="nav-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
<li class="active"><a href="#">Contáctenos</a></li>
</ul>
<ul class="nav navbar-nav pull-right">
<li><a href="/examples/navbar/">Default</a></li>
<li><a href="/examples/navbar-static-top/">Static top</a></li>
<li class="active"><a href="/examples/navbar-fixed-top/">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Coding the web !</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p>
<a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs »</a>
</p>
</div>
<div class="row">
<div class="col-lg-8">
<!-- <div class="jumbotron">-->
<form>
<fieldset>
<legend><h2>Contáctenos</h2></legend>
<div>
<address>
<strong>BigBangCode.co.</strong><br>
Popayán, CO 190004<br>
<abbr title="Celular">Cel:</abbr> (300) 49-11679
</address>
</div>
<div class="form-group">
<label for="exampleInputPassword">Nombres</label>
<input type="text" class="form-control" id="exampleInputPassword" placeholder="BigBangCode">
</div>
<div class="form-group">
<label for="exampleInputEmail">Correo electronico</label>
</div>
<div class="form-group">
<label for="exampleInputPassword">Telefono</label>
<input type="text" class="form-control" id="exampleInputPassword" placeholder="3004911679">
</div>
<div class="form-group">
<label for="exampleInputPassword">Mensaje</label>
<textarea class="form-control" rows="3" placeholder="Comentario.."></textarea>
</div>
<button type="submit" class="btn btn-default">Enviar</button>
</fieldset>
</form>
<!-- </div> /jumbotron -->
</div><!-- 8-->
<div class="col-lg-4">
<div align="center" class="imagentw">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/BigBangCode" data-widget-id="361528439225872384">Tweets por @BigBangCode</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<div class="separador"></div>
<a href="http://www.w3.org/html/logo/">
<img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-multimedia-semantics.png" width="197" height="64" alt="HTML5 Powered with CSS3 / Styling, Multimedia, and Semantics" title="HTML5 Powered with CSS3 / Styling, Multimedia, and Semantics">
</a>
<div class="separador"></div>
</div>
</div><!-- 4-->
</div><!-- /row-->
</div> <!-- /container -->
</body>
</html>