-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
199 lines (170 loc) · 10.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Ensures mobile scaling -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Shorcut icon for tab -->
<link rel="shortcut icon" href="./assets/img/logo/logo.png">
<!-- Title for tab -->
<title>EntreSpace | Careers</title>
<!-- SEO Meta tags -->
<meta name="title" content="EntreSpace | Careers">
<meta name="description"
content="We are a platform that bridges the gap between the entrepreneurs and investors with all the necessary IT infra, consultancy, branding, etc. to help them build a successful business.">
<meta property="og:image" content="https://entrespace.in/assets/img/logo/logo.png">
<meta property="og:url" content="https://entrespace.in/">
<meta property="og:site_name" content="EntreSpace | Careers">
<meta name="twitter:title" content="EntreSpace | Careers">
<meta name="twitter:description"
content="We are a platform that bridges the gap between the entrepreneurs and investors with all the necessary IT infra, consultancy, branding, etc. to help them build a successful business.">
<meta name="twitter:image" content="https://entrespace.in/assets/img/logo/logo.png">
<meta name="twitter:image:alt" content="EntreSpace Logo">
<meta name="twitter:card" content="https://entrespace.in/assets/img/logo/logo.png">
<!-- <meta name="twitter:site" content="@username"> -->
<meta name="image" property="og:image" content="https://entrespace.in/assets/img/logo/logo.png">
<meta name="author" content="EntreSpace">
<!--Bootstrap CSS-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<!-- Manual CSS -->
<link href="./assets/style/career.css" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<nav class="nav">
<!-- Logo and comapany name on the left -->
<a href="/">
<!-- Logo -->
<img src="./assets/img/logo/logo.png" class="nav_logo" alt="entrespace logo" width="37">
<!-- Company name -->
<h1 class="nav_logo_name">EntreSpace</h1>
</a>
<!-- Navigation links that will be visible on desktop screen -->
<div class="nav_links">
<a href="/">Home</a>
<!-- On clicking Get Started, Get started pop-up will open -->
<a href="#" class="nav_link_get_started">Get Started</a>
</div>
<!-- Dropdown for mobile screen navigation and desktop About dropdown -->
<ul class="nav_about_dropdown" id="nav_about_dropdown">
<li><a href="/">Home</a></li>
<li><a href="./entrepreneur.html">Entrepreneur</a></li>
<li><a href="./investors.html">Investors</a></li>
</ul>
<!-- Button for opening mobile navigation dropdown -->
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" fill="currentColor" class="bi bi-list nav_button"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</nav>
<!-- Blurry background for get started section -->
<section class="get_started_background"></section>
<!-- Close button for get started section -->
<div class="get_started_cross_one"></div>
<div class="get_started_cross_two"></div>
<!-- Get started content -->
<div class="get_started_title">Are you an Investor or an Entrepreneur?</div>
<a href="./investors.html" class="get_started_investor_button">Investor</a>
<a href="./entrepreneur.html" class="get_started_entrepreneur_button">Entrepreneur</a>
<!-- Career form section -->
<main class="career_form">
<h2 class="careers_title">Careers</h2>
<form autocomplete="off" id="careers_form" name="careers_form">
<label class="careers_name_label" for="name">Name</label>
<input class="careers_name_input" type="text" name="name" id="name" required placeholder="Enter name" />
<label class="careers_email_label" for="email">Email</label>
<input class="careers_email_input" type="email" name="email" id="email" required
placeholder="Enter email" />
<label class="careers_phone_label" for="phone">Contact Number</label>
<input class="careers_phone_input" type="text" name="phone" id="phone" required
placeholder="Enter phone number" />
<label class="careers_role_label" for="role">Applying for the role of</label>
<select class="careers_role_input" name="role" id="role" required>
<option selected disabled>Select a role</option>
<option value="consultancy">Consultancy</option>
<option value="content writing">Content writing</option>
<option value="digital and social media marketing">Digital & Social media marketing</option>
<option value="financial">Financial</option>
<option value="graphics">Graphics</option>
<option value="legal">Legal</option>
<option value="sales and marketing">Sales & Marketing</option>
<option value="technical support">Technical Support</option>
</select>
<label class="careers_role_type_label" for="role_type">Applying as</label>
<select class="careers_role_type_input" name="role_type" id="role_type" required>
<option selected disabled>Select a role type</option>
<option value="full time">Full Time</option>
<option value="part time">Part Time</option>
<option value="internship">Internship</option>
<option value="live project">Live Project</option>
</select>
<label class="careers_resume_label" for="resume">CV/Resume link<br><small><i>(Upload it to Google drive and
change the link to anyone on the internet can view)</i></small></label>
<input class="careers_resume_input" type="url" name="resume" id="resume" required
placeholder="Enter resume link" />
<button class="careers_submit_form" type="submit">Submit</button>
</form>
</main>
<!-- Contact form for desktop screen -->
<footer class="footer">
<div class="footer_bottom_footer"></div>
<a href="/">
<img src="./assets/img/logo/logo.png" class="footer_logo" alt="">
<div class="footer_company_name">EntreSpace</div>
</a>
<p class="footer_copyright1">Lorem ipsum dolor sit amet consectetur</p>
<p class="footer_copyright2">Lorem ipsum dolor sit amet consectetur</p>
<a href="https://www.facebook.com/Entrespace.in"><img src="./assets/img/social media/facebook.png"
class="footer_social_media_facebook" alt=""></a>
<a href="https://www.linkedin.com/company/entre-space/"><img src="./assets/img/social media/linkedin.png"
class="footer_social_media_linkedin" alt=""></a>
<a href="https://www.instagram.com/entre_space/"><img src="./assets/img/social media/instagram.png"
class="footer_social_media_instagram" alt=""></a>
<a href="mailto:[email protected]" class="footer_email">Email- [email protected]</a>
<p class="footer_privacy_policy">© EntreSpace 2021 All rights reserved. Privacy Policy</p>
</footer>
<!-- Contact form for mobile screen -->
<footer class="mobile_footer">
<div class="mobile_footer_bottom_footer"></div>
<a href="/">
<img src="./assets/img/logo/logo.png" class="mobile_footer_logo" alt="">
<div class="mobile_footer_company_name">EntreSpace</div>
</a>
<p class="mobile_footer_copyright1">Lorem ipsum dolor sit amet consectetur</p>
<p class="mobile_footer_copyright2">Lorem ipsum dolor sit amet consectetur</p>
<a href="https://www.facebook.com/Entrespace.in"><img src="./assets/img/social media/facebook.png"
class="mobile_footer_social_media_facebook" alt=""></a>
<a href="https://www.linkedin.com/company/entre-space/"><img src="./assets/img/social media/linkedin.png"
class="mobile_footer_social_media_linkedin" alt=""></a>
<a href="https://www.instagram.com/entre_space/"><img src="./assets/img/social media/instagram.png"
class="mobile_footer_social_media_instagram" alt=""></a>
<a href="mailto:[email protected]" class="mobile_footer_email">Email- [email protected]</a>
<p class="mobile_footer_privacy_policy">© EntreSpace 2021 All rights reserved. Privacy Policy</p>
</footer>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbyRtp3EDHhOUvNpENhwEft6StJz_jfGd-FhtUM6A0SFrTHzHgdTYs2zpRvjDM4Eb91mnw/exec'
const form = document.forms['careers_form']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => alert("Thank you for showing your interest in working with us! You will be contacted soon by our team."))
.catch(error => console.error(error.message))
document.getElementById("careers_form").reset();
});
</script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="./assets/script/careers.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>