-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolygonal_no_tmr.html
65 lines (56 loc) · 2.53 KB
/
polygonal_no_tmr.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/polygonal_no_tmr.css">
<title>Coming Soon</title>
</head>
<body>
<section id="particles-js">
<div class="bnr_overlay">
<!-- <div class="container"> -->
<div class="bnr_content">
<!-- logo -->
<header>
<nav>
<a href="#">
<img src="images/logo.png" alt="logo">
</a>
</nav>
</header>
<!-- coming soon -->
<div class="coming_soon text-center">
<p>Our website is</p>
<h2>Under Construction</h2>
<p class="mb-4"><span class="typing"></span></p>
</div>
<!-- social icon -->
<div class="social_icon">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-github"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
<!-- </div> -->
</div>
</section>
<!-- ------------------------------------------------------- -->
<!-- -----------------script tag start---------------------- -->
<!-- ------------------------------------------------------- -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/particles.js"></script>
<script src="js/app_polygon.js"></script>
<script src="js/custom_no_tmr.js"></script>
</body>
</html>