Skip to content

Instantly share code, notes, and snippets.

@Andergraw
Andergraw / contact-form.html
Created August 6, 2015 16:14
BS3: basic contact form (ESP) #sublime
<div id="contactform">
<form class="form-horizontal" action="send_form_email.php" method="POST" role="form">
<div class="form-group">
<label for="name" class="col-sm-2 control-label" id="name">Nombre*</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="" placeholder="Miguel de Cervantes">
</div>
</div>
<div class="form-group">
<label for="email" class="col-sm-2 control-label" id="name">Email*</label>
@Andergraw
Andergraw / index.html
Last active August 29, 2015 14:21
BS3: Starter Template #sublime
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->