Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Contact Us Page "
Bootstrap 3.0.0 Snippet by
ashutosh123
3.0.0
Preview
HTML
CSS
View Full Screen
Forked from
Fork
Fork this
Parent
314
 
0 Fav
Post to Facebook
Tweet this
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <div class="container animated fadeIn"> <div class="row"> <h1 class="header-title"> Contact </h1> <hr> <div class="col-sm-12" id="parent"> <div class="col-sm-6"> <iframe width="100%" height="320px;" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJaY32Qm3KWTkRuOnKfoIVZws&key=AIzaSyAf64FepFyUGZd3WFWhZzisswVx2K37RFY" allowfullscreen></iframe> </div> <div class="col-sm-6"> <form action="form.php" class="contact-form" method="post"> <div class="form-group"> <input type="text" class="form-control" id="name" name="nm" placeholder="Name" required="" autofocus=""> </div> <div class="form-group form_left"> <input type="email" class="form-control" id="email" name="em" placeholder="Email" required=""> </div> <div class="form-group"> <input type="text" class="form-control" id="phone" onkeypress="return event.charCode >= 48 && event.charCode <= 57" maxlength="10" placeholder="Mobile No." required=""> </div> <div class="form-group"> <textarea class="form-control textarea-contact" rows="5" id="comment" name="FB" placeholder="Type Your Message/Feedback here..." required=""></textarea> <br> <button class="btn btn-default btn-send"> <span class="glyphicon glyphicon-send"></span> Send </button> </div> </form> </div> </div> </div> <div class="container second-portion"> <div class="row"> <!-- Boxes de Acoes --> <div class="col-xs-12 col-sm-6 col-lg-4"> <div class="box"> <div class="icon"> <div class="image"><i class="fa fa-envelope" aria-hidden="true"></i></div> <div class="info"> <h3 class="title">MAIL & WEBSITE</h3> <p> <i class="fa fa-envelope" aria-hidden="true"></i>   gondhiyahardik6610@gmail.com <br> <br> <i class="fa fa-globe" aria-hidden="true"></i>   www.hardikgondhiya.com </p> </div> </div> <div class="space"></div> </div> </div> <div class="col-xs-12 col-sm-6 col-lg-4"> <div class="box"> <div class="icon"> <div class="image"><i class="fa fa-mobile" aria-hidden="true"></i></div> <div class="info"> <h3 class="title">CONTACT</h3> <p> <i class="fa fa-mobile" aria-hidden="true"></i>   (+91)-9624XXXXX <br> <br> <i class="fa fa-mobile" aria-hidden="true"></i>   (+91)-7567065254 </p> </div> </div> <div class="space"></div> </div> </div> <div class="col-xs-12 col-sm-6 col-lg-4"> <div class="box"> <div class="icon"> <div class="image"><i class="fa fa-map-marker" aria-hidden="true"></i></div> <div class="info"> <h3 class="title">ADDRESS</h3> <p> <i class="fa fa-map-marker" aria-hidden="true"></i>   15/3 Junction Plot "Shree Krishna Krupa", Rajkot - 360001. </p> </div> </div> <div class="space"></div> </div> </div> <!-- /Boxes de Acoes --> <!--My Portfolio dont Copy this --> </div> </div> </div>
/* Conatct start */ .header-title { text-align: center; color:#00bfff; } #tip { display:none; } .fadeIn { animation-duration: 3s; } .form-control { border-radius:0px; border:1px solid #EDEDED; } .form-control:focus { border:1px solid #00bfff; } .textarea-contact { resize:none; } .btn-send { border-radius: 0px; border:1px solid #00bfff; background:#00bfff; color:#fff; } .btn-send:hover { border:1px solid #00bfff; background:#fff; color:#00bfff; transition:background 0.5s; } .second-portion { margin-top:50px; } @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"; @import "http://fonts.googleapis.com/css?family=Roboto:400,500"; .box > .icon { text-align: center; position: relative; } .box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #00bfff; vertical-align: middle; } .box > .icon:hover > .image { background: #333; } .box > .icon > .image > i { font-size: 36px !important; color: #fff !important; } .box > .icon:hover > .image > i { color: white !important; } .box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;} .box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; } .box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; } .box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;} .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; } .box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; } .box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; } .box .space { height: 30px; } @media only screen and (max-width: 768px) { .contact-form { margin-top:25px; } .btn-send { width: 100%; padding:10px; } .second-portion { margin-top:25px; } } /* Conatct end */
Related:
See More
Free Template
Material Kit
141.7K
51
Contact Form
202.9K
56
Bootstrap Contact Form
109.0K
47
Bootstrap Contact Form
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76