forked from lameesad/CSS3_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
details.html
224 lines (217 loc) · 11.1 KB
/
details.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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css">
<!-- animation CSS -->
<link rel="stylesheet" href="assets/vendors/animation/animate.css">
<!-- icon CSS -->
<link rel="stylesheet" href="assets/vendors/elegant-icon/style.css">
<!-- animation CSS -->
<link rel="stylesheet" href="assets/vendors/slick/slick.css">
<link rel="stylesheet" href="assets/vendors/slick/slick-theme.css">
<link rel="stylesheet" href="assets/vendors/magnify-popup/magnific-popup.css">
<link rel="stylesheet" href="assets/vendors/nice-select/css/nice-select.css">
<!-- Custome CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<title> CSS3</title>
</head>
<body>
<div class="body_wrapper">
<div id="preloader">
<div class="product_name"> CSS3</div>
</div>
<nav class="navbar navbar-expand-lg header_area_two">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown submenu">
<a class="nav-link dropdown-toggle" href="index.html" role="button" aria-expanded="false">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="details.html">Details</a>
</li>
</ul>
<div class="burger_menu">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</nav>
<div class="offcanvas_menu">
<div class="close_icon"><i class="icon_close"></i></div>
<ul class="navbar-nav side_menu">
<li class="nav-item dropdown submenu" style="animation-delay: 0.4s;">
<a class="nav-link dropdown-toggle" href="index.html" role="button" aria-haspopup="true"
aria-expanded="false">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">
About
</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="details.html">
Details
</a>
</li>
</ul>
</div>
<!-- contact area -->
<section class="contact_area_two">
<div class="container">
<div class="row justify-content-center">
<section class="ml-4">
<h1>CSS3 Details</h1>
<p>CSS3 is the latest evolution of the Cascading Style Sheets language and aims at extending
CSS2. 1. It brings a lot of long-awaited novelties, like rounded corners, shadows,
gradients, transitions or animations, as well as new layouts like multi-columns, flexible
box or grid layouts</p>
<p>CSS works with HTML and provides a basic style and look to the
website. CSS3 is the latest
version of CSS. CSS3 provides JavaScript and mobile development features with additional
features such as transitions, gradients, and more.</p>
<p>CSS3 Explanation in the video below</p>
</section>
<section class="video_area ">
<div class="container ">
<div class="video_info wow fadeInDown" data-wow-delay="0.1s">
<video src="assets/img/about/CSS3 zoom presentation by Lamees.mp4" width="100%"
height="30%" poster="./assets/img/about/posterCSS.PNG" controls></video>
</a>
</div>
</div>
</section>
</div>
<div class="contact_info_two">
<div class="sec_title text-center wow fadeInDown" data-wow-delay="0.2s">
<h6>Contact Us</h6>
<h2>Dare, just say Hello!</h2>
</div>
<form action="#" class="row contact_form contact_form_two wow fadeInDown" data-wow-delay="0.4s">
<div class="col-lg-6 form-group">
<input type="text" class="form-control" placeholder="Your email *">
</div>
<div class="col-lg-6 form-group">
<input type="text" class="form-control" placeholder="Phone *">
</div>
<div class="col-lg-12 form-group">
<select class="form-control" id="exampleFormControlSelect1">
<option>I need to do marketing for my brand</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</div>
<div class="col-md-12">
<button type="submit" class="submit_btn submit_btn_black">
Send Message
</button>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="defaultCheck1">
<label class="form-check-label" for="defaultCheck1">
I agree to receive information
</label>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- contact area -->
<!-- footer area -->
<footer class="black_bg">
<div class="footer_top">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 wow fadeInDown" data-wow-delay="0.1s">
<div class="f_widget about-widget">
<a href="#" class="f_logo"><img src="assets/img/logo.png" alt=""></a>
<p>Our main objective is to help people achieve their business goals and make their
business an efficient organization from all sides.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInDown" data-wow-delay="0.3s">
<div class="f_widget social_widget">
<h3 class="f_title">Follow Us On</h3>
<ul class="list-unstyled">
<li><a href="">Instagram</a></li>
<li><a href="">Twitter</a></li>
<li><a href="">Linkedin</a></li>
</ul>
</div>
</div>
<div class="col-md-4 wow fadeInDown" data-wow-delay="0.5s">
<div class="f_widget contact_widget">
<h3 class="f_title">Contact Us</h3>
<ul class="list-unstyled">
<li>Phone: <a href="051958237851">+051 958 237 851</a>
<a href="tel:051555222000">- +051 555 222 000</a>
</li>
<li>Email: <a href="#">support@ CSS3-design.com</a></li>
<li>Address: 10 N Florida St, USA. Texas 9007, USA.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer_bottom footer_bottom_two">
<div class="container">
<div class="border_bottom"></div>
<div class="row">
<div class="col-md-7 col-sm-9">
<p>© Copyright 2020 CSS3 </p>
</div>
<div class="col-md-5 col-sm-3 text-right">
<a href="#" class="go_top">go back up <i class="arrow_up"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- footer area -->
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-3.4.1.min.js"></script>
<script src="assets/vendors/bootstrap/js/popper.min.js"></script>
<script src="assets/vendors/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/vendors/slick/slick.min.js"></script>
<script src="assets/vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendors/isotope/isotope.pkgd.min.js"></script>
<script src="assets/vendors/counterup/jquery.waypoints.min.js"></script>
<script src="assets/vendors/counterup/jquery.counterup.min.js"></script>
<script src="assets/vendors/spilitting/splitting.min.js"></script>
<script src="assets/vendors/wow/wow.min.js"></script>
<script src="assets/vendors/magnify-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="assets/vendors/pace/pace.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>