HTML

<html>
<head>
<title>First Wsebsite</title>
<link rel=“stylesheet” href=“style.css”>
<link rel=“stylesheet” href=“https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css”>
<script src=“https://code.jquery.com/jquery-3.3.1.slim.min.js”></script>
<script src=“https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js”></script>
<link rel=“stylesheet” href=“https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css”>
</head>
<body>
<section id=“nav-bar”>
<nav class=“navbar navbar-expand-lg navbar-light”>
<div class=“container-fluid”>
<a class=“navbar-brand” href=“#”><img src=“images/logo.png” alt=“Website”></a>
<button class=“navbar-toggler” type=“button” data-toggle=“collapse” data-target=“#navbarNav” aria-controls=“navbarNav” aria-expanded=“false”
aria-label=“Toggle navigation”>
<i class=“fa fa-bars”></i>
</button>
<div class=“collapse navbar-collapse” id=“navbarNav”>
<ul class=“navbar-nav ml-auto”>
<li class=“nav-item”>
<a class=“nav-link” href=“#top”>HOME</a>
</li>
<li class=“nav-item”>
<a class=“nav-link” href=“#service”>SERVICES</a>
</li>
<li class=“nav-item”>
<a class=“nav-link” href=“#about-us”>ABOUT US</a>
</li>
<li class=“nav-item”>
<a class=“nav-link” href=“#testimonials”>TESTIMONIALS</a>
</li>
<li class=“nav-item”>
<a class=“nav-link” href=“#footer”>CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!———————Banner Section——————————>
<section id=“banner”>
<div class=“container”>
<div class=“row”>
<div class=“col-md-6”>
<p class=“promo-title”>This is My Website</p>
<p>The website belongs to Mr. Etesami<br />
You check the products and trade.
</p>
<a href=“#”><img src=“images/play.png” class=“play-btn” alt=“Play”>Watch Lessons</a>
</div>
<div class=“col-md-6” text-center>
<img src=“images/robots.png” alt=“Trading Robots” class=“img-fluid”>
</div>
</div>
</div>
<img src=“images/wave1.png” alt=“Wave1” class=“bottom-img”>
</section>
<!———————Service Section——————————>
<section id=“service”>
<div class=“container text-center”>
<h1 class=“title”>The Services</h1>
<div class=“row text-center”>
<div class=“col-md-4 services”>
<img src=“images/service1.png” alt=“Service1” class=“service-img”>
<h4>Growth Marketing</h4>
<p>This service can make you grow</p>
</div>
<div class=“col-md-4 services”>
<img src=“images/service2.png” alt=“Service2” class=“service-img”>
<h4>Online Branding</h4>
<p>This service can control your products</p>
</div>
<div class=“col-md-4 services”>
<img src=“images/service3.png” alt=“Service3” class=“service-img”>
<h4>Animated Ads</h4>
<p>This service can Add you animationalley</p>
</div>
</div>
<button type=“button” class=“btn btn-primary”>All Services</button>
</div>
</section>
<!———————About US Section——————————>
<section id=“about-us”>
<div class=“container”>
<h1 class=“title text-center”>ABOUT US</h1>
<div class=“row”>
<div class=“col-md-6 about-us”>
<p class=“about-title”>Why are we different?</p>
<ul>
<li>Because you can buy everything in way you want</li>
<li>Because you can buy everything in way you want</li>
<li>Because you can buy everything in way you want</li>
<li>Because you can buy everything in way you want</li>
<li>Because you can buy everything in way you want</li>
<li>Because you can buy everything in way you want</li>
<li>Because you can buy everything in way you want</li>
</ul>
</div>
<div class=“col-md-6”>
<img src=“images/us.png” alt=“us” class=“img-fluid”>
</div>
</div>
</div>
</section>
<!———————Testimonials Section——————————>
<section id=“testimonials”>
<div class=“container”>
<h1 class=“title text-center”>WHAT CLIENTS SAY</h1>
<div class=“row offset-1”>
<div class=“column-md-5 testimonials”>
<p>This is a great website with great supports that could<br />
make my progress better and I don’t forget this great job that<br />
had to me, and I also work with them, thank you team.
</p>
<img src=“images/user1.jpg” alt=“user1” class=“users-image”>
<p class=“users-details”><b>Sarah Williams</b><br />From Vancouver</p>
</div>
<div class=“column-md-5 testimonials”>
<p>This is a great website with great supports that could<br />
make my progress better and I don’t forget this great job that<br />
had to me, and I also work with them, thank you team.
</p>
<img src=“images/user2.jpg” alt=“user2” class=“users-image”>
<p class=“users-details”><b>Michael Scofield</b><br />From USA</p>
</div>
</div>
</div>
</section>
<!———————Social Media Section——————————>
<section id=“social-media”>
<div class=“container text-center”>
<p>FIND US ON SOCIAL MEDIA</p>
<div class=“social-icon”>
<a href=“#”><img src=“images/whats.png”></a>
<a href=“#”><img src=“images/ins.png”></a>
<a href=“#”><img src=“images/fac.png”></a>
<a href=“#”><img src=“images/linked.png”></a>
<a href=“#”><img src=“images/tweet.png”></a>
</div>
</div>
</section>
<!———————Footer Section——————————>
<section id=“footer”>
<img src=“images/wave2.png” alt=“wave1” class=“footer-img”>
<div class=“container”>
<div class=“row”>
<div class=“col-md-4 footer-box”>
<img src=“images/footer.png” alt=“Footer logo”>
<p>This is website that can help you<br />
sell you products easily</p>
</div>
<div class=“col-md-4 footer-box”>
<p><b>Contact US</b></p>
<p><i class=“fa fa-map-marker”></i>Ekbatan, Tehran, Iran</p>
<p><i class=” fa fa-phone”></i>+21 231 23 12</p>
<p><i class=“fa fa-envelope-o”></i>xyz@outlook.com</p>
</div>
<div class=“col-md-4 footer-box”>
<p><b>Subscribe Newsletter</b></p>
<input type=“email” class=“form-control” placeholder=“Your Email”>
<button type=“button” class=“btn btn-primary”>Subscribe</button>
 
</div>
</div>
<hr>
<p class=“creater”>Created by @Teacher_Etesami</p>
</div>
</section>
<script src=“smooth-scroll.js”</script>
 
<script>
var scroll = new SmoothScroll(‘a[href*=”#”]’);
</script>
</body>
</html>
 
 
 

CSS

* {

 

margin: 0;
padding: 0;
}
body {
font-family: sans-serif;

 

}
#nav-bar {
position: sticky;
top: 0;
z-index: 10;
}
.navbar {
background-image: linear-gradient(to right, #a517ba, #5f1782);
padding: 0; !important;
}
.navbar-brand img {
height: 40px;
padding-left: 10px;

 

}
.navbar-nav li {
padding: 0 10px;
}
.navbar-nav li a {
color: #fff !important;
font-weight: 600;
float: right;
text-align: right;
}
.fa-bars {
color: #fff;
font-size: 30px !important;
}
.navbar-toggler {
outline: none !important ;
}

 

/*———————–Banner Section——————————–*/
#banner {
background-image: linear-gradient(to right, #a517ba, #5f1782);
color: #fff;
padding-top: 5%;
}
.promo-title {
font-size: 40px;
font-weight: 600;
margin-top: 100px;
}
.play-btn {
width: 45px;
margin: 20px;
color: #fff;
}
#banner a {
color: #fff;
text-decoration: none;
}
.bottom-img {
width: 100%;
height: 70px;
}
/*———————–Service Section——————————–*/
#service {
padding: 80px 0;
}
.service-img {
width: 200px;
margin-top: 20px;
}
.services {
padding: 20px;
}
.services h4 {
padding: 20px;
margin-top: 5px;
text-transform: uppercase;
}
.title::before {
content: ;
background: #7b1798;
height: 5px;
width: 200px;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(60px);
}
.title::after {
content: ;
background: #7b1798;
height: 10px;
width: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
display: block;
transform: translateY(5px);
}
#service .btn-primary {
border: none;
border-radius: 20px;
background-image: linear-gradient(to right, #a517ba, #5f1782);
padding: 10px 20px;
box-shadow: none;
 
}
/*——————–About US section———————————-*/
#about-us {
background: #f8f9fa;
padding-top: 50px;
padding-bottom: 50px;
}
.about-title {
font-size: 40px;
font-weight: 600;
}
#about-us ul li {
margin: 20px 0;
margin-left: 40px;
}

 

/*————————–Testimonial Section——————————*/
#testimonials {
margin: 100px 0;
}
.testimonials {
border-left: 4px solid #7b1798;
margin-top: 50px;
margin-bottom: 50px;
padding: 10px;
 
}
.testimonials img {
height: 60px;
width: 60px;
border-radius: 50%;
margin: 0 10px;
}
.users-details {
display: inline-block;
font-size: 12px;
/*————————–Social Media Section——————————*/
}
#social-media {
background: #f9f8fa;
padding: 100px 0;
}
#social-media p {
font-size: 40px;
font-weight: 600;
margin-bottom: 80px;
}
.social-icon img {
width: 40px;
transition: 0.5s;
}
.social-icon a:hover img {
transform: translateY(-10px);
}
/*————————–Footer Section——————————*/
#footer {
background-image: linear-gradient(to right, #a517ba, #5f1782);
color: #ccc;
}
.footer-img {
width: 100%;
height: 80px;
}
.footer-box {
padding: 20px;

 

}
.footer-box img {
width: 60px;
margin-bottom: 20px;
}
.footer-box .fa {
border-radius: 2px;
margin-right: 4px;
padding-top: 7px;
background-image: linear-gradient(to right, #a517ba, #5f1782);
font-size: 25px;
width: 40px;
height: 40px;
text-align: center;

 

}
.footer-box .form-control {
border: none;
border-radius: 0;
max-width: 300px;
box-shadow: none !important;
margin-top: 30px;
}
.footer-box .btn-primary {
border: none;
border-radius: 0;
max-width: 250px;
box-shadow: none !important;
margin-top: 35px;
background-image: linear-gradient(to right, #a517ba, #5f1782);
}
hr {
background-color: #fff
}
.creater {
margin-bottom: 0;
padding-bottom: 20px;
text-align: center;
}
 
 
 
error: Content is protected !!
Teacher Etesami

Welcome to Teacher Etesami

Your journey to fluency starts here.

Start Your English Journey