-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemplate.html
105 lines (88 loc) · 4.05 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<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>100+ high-converting landing page templates</title>
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
<script src="https://kit.fontawesome.com/a2c7043569.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./TemplateCss/template.css">
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div id="navbar-Div">
<nav class="navbar"></nav>
<div id="popUp"></div>
</div>
<!-- Template top related html -->
<div id="page">
<div id="small_screen"></div>
<div id="template-top">
<div id="Template_headings">
<div id="Template_MainHead">
<h1>Choose from over 100 high-converting landing page templates</h1>
</div>
<div id="template_subHeading">
<p>
We’ve distilled everything we know about conversion into ready-to-use templates for landing pages,
popups, and sticky bars. Use our drag-and-drop builder to make a beautiful page fast—or start with a
blank canvas.
</p>
</div>
</div>
<div id="template_top_Image">
<img src="https://unbounce.com/wp-content/webp-express/webp-images/doc-root/photos/lp-templates-hero-image.jpg.webp"
alt="template_top_Image">
</div>
</div>
<h1 id="small-btn"></h1>
<h1 id="small_text">Want a little help choosing the right template?</h1>
<p style="width: 64%; text-align: center; margin:auto;">Answer a few question’s and we’ll do the rest.
Alternatively, you can look through the categorized templates on the left side of your screen (in the templates
menu).</p>
<button id="get_Started_btn">Let's get started</button>
<select name="" id="templateSelect">
<option value="">ALL</option>
<option value="Popups">Popups</option>
<option value="landing page">Landing Page</option>
<option value="Sticky Bars">Sticky Bars</option>
<option value="Featured">Featured</option>
<option value="Ecommerce">Ecommerce</option>
</select>
<hr>
<!-- Main Content -->
<div id="Main-Template-Content">
<div id="Filter_Template_parent">
<div id="Filter_Template_parent1_child">
<h2 id="Bytool_head">BY TOOL</h2>
<ul id="ul_filter">
<li id="li_filter1">All</li>
<li id="li_filter2">Featured</li>
<li id="li_filter3">Landing Page</li>
<li id="li_filter4">Popups</li>
<li id="li_filter5">Sticky Bars</li>
</ul>
<h2 id="Bytool_head">BY TYPE</h2>
<ul>
<li id="li_typeFilter1">SaaS</li>
<li id="li_typeFilter2">Agency Lead Generation</li>
<li id="li_typeFilter3">Agency</li>
<li id="li_typeFilter4">Ecommerce</li>
<li id="li_typeFilter5">Health</li>
<li id="li_typeFilter6">Reastaurant</li>
</ul>
</div>
</div>
<div id="Template_Area">
</div>
</div>
<footer class="footer">
</footer>
</div>
</body>
</html>
<script src="./template.js" type="module"></script>
<script src="./index.js" type="module"></script>