-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
182 lines (182 loc) · 6.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="css/style.css" />
<title>Carida Insurance</title>
</head>
<body>
<header>
<div class="container">
<div class="header__item">
<a href="./index.html" class="logo">
<img src="./img/logo.svg" alt="" />
</a>
</div>
<div class="header__item">
<nav>
<ul class="header__menu">
<li><a href="./index.html">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Careers</a></li>
<li><a href="./contacts.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="menu__icon">
<span></span>
</div>
</div>
</header>
<main>
<section class="firstscreen">
<img src="./img/main.jpg" alt="" class="firstscreen__image" />
<div href="<div" class="container">
<h1>
alternative ways to assist people in finding medicare coverage
</h1>
<div class="futures">
<span>SALES</span>
<span> / </span>
<span>MARKETING</span>
<span> / </span>
<span>Medicare</span>
</div>
<button
type="button"
name="button"
class="firstscreen__button button"
>
Would you like to join our prople?
</button>
</div>
</section>
<section class="about">
<div class="container">
<p>
We’ve revolutionized the way people find insurance because of the
diverse team of data scientists, engineers, designers, and industry
leaders we have gathered. We have the right people to discover the
right solutions. All we need is you to join our team.
</p>
<div class="about__row">
<div class="about__item">
<img src="./img/madicare.jpg" alt="" />
<h2 class="subtitle">Medicare</h2>
<p>
Finding the proper Medicare coverage can be a difficult task.
You need to know terms that are used to describe the policy,
understand the different benefits the client is entitled to and
so much more. We start the process of identifying the right
Medicare Coverage by asking unique questions about the client’s
situation.
</p>
</div>
<div class="about__item">
<img src="./img/marketing.jpg" alt="" />
<h2 class="subtitle">MARKETING</h2>
<p>
Carida Insurance has established itself as a premier broker for
agents seeking the best possible live transfers. Digitally
generated for brokerages and agents, our medicare calls are
tested, exclusive and offer an unmatched conversion rate in the
industry.
</p>
</div>
<div class="about__item">
<img src="./img/call-center.jpg" alt="" />
<h2 class="subtitle">Call Center</h2>
<p>
Our next generation contact center software enables agents to be
more effective on the phone - so they can sell more and service
better. Our agents more time with live prospects. Intelligent
Routing gets calls to the right agent.
</p>
</div>
</div>
</div>
</section>
<section class="careers">
<div class="container">
<p>
Grab the opportunity to better your career and assist customers
identify the best coverage using our software regardless of where
you live or work.
</p>
<p>
If You’re Ready To Sell, Answer A Few Questions And Start Turning
Around Your Career
</p>
<button type="button" name="button" class="careers__button button">
OPEN POSITIONS
</button>
</div>
</section>
<section class="top_careers">
<div class="container">
<h3 class="top_careers__title">Sell policies from top carriers</h3>
<p>
Carida Medicare agents may sell Medicare Advantage and Medicare
Supplemental plans.
</p>
<div class="top_careers__row">
<div class="top_careers__item top_careers__item_1"></div>
<div class="top_careers__item top_careers__item_2"></div>
<div class="top_careers__item top_careers__item_3"></div>
<div class="top_careers__item top_careers__item_4"></div>
<div class="top_careers__item top_careers__item_5"></div>
<div class="top_careers__item top_careers__item_6"></div>
<div class="top_careers__item top_careers__item_7"></div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="view_all">
<div class="view_all__item">
<p>Find your next venture</p>
</div>
<div class="view_all__item">
<button class="view_all__button button" name="button">
view all open positions
</button>
</div>
</div>
<div class="footer__row">
<div class="footer__item footer__contacts">
<h4 class="footer__title">
<a href="./index.html">carida insurance</a>
</h4>
<h4 class="footer__title">HEADQUARTERS</h4>
<p class="footer__adres">
500 Glenpointe Center <br />W - Suite 105 <br />Teaneck, NJ 07666
</p>
<p>(551)- 212 6614 <span>/</span> info@carida.com</p>
</div>
<div class="footer__item footer__nav">
<h4 class="footer__title">SiTE MAP</h4>
<a href="./index.html">Home </a>
<a href="">About</a>
<a href="">Careers</a>
<a href="./contacts.html">Contact</a>
</div>
<div class="footer__item footer__social">
<h4 class="footer__title">SOCIAL</h4>
<a href="" class="social__item Instagram">Instagram</a>
<a href="" class="social__item Twitter">Twitter</a>
<a href="" class="social__item Facebook">Facebook</a>
<a href="" class="social__item YouTube">YouTube</a>
</div>
</div>
</div>
<div class="footer__copyright">
Copyright © 2021 Carida Insurance. All rights reserved. Privacy Policy |
Terms & Conditions | Do Not Sell My Information
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>