forked from SyedImtiyaz-1/GetTechProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
199 lines (188 loc) · 8.67 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
<!-- ///////// Dynamic Reviews Section ////// -->
<!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>Precious IT Services</title>
<link rel="stylesheet" href="./css/team.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/careers.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="icon" href="./images/image.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Link Swiper's CSS -->
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css"
/>
<!-- Demo styles -->
<style>
.swiper-cards .swiper-slide{
overflow:visible;
}
</style>
<script src="./js/main.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script src="./js/team.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init("oUbB-IqXyvbW5JlV9");
})();
</script>
</head>
<body>
<header class="header" style="padding: 1.3em;">
<a href="../../index.html" class="logo"><img src="../../images/pngwing.com(5).png" style="margin-top: .8em;"
alt=""></a>
<div class="fas fa-bars"></div>
<nav class="navbar">
<ul style="padding-bottom:5px;">
<li><a href="../../index.html">home</a></li>
<li><a href="../public/index.html">Projects</a></li>
<!-- <li><a href="careers.html">career</a></li> -->
<li><a href="../../index.html#contact">contact</a></li>
<li><a href="../../backend/public/ourTeam/index.html">Founder</a></li>
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider round" id="toggle"></div>
</label>
<!-- <button id="login" style="cursor: pointer;">Login</button> -->
<!-- <h3 id="name"></h3> -->
<!-- <img id="image" onclick="ProfileClicked()" /> -->
<!-- <button onclick="logout()" id="logout">Logout</button> -->
</ul>
</nav>
</header>
<section id="" class="home">
<h2>Home / Careers</h2>
</section>
<section id="career-heading" class="career-heading">
<h1 class="heading">Career</h1>
<p>Internships Are just A click Away. Apply Now!</p>
</section>
<div class="career">
<div class="career-form">
<form action="#" method="POST" enctype="multipart/form-data">
<input type="text" name="name" placeholder="Name" class="career-form-txt" required>
<input type="tel" id="phone" name="phone" pattern="[0-9]{10}" required placeholder="Contact number" maxlength="10" class="career-form-phone">
<input type="email" name="email" placeholder="Email" class="career-form-email" required>
<div class="radio-class">
<h2 class="name">Apply For Which Post?</h2>
<label class="radio">
<input class="radio-one" type="radio" checked="checked" name="status" value="Web Designer">
<span class="checkmark"></span>
Web Designer
</label>
<label class="radio">
<input class="radio-two" type="radio" name="status" value="Web Developer">
<span class="checkmark"></span>
Web Developer
</label>
<label class="radio">
<input class="radio-three" type="radio" name="status" value="Mobile App Designer">
<span class="checkmark"></span>
Mobile App Designer
</label>
<label class="radio">
<input class="radio-four" type="radio" name="status" value="Mobile App Developer">
<span class="checkmark"></span>
Mobile App Developer
</label>
<label class="radio">
<input class="radio-five" type="radio" name="status" value="Digital Marketer">
<span class="checkmark"></span>
Digital Marketer
</label>
</div>
<input type="number" id="experience" name="experience" required placeholder="Years of experience" class="career-form-experience">
<textarea placeholder="Other Details" name="details" class="career-form-txtarea" required></textarea>
<div class="file">
<h2 class="name">Upload Your Resume</h2>
<input class="upload" type="file" name="fileToUpload" accept=".doc,.docx,.pdf"><br><br><br>
</div>
<input type="submit" value="Submit" name="submit" class="career-form-btn">
</form>
</div>
</div>
<footer>
<div class="row_f">
<div class="col">
<img src="./images/pngwing.com(5).png" class="logo_f" />
<p>
Get ready for your college project submission with PreciousServices.
We Provide best solution and projects that will gain your knowledge.
Subscribe and get Latest Updates
</p>
</div>
<div class="col">
<h3>Office</h3>
<p>Nagpur, PIN 440001</p>
<p>Maharashtra, India</p>
<p class="email">[email protected]</p>
</div>
<div class="col">
<h3>Useful Links</h3>
<ul>
<li><a href=".index.html#portfolio">Order</a></li>
<!-- <li> <a href="#team">Team</a></li> -->
<li><a href="careers.html">Careers</a></li>
<li><a href="tel:7218404903">Contact</a></li>
<!-- <li> <a href="#faq">FAQ</a></li> -->
</ul>
</div>
<div class="col">
<h3>About Us</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Team.html">Team</a></li>
<li><a href="index.html#service">Reviews</a></li>
<!-- <li><a href="#">Terms & condition</a></li> -->
<!-- <li> <a href="#">Privacy policy</a></li> -->
</ul>
</div>
<div class="col">
<h3>Newsletter</h3>
<form>
<i class="icon ion-md-mail"></i>
<input type="email" placeholder="Enter your e-mail id" required />
<button type="submit"><i class="icon ion-md-send"></i></button>
</form>
</div>
</div>
<hr>
<p class="copyright">
PreciousitServices © 2023 - All Rights Reserved
</p>
</footer>
<a href="#" class="back-to-top"><i class="ion-ios-arrow-up"></i></a>
<script src="./js/carrers.js"></script>
<script src="./js/contact.js"></script>
<script src="./login/login.js"></script>
</body>
</html>
<a href="#" class="back-to-top"><i class="ion-ios-arrow-up"></i></a>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="./js/contact.js"></script>
<script src="./js/login.js"></script>
</body>
</html>