-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgovt.php
More file actions
149 lines (118 loc) · 4.46 KB
/
Copy pathgovt.php
File metadata and controls
149 lines (118 loc) · 4.46 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
<?php include('security.php'); ?>
<?php include('includes/header.php');?>
<?php include('includes/navbar.php');?>
<br><br><br><br>
<style type="text/css">
.button{
background: #3498db;
color: #fff;
border-radius: 50px;
margin: 0 15px;
padding: 10px 30px;
}
#services .box {
padding: 50px 20px;
margin-bottom: 50px;
text-align: center;
border: 1px solid #e6e6e6;
height: 170px;
position: relative;
background: #fafafa;
}
</style>
<!-- bradcam_area_start -->
<div class="bradcam_area breadcam_bg ">
<div class="container">
<br><br>
<div class="row">
<div class="col-lg-6">
<div class="bradcam_text">
<img src="img/tamil/logo.svg" class="img-fluid" style="height: 150px;">
<h1>Government Services</h1>
</div>
</div>
<div class="col-lg-6">
<div class="bradcam_text">
<br>
<img src="img/tamil/banner-5.png" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title" data-aos="fade-in" data-aos-delay="100">
<h2>Covid19 State Services</h2>
</div>
<div class="row">
<div class="col-lg-3">
<div class="member" data-aos="fade-up">
<div class="member-info">
<h4><a href="https://covid.uhcitp.in/selfregister">Self Reporting (Public) </a></h4>
</div>
</div>
<div class="member" data-aos="fade-up" style="height: 100px;">
<div class="member-info">
<h4><a href="https://covid.uhcitp.in/login">Officers Login</a></h4>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="member" data-aos="fade-up">
<div class="member-info">
<h4><a href="https://covid.uhcitp.in/login">Sample Collection Lab</a></h4>
</div>
</div>
<div class="member" data-aos="fade-up" >
<div class="member-info">
<h4><a href="https://stopcorona.tn.gov.dhcp.in/iec-for-co-morbid-patients/">IEC for Co-morbid Patients</a></h4>
</div>
</div>
</div>
<div class="col-lg-6">
<img src="img/tamil/banner-6.png" class="img-fluid">
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title" data-aos="fade-in" data-aos-delay="100">
<h2>Digital Tamil Nadu</h2>
</div>
<div class="row">
<div class="col-lg-3">
<div class="member" data-aos="fade-up">
<div class="member-info">
<h4><a href="https://www.tn.gov.in/service/dept/43252/2371">Building Plan approval - Chennai Corporation</a></h4>
</div>
</div>
<div class="member" data-aos="fade-up" style="height: 100px;">
<div class="member-info">
<h4><a href="https://www.tn.gov.in/service/dept/92509/20237">Bus Routes of Chennai Metropolitan Transport Corporation</a></h4>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="member" data-aos="fade-up">
<div class="member-info">
<h4><a href="https://www.tn.gov.in/service/dept/92507/2244">Cause Lists of Intellectual Property Appellate Board, Chennai</a></h4>
</div>
</div>
<div class="member" data-aos="fade-up" >
<div class="member-info">
<h4><a href="https://www.tn.gov.in/service/dept/92506/1645">Chat with Doctors</a></h4>
</div>
</div>
</div>
<div class="col-lg-6">
<img src="img/tamil/banner-7.png" class="img-fluid">
</div>
</div>
</div>
</section><!-- End Team Section -->
<?php include('includes/scripts.php');?>
<?php include('includes/footer.php');?>