-
Notifications
You must be signed in to change notification settings - Fork 0
/
whychooseus.html
138 lines (118 loc) · 5.9 KB
/
whychooseus.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
<!--
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 lang="en">
<head>
<title>MacLove | Why Choose Us</title>
<link rel="stylesheet" href="../css/styles.css">
<link rel="shortcut icon" href="../images/ML.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/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>
<header>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="../html/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>
<center>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
The Service
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="../html/howitworks.html">How It Works</a></li>
<li><a class="dropdown-item" href="../html/machelp.html">How A Mac Could Help You</a></li>
<li><a class="dropdown-item" href="../html/paymentplans.html">Payment Plans</a></li>
<li><a class="dropdown-item" href="../html/login.html">Login</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
About Us
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="../html/whychooseus.html">Why Choose Us</a></li>
<li><a class="dropdown-item" href="../html/testimonials.html">Testimonials</a></li>
<li><a class="dropdown-item" href="../html/ourteam.html">Our Team</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" href="../html/contactus.html">Contact Us</a>
</li>
</ul>
</center> 
<a href="../html/account.html"><button type="button" class="btn btn-outline-dark btn-lg"> Account </button></a>
</div>
</div>
</nav>
</header>
<body>
<br>
<center>
<p class="h2"> WHY CHOOSE US? </p>
</center>
<br>
<center>
<div class="row1">
<div class="column3" style="background-color:#aaa;">
<image src="../images/search.jpg" class="rounded-circle" width="200" height="200">
<h2>EASY TO SEARCH</h2>
</div>
<div class="column3" style="background-color:#bbb;">
<image src="../images/options.jpg" class="rounded-circle" width="200" height="200">
<h2>VARIOUS PLANS</h2>
</div>
<div class="column3" style="background-color:#ccc;">
<image src="../images/user-friendly.png" class="rounded-circle" width="200" height="200">
<h2>USER FRIENDLY</h2>
</div>
</div>
<div class="row2">
<div class="column2" style="background-color:#aaa;">
<image src="../images/lowprices.png" class="rounded-circle" width="200" height="200"></image>
<h2>LOW PRICES</h2>
</div>
<div class="column2" style="background-color:#bbb;">
<image src="../images/unlimitedlearning.jpg" class="rounded-circle" width="200" height="200"></image>
<h2>UNLIMITED LEARNING</h2>
</div>
<div class="column2" style="background-color:#ccc;">
<image src="../images/team.png" class="rounded-circle" width="200" height="200"></image>
<h2>ACCESSIBLE TEAM</h2>
</div>
</div>
</body>
<br>
<footer>
<center>
<p class="footertextsize">
<a href="#">support@maclove.com</a> <b>|</b> (800)-224-2101
</p>
<a href="https://facebook.com/">
<img src="../images/facebook.svg" width="25" height="25"></a>
 
<a href="https://linkedin.com/">
<img src="../images/linkedin.svg" width="25" height="25"></a>
 
<a href="https://twitter.com/">
<img src="../images/twitter.svg" width="24" height="24"></a>
</center>
</footer>
<script src="../js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</html>