-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
285 lines (273 loc) · 14.3 KB
/
services.html
File metadata and controls
285 lines (273 loc) · 14.3 KB
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="description" content="Videograph Template">
<meta name="keywords" content="Videograph, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Videograph | Template</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header Section Begin -->
<header class="header">
<div class="container">
<div class="row">
<div class="col-lg-2">
<div class="header__logo">
<a href="./index.html"><img src="img/logo.png" alt=""></a>
</div>
</div>
<div class="col-lg-10">
<div class="header__nav__option">
<nav class="header__nav__menu mobile-menu">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./portfolio.html">Portfolio</a></li>
<li class="active"><a href="./services.html">Services</a></li>
<li><a href="#">Pages</a>
<ul class="dropdown">
<li><a href="./about.html">About</a></li>
<li><a href="./portfolio.html">Portfolio</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./blog-details.html">Blog Details</a></li>
</ul>
</li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<div class="header__nav__social">
<a href="https://www.facebook.com/profile.php?id=100087091625762"target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://x.com/Caption_driller"target="_blank"><i class="fa fa-twitter"></i></a>
<!-- <a href=""target="_blank"><i class="fa fa-dribbble"></i></a> -->
<a href="https://www.instagram.com/caption_driller/"target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/@Gernalshubu"target="_blank"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<!-- Header End -->
<!-- Breadcrumb Begin -->
<div class="breadcrumb-option spad set-bg" data-setbg="img/breadcrumb-bg.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>Our Sevices</h2>
<div class="breadcrumb__links">
<a href="#">Home</a>
<span>Services</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Breadcrumb End -->
<!-- Services Section Begin -->
<section class="services-page spad">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-2.png" alt="">
</div>
<h4>Scriptwriting and editing</h4>
<p>My scriptwriting process involves understanding the core message and audience of the project, allowing me to develop narratives that are both captivating and effective.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-1.png" alt="">
</div>
<h4>Motion graphics</h4>
<p>By staying up-to-date with the latest trends and techniques in motion graphics, I ensure that my animations are fresh, innovative, and impactful.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-2.png" alt="">
</div>
<h4>Scriptwriting and editing</h4>
<p>My scriptwriting process involves understanding the core message and audience of the project, allowing me to develop narratives that are both captivating and effective.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-3.png" alt="">
</div>
<h4>Video distribution</h4>
<p>I handle video distribution by ensuring that the final motion graphics content is optimized and formatted correctly for various platforms, whether it's social media, streaming services, or websites.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-4.png" alt="">
</div>
<h4>Video hosting</h4>
<p>I monitor and analyze video performance through hosting platform analytics, using insights to make data-driven decisions that improve the reach and effectiveness of the motion graphics content.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<div class="services__item__icon">
<img src="img/icons/si-4.png" alt="">
</div>
<h4>Video hosting</h4>
<p>I monitor and analyze video performance through hosting platform analytics, using insights to make data-driven decisions that improve the reach and effectiveness of the motion graphics content.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- Call To Action Section Begin -->
<section class="callto sp__callto">
<div class="container">
<div class="callto__services spad set-bg" data-setbg="img/calltos-bg.jpg">
<div class="row d-flex justify-content-center">
<div class="col-lg-10 text-center">
<div class="callto__text">
<h2>CREATE AWESOME VIDEOS WITH ME POWERFUL FEATURES</h2>
<p>Video combines all the features you need to easily create professional videos and
presentations</p>
<a href="#">Start your stories</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call To Action Section End -->
<!-- Logo Begin -->
<div class="logo spad">
<div class="container">
<div class="logo__carousel owl-carousel">
<a href="#" class="logo__item"><img src="img/logo/logo-1.png" alt=""></a>
<a href="#" class="logo__item"><img src="img/logo/logo-2.png" alt=""></a>
<a href="#" class="logo__item"><img src="img/logo/logo-3.png" alt=""></a>
<a href="#" class="logo__item"><img src="img/logo/logo-4.png" alt=""></a>
<a href="#" class="logo__item"><img src="img/logo/logo-5.png" alt=""></a>
<a href="#" class="logo__item"><img src="img/logo/logo-6.png" alt=""></a>
</div>
</div>
</div>
<!-- Logo End -->
<!-- Footer Section Begin -->
<footer class="footer">
<div class="container">
<div class="footer__top">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="footer__top__logo">
<a href="#"><img src="img/logo.png" alt=""></a>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="footer__top__social">
<a href="https://www.facebook.com/profile.php?id=100087091625762" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://x.com/Caption_driller"target="_blank"><i class="fa fa-twitter"></i></a>
<!-- <a href="#"target="_blank"><i class="fa fa-dribbble"></i></a> -->
<a href="https://www.instagram.com/caption_driller/"target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/@Gernalshubu"target="_blank"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
<div class="footer__option">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="footer__option__item">
<h5>About us</h5>
<p>I am a professional video editor specializing in motion graphics and video editing at resolutions of 4K, 1080p, and 720p. Additionally, I edit highlight reels for sports and events.</p>
<a href="#" class="read__more">Read more <span class="arrow_right"></span></a>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-3">
<div class="footer__option__item">
<h5>Who we are</h5>
<ul>
<li><a href="#">Team</a></li>
<li><a href="#">Carrers</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Locations</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-3">
<div class="footer__option__item">
<h5>Our work</h5>
<ul>
<li><a href="#">Feature</a></li>
<li><a href="#">Latest</a></li>
<li><a href="#">Browse Archive</a></li>
<li><a href="#">Video for web</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="footer__option__item">
<h5>Newsletter</h5>
<p>Videoprah is an award-winning, full-service production company specializing.</p>
<form action="#">
<input type="text" placeholder="Email">
<button type="submit"><i class="fa fa-send"></i></button>
</form>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="row">
<div class="col-lg-12 text-center">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<p class="footer__copyright__text">Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This Portfolio is made with <i class="fa fa-heart-o"
aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Shubham Sharma</a>
</p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>