-
Notifications
You must be signed in to change notification settings - Fork 21
/
careers.php
396 lines (320 loc) · 17.8 KB
/
careers.php
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<?php
include("./backend/user/functions/init.php");
$loggedIn = logged_in();
$celestaid=""; $access_token="";
if(logged_in()){
$celestaid = $_SESSION['celestaid'];
$access_token=$_SESSION['access_token'];
}
?>
<!DOCTYPE html>
<html lang="en" class="is-loading">
<meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<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" />
<meta name="google-site-verification" content="CFwZqO_hmY2DPIR13xESIkBHT2_aBi8DzFyv306yz8Q" />
<link rel="apple-touch-icon" sizes="57x57" href="assets/meta-icons/apple-icon-57x57.html">
<link rel="apple-touch-icon" sizes="60x60" href="assets/meta-icons/apple-icon-60x60.html">
<link rel="apple-touch-icon" sizes="72x72" href="assets/meta-icons/apple-icon-72x72.html">
<link rel="apple-touch-icon" sizes="76x76" href="assets/meta-icons/apple-icon-76x76.html">
<link rel="apple-touch-icon" sizes="114x114" href="assets/meta-icons/apple-icon-114x114.html">
<link rel="apple-touch-icon" sizes="120x120" href="assets/meta-icons/apple-icon-120x120.html">
<link rel="apple-touch-icon" sizes="144x144" href="assets/meta-icons/apple-icon-144x144.html">
<link rel="apple-touch-icon" sizes="152x152" href="assets/meta-icons/apple-icon-152x152.html">
<link rel="apple-touch-icon" sizes="180x180" href="assets/meta-icons/apple-icon-180x180.html">
<link rel="icon" type="image/png" sizes="32x32" href="assets/meta-icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/meta-icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/meta-icons/favicon-16x16.png">
<meta name="application-name" content="McBride" />
<meta name="msapplication-square70x70logo" content="msapplication-square70x70logo.html" />
<meta name="msapplication-square150x150logo" content="msapplication-square150x150logo.html" />
<meta name="msapplication-square310x310logo" content="msapplication-square310x310logo.html" />
<meta name="msapplication-TileColor" content="#0b202b" />
<title>Celesta'19</title>
<meta name='description'
content='We're always looking for exceptional talent in all areas of creative design. This includes artists, illustrators, architects and interior designers. Our team works in Vermont, Miami, and remote.' />
<link rel='canonical' href='careers.html' />
<meta property='og:locale' content='en_us' />
<link rel="preload" href="assets/fonts/Neutraface2Text-Book.html" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="assets/fonts/Neutraface2Text-Demi.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="assets/fonts/Neutraface2Text-Light.html" as="font" type="font/woff2" crossorigin="">
<style>
.nav_more_links{
color:grey;
font-size:15px;
}
@font-face {
font-family: "Neutraface Book";
src: url('assets/fonts/Neutraface2Text-Book.html') format('woff2'),
url('assets/fonts/Neutraface2Text-Book-2.html') format('woff');
}
@font-face {
font-family: "Neutraface Demi";
src: url('assets/fonts/Neutraface2Text-Demi.woff2') format('woff2'),
url('assets/fonts/Neutraface2Text-Demi.html') format('woff');
}
@font-face {
font-family: "Neutraface Light";
src: url('assets/fonts/Neutraface2Text-Light.html') format('woff2'),
url('assets/fonts/Neutraface2Text-Light-2.html') format('woff');
}
</style>
<link rel="stylesheet" href="_compiled/app.css">
</head>
<body>
<a class="sr" href="#barba-wrapper">Skip to Main Content</a>
<header class="site--header js-header">
<div href="#" class="menu-btn js-menu-btn o-media__icon no-barba">
<span class="icon x is--inactive"></span>
<span class="tx--caption">Menu</span>
</div>
<span class="logo-wrapper js-logo">
<a href="./" class="c-logo">
<svg class="c-logo__svg" width="48" height="41" viewBox="0 0 48 41" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>
<img src="logo.png" style="width: 100px; position: relative; transform: translateY(-3px)">
<div class="c-logo__txt">
<span>A </span><span>Stellar Trek</span>
</div>
</a>
<div class="loading-content">
<p>Get TechXited</p>
</div>
</span>
<a href="./events.php" class="projects-btn o-media__icon tx--gray-light">
<span class="tx--caption">Events</span>
<svg class="icon icon-projects" width="19" height="18" fill="none">
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(0 6)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(16 6)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(8 8)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(8)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(3 15)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(13 15)" />
</svg> </a>
</header>
<div class="site-nav js-nav">
<div class="nav-container">
<nav class="main-nav">
<ul>
<li>
<a class="main-nav__link tx--title-3 first" href="./" title="Home">Home</a>
</li>
<?php if(!$loggedIn) { ?>
<li>
<a class="main-nav__link tx--title-3" href="./backend/user/register.php" target="_blank" title="Register">Register</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="./backend/user/login.php" target="_blank" title="Login">Login</a>
</li>
<?php } else { ?>
<li>
<a class="main-nav__link tx--title-3" href="./backend/user/profile.php" target="_blank" title="Profile">Profile</a>
</li>
<?php } ?>
<li>
<a class="main-nav__link tx--title-3" href="./ca/ca.php" target="_blank" title="Gallery">Campus Ambassador</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="events.php" title="Events">Events</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="sponsors.php" target="_blank" title="Our Sponsors">Our Sponsors</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="gallery/gallery.php" target="_blank" title="Gallery">Gallery</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="team.php" title="Our Team">Our Team</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="connect.php" title="Contact Us">Contact Us</a>
</li>
<!-- <li>
<a class="main-nav__link tx--title-3 active" href="careers.html" title="Careers">Careers</a>
</li> -->
</ul>
</nav>
<nav class="more-nav">
<span class="more-nav__label tx--callout nav_more_links">MORE</span>
<ul class="more-nav__list">
<span>
<li>
<a class="no-barba tx--caption first" href="https://www.facebook.com/CelestaIITP/" title="Facebook"
target="_blank">Facebook</a>
</li>
<li>
<a class="no-barba tx--caption" href="https://twitter.com/celesta_iitp" title="Twitter"
target="_blank">Twitter</a>
</li>
<li>
<a class="no-barba tx--caption" href="https://www.instagram.com/celestaiitp_official/" title="Instagram"
target="_blank">Instagram</a>
</li>
<li>
<a class="no-barba tx--caption" href="https://www.youtube.com/channel/UCd8RpmJktBOwqT4OehcCjjg" title="Youtube"
target="_blank">Youtube</a>
</li>
<li>
<a class="no-barba tx--caption" href="https://www.linkedin.com/in/celesta-iit-patna-3722b6166/"
title="Linkedin" target="_blank">Linkedin</a>
</li>
</span>
<span>
<li>
<a class="main-nav__link" href="developers.php" title="Developers">Core Developers</a>
</li>
<li>
<a class="main-nav__link" href="./assets/images/locations/busroutes.jpeg" target="_blank" title="Bus Routes">Bus Routes</a>
</li>
<!-- <li>
<a class="no-barba tx--caption" href="#" title="Site Credits" target="_blank">Link</a>
</li> -->
</span>
</ul>
</nav>
</div>
</div>
<main id="barba-wrapper" class="main">
<div class="barba-container careers-page container--sm" data-namespace="prismFaded">
<h1 class="title tx--title-1a">Careers</h1>
<div class="positions-wrapper" data-js-list-opener>
<p class="tx--callout">OPEN POSITIONS</p>
<div class="position">
<div class="position__list">
<h2 class="position__title title is--active" data-js-list-title="1">
Architectural Designer
<span class="icon x is--inactive"></span>
</h2>
<h2 class="position__title title " data-js-list-title="2">
Architectural Project Manager
<span class="icon x is--inactive"></span>
</h2>
<h2 class="position__title title " data-js-list-title="3">
Other Opportunities
<span class="icon x is--inactive"></span>
</h2>
</div>
<div class="position__content description page-content is--active" data-js-list-content="1">
<div class="position__meta">
<h5 class="tx--title-3">Architectural Designer</h5>
<h6 class="tx--body-lead">Location: Vermont</h6>
</div>
<p class="position__section"><strong>Primary Responsibilities</strong></p>
<p>We are seeking a visionary architectural designer with a strong creative mind that can translate client
needs through digital tools into architectural renderings, digital models and layouts. The designer will
make a significant impact in our company through conceptual thinking and idea generation and will be
charged with bringing to life creative, edgy, end-to-end design and production of a wide variety of
projects.</p>
<p class="position__section"><strong>Primary Responsibilities</strong></p>
<ul>
<li>Develop creative ideas based in collaboration with other team members and senior leadership</li>
<li>Produce REVIT plans and architectural drawings</li>
<li>Help define a projects visual identity (colors, material selection, contours)</li>
</ul>
<p class="position__section"><strong>Experience Guidelines</strong></p>
<ul>
<li>A portfolio that demonstrates a strong design and presentation skills and sharp conceptual thinking
</li>
<li>Experience in hotel, restaurant and retail design</li>
<li>Strong knowledge of tools for visual design and presentation (such as Adobe Creative Suite,
particularly Photoshop and Illustrator and emerging forms of visual communication)</li>
<li>Strong knowledge of REVIT</li>
<li>Ability to create 3D renderings (3D architectural fly-throughs a plus)</li>
<li>Excellent communication skills</li>
<li>Ability to produce hand drawn progress sketches and conceptual mockups (a plus)</li>
</ul>
<a href="mailto:[email protected]?subject=Architectural Designer" class="btn btn--hollow">Submit
Application</a>
</div>
<div class="position__content description page-content " data-js-list-content="2">
<div class="position__meta">
<h5 class="tx--title-3">Project Manager</h5>
<h6 class="tx--body-lead">Location: Vermont, Miami or Remote</h6>
</div>
<p class="position__section"><strong>Primary Responsibilities</strong></p>
<p>We are seeking an organized and highly experienced PM responsible for overseeing large scale
architectural projects in the fields of Hotel, Restaurant and Entertainment from budgeting through
construction to project opening.<br></p>
<p class="position__section"><strong>Primary Responsibilities</strong></p>
<ul>
<li>Help develop project schedules and budgets and ensure that these are adhered to through the process
</li>
<li>Assist with budgeting, hiring and coordination of third party vendors including MEP, Engineering
Consultants and Specialty Vendors</li>
<li>Help in the review and redlining of working architectural drawings including DD's and CD's ensuring
they adapt to building codes and uphold the original program and intent</li>
<li>Answering or distribution of RFI's</li>
<li>Coordination of finished plans and specifications with ownership and GC's including management and
approval of materials and construction throughout the construction process</li>
<li>Participate in on site supervision during the construction process</li>
<li>Regular travel to meetings and job sites</li>
</ul>
<p class="position__section"><strong>Experience Guidelines</strong></p>
<ul>
<li>At least 5 years of experience as a Project Manager in the architecture industry (specifically with
experience in Hotels and Restaurants)</li>
<li>Knowledge of modern architectural methods with a background of solving architectural design and
construction problems</li>
<li>Advanced computer knowledge and the ability to lead teams through excellent written and oral skills
</li>
</ul>
<a href="mailto:[email protected]?subject=Project Manager" class="btn btn--hollow">Submit
Application</a>
</div>
<div class="position__content description page-content " data-js-list-content="3">
<div class="position__meta">
<h5 class="tx--title-3"></h5>
<h6 class="tx--body-lead">Location: </h6>
</div>
<p>We're always looking for exceptional talent in all areas of creative design. This includes artists,
illustrators, architects and interior designers. Do you have skills and a portfolio that will impress us?
Send it along, we'd love to take a look and talk with you!</p>
<a href="mailto:[email protected]?subject=" class="btn btn--hollow">Submit Application</a>
</div>
</div>
</div>
</div>
</main>
<div class="site-bg js-site-bg">
<svg class="site-bg__base" width="391" height="443" viewBox="0 0 391 443" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path id="base-1"
d="M263.271 0L38.182 14.4553L0.126221 74.5177L72.5441 122.478L17.699 193.746L57.9998 333.87L160.632 389.621L256.219 354.099L272.113 290.899L339.158 269.833L374.08 218.399L383.034 97.0412L263.271 0Z"
fill="#061923" />
</svg>
<svg class="site-bg__prism" width="520" height="520" viewBox="0 0 520 520" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g class="site-bg__prism-paths" fill="url(#prism-gradient)" stroke="url(#prism-stroke)">
<path opacity="0.1"
d="M514.866 109.292L438.382 14.8205L350.185 0.444092L288.748 14.7573L211.834 21.9358L127.705 19.2287L60.4896 58.5935L0.649414 171.596L6.45021 361.159L84.8981 469.475L180.303 502.738L312.331 475.688L385.241 432.514L449.25 354.119L494.213 260.279L521.272 162.775L514.866 109.292Z" />
<path opacity="0.2"
d="M455.868 255.512L464.687 152.614L448.838 96.1473L391.329 38.7099L197.838 37.3079L95.7332 54.7909L4.70752 210.801L27.3383 362.114C27.3383 362.114 109.838 457.628 107.337 456.479H296.338L434.338 314.114L455.868 255.512Z" />
<path opacity="0.3"
d="M402.586 295.972L409.891 151.972L366.586 83.9716L250.086 61.4716L123.586 61.4716L22.5864 193.972L77.0864 412.972L244.586 439.972L402.586 314.972V295.972Z" />
<path opacity="0.4"
d="M360.932 328.762L358.099 147.269L249.38 91.3844L153.889 77.351L37.5862 176.972L55.9904 384.147L195.667 422.738L348.275 345.182L360.932 328.762Z" />
<path opacity="0.5"
d="M323.95 304.021L304.092 148.712L206.901 110.288L125.052 106.567L43.7476 195.102L72.3455 378.019L193.851 398.916L323.95 314.972V304.021Z" />
<path opacity="0.6"
d="M297.338 299.114L279.613 165.114L185.392 131.765L116.586 127.101L49.8015 205.165L76.8651 369.824L179.267 390.602L279.613 321.005L297.338 299.114Z" />
<path
d="M271.338 263.472L246.113 168.411L174.338 138.972L118.586 144.972L66.0864 201.972L96.0864 346.472L174.338 373.472L271.338 306.972V263.472Z" />
</g>
<defs>
<linearGradient id="prism-gradient" x1="521.272" y1="167" x2="15" y2="378" gradientUnits="userSpaceOnUse">
<stop stop-color="#3850CF" />
<stop offset="1" stop-color="#00FFEE" />
</linearGradient>
<linearGradient id="prism-stroke" x1="521.272" y1="167" x2="15" y2="378" gradientUnits="userSpaceOnUse">
<stop stop-color="#3850CF" />
<stop offset="1" stop-color="#00FFEE" />
</linearGradient>
</defs>
</svg>
</div>
<script src="_compiled/vendor.js" async></script>
<script src="_compiled/app.js" async></script>
</body>
<!-- Mirrored from mcbridedesign.com/careers by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 20 Aug 2019 12:01:22 GMT -->
</html>