forked from chinnijagadeesh/godly-pleasure-4788
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demopage.html
178 lines (175 loc) · 5.64 KB
/
demopage.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style/style.css" />
<link rel="stylesheet" href="./style/nav.css" />
<title>Demo</title>
</head>
<body>
<div>
<div id="navbar"></div>
<div class="thirtymin">
<h1>
Book a 30-min live demo
<img class="jet" src="./images/jet.PNG" alt="" />
</h1>
<h3>
10+ users? Let one of our customer success experts show you how
Everhour <br />
works, with plenty of time set aside for questions
</h3>
<button>Schedule time</button>
</div>
<div>
<img class="demo__back" src="./images/demo-back1.PNG" alt="" />
<div class="demo__wrap">
<div class="demo__list">
<h4>What you’ll learn</h4>
<ul>
<li>We’ll briefly explain what’s so special about Everhour.</li>
<li>
We’ll teach you the basics of using the app, with plenty <br />
of time for questions.
</li>
<li>
We’ll answer all questions about setting up Everhour, <br />
using it with your team, or anything else you’d like to <br />
ask.
</li>
</ul>
</div>
<div class="demo__list">
<h4>Other information</h4>
<ul>
<li>
Screenshare is done in the browser by means of <br />
Whereby software using <a href=""> this link.</a> Please ensure
that <br />
your mic and speakers work in advance!
</li>
<li>
Demos typically last 30 minutes, but we will adjust the <br />
time based on your needs.
</li>
<li>Feel free to invite other team members to join this call.</li>
<li>
No available time slots?<a href="">Contact us</a>and we'll
surely <br />
work something out.
</li>
</ul>
</div>
<div class="skip">
<h2>Skip the demo and try for yourself?</h2>
<h3>
Try Everhour for free to see if it works for your business. <br />
No credit card required. No obligations.
</h3>
<div>
<input
class="pulse__input"
type="text"
name=""
id=""
placeholder="Work email"
/>
<button class="pulse__button">Try free</button>
</div>
<span></span>
</div>
</div>
<div class="footer">
<div class="footer_column">
<img src="./images/logo-timer.svg" alt="" />
</div>
<div class="footer_column">
<ul>
<li>Company</li>
<li>About us</li>
<li>Contact</li>
</ul>
</div>
<div class="footer_column">
<ul>
<li>Product</li>
<li>Tour</li>
<li>Pricing</li>
<li>Request a demo</li>
<li>Customers</li>
<li>API & docs</li>
<li>Status</li>
</ul>
</div>
<div class="footer_column">
<ul>
<li>Solutions</li>
<li>Time tracking</li>
<li>Project budgeting</li>
<li>Visual planning</li>
<li>Expenses</li>
<li>Reporting</li>
<li>Invoicing</li>
<li>Time card calculator</li>
<li>Weekly timesheet template</li>
<li>Invoice generator</li>
</ul>
</div>
<div class="footer_column">
<ul>
<li>Integrations</li>
<li>Asana</li>
<li>Basecamp</li>
<li>Trello</li>
<li>Jira</li>
<li>GitHub</li>
<li>ClickUp</li>
<li>Monday</li>
<li>Notion</li>
<li>Todoist</li>
<li>GitLab</li>
<li>All</li>
</ul>
</div>
<div class="footer_column">
<ul>
<li>Learn</li>
<li>Help center</li>
<li>Blog</li>
<li>Product updates</li>
<li>Timesheet appapp</li>
<li>Time clock app</li>
<li>Attendance tracker</li>
<li>Work hours tracker</li>
<li>Employee time tracking</li>
</ul>
</div>
<div class="footer_column">
<ul>
<li>Download</li>
<li>Browser extension</li>
<li>Chrome time tracking extension</li>
<li>Time tracking with screenshots</li>
<li>IPhone app</li>
</ul>
</div>
</div>
<div class="terms_condition">
<div>©2022 Everhour Terms | Privacy | Cookies | Sitemap</div>
<div>
<img src="./images/facebook-svgrepo-com (2).svg" alt="" />
<img
src="./images/twitter-social-logotype-svgrepo-com.svg"
alt=""
/>
<img src="./images/linkedin-logo-svgrepo-com.svg" alt="" />
</div>
</div>
</div>
<div class="chatimg">
<img src="./images/chat.svg" alt="" />
</div>
</div>
</body>
</html>
<script src="./script/demo.js" type="module"></script>