-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
180 lines (164 loc) · 7.52 KB
/
index.html
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head>
<title>Agency Website</title>
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<script src="assets/js/jquery-slim.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="assets/fonts/css/all.css">
</head>
<body>
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img src="assets/images/logo.png"></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="#services">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</a>
</li>
</ul>
</div>
</nav>
</section>
<!-------------------------banner section------------------------->
<section id="banner">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="promo-title">BEST DIGITAL AGENCY</p>
<p>Subscribe Easy tutorials Youtube Channel to watch more videos on website development, Digital Marketing, WordPress and graphics Designing.</p>
<a href="#"><img src="assets/images/play.png" class="play-btn">Watch Tutorials</a>
</div>
<div class="col-md-6 text-center">
<img src="assets/images/bp-1.png" class="img-fluid ismall">
</div>
</div>
</div>
<img src="assets/images/wave.png" class="bottom-img">
</section>
<!-------------------------services section------------------------->
<section id="services">
<div class="container text-center">
<h1 class="title">WHAT WE DO ?</h1>
<div class="row text-center">
<div class="col-md-4 services">
<img src="assets/images/bp-2.png" class="service-img">
<h4>Growth Marketing</h4>
<p>Subscribe Easy tutorials Youtube Channel to watch more videos on website development, Digital Marketing, WordPress and graphics Designing.</p>
</div>
<div class="col-md-4 services">
<img src="assets/images/bp-3.png" class="service-img">
<h4>Online Branding</h4>
<p>Subscribe Easy tutorials Youtube Channel to watch more videos on website development, Digital Marketing, WordPress and graphics Designing.</p>
</div>
<div class="col-md-4 services">
<img src="assets/images/bp-4.png" class="service-img">
<h4>Animated Ads</h4>
<p>Subscribe Easy tutorials Youtube Channel to watch more videos on website development, Digital Marketing, WordPress and graphics Designing.</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">WHY CHOOSE US ?</h1>
<div class="row">
<div class="col-md-6 about-us">
<p class="about-title">Why we're different</p>
<ul>
<li>Understand our client's business goal first</li>
<li>Believe in doing business with honesty</li>
<li>We delivery on time</li>
<li>We create a winning content strategy</li>
<li>We protect your online reputation</li>
<li>We create a winning content strategy</li>
<li>We protect your online reputation</li>
</ul>
</div>
<div class="col-md-6">
<img src="assets/images/wcu.png" class="img-fluid ismall">
</div>
</div>
</section>
<!-------------------------Testimonials section------------------------->
<section id="testimonials">
<div class="container">
<h1 class="title text-center">WHAT CLIENT SAY</h1>
<div class="row offset-1">
<div class="col-md-5 testimonials">
<p>Subscribe Easy tutorials Youtube Channel to watch more videos on website development, Digital Marketing, WordPress and graphics Designing.</p>
<img src="assets/images/wcs.png" class="img-fluid ismall">
<p class="user-details"><b>Agelina</b><br/> Co-founder at xyz</p>
</div>
<div class="col-md-5 testimonials">
<p>Subscribe Easy tutorials Youtube Channel to watch more videos on website development, Digital Marketing, WordPress and graphics Designing.</p>
<img src="assets/images/wcu.png" class="img-fluid ismall">
<p class="user-details"><b>John Doe</b><br/> Director at xyz</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-icons">
<a href="#"><img src="assets/images/sm-facebook.png"></a>
<a href="#"><img src="assets/images/sm-instagram.png"></a>
<a href="#"><img src="assets/images/sm-twitter.png"></a>
<a href="#"><img src="assets/images/sm-whatsapp.png"></a>
<a href="#"><img src="assets/images/sm-linkedin.png"></a>
<a href="#"><img src="assets/images/sm-snapchat.png"></a>
</div>
</div>
</section>
<!-------------------------footer section------------------------->
<section id="footer">
<img src="assets/images/wave2.png" class="footer-img">
<div class="container">
<div class="row">
<div class="col-md-4 footer-box">
<a href="#"><img src="assets/images/logo.png"></a>
<p>Subscribe Easy tutorials Youtube Channel to watch more videos on website development, Digital Marketing, WordPress and graphics Designing.</p>
</div>
<div class="col-md-4 footer-box">
<p><b>CONTACT US</b></p>
<p><i class="fa fa-map-marker-alt"></i> World Trade Centre, Bangalore</p>
<p><i class="fa fa-phone-alt"></i> +1 0123456789</p>
<p><i class="fa fa-envelope-square"></i> [email protected]</p>
</div>
<div class="col-md-4 footer-box">
<p><b>SUBSCRIBE NEWSLETTER</b></p>
<input type="email" name="email" class="form-control" placeholder="Your Email">
<button type="button" class="btn btn-primary">Subscribe</button>
</div>
</div>
<hr>
<p class="copyright">Website created by Abdel Mfossa</p>
</div>
</section>
<!-------------------------Smooth Scroll section------------------------->
<script src="assets/js/smooth-scroll.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>