-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathview_company.html
More file actions
221 lines (145 loc) · 6.47 KB
/
Copy pathview_company.html
File metadata and controls
221 lines (145 loc) · 6.47 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
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
<!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>
<!--company details section starts-->
<section class="view-company">
<h1 class="heading">Company Details</h1>
<div class="details">
<div class="info">
<img src="icon-1.jpg" alt="">
<h3>ONE 100</h3>
<p><i class="fas fa-map-marker-alt"></i>Delhi,India</p>
</div>
<div class="description">
<h3>About Company</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque odio modi adipisci exercitationem eius fuga, repellat sequi mollitia ipsa a? Id qui tempore ab esse perspiciatis officiis quasi nisi nesciunt?</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corporis excepturi animi error. Sunt quos autem error nihil labore illum odit?</p>
</div>
<ul>
<li>3 Jobs Posted</li>
<li>Established at 21-05-2005</li>
<li>250 Working Employess</li>
</ul>
</div>
</section>
<!--company details section ends-->
<!--job section starts-->
<section class="jobs-container">
<h1 class="heading">Jobs They Offer</h1>
<div class="box-container">
<div class="box">
<div class="company">
<img src="icon-1.jpg" alt="icon-1" width="120">
<div>
<h3>ONE 100</h3>
<p>10 days ago</p>
</div>
</div>
<h3 class="job-title">Android App Developer</h3>
<p class="location"><i class="fas fa-map-marker-alt"></i> <span>Delhi, India</span></p>
<div class="tags">
<p><i class="fas fa-indian-rupee-sign"></i><span>20k - 40k</span></p>
<p><i class="fas fa briefcase"></i><span>Intership</span></p>
<p><i class="fas fa clock"></i><span>Day Shift</span></p>
</div>
<div class="flex-button">
<a href="view_job.html" class="button">View Details</a>
<button type="Submit" class="far fa-heart" name="Save"></button>
</div>
</div>
<div class="box">
<div class="company">
<img src="icon-1.jpg" alt="icon-1" width="120">
<div>
<h3>ONE 100</h3>
<p>20 days ago</p>
</div>
</div>
<h3 class="job-title">Business Development</h3>
<p class="location"><i class="fas fa-map-marker-alt"></i> <span>Delhi, India</span></p>
<div class="tags">
<p><i class="fas fa-indian-rupee-sign"></i><span>55k - 70k</span></p>
<p><i class="fas fa briefcase"></i><span>Part-time</span></p>
<p><i class="fas fa clock"></i><span>Night Shift</span></p>
</div>
<div class="flex-button">
<a href="view_job.html" class="button">View Details</a>
<button type="Submit" class="far fa-heart" name="Save"></button>
</div>
</div>
<div class="box">
<div class="company">
<img src="icon-1.jpg" alt="icon-2" width="150">
<div>
<h3>ONE 100</h3>
<p>20 days ago</p>
</div>
</div>
<h3 class="job-title">SOC Design Engineer</h3>
<p class="location"><i class="fas fa-map-marker-alt"></i> <span>Delhi, India</span></p>
<div class="tags">
<p><i class="fas fa-indian-rupee-sign"></i><span>40k - 60k</span></p>
<p><i class="fas fa briefcase"></i><span>Intership</span></p>
<p><i class="fas fa clock"></i><span>Fixed Shift</span></p>
</div>
<div class="flex-button">
<a href="view_job.html" class="button">View Details</a>
<button type="Submit" class="far fa-heart" name="Save"></button>
</div>
</div>
</div>
</section>
<!--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>