-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhowitworks.html
203 lines (175 loc) · 8.24 KB
/
howitworks.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
<!--
Copyright (c) 2023 Hakeem Ellis
All rights reserved.
This work is licensed under the terms of the Custom Code license.
For a copy, see https://github.com/hakeemellis/portfolio/blob/main/LICENSE.md.
Contact: utilize the contact form at https://hakeemellis.com/
-->
<!DOCTYPE html>
<html>
<!--STARTER ELEMENTS-->
<head>
<title>How It Works | MacLove</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="images/ML.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Roboto&family=Roboto+Condensed&family=Shalimar&family=Teko:wght@600&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!--STARTER ELEMENTS-->
<!--NAVIGATION MENU-->
<header>
<nav class="navbar navbar-expand-lg bg-light navbar-deadcenter">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"> <img src="images/MacLove.png" width="145"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-elements">
<li class="nav-item">
<a class="nav-link home" aria-current="page" href="index.html"></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle service" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item service1 active" href="howitworks.html"></a></li>
<li><a class="dropdown-item service2" href="machelp.html"></a></li>
<li><a class="dropdown-item service3" href="paymentplans.html"></a></li>
<li><a class="dropdown-item service4" href="login.html"></a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle us" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item choose" href="#"></a></li>
<li><a class="dropdown-item testimonials" href="#"></a></li>
<li><a class="dropdown-item oteam" href="#"></a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link contact" href="#"></a>
</li>
</ul>
<ul class="navbar-nav account-nav">
<li class="nav-item">
<a href="account.html" class="btn btn-outline-dark btn-lg account">Account</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!--NAVIGATION MENU-->
<!--MAIN CONTENT-->
<body>
<div id="form-box" class="howitworks-container">
<center>
<h1 style="font-size: 60px;">how it works?</h1>
</center>
<div class="form-row d-flex justify-content-around">
<div class="text-center plan-card-container">
<div class="d-flex justify-content-center">
<div id="box" class="rounded-circle d-flex justify-content-center d-flex align-items-center">
<img class="" width="70" src="images/options.svg" height="70" alt="">
</div>
</div>
<br>
<h4>
<b>
View Your Options
</b>
</h4>
<p>
After *signing-up, you'll be able to <br>view
the plethora of options that MacLove has
available for you to have ease of access
<br>
<br><b>*Whether on Trial Period or
<br>Paid Membership
</b>
</p>
</div>
<div class="text-center plan-card-container">
<div class="d-flex justify-content-center">
<div id="box" class="rounded-circle d-flex justify-content-center d-flex align-items-center">
<img class="" width="70" src="images/payment.svg" height="70" alt="">
</div>
</div>
<br>
<h4>
<b>
Make The Payment
</b>
</h4>
<p>
Proceed to checkout and enter your card <br>
details in our secure payment gateway
to confirm your Macbook selection
to use
<br>
<br>
<a href="paymentplans.html">
<button class="btn btn-danger">Make Payment Now</button>
</a>
</p>
</div>
<div class="text-center plan-card-container">
<div class="d-flex justify-content-center">
<div id="box" class="rounded-circle d-flex justify-content-center d-flex align-items-center">
<img class="" width="70" src="images/macbook.svg" height="70" alt="">
</div>
</div>
<br>
<h4>
<b>
Use Your Mac!
</b>
</h4>
<p>
...and be happy with the latest and greatest!
</p>
</div>
</div>
</div>
<div class="preloader-wrapper"> <!--LOADING SCREEN-->
<div class="spinner-grow text-danger" style="width: 3rem;height: 3rem;">
<span class="visually-hidden">Loading...</span>
</div>
</div>
</body>
<!--MAIN CONTENT-->
<!--FOOTER MENU-->
<footer>
<center>
<a href="https://github.com/hakeemellis" target="_blank">
<img src="images/git.svg" width="25" height="25"></a>
 
<a href="https://www.linkedin.com/in/hakeem-ellis/" target="_blank">
<img src="images/linkedin.svg" width="25" height="25"></a>
 
<br>
<p class="footer-text m-0"><b>All rights reserved © 2023 Hakeem Ellis</b></p>
</center>
</footer>
<!--FOOTER MENU-->
<!--SCRIPTS-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<!--SCRIPTS-->
</html>