-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathactionable_marketing.html
116 lines (111 loc) · 3.96 KB
/
actionable_marketing.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
<!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>Actionable Marketing</title>
<link rel="stylesheet" href="./actionable_marketing.css" />
<script src="./actionable_market.js" defer></script>
</head>
<script
src="//code.tidio.co/72jaehjm3lmf8jdzyxqnflsvennssvqo.js"
async
></script>
<body>
<header>
<nav>
<h3>Actionable Marketing</h3>
<a href="./login.html">Signin</a>
</nav>
<div id="absolute">
<div>
<h1>Develop new marketing skills in 30 minutes (or less).</h1>
<p>Find exactly what you want to learn when you want to learn it.</p>
<button>Join the Actionable Marketing Institute Pro</button>
<p>
Over 30 million marketers trust CoSchedule for marketing education.
Take your learning up a notch. Unlock 30+ exclusive courses packed
with premium content.
</p>
</div>
<img
src="https://media.coschedule.com/uploads/2020/09/Template-Academy-Pro-Squeeze-Page_header-image.png"
alt=""
/>
</div>
</header>
<section id="sec-1">
<div>
<img
src="https://media.coschedule.com/uploads/2020/09/Academy-Pro-Squeeze-Page_social-proof-1.png"
alt=""
/>
<h3>1,000+ lessons completed every month</h3>
</div>
<div>
<img
src="https://media.coschedule.com/uploads/2020/09/Academy-Pro-Squeeze-Page_social-proof-2.png"
alt=""
/>
<h3>2 Industry-recognized Certifications</h3>
</div>
<div>
<img
src="https://media.coschedule.com/uploads/2020/09/Academy-Pro-Squeeze-Page_social-proof-3.png"
alt=""
/>
<h3>100s of exclusive videos, templates, & tutorials</h3>
</div>
</section>
<section id="sec-2">
<div>
<div>
<h1>Improve your marketing with fluff-free training.</h1>
<p>
Most marketing courses & conferences teach you what you should do
vs. how to actually do it. Why invest time or money in training if
you can’t easily apply anything you learn? No filler. No
trend-chasing. No empty promises. Every course includes step-by-step
tutorials, templates, and actionable advice you can implement to
improve your marketing. Drive better results using proven
frameworks, techniques, and strategies found only in the Actionable
Marketing Institute.
</p>
</div>
<img
src="https://media.coschedule.com/uploads/2020/09/Academy-Pro-Squeeze-Page-Graphics-05.png"
alt=""
/>
</div>
<div>
<img
src="https://media.coschedule.com/uploads/2020/09/Academy-Pro-Squeeze-Page-Graphics-06.png"
alt=""
/>
<div>
<h1>Spend less time learning & more time doing.</h1>
<p>
Stop scouring Google results for quality, up-to-date advice. Enroll
in the Actionable Marketing Institute Pro to unlock 30+ premium
courses that include everything you need to learn something new.
From start to finish. Confidently put what you learn into action
with courses designed to help you learn fast.
</p>
</div>
</div>
</section>
<section id="sec-3">
<h1>Become a better marketer.</h1>
<button>Enroll To Get Started</button>
</section>
<h1>Featured Courses</h1>
<p>
Actionable Marketing Institute Pro students complete 1,000s of courses
every month. Check out our most popular courses.
</p>
<section id="sec-4"></section>
<h1 id="head">CoSchedule’s marketing education resources featured in...</h1>
<section id="sec-5"></section>
</body>
</html>