-
Notifications
You must be signed in to change notification settings - Fork 1
/
overview.html
85 lines (82 loc) · 3.37 KB
/
overview.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
<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>Getting started</title>
<link rel="stylesheet" href="./styles/ov.css" />
<link rel="stylesheet" href="./styles/nafv2.css" />
<link rel="stylesheet" href="./styles/navbar.css" />
<link rel="icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQgpaGdmJDQ01WQmhPX-tNGbdjlk_Dm87uoUQ&usqp=CAU" type="icon">
</head>
<body>
<div id="opop">
<div>
<h2>Are you sure you want to skip?</h2>
<p>
Completing these actions will help you to get a good
start, and get the most out of Campaign Monitor.
</p>
<button id="ptrew">No, take me back</button>
<a href="#">Yes, skip actions</a>
</div>
</div>
<div id="navbar"></div>
<div id="ov">
<div id="ov1">
<h1>Hey <span id="name"></span>, let’s get started.</h1>
<p>Start with one of these</p>
</div>
<div id="ov2">
<div>
<img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRc-WMhbvu-5cyLQ3gc2XOas1c6zmXTpe6vTxNLo7fftcC6-gLV"
alt="" />
<h2>Send your first email</h2>
<p>
Discover how easy it is to design and send
beautiful emails.
</p>
<a href="#">Create a Campaign</a>
</div>
<div>
<img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQnbmtI4xCwc-JHtCr0KZN0JU_-FOG4Q4dpwRlOUE7I64e83JWu"
alt="" />
<h2>Create a signup form</h2>
<p>
Create a signup form so you can start adding
subscribers to your list.
</p>
<a href="#">Create a signup form</a>
</div>
</div>
<h1>or try these</h1>
<div class="bumlj55">
<h3>Add your brand</h3>
<p>
Create simple, on-brand email templates that you can
send to your subscribers.
</p>
<a href="#">Create a template</a>
</div>
<div class="bumlj55">
<h3>Confirm your email <span id="disemail"></span></h3>
<p>
To complete the signup process, click the link in the
email we sent you.
</p>
<div>
<a href="#">Resend verification email</a>
<a href="#" id="lkjh">Change email address</a>
</div>
</div>
<div class="bumlj55">
<h3>Choose the plan that’s right for you</h3>
<p>Our core features start from just $4.50/month</p>
<a href="pricing-page.html"> Choose a plan</a>
</div>
<p id="skip">skip</p>
<h1 class="dd">?</h1>
</div>
</body>
</html>
<script src="./scripts/ov.js" type="module"></script>