forked from akaushik509/CoSchedule.com-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
475 lines (455 loc) · 18 KB
/
index.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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!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>Document</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div id="menu">
<div id="logoMenu">
<div>
<img src="https://accounts.coschedule.com/img/cos-logo-horz.svg" alt="Error" />
</div>
<div id="mainMenu">
<nav>
<div class="wrapper">
<ul class="nav-links">
<li>
<a href="#">Products</a>
<div class="mega-box">
<div class="content">
<div class="row">
<header>Content Calendars</header>
<ul class="mega-links">
<li>
<a href="marketing.html">Marketing Calendar</a>
<p>A Calender that hepls you see, schedule, and share yout marketing.</p>
</li>
<li>
<a href="marketing.html">Marketing Suite</a>
<p>A family of agile marketing products to coordinate your team, projects and process.</p>
</li>
</ul>
</div>
<div class="row">
<header>Content Optimization</header>
<ul class="mega-links">
<li><a href="marketing.html">Headline Studio</a></li>
</ul>
</div>
<div class="row">
<header>Marketing Education</header>
<ul class="mega-links">
<li><a href="marketing.html">Actionable Marketing Institute</a></li>
</ul>
</div>
</div>
</div>
</li>
<li>
<a href="#">Why CoSchedule</a>
<ul class="drop-menu">
<li>
<a href="customer_stories.html">Customer Stories</a>
<p>See how CoSchedule customers have found success.</p>
</li>
<li>
<a href="case_for_coschedule.html">Build Your Case for CoSchedule</a>
<p>See how CoSchedule customers have found success.</p>
</li>
</ul>
</li>
<li>
<a href="#">Resources</a>
<div class="mega-box">
<div class="content">
<div class="row">
<header>TOOLS</header>
<ul class="mega-links">
<li>
<a href="headline.html">Headline Analyzer</a>
<p>Write headlines that drive traffic.shares, and search results.</p>
</li>
<li>
<a href="email_subjects.html">Email Subject Line Tester</a>
<p>Write email subject lines that drive more opens, clicks and conversions.</p>
</li>
<li>
<a href="social_media.html">Social Message Optimizer</a>
<p>Create powerful social message that convert.</p>
</li>
</ul>
</div>
<div class="row">
<header>LEARN</header>
<ul class="mega-links">
<li><a href="guide.html">Marketing Blog</a></li>
<li><a href="guide.html">CoSchedule Guide</a></li>
<li><a href="guide.html">Agile Marketing Guide</a></li>
<li><a href="guide.html">Marketing Dictionary</a></li>
</ul>
<header>BOOKS</header>
<ul class="mega-links">
<li><a href="book.html">10x Marketing Formula</a></li>
<li><a href="book.html">Get Started with Agile Marketing</a></li>
</ul>
</div>
<div class="row">
<header>TOPIC LIBRARIES</header>
<ul class="mega-links">
<li><a href="#">Marketing</a></li>
<li><a href="#">Marketing Ideas</a> </li>
<li><a href="#">Marketing Strategy</a></li>
<li><a href="#">Content Marketing</a></li>
</ul>
<header>REPORTS</header>
<ul class="mega-links">
<li><a href="#">Marketing Strategy Report</a></li>
</ul>
</div>
</div>
</div>
</li>
<li><a href="pricing.html">Pricing</a></li>
</ul>
</div>
</nav>
</div>
</div>
<div id="menu2">
<p>
<a href="signin.html" style="text-decoration: none" id="sgn">Sign In</a>
</p>
<p>Get A Demo</p>
<button>Create My Calendar</button>
</div>
</div>
<div id="box2">
<div id="container2">
<h1>Organize All Of Your Marketing In One Place. Form Any Place.</h1>
<p>Get more done in less time with the only work management software for marketers.</p>
<button>Get Started Free</button>
<p>Why not? It's free forever.</p>
</div>
<div id="container3">
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Fhome%2Fhome-calendar.png&w=1200&q=75" alt="Error" />
</div>
<h1 id="h">30,000 marketers start their day with CoSchedule</h1>
<div id="container4">
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fforbes-logo.webp&w=256&q=75"
alt="Error" />
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fyamaha-logo.webp&w=256&q=75"
alt="Error" />
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Funicef-logo.webp&w=256&q=75"
alt="Error" />
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fconvertkit-logo.webp&w=256&q=75"
alt="Error" />
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fwalgreens-logo.webp&w=256&q=75"
alt="Error" />
<img />
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fdictionary-com-logo.webp&w=256&q=75"
alt="Error" />
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fp-and-g-logo.webp&w=256&q=75"
alt="Error" />
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fschwans-logo.webp&w=256&q=75"
alt="Error" />
<img />
</div>
<h1 id="ourP">Our Products</h1>
<div id="box3">
<div>
<div>
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Fhome%2Fmc-product-background.png&w=1920&q=100"
alt="Error" />
</div>
<div id="box4">
<div>
<img
src="https://coschedule.com/_next/image?url=%2Fimg%2Fproduct%2Fmarketing-calendar-product-icon.png&w=64&q=75"
alt="Error" />
</div>
<h1>Marketing Calendar</h1>
<p>A calendar that helps you see, schedule, and share your marketing.</p>
<p><span style="color: orange">✓ </span> See everything together in one place</p>
<p><span style="color: orange">✓ </span> Share your progress with higher-ups</p>
<p><span style="color: orange">✓ </span> Show what your marketing is doing</p>
<button id="expoBtn">Explore More</button>
</div>
</div>
<div>
<div>
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Fhome%2Fsuite-product-background.png&w=1920&q=100"
alt="Error" />
</div>
<div>
<div id="box4">
<div>
<img
src="https://coschedule.com/_next/image?url=%2Fimg%2Fproduct%2Fmarketing-suite-product-icon.png&w=64&q=75"
alt="Error" />
</div>
<h1>Marketing Suite</h1>
<p>A family of agile marketing products to coordinate your team, projects, and process.</p>
<p><span style="color: orange">✓ </span> Manage marketing requests</p>
<p>
<span style="color: orange">✓ </span> Eliminate content
bottlenecks
</p>
<p>
<span style="color: orange">✓ </span> Maximize resources
to increase output
</p>
<button id="expoBtn">Explore More</button>
</div>
</div>
</div>
<div>
<div>
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Fhome%2Fhs-product-background.png&w=1920&q=100"
alt="Error" />
</div>
<div>
<div id="box4">
<div>
<img
src="https://coschedule.com/_next/image?url=%2Fimg%2Fproduct%2Fmarketing-calendar-product-icon.png&w=64&q=75"
alt="Error" />
</div>
<h1>Headline Studio</h1>
<p>Write better headlines that will boost your traffic.</p>
<p>
<span style="color: green">✓ </span> Score your headlines
based on proven data
</p>
<p>
<span style="color: green">✓ </span> Improve headlines
with smart suggestions
</p>
<p>
<span style="color: green">✓ </span> Find the
high-scoring words instantly
</p>
<button id="expoBtn">Explore More</button>
</div>
</div>
</div>
<div>
<div>
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Fhome%2Fami-product-background.png&w=1920&q=100"
alt="Error" />
</div>
<div>
<div id="box4">
<div>
<img
src="https://coschedule.com/_next/image?url=%2Fimg%2Fproduct%2Fmarketing-suite-product-icon.png&w=64&q=75"
alt="Error" />
</div>
<h1>Actionable Marketing Institute</h1>
<p>Develop new marketing skills in 30 minutes (or less).</p>
<p>
<span style="color: green">✓ </span> Improve your
marketing with fluff-free training
</p>
<p>
<span style="color: green">✓ </span> Spend less time
learning & more time doing
</p>
<p>
<span style="color: green">✓ </span> Learn from industry
pros you trust
</p>
<button id="expoBtn">Explore More</button>
</div>
</div>
</div>
</div>
<div id="box5">
<h1>The fastest growing marketing work management software</h1>
<p>CoSchedule is trusted by 30,000 marketers in 100+ countries.</p>
</div>
<div id="box6">
<div>
<div id="container5">
<h2>Gartner</h2>
<h4>Magic Quadrant</h4>
</div>
<p>The Gartner Magic Quadrant for Content Marketing Platforms 2020</p>
</div>
<div>
<div id="b6">
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Finc-5000-logo.png&w=256&q=75" />
</div>
<p>One of The Fastest-Growing Marketing Platforms 3 Years in a Row</p>
</div>
<div>
<div id="b7">
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fg2crowd-badge.png&w=96&q=75" />
</div>
<p>Awarded High Performer in 7 Product Categories</p>
</div>
</div>
<div id="box7">
<div>
<h1>Organize all of your marketing in one place</h1>
<button>Get Started Free</button>
</div>
</div>
<div id="box8">
<div id="bgm">
<img
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA9CAMAAAApvJHbAAAAXVBMVEX////Xd1/WdFvWcVfUa0/Vb1TVbVL25uL79vTgno7XeWHdkoDTaEvtycHQbVbYe2Tz3djipZfv0crms6fx19HahnL57+znuK3ZgmzkrJ/sw7rbjHnemYnKY0rNaFFWYZTvAAAB40lEQVRIie2W2ZKCMBBFQ2cDWUVlUcb//8zJnqAk4KNV3qepOIe+6U66g9BPP323urG4tad2KvjH6DBnBANAlgFU3WdsXlQ4c4LJ/dDX+0buDLJQVa7XOTBanXfggmRrEQNT+VFSJ+EbfoGpDsf1R+GRhL1rwIwJr6WJbBZvKds2MlB8rjve9TywLYQvcbi2e6ZTH65zuw5tHM6pTdS4WufMwqc8Tp+Nb3Jdw9Y2tAk4rwy8cn0wMrrgrcQchFELG4mxpUrbFldDG6fqNM20mq4o3HM6Mqp1FCb/LoRdqHrEq2O2RTi1bVi8DTb+PQ/ZFlqURyxL3ZlM4ebZHIpsjzjtfWyh5hnAvIt/ZNK0OikFdXhzMraHiTByPxAbodJd1MZGVgWN9qnS7zvELdwRl9QtBTkPcJewUf8c6w419vV2uM+23hiONbaBBGfN4L7O5orTPkK/n/OS+jrr05CRaM3Gtzu2uP+9mqZYxuDY/Va7MhVg1w3OKNJbBAzadzBXNoJH+lpvrylJzrTNntqVdjVaLqP3fj63bqwlfSsFgwionCXYDRfAu9f0fY55eNiFRY1fZ6jZ87QfWep1fqvAZG9wOw2rt4NiH5+8XoYZ5LtFgnIOFx8+XfybaRkTh/Onn75C/8psEycAcillAAAAAElFTkSuQmCC"
alt="Error" />
<p><a href="signup.html" style="text-decoration: none">Sign Up</a></p>
<p>Request A Demo</p>
<p><a href="signIn.html" style="text-decoration: none">Sign In</a></p>
<div id="container6">
<div>
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fg2crowd-badge.png&w=96&q=75"
alt="Error" />
</div>
<div>
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fgartner-badge.png&w=64&q=75"
alt="Error" />
</div>
<div>
<img src="https://coschedule.com/_next/image?url=%2Fimg%2Ftestimonials%2Fforbes-badge.png&w=48&q=75"
alt="Error" />
</div>
</div>
</div>
<div id="container7">
<div>
<ul>
<li>PRODUCTS</li>
<li>
<a style="text-decoration: none" href="#">Marketing Calender</a>
</li>
<li>
<a style="text-decoration: none" href="#">Marketing Suite</a>
</li>
<li>
<a style="text-decoration: none" href="#">Headline Studio</a>
</li>
<li>
<a style="text-decoration: none" href="#">Actionable Marketing Institute</a>
</li>
</ul>
</div>
<div>
<ul>
<li>RESOURCES</li>
<li>
<a style="text-decoration: none" href="#">Marketing Blog</a>
</li>
<li>
<a style="text-decoration: none" href="#">CoSchedule Guide</a>
</li>
<li>
<a style="text-decoration: none" href="#">Marketing Strategy Report</a>
</li>
<li>
<a style="text-decoration: none" href="#">Agile Marketing Guide</a>
</li>
<li>
<a style="text-decoration: none" href="#">Actionable Marketing Podcast</a>
</li>
<li>
<a style="text-decoration: none" href="#">10x Marketing Formula Book</a>
</li>
<li>
<a style="text-decoration: none" href="#">Get Started With Agile Marketing Book</a>
</li>
</ul>
</div>
</div>
<div id="container7">
<div>
<ul>
<li>WHY COSCHEDULE</li>
<li>
<a style="text-decoration: none" href="#">Customer Stories</a>
</li>
<li><a style="text-decoration: none" href="#">Support</a></li>
<li>
<a style="text-decoration: none" href="#">Product Announcements</a>
</li>
<li><a style="text-decoration: none" href="pricing.html">Pricing</a></li>
</ul>
</div>
<div>
<ul>
<li>TOPIC LIBRARIES</li>
<li><a style="text-decoration: none" href="#">Marketing</a></li>
<li>
<a style="text-decoration: none" href="#">Marketing Ideas</a>
</li>
<li>
<a style="text-decoration: none" href="#">Marketing Strategy</a>
</li>
<li>
<a style="text-decoration: none" href="#">Content Marketing</a>
</li>
</ul>
</div>
</div>
<div id="container7">
<div>
<ul>
<li>COMPANY</li>
<li><a style="text-decoration: none" href="#">About</a></li>
<li><a style="text-decoration: none" href="#">Jobs</a></li>
<li><a style="text-decoration: none" href="#">Contact Us</a></li>
<li>
<a style="text-decoration: none" href="#">Affiliate Program</a>
</li>
</ul>
</div>
<div>
<ul>
<li>TOOLS</li>
<li>
<a style="text-decoration: none" href="#">Headline Analyzer</a>
</li>
<li>
<a style="text-decoration: none" href="#">Email Subject Line Tester</a>
</li>
<li>
<a style="text-decoration: none" href="#">Social Message Optimizery</a>
</li>
<li>
<a style="text-decoration: none" href="#">Marketing Dictionary</a>
</li>
</ul>
</div>
</div>
</div>
<div>
<div>
<p>
© Copyright 2022, all rights reserved. See our
<a>Terms & Policies</a>
</p>
</div>
</div>
</div>
</body>
</html>
<script>
let systemStatus = localStorage.getItem("system");
document.querySelector("#sgn").addEventListener("click", function () {
if (systemStatus == null) {
window.location.href = "signin.html";
} else if (systemStatus == "online") {
localStorage.removeItem("system");
window.location.reload();
alert("you are successfully logged out.");
}
});
if (systemStatus == "online") {
document.querySelector("#sgn").innerHTML = "Log Out";
}
</script>