-
Notifications
You must be signed in to change notification settings - Fork 4
/
job_page.php
114 lines (90 loc) · 3.69 KB
/
job_page.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Job Page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}
</style>
</head>
<body>
<header id="header">
<div id="brand">
<img id="header-img" src="logo.png" href="Home.php" href="Home.php"></img>
<a href="Home.php" style="text-decoration:none; color:#e8270b;"><h1 style="font-family: 'Dancing Script', cursive;">Swawlambi</h1></a>
</div>
<nav id="nav-bar">
<a class="nav-link" href="Profile.php">Profile/प्रोफ़ाइल</a>
</nav>
</header>
<!-- Header -->
<!-- First Grid -->
<div style="margin-top:5%;">
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>Name</h1>
<h5 class="w3-padding-32">Insert Name of Job here</h5>
</div>
<!-- <div class="w3-third w3-center">
<i class="fa fa-anchor w3-padding-64 w3-text-red"></i>
</div> -->
</div>
</div>
<div class="w3-row-padding w3-padding-64 w3-container" style="background-color: #fae05f;">
<div class="w3-content" >
<div class="w3-twothird" >
<h1>Description</h1>
<h5 class="w3-padding-32">Insert description here</h5>
</div>
</div>
</div>
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>Location</h1>
<h5 class="w3-padding-32">Insert Location here</h5>
</div>
</div>
</div>
<div class="w3-row-padding w3-padding-64 w3-container" style="background-color: #fae05f;">
<div class="w3-content">
<div class="w3-twothird">
<h1>Employer</h1>
<h5 class="w3-padding-32">Insert Employer here</h5>
</div>
</div>
</div>
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>Contact</h1>
<h5 class="w3-padding-32">Insert Contact here</h5>
</div>
</div>
</div>
</div>
<div class="w3-container w3-black w3-center w3-opacity w3-padding-64">
<h1 class="w3-margin w3-xlarge">Find the right job</h1>
<h1 class="w3-margin w3-xlarge">सही नौकरी पाओ</h1>
</div>
<script src="" async defer></script>
</body>
</html>