Bootstrap snippet and html example. Landing page hero section with search and thank you modal using bootstrap 4 UI kit series part 1 bootdey

Bootstrap 4.3.1 snippet "Landing page hero section with search and thank you modal using bootstrap 4 UI kit series part 1 bootdey" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: Landing page,UI kit,Navigation,Navbar,cards,bootstrap,bootstrap 4.3,responsive,Bootstrap grid system,modal,hide search

HTML code

Clean, semantic HTML that powers this Bootstrap 4.3.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->

<!-- Hero section -->
<section id="hero">
    <div class="row">
    	<div class="col-sm-12" id="search">
			<form>
				<div class="input-group mb-3">
					<input type="text" class="form-control search-from" placeholder="Recipient's username" aria-label="Recipient's username" aria-describedby="basic-addon2">
					<div class="input-group-append">
						<button class="btn btn-secondary btn-lg text-white" type="button">Search</button>
						<button class="btn btn-secondary btn-lg text-white hide-search" type="button"><i class="fa fa-times"></i></button>
					</div>
				</div>
			</form>
		</div>
	</div>
    <nav class="navbar navbar-expand-lg p-0">
        <a class="navbar-brand" href="https://sunlimetech.com/" target="_blank"><img src="https://sunlimetech.com/images/logo-white.png" /></a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
        </button>

        <div class="collapse navbar-collapse" id="navbarSupportedContent">
            <ul class="navbar-nav ml-auto">
                <li class="nav-item active">
                    <a class="nav-link" href="#!">About</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="#!">Blog</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="#!">Gallery</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="#!">Contact</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link toggle-search" href="#!"><i class="fa fa-search"></i></a>
                </li>
            </ul>
        </div>
    </nav>
    <div class="hero-heading">
        <h1>We like to create awesome designs.</h1>
        <p>Sunlimetech is an advanced and proactive at the app development and providing you all the ultimate software development services that you need. Sunlimetech ensure to offer you all the required & ultimate services meeting the advanced deadlines and requirements of the field. We believe in providing the ultimate services with quality and meeting all the deadlines, application development industry is at its peak and hitting the new dimensions rapidly.</p>
    </div>
    <div class="row mgmt-links-wrapper">
        <div class="col-sm-6 col-md-4 col-lg-2">
            <a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues" target="_blank">
                <div class="link-box">
                    <i class="fa fa-heart"></i>
                    <p>Visual Design</p>
                </div>
            </a>
        </div>
        <div class="col-sm-6 col-md-4 col-lg-2">
            <a href="https://www.fiverr.com/sunlimetech/fix-your-bootstrap-html-and-css3-issues" target="_blank">
                <div class="link-box">
                    <i class="fa fa-wrench"></i>
                    <p>Development</p>
                </div>
            </a>
        </div>
        <div class="col-sm-6 col-md-4 col-lg-2">
            <a href="https://www.fiverr.com/sunlimetech/do-web-development-in-pure-php-and-frameworks" target="_blank">
                <div class="link-box">
                    <i class="fa fa-users"></i>
                    <p>Management</p>
                </div>
            </a>
        </div>
        <div class="col-sm-6 col-md-4 col-lg-2">
            <a href="https://www.fiverr.com/sunlimetech/provide-responsive-design-for-globally-existing-devices" target="_blank">
                <div class="link-box">
                    <i class="fa fa-share-alt"></i>
                    <p>Marketing</p>
                </div>
            </a>
        </div>
        <div class="col-sm-6 col-md-4 col-lg-2">
            <a href="https://www.fiverr.com/sunlimetech/convert-bootstrap-or-html-to-wordpress-for-global-devices" target="_blank">
                <div class="link-box">
                    <i class="fa fa-cart-plus"></i>
                    <p>eCommerce</p>
                </div>
            </a>
        </div>
        <div class="col-sm-6 col-md-4 col-lg-2">
            <a href="https://www.fiverr.com/sunlimetech/optimize-your-website-speed-and-performance-via-speedinsight" target="_blank">
                <div class="link-box">
                    <i class="fa fa-eye"></i>
                    <p>Branding</p>
                </div>
            </a>
        </div>
    </div>
</section>
<!-- ./Hero section -->

<!-- thank you Modal -->
<div class="modal fade text-center py-5" style="top:30px" id="thanksModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-md" role="document">
        <div class="modal-content">
            <div class="modal-body">
                <img src="https://sunlimetech.com/portfolio/sunlimeuikit/imgs/s.png" class="modal-img">
                <h3 class="pt-5 mb-0 text-secondary">Thanks for your love and support!</h3>
                <p class="pb-3 text-muted"><small>Hope that you enjoy it well! Check also our site</small></p>
                <a role="button" class="btn btn-secondary text-white mb-3" href="https://www.sunlimetech.com" target="_blank">www.sunlimetech.com</a>
            </div>
        </div>
    </div>
</div>
<!-- ./thank you Modal -->

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 4.3.1 to keep the design, spacing, and responsiveness consistent.

@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
a,
a:visited {
    color: #ffffff !important;
    webkit-transition: color 0.5s;
    /* Safari */
    
    transition: color 0.5s;
    text-decoration: none;
}
a:hover,
a:focus {
    webkit-transition: color 0.5s;
    /* Safari */
    
    transition: color 0.5s;
    text-decoration: none;
}
#hero {
    font-family: 'Tajawal', sans-serif;
    background: #73797f;
    padding: 20px 50px 41px;
    color: #ffffff;
    font-size:1.4rem;
}

#hero .navbar, #search{
    margin-bottom:70px;
}

#hero .navbar .navbar-nav .nav-item .nav-link {
    text-decoration: none;
    font-size: 20px;
    padding: 0 20px;
}

#hero .hero-heading {
    margin-bottom: 50px;
    max-width: 1100px;
}

#hero .hero-heading h1 {
    font-size: 60px;
}

#hero .mgmt-links-wrapper .link-box {
    background: #323335;
    padding: 34px 10px;
    text-align: center;
    min-height: 150px;
    margin-bottom: 10px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#hero .mgmt-links-wrapper a {
    color: #ffffff !important;
}

#hero .mgmt-links-wrapper .link-box:hover {
    background: #3190dc;
    -webkit-box-shadow: 0px 5px 8px 0px rgb(79, 91, 97);
    -moz-box-shadow: 0px 5px 8px 0px rgb(79, 91, 97);
    box-shadow: 0px 5px 8px 0px rgb(79, 91, 97);
}

#hero .mgmt-links-wrapper .link-box i {
    font-size: 40px;
    margin-bottom: 12px;
}

#hero .mgmt-links-wrapper .link-box p {
    font-size: 20px;
    margin-bottom: 0;
}
.navbar-toggler {
    background-color: white;
    border: 1px solid white;
}
#hero .search-from{
    height: 85px;
    font-size: 35px;
}

.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}
.modal-img{
	    margin-top: -85px;
    width: 33%;
    border: 5px solid white;
    border-radius: 50%;
    padding: 5px;
    background: #6c757d;
}
@media (max-width: 767px) {
	#hero{
		padding:20px 20px 40px
	}
	#hero .hero-heading h1{
		font-size:30px;
	}
}

Javascript/Jquery code

Lightweight JS to power any interactions this snippet needs. Drop it under your scripts (after Bootstrap 4.3.1) to mirror the live demo.

$(window).on('load', function() {
    $('#thanksModal').modal('show');
});
$(function() {
    $("#search").addClass("d-none");
});
$(".toggle-search").click(function() {
    $("#search").removeClass("d-none");
    $("#search").addClass("d-block slideDown");
    $(".navbar").removeClass("d-flex slideDown");
    $(".navbar").addClass("d-none");
});
$(".hide-search").click(function() {
    $("#search").removeClass("d-block slideDown");
    $(".navbar").addClass("d-flex slideDown");
    $("#search").addClass("d-none");
}); 

Similar snippets

Bootstrap example and template. dashboard border cards

dashboard border cards

Bootstrap example and template. profile cards widget

profile cards widget

Bootstrap example and template. Social post

Social post

Bootstrap example and template. V card presentation

V card presentation

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Dashboard user count colored circle image

Dashboard user count colored circle image

Bootstrap example and template. User profile with post list

User profile with post list

Bootstrap example and template. page services

page services

FAQ

How do I use this snippet?

Include Bootstrap 4.3.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 4.3.1.

Bootstrap example and template. Landing page hero section with search and thank you modal using bootstrap 4 UI kit series part 1 bootdey

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 3.0K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 4.3.1

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

This code example is based on bootstrap 4.3.1 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

Jquery plugins

Great built-in plugins with jquery framework, you can easy to change all declarations

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working