-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy site.html
195 lines (181 loc) · 9.22 KB
/
my site.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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agency website Template - Easy tutorials</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/6dd7ccfc27.js" crossorigin="anonymous"></script>
</head>
<body>
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<a href="#" class="navbar-brand"><img src="images/demo-logo.png" alt=""></a>
<button class="navbar-toggler" data-toggle="collapse" aria-expanded="false" data-target="#navbarNav"
aria-label="Toggle navigation" aria-controls="navbarNav" type="button">
<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 href="#top" class="nav-link">HOME</a></li>
<li class="nav-item"><a href="#services" class="nav-link">SERVICES</a></li>
<li class="nav-item"><a href="#about-us" class="nav-link">ABOUT US</a></li>
<li class="nav-item"><a href="#testimonials" class="nav-link">TESTIMONTALS</a></li>
<li class="nav-item"><a href="#footer" class="nav-link">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 match more videos on wesite development,Digital
Marketing, WordPress and graphic designing</p>
<a href="#"><img src="images/play.png" class="play-btn" alt="">Watch tutorials</a>
</div>
<div class="col-md-6 text-center">
<img src="images/home2.png" class="img-fluid">
</div>
</div>
</div>
<img src="images/wave1.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="images/service1.png" class="service-img" alt="">
<h4>Growth Marketing</h4>
<p>Subscribe easy tutorials Youtube channel to match more videos on wesite development,Digital
Marketing, WordPress and graphic designing</p>
</div>
<div class="col-md-4 services">
<img src="images/service2.png" class="service-img" alt="">
<h4>Online branding</h4>
<p>Subscribe easy tutorials Youtube channel to match more videos on wesite development,Digital
Marketing, WordPress and graphic designing</p>
</div>
<div class="col-md services">
<img src="images/service3.png" class="service-img" alt="">
<h4>Animated Ads</h4>
<p>Subscribe easy tutorials Youtube channel to match more videos on wesite development,Digital
Marketing, WordPress and graphic designing</p>
</div>
</div>
<button type="button" class="btn btn-primary">Alls services</button>
</div>
</section>
<!-------------------------------About us --------------------------->
<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="aboout-title"> why we're different</p>
<ul>
<li>Believe in doing business with hostivity</li>
<li>Believe in doing business with hostivity</li>
<li>Believe in doing business with hostivity</li>
<li>Believe in doing business with hostivity</li>
<li>Believe in doing business with hostivity</li>
<li>Believe in doing business with hostivity</li>
</ul>
</div>
<div class="col-md-6 about-us">
<img src="images/network.png" class="img-fluid">
</div>
</div>
</div>
</section>
<!---------------------------------testimonials------------------------------->
<div 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 match more videos on wesite development,Digital
Marketing, WordPress and graphic designing</p>
<img src="images/user1.jpg" alt="">
<p class="user-details"><b>Angelina</b><br>Co founder at xyz</p>
</div>
<div class="col-md-5 testimonials ">
<p>Subscribe easy tutorials Youtube channel to match more videos on wesite development,Digital
Marketing, WordPress and graphic designing</p>
<img src="images/user2.jpg" alt="">
<p class="user-details"><b>John Doe</b><br>Director at xyz</p>
</div>
</div>
</div>
</div>
<!---------------------------------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="images/facebook-icon.png" alt="">
</a>
<a href="#"><img src="images/instagram -icon.png" alt=""></a>
<a href=""><img src="images/twitter-icon.png" alt=""></a>
<a href=""><img src="images/whatsapp-icon.png" alt=""></a>
<a href=""><img src="images/linkedin-icon.png" alt=""></a>
<a href=""><img src="images/snapchat-icon.png" alt=""></a>
</div>
</div>
</section>
<!----------------------------------footer section ------------------------>
<section id="footer">
<img src="images/wave2.png" class="footer-img" alt="">
<div class="container">
<div class="row">
<div class="col-md-4 footer-box">
<img src="images/demo-logo.png" alt="">
<p>Subscribe easy tutorials Youtube channel to match more videos on wesite development,Digital
Marketing, WordPress and graphic designing</p>
</div>
<div class="col-md-4 footer-box">
<p><b>CONTACT US</b></p>
<p> <i class="fa fa-map-marker"></i>
World Irade Centre, Banaglore</p>
<p><i class="fa fa-phone"></i>
+1 0123456789</p>
<p><i class="fa fa-envelope-o"></i>
xyz@gmail.com</p>
</div>
<div class="col-md-4 footer-box">
<p><b>SUBSCRIBE NEWSLETTER </b></p>
<input type="email" name="mail" id="mail" class="form-control" placeholder="Your email">
<button type="button" class="btn btn-primary">Subscribe</button>
</div>
</div>
<hr>
<p class="copyright">website Credited by Easy tutorials</p>
</div>
</section>
<!------------------------------Smooth-scroll -------------------------->
<script src="smooth-scroll.js">
</script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>