-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathview_job.html
More file actions
172 lines (111 loc) · 4.62 KB
/
Copy pathview_job.html
File metadata and controls
172 lines (111 loc) · 4.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<section class="container">
<div id="menu-button" class="fas fa-bars-staggered"></div>
<a href="index.html" class="logo"><i class="fas fa-briefcase"></i>
GoCareer</a>
<nav class="navbar">
<a href="index.html">home</a>
<a href="about.html">about us</a>
<a href="jobs.html">all jobs</a>
<a href="contact.html">contact</a>
<a href="login.html">account</a>
</nav>
<a href="#" class="button" style="margin-top: 0%;">Post job</a>
</section>
</header>
<!--View Job section starts-->
<section class="job-details">
<h1 class="heading">Job Details</h1>
<div class="details">
<div class="job-info">
<h3>Android App Developer</h3>
<a href="view_company.html">ONE 100</a>
<p><i class="fas fa-map-marker-alt"></i>Delhi,India</p>
</div>
<div class="basic-details">
<h3>Salary</h3>
<p>20000 - 40000 per month</p>
<h3>Benefits</h3>
<p> Work from Home,Health Insurance</p>
<h3>Job Type</h3>
<p>Intership</p>
<h3>Schedule</h3>
<p>Day Shift</p>
</div>
<ul>
<h3>Requirements</h3>
<li>Education : <span>Graduate</span></li>
<li>Age : <span>Hindi,English</span></li>
<li>Experience : <span>3+ Years</span></li>
</ul>
<ul>
<h3>Qualifications</h3>
<li>Bachlelor's (Preferred)</li>
<li>JAVA: 1 year (Preferred)</li>
<li>Kotlin: 1 year (Preferred)</li>
<li>Android SDK: 1 year (Preferred)</li>
<li>Total Work : 3 Years (Required)</li>
</ul>
<ul>
<h3>Skills</h3>
<li>JAVA</li>
<li>XML</li>
<li>APIS</li>
<li>DataBases</li>
</ul>
<div class="description">
<h3>Job Description</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure mollitia fuga sit, asperiores odit facilis?</p>
<ul>
<li>Hiring 5 Candidate For This Role</li>
<li>Posted 3 Days Ago</li>
</ul>
</div>
<form action="" method="post" class="flex-button">
<input type="submit" value="Apply Now" name="Apply" class="button">
<button type="submit" class="Save"><i class="far fa-heart"></i> <span>Save Job</span></button>
</form>
</div>
</section>
<!--View Job section ends-->
<footer class="footer">
<section class="grid">
<div class="box">
<h3>quick links</h3>
<a href="index.html"><i class="fas fa-angle-right"></i>home</a>
<a href="about.html"><i class="fas fa-angle-right"></i>about</a>
<a href="jobs.html"><i class="fas fa-angle-right"></i>all jobs</a>
<a href="contact.html"><i class="fas fa-angle-right"></i>contact us</a>
<a href="contact.html"><i class="fas fa-angle-right"></i>filter serach</a>
</div>
<div class="box">
<h3>extra links</h3>
<a href="#"><i class="fas fa-angle-right"></i>account</a>
<a href="login.html"><i class="fas fa-angle-right"></i>login</a>
<a href="register.html"><i class="fas fa-angle-right"></i>register</a>
<a href="#"><i class="fas fa-angle-right"></i>post job</a>
<a href="#"><i class="fas fa-angle-right"></i>dashboard</a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="#"><i class="fab fa-facebook-f"></i>facebbok</a>
<a href="#"><i class="fab fa-twitter"></i>twitter</a>
<a href="#"><i class="fab fa-instagram"></i>instagram</a>
<a href="#"><i class="fab fa-linkedin"></i>linkedin</a>
<a href="#"><i class="fab fa-youtube"></i>youtube</a>
</div>
</section>
<div class="credit">© copyright @ 2025 by <span>ms.richa chaudhary</span> | all rights reserved!</div>
</footer>
</body>
<script src="script.js"></script>
</html>