-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs_empty.html
153 lines (94 loc) · 6.43 KB
/
jobs_empty.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
<!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>Home</title>
<!--Gilroy Font -->
<link rel="stylesheet" href="assets/fonts/gilroy-css/stylesheet.css">
<!-- Google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- swiper Js CSS -->
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
<!-- Boostrap 5.0.2 -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- JQuery Ui -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" integrity="sha512-aOG0c6nPNzGk+5zjwyJaoRUgCdOrfSDhmMID2u4+OIslr0GjpLKo7Xm0Ao3xmpM4T8AmIouRkqwj1nrdVsLKEQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- AnimateCSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- Custome Select Box -->
<link rel="stylesheet" href="assets/custom-select/css/style.css">
<!-- Main Style Sheet -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body v-fixedHeight>
<div id="v-app">
<div class="v-page d-flex flex-column ">
<!-- Top -->
<div class="top grid-center d-flex px-4 py-2">
<button class="trigger-history-back btn-top" left><span class="iconify" data-icon="feather:arrow-left"></span></button>
<h2 class="page-title-top" middle>Jobs</h2>
<!-- Add active to the class below to activate selection buttons -->
<div right class="selection-btns-cont">
<button class=" btn-top"><span class="iconify" data-icon="feather:plus-circle"></span></button>
<div class="width-fit-content selection-btns">
<button class=" btn-top"><span class="iconify" data-icon="feather:slash"></span></button>
<button class=" btn-top"><span class="iconify" data-icon="feather:trash-2"></span></button>
</div>
</div>
</div>
<!-- Body -->
<div class="body scroll-y">
<div class="swiper v-slick-page width-100 height-100" id="activeRequest">
<div class="swiper-wrapper min-height-100">
<div class="swiper-slide min-height-100 px-1 py-1 grid-center ">
<div class=" fit-parent grid-center">
<div class="width-100">
<div icon class="width-fit-content mx-auto" style="margin: -72.5px 0 -20px 0;"><lottie-player src="assets/json/14306-empty-state-illustration.json" background="transparent" speed="1" style="width: 300px; height: 300px;" autoplay loop></lottie-player></div>
<p class="text-center font-size-3 fw-700 tc-black mb-1">No Job Added Yet</p>
<p class="text-center mx-auto tc-grey font-size-2" style="width: 60%;">Click the <span class="iconify" data-icon="feather:plus-circle" style="font-size:1.2rem; color:#00afef; margin:0 .2rem;"></span> Icon To Post A job</p>
</div>
</div>
</div>
</div>
<div class="swiper-scrollbar" style="opacity:.3;"></div>
</div>
</div>
</div>
</div>
<!-- FullScreen button -->
<button id="fullscreen-toggle" class=""><span><span class="iconify" data-icon="material-symbols:fullscreen-rounded"></span></span><span active><span class="iconify" data-icon="material-symbols:fullscreen-exit-rounded"></span></span></button>
<!-- Moves to messages after 5 seconds -->
<script>
setTimeout(() => {
window.location.href = './jobs2.html';
}, 4000);
</script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<!-- Iconify -->
<script src="https://code.iconify.design/2/2.2.1/iconify.min.js"></script>
<!-- SwiperJs Javascript -->
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<!-- JQuery UI -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" integrity="sha512-uto9mlQzrs59VwILcLiRYeLKPPbS/bT71da/OEBYEwcdNUk8jYIy+D176RYoop1Da+f9mvkYrmj5MCLZWEtQuA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- TapHold -->
<script src="assets/js/taphold.js"></script>
<!-- BodyMoving Animation -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.7/lottie.min.js" integrity="sha512-HDCfX3BneBQMfloBfluMQe6yio+OfXnbKAbI0SnfcZ4YfZL670nc52Aue1bBhgXa+QdWsBdhMVR2hYROljf+Fg==" crossorigin="anonymous"></script>
<!-- Lotti Player -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<!-- Custome Select Box -->
<script src="assets/custom-select/js/custom-selectbox.js"></script>
<script src="assets/js/functions.js"></script>
<script src="assets/js/app_functions.js"></script>
<!-- Main Javascript -->
<script src="assets/js/script.js"></script>
</body>
</html>