-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathApply.html
195 lines (195 loc) · 7.29 KB
/
Apply.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beezzly | Apply</title>
<link rel="stylesheet" href="./app.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<script src="./components/Navbar.js" defer></script>
</head>
<body>
<div class="app">
<!-- Navbar -->
<nav id="navbar" class="navbar navbar-expand-md navbar-light"></nav>
<!-- Header -->
<div class="container-fluid mt-5">
<div class="container light-bg">
<div class="row">
<div class="col-10">
<h1 class="cl-blue-900 mt-3">Testing Engineer</h1>
<div
class="d-flex flex-column flex-sm-row justify-content-between mt-5"
>
<div class="me-3">
<div class="h5">Job Discription</div>
<p class="w-75">
Remote, India , 4 to 5 Years Of Experience Department:
Website Design 5 Positions Available.
</p>
</div>
<div>
<div class="h5">Salary</div>
<p>$30000 Per Anum</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Detail -->
<div class="container-fluid mt-5">
<div class="container bg-bluefaint light-bg b-6 p-3 p-md-5">
<div class="row">
<div class="col-12">
<div class="row">
<div class="col-12 col-sm-4 h5 cl-primary">Details</div>
<div class="col-12 col-sm-8">
<p>
Design & Create highly engaging industry-related content in
both photo, gif & video format Publish Posts on various
social media channels
</p>
</div>
</div>
</div>
<div class="col-12">
<div class="row">
<div class="col-12 col-sm-4 h5">Requirements</div>
<div class="col-12 col-sm-8">
<p>
Promote content on social networks and monitor engagement
(e.g. comments and shares) Research industry-related topics
</p>
</div>
</div>
</div>
<div class="col-12">
<div class="row">
<div class="col-12 col-sm-4 h5">Responsibilities</div>
<div class="col-12 col-sm-8">
<ul class="p-sm-0">
<li>Editing audio and sound design on projects</li>
<li>
Engage in opportunities to develop original content and
concepts for web and mobile
</li>
<li>
Create motion graphics and animations using 2D and 3D
applications for marketing and promotional usage.
</li>
<li>
Manage the day-to-day handling of all social media
channels such as LinkedIn, Facebook, Twitter, Pinterest,
Instagram, Tiktok and YouTube, adapting content to suit
different channels
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Apply section -->
<div class="container-fluid py-5 my-4">
<div class="container">
<h1>Apply Now</h1>
<div class="mt-5">
<form class="row g-3" action="">
<div class="col-12">
<div class="row row-cols-2 g-3">
<div class="form-floating col-12 col-md-6">
<input
class="form-control border-0 bg-blue-200 rounded-pill px-3"
type="text"
placeholder="First Name"
/>
<label class="ms-3" for="floatingInput">First Name</label>
</div>
<div class="form-floating col-12 col-md-6">
<input
class="form-control border-0 bg-blue-200 rounded-pill px-3"
type="text"
placeholder="Last Name"
/>
<label class="ms-3" for="floatingInput">Last Name</label>
</div>
</div>
</div>
<div class="col-12">
<div class="row row-cols-2 g-3">
<div class="form-floating col-12 col-md-6">
<input
class="form-control border-0 bg-blue-200 rounded-pill px-3"
type="email"
placeholder="email Id"
/>
<label class="ms-3" for="floatingInput"
>Email Address</label
>
</div>
<div class="form-floating col-12 col-md-6">
<input
class="form-control border-0 bg-blue-200 rounded-pill px-3"
type="text"
placeholder="Mobile Number"
/>
<label class="ms-3" for="floatingInput"
>Mobile Number</label
>
</div>
</div>
</div>
<div class="form-floating col-12">
<textarea
class="form-control border-0 bg-blue-200 b-6 px-3"
placeholder="Leave a comment here"
id="floatingTextarea2"
style="height: 140px; resize: none"
></textarea>
<label class="ms-3" for="floatingInput"
>Why do you thing you are good fit for Ether?</label
>
</div>
<div class="col-12 pt-3">
<button
id="applyFormSubmitBtn"
type="submit"
class="btn btn-warning rounded-pill bg-brand-primay px-5 py-2"
>
Submit
</button>
</div>
</form>
</div>
</div>
</div>
<!-- Footer -->
<footer
id="footer"
class="container-fluid bg-blueDark py-5 dark-bg"
></footer>
</div>
<!-- Bootstrap CDN link -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<!-- App.js file -->
<script src="./app.js"></script>
<!-- Component : Footer -->
<script src="./components/Footer.js"></script>
</body>
</html>