-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
174 lines (161 loc) · 8.3 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Boyz Portfolio</title>
<meta charset="UTF-8">
<meta name="description" content="Boyz Portfolio">
<meta name="keywords" content="personal, portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="cubeportfolio/css/cubeportfolio.min.css"/>
<link rel="stylesheet" href="css/owl.theme.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/colors/red.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!-- Google Web fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800" rel="stylesheet">
<!-- Font icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="icon-fonts/flaticon/flaticon.css" />
</head>
<body>
<!-- PRELOADER -->
<div class="preloader">
<div class="loader">
<div class="loader-inner"></div>
</div>
</div>
<!-- HEADER -->
<header>
<img src="images/logo.png" alt="">
<div class="nav-icon">
<span></span>
<span></span>
<span></span>
</div>
</header>
<!-- FULL MENU -->
<div class="full-menu">
<div class="full-inner row">
<nav class="col-md-8">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="col-md-4 full-contact">
<ul>
<li class="title">Get in Touch</li>
<li>kenjosboy@gmail.com</li>
<li>
<div class="social">
<a href="https://www.facebook.com/profile.php?id=61563917651568" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://x.com/Boyzking20" target="_blank"><i class="fab fa-x"></i></a> <!-- Changed to 'X' icon -->
<a href="https://www.instagram.com/boyzking2.0/" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- SITE CONTENT -->
<div class="wrapper">
<section class="titlebar">
<h1 class="page-title"><span>About </span>us</h1>
<div id="particles-js"></div>
</section>
<hr class="col-md-6 bottom_60">
<div class="cont">
<section class="about">
<!-- ABOUT TEXT -->
<div class="about-text text-center top_90">
<h2 class="subtitle">Studio Tips is a company specializing in the creation of high-quality audiovisual content. We are committed to providing innovative and creative solutions that captivate and engage audiences. With a team of passionate professionals, we turn your ideas into visual reality.</h2><br>
<p>We offer a full range of services from video production to post-production, including sound design and content management. Our goal is to create memorable visual experiences that resonate with your audience.</p>
<p>Our team consists of experts in various fields of audiovisual media, bringing extensive experience and limitless creativity to every project we undertake.</p>
<p>At Studio Tips, each project is a new opportunity to push the boundaries of audiovisual media. We work closely with our clients to understand their needs and provide tailor-made solutions that exceed their expectations.</p>
</div>
<!-- WORK AREAS -->
<div class="owl-carousel work-areas text-center top_120 bottom_90 col-md-10 offset-md-1" data-pagination="true" data-autoplay="3000" data-items-desktop="3" data-items-desktop-small="3" data-items-tablet="2" data-items-tablet-small="1">
<!-- an area -->
<div class="area col-md-12 item">
<i class="flaticon-026-video-camera"></i>
<h3 class="title">Video Production</h3>
<div class="line"></div>
<p>Creation of professional videos for all your needs, from concept to completion.</p>
</div>
<!-- an area -->
<div class="area col-md-12 item">
<i class="flaticon-028-editing"></i>
<h3 class="title">Post-Production</h3>
<div class="line"></div>
<p>Editing, color grading, and special effects to bring your videos to life with flawless finishing.</p>
</div>
<!-- an area -->
<div class="area col-md-12 item">
<i class="flaticon-029-sound"></i>
<h3 class="title">Sound Design</h3>
<div class="line"></div>
<p>Creation and integration of soundtracks to enhance the emotional impact of your videos.</p>
</div>
<!-- an area -->
<div class="area col-md-12 item">
<i class="flaticon-026-video-camera"></i>
<h3 class="title">Video Production</h3>
<div class="line"></div>
<p>Creation of professional videos for all your needs, from concept to completion.</p>
</div>
<!-- an area -->
<div class="area col-md-12 item">
<i class="flaticon-028-editing"></i>
<h3 class="title">Post-Production</h3>
<div class="line"></div>
<p>Editing, color grading, and special effects to bring your videos to life with flawless finishing.</p>
</div>
<!-- an area -->
<div class="area col-md-12 item">
<i class="flaticon-029-sound"></i>
<h3 class="title">Sound Design</h3>
<div class="line"></div>
<p>Creation and integration of soundtracks to enhance the emotional impact of your videos.</p>
</div>
</div>
</section>
</div> <!-- cont end -->
</div> <!-- wrapper end -->
<footer>
<div class="cont">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12 copyright">
<img src="images/logo.png" alt="">
<p>© 2024 Studio tips</p>
</div>
<div class="col-md-4 d-sm-none d-md-block">
<div class="social">
<a href="https://www.facebook.com/profile.php?id=61563917651568" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://x.com/Boyzking20" target="_blank"><i class="fab fa-x"></i></a> <!-- Changed to 'X' icon -->
<a href="https://www.instagram.com/boyzking2.0/" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 d-none d-sm-block getintouch">
<a href="#">
<strong>Get In Touch</strong><br>
<p>kenjosboy@gmail.com</p>
</a>
</div>
</div>
</div>
</footer>
<!-- Javascripts -->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="cubeportfolio/js/jquery.cubeportfolio.min.js"></script>
<script src="js/typed.js"></script>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<script src="js/jquery.hover3d.js"></script>
<script src="twitter-api/tweetie.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>