-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathContactUsInfact.html
161 lines (134 loc) · 7.31 KB
/
ContactUsInfact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Infact Jobs | Contact Us</title>
<meta name="author" content="Alan Sanchez, Daniel Freeman">
<meta name=”description” content="FBLA Web Design and Development">
<meta property=”og:image” content="https://www.fbla-pbl.org/media/2022/09/FBLA_HorizontalLogo_cropped-01.png">
<meta property=”og:description” content="FBLA-PBL Logo">
<meta property=”og:title” content="FBLA Jobs">
<link rel="stylesheet" type="text/css" href="./CSS/fblacss.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<div class="navbar" >
<a class="header-h1-link" href="./index.html" title=""><img class="header-h1" src="./CSS/LogoInfact.png" alt="Infact Logo"></a>
<ul>
<li><a class="FindJobs" href="./fblajoblistings.html">Job Listings</a></li>
<li><a class="CompanyReviews" href="./fblabenefits.html">Benefits</a></li>
<li><a class="FindSalaries" href="./ContactUsInfact.html">Contact Us</a></li>
<li><a class="SignIn" href="./fblaaccounts.html">My Account</a></li>
<li><a class="Employers" href="./resumeuploadInfact.html">Upload Resume</a></li>
</ul>
</div>
<hr class="navbar-border">
<div class="contactusmain">
<h1 class="contactustitle" >Contact Us</h1>
<a class="emaillink" href="mailto:danielfree756@gmail.com">Send us an email</a>
<a class="phonelink" href="tel:6232188463">Phone (+1)623-218-8463</a>
<hr>
</div>
<hr class="faqborder">
<div class="faqtitle" >
<h1 class="FAQmaintitle" >Frequently Asked Questions</h1>
</div>
<div>
<input class="accinput" type="checkbox" id="title1" />
<label class="titles" for="title1">I don't have an email address. Can I create an account using my phone number?</label>
<div class="content">
<p>At this time, Infact.com only supports sign-in using a valid email address. In the near future, however, you'll be able sign in to Infact.com using your phone number.</p>
</div>
<input class="accinput" type="checkbox" id="title2" />
<label class="titles" for="title2">How can I alert my manager that I will not make it into work today?</label>
<div class="content">
<p>Please call or message your advisor, manager, or supervisor to plan an absence ahead of time. If it is an emergency, alert your advisor, manager, or supervisor of the day of absence, and plan your schedule afterwards.</p>
</div>
<input class="accinput" type="checkbox" id="title3" />
<label class="titles" for="title3">How can I upload my resume?</label>
<div class="content">
<p>Look at the top navigation bar and look for Upload Resume. Please export and submit a PDF file on the "Upload Resume" button, and submit your form to your selected job. If you have any trouble, please contact the phone number for Infact.</p>
</div>
<input class="accinput" type="checkbox" id="title4" />
<label class="titles" for="title4">What if I want to apply for a different position?</label>
<div class="content">
<p>Look at the top navigation bar and look for Upload Resume. Select the job you would like to apply to. Make sure you have already contacted your supervisor or manager to make sure you do not work in that position anymore. Please export and submit a PDF file on the "Upload Resume" button, and submit your form to your selected job. If you have any trouble, please contact the phone number for Infact.</p>
</div>
<input class="accinput" type="checkbox" id="title5" />
<label class="titles" for="title5">What is Infact?</label>
<div class="content">
<p>Infact is an insurance company that was started up in 2023 by founders Alan Sanchez and Daniel Freeman. Infact has the best insurance rates that have been beating its competitors in customer service nation wide. To get a quote, please contact Infact.</p>
</div>
<input class="accinput" type="checkbox" id="title6" />
<label class="titles" for="title6">What if I forget my login information?</label>
<div class="content">
<p>You are able to reset it through either email or phone number. When signing in, click forget password and enter your email/phone number. A temporary email will be sent to you, where you can reset your password.</p>
</div>
<input class="accinput" type="checkbox" id="title7" />
<label class="titles" for="title7">How can I get a raise?</label>
<div class="contentlist">
<p>Depending on the site, weekend shifts typically start Friday evening, are any time on Saturday, and are until Sunday evening local time. If a weekend shift is available at your site, you have the option to add it to your normal, weekly schedule. In addition to avoiding crowds and earning more pay, there are some great perks to working when most other people have time off.</p>
<ol>
<ul>
<li> - More pay – Most of these shifts pay more per hour, and this adds up as time goes on.</li>
<li> - Get an education – Attend classes during weekday hours, as opposed to losing sleep with night classes or late studying.</li>
<li> - Family events – Make your weekdays available to volunteer, attend your child’s school events, go to doctor appointments, or coach a local sports team.</li>
<li> - Shorter commute time – Trade in the weekday traffic battle and get more time back for yourself.</li>
<li> - Beat the weekend crowds – Free up weekdays at your leisure — many movie theaters, museums, and parks also offer discounts during the week.</li>
<li> - Create more hours for yourself – You will have more hours in the week to pursue you interests, passions, or a side gig.</li>
</ul>
</ol>
</div>
</div>
<hr>
<hr>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
/* Toggle between adding and removing the "active" class,
to highlight the button that controls the panel */
this.classList.toggle("active");
/* Toggle between hiding and showing the active panel */
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>
<div class="footer">
<div class="col-1">
<h3>USEFUL LINKS</h3>
<a href="./index.html">Home</a>
<a href="./fblajoblistings.html">Job Listings</a>
<a href="./fblabenefits">Benefits</a>
<a href="./fblaaccounts">Account</a>
<a href="./ContactUsInfact.html">Contact Us</a>
<a href="./resumeuploadInfact.html">Upload Resume</a>
</div>
<div class="col-2">
<h3>NEWSLETTER</h3>
<form>
<input type="email" placeholder="Your Email Address" required>
<br>
<button type="submit">SUBSCRIBE NOW</button>
</form>
</div>
<div class="col-3">
<h3>CONTACT</h3>
<p>123 Huckleberry RD. <br> Pheonix, AZ</p>
<p>© Infact 2023</p>
<div class="social-icons">
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-behance"></i>
</div>
</div>
</div>
</body>
</html>