-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.html
More file actions
173 lines (144 loc) · 7.66 KB
/
post.html
File metadata and controls
173 lines (144 loc) · 7.66 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
<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>SmartChallan | Post</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon.png">
<!-- Remix icons -->
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<!-- Swiper.js styles -->
<link rel="stylesheet" href="./assets/css/swiper-bundle.min.css"/>
<!-- Custom styles -->
<link rel="stylesheet" href="./assets/css/main.css">
</head>
<body>
<!-- Header -->
<header class="header" id="header">
<nav class="navbar container">
<a href="./index.html">
<h2 class="logo">SmartChallan</h2>
</a>
<div class="menu" id="menu">
<ul class="list">
<li class="list-item">
<a href="#" class="list-link current">Home</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Categories</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Reviews</a>
</li>
<li class="list-item">
<a href="#" class="list-link">News</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Membership</a>
</li>
<li class="list-item">
<a href="#" class="list-link">Contact</a>
</li>
<li class="list-item screen-lg-hidden">
<a href="#" class="list-link">Sign in</a>
</li>
<li class="list-item screen-lg-hidden">
<a href="#" class="list-link">Sign up</a>
</li>
</ul>
</div>
<div class="list list-right">
<button class="btn place-items-center" id="theme-toggle-btn">
<i class="ri-sun-line sun-icon"></i>
<i class="ri-moon-line moon-icon"></i>
</button>
<button class="btn place-items-center" id="search-icon">
<i class="ri-search-line"></i>
</button>
<button class="btn place-items-center screen-lg-hidden menu-toggle-icon" id="menu-toggle-icon">
<i class="ri-menu-3-line open-menu-icon"></i>
<i class="ri-close-line close-menu-icon"></i>
</button>
<a href="#" class="list-link screen-sm-hidden">Sign in</a>
<a href="#" class="list-link screen-sm-hidden btn sign-up-btn fancy-border">
<span>Sign in</span>
</a>
</div>
</nav>
</header>
<!-- Search -->
<div class="search-form-container container" id="search-form-container">
<div class="form-container-inner">
<form action="" class="form">
<input type="text" class="form-input" placeholder="What are looking for?">
<button class="btn form-btn" type="submit">
<i class="ri-search-line"></i>
</button>
</form>
<span class="form-note">Or press ESC to close.</span>
</div>
<button class="btn form-close-btn place-items-center" id="form-close-btn">
<i class="ri-close-line"></i>
</button>
</div>
<!-- Blog post -->
<!-- Blog post -->
<section class="blog-post section-header-offset">
<div class="bblog-post-container container">
<div class="blog-post-data">
<h3 class="title blog-post-title">TRB jawans relieved to make way for new recruits, says DGP; personnel step up protest</h3>
<div class="article-data">
<span>Dec 23rd 2023</span>
<span class="article-data-spacer"></span>
<span>4 min read</span>
</div>
<img src="News1.jpg" alt="">
</div>
<div class="container">
<p>According to the notification, those with 10 years of service will be relieved on November 30, while those with five years on December 31. Personnel with three years service will be relieved on March 31, 2024.
<p>Amid rising protest, Director General of Police Vikas Sahay said Wednesday that the decision to relieve those who had served more than three years as Traffic Brigade (TRB) personnel was taken to make way for new people. It is not right to continue as a person on duty at one place for a long time, he added.
In reference to the November 19 notification to relieve the personnel who have been in service for more than three years, DGP Sahay told The Indian Express, “In our notification, we have clearly mentioned that those TRB Jawans who have been on duty for 10 years, 5 years and 3 years should be relieved in three stages. It is not correct administratively to let a person continue on duty for a long time at one place. Generally, in the police department, the cops serving in the traffic department get transferred in three years”.
According to the notification, those with 10 years of service will be relieved on November 30, while those with five years on December 31. Personnel with three years service will be relieved on March 31, 2024.</p>
</div>
</div>
</section>
<!-- Footer -->
<img src="Screenshot 2023-11-24 032059.png" style="display: block; margin-left: auto;" alt="">
<footer class="footer section">
<div class="footer-container container d-grid">
<div class="company-data">
<a href="./index.html">
<h2 class="logo">
SmartChallan
</h2>
</a>
<p class="company-description">
Revolutionalizing India's Traffic System today and tomorrow.
</p>
<ul class="list social-media">
<li class="list-item">
<a href="" class="list-link">
<i class="ri-instagram-line"></i>
</a>
<a href="" class="list-link">
<i class="ri-facebook-circle-line"></i>
</a>
<a href="" class="list-link">
<i class="ri-twitter-line"></i>
</a>
<a href="" class="list-link">
<i class="ri-pinterest-line"></i>
</a>
</li>
</ul>
</div>
<span class="copyright-notice">© 2023 SmartChallan. All rights reserved. </span>
</div>
</footer>
<!-- Swiper.js -->
<script src="./assets/js/swiper-bundle.min.js"></script>
<!-- Custom script -->
<script src="./assets/js/main.js"></script>
</body>
</html>