-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCareers.html
228 lines (200 loc) · 12.2 KB
/
Careers.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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Careers at Empower Estates Network</title>
<link rel="stylesheet" href="Careersstyles.css">
<link rel="icon" type="image/x-icon" href="4ucJ4UYa.ico">
<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=Julius+Sans+One&display=swap" rel="stylesheet">
<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=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=Rubik+Mono+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<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=Rubik+Mono+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/your-kit-id.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a705a48688.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar">
<div class="navbar__container">
<a href="/index.html">
<img src="final just logo.PNG" width="120" alt="Empower Estates Network Logo">
</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span the="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="/index.html" class="navbar__links">Home</a>
</li>
<li class="navbar__item">
<a href="/buy.html" class="navbar__links">Buy</a>
</li>
<li class="navbar__item">
<a href="/sell.html" class="navbar__links">Sell</a>
</li>
<li class="navbar__item">
<a href="/Careers.html" class="navbar__links">Careers</a>
</li>
<li class="navbar__item">
<a href="/about.html" class="navbar__links">About Us</a>
</li>
<li class="navbar__btn">
<a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]" target="_blank"class="button">Email Us Here</a>
</li>
</ul>
</div>
</nav>
<section class="hero-section">
<div class="overlay-text">
<h1>Internships and Careers</h1>
<p>Start your career in real estate with real-world experience at Empower Estates Network.</p>
<div class="expanding-line"></div> <!-- Horizontal expanding line -->
</div>
</section>
<aside class="school-partners">
<h3>Student Testimonials</h3>
<div class="testimonials">
<blockquote>
<p>"As an intern, I was given meaningful projects from day one, helping me develop practical skills in real estate that go beyond the classroom..."</p>
<cite>- Gabe M, University of Cincinaiti</cite>
</blockquote>
<blockquote>
<p>"I was involved in real estate transactions and client meetings, which provided a deep understanding of the industry..."</p>
<cite>- Vesal B, Montgomery College</cite>
</blockquote>
<blockquote>
<p>"At EEN, I found a community committed to my personal and professional growth..."</p>
<cite>- Aiden S, George Washington University</cite>
</blockquote>
</div>
</aside>
<div class="services">
<h1>Find a Job That Fits You</h1>
<div class="services__container">
<div class="services__card">
<h2>Our Micro-Internship Program</h2>
<p>Jumpstart your real estate career with hands on experience</p>
<a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=Internship Inquiry&body=Hello Empower Estates Network!%0D%0A%0D%0AI would like to learn more about your program...[Message]. Please contact me with more details about the process and what information you need from me.%0D%0A%0D%0A[Name, Phone, Email]" style="text-decoration: none;" target="_blank">
<button>Learn More</button>
</a>
</div>
<div class="services__card">
<h2>Other Careers</h2>
<p>Join Our Executive Team</p>
<a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=Executive Inquiry&body=Hello Empower Estates Network!%0D%0A%0D%0AI would like to join [team] .... [Message].%0D%0A%0D%0A[Name, Phone, Email]" style="text-decoration: none;" target="_blank">
<button>Meet Us</button>
</a>
</div>
</div>
</div>
<section class="een-careers">
<h2>Why Join EEN?</h2>
<ul class="benefits-list">
<li class="benefit">
<button class="benefit-title">Engage in Hands-On Projects <i class="fas fa-chevron-down"></i></button>
<div class="benefit-content">At EEN, you're not just another intern; you're part of our team. From day one, you'll be engaging with real estate projects that impact our community. You'll manage tasks such as property evaluations, market analysis, and client presentations, offering you a first-hand look at the nuts and bolts of the real estate industry.</div>
</li>
<li class="benefit">
<button class="benefit-title">Receive Mentorship from Experts <i class="fas fa-chevron-down"></i></button>
<div class="benefit-content">Our mentorship program pairs you with experienced professionals who are leaders in their fields. These mentors provide one-on-one guidance on everything from technical skills to career advice, ensuring your questions never go unanswered.</div>
</li>
<li class="benefit">
<button class="benefit-title">Access to Professional Development <i class="fas fa-chevron-down"></i></button>
<div class="benefit-content">We offer workshops, seminars, and training sessions covering the latest trends and technologies in real estate, taught by industry experts and guest speakers.</div>
</li>
<li class="benefit">
<button class="benefit-title">Innovative and Collaborative Culture <i class="fas fa-chevron-down"></i></button>
<div class="benefit-content">Our company culture thrives on innovation and collaboration. We encourage all team members to bring fresh ideas to the table, regardless of their level. Regular brainstorming sessions, team meetings, and strategy discussions are integral parts of working at EEN.</div>
</li>
<li class="benefit">
<button class="benefit-title">Build a Career in Real Estate <i class="fas fa-chevron-down"></i></button>
<div class="benefit-content">We view our internships as a stepping stone to full-time positions within our company. Many of our interns have gone on to secure permanent roles, growing into leadership positions within the organization.</div>
</li>
</ul>
</section>
<section class="why-choose-een">
<div class="content">
<div class="text-container" style="background: none;"required>
<h2>Career Resources</h2>
<div class="button-container">
<a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=Internship Inquiry&body=Hello Empower Estates Network!%0D%0A%0D%0AI would like to learn more about your program...[Message]. Please contact me with more details about the process and what information you need from me.%0D%0A%0D%0A[Name, Phone, Email]" style="text-decoration: none;" target="_blank">
<button>Learn More</button>
</a>
<button>Guide Coming Soon...</button>
</div>
</div>
<div class="image-container2">
<img src="alek.jpg" alt="Clients working together">
</div>
</div>
</section>
<div class="application-form">
<div class="container">
<h2>Submit Your Application</h2>
<form method="POST" data-netlify="true" data-netlify-honeypot="bot-field" enctype="multipart/form-data" name="job-application-form">
<input type="hidden" name="form-name" value="job-application-form" />
<p hidden><label>Don’t fill this out if you're human: <input name="bot-field" /></label></p>
<label for="name">Full Name</label>
<input type="text" id="name" name="name" required>
<label for="email">Email Address</label>
<input type="email" id="email" name="email" required>
<label for="resume">Upload Resume</label>
<input type="file" id="resume" name="resume" required>
<label for="coverLetter">Cover Letter (Optional)</label>
<textarea id="coverLetter" name="coverLetter" rows="4"></textarea>
<button type="submit" class="button submit-button">Submit Application</button>
</form>
</div>
</div>
<!-- Footer Section -->
<div class="footer__container">
<div class="footer__links">
<div class="footer__link--wrapper">
<div class="footer__link--items">
<h2>About Us</h2>
<a href="/about.html">How We Work</a>
<a href="/Careers.html">Student Testimonials</a>
<a href="https://docs.google.com/presentation/d/1wz1wOY0yPA-pZmPdkTL5c1CTRJsIqfGx/edit?usp=sharing&ouid=102100278524607297668&rtpof=true&sd=true" target="_blank">Seller Guide</a>
<a href="/">Terms of Service</a>
</div>
<div class="footer__link--items">
<h2>Contact Us</h2>
<a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]" target="_blank">Email</a>
<a href="https://www.linkedin.com/company/empower-estates-network/" target="_blank">LinkedIn</a>
<a href="https://www.instagram.com/empowerestatesnetwork/" target="_blank">Instagram</a>
</div>
</div>
</div>
<div class="social__media">
<div class="social__media--wrap">
<div class="footer__logo">
<a href="/" id="footer__logo">
<img src="pic5.PNG" alt="Empower Estates Network" style="height: 50px; width: auto;">
<span style="display: none;">Empower Estates Network</span>
</a>
</div>
<p class="website__rights">© EEN 2025. All Rights Reserved</p>
<div class="social__icons">
<a href="https://www.instagram.com/empowerestatesnetwork/" class="social__icon--link" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/empower-estates-network/" class="social__icon--link" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>