Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoytommanjaly committed Oct 17, 2023
1 parent c474905 commit cfe58b3
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="./style.css" rel="stylesheet">
<title>കേരളത്തിലെ പഞ്ചായത്തുകൾ</title>
<style>
.lang {
display: inline;
}
</style>

</head>
<body>
<div class="lang-switch hide-on-print">
Expand Down Expand Up @@ -93,25 +89,32 @@ <h4 class="subtitle is-5 lang" data-en="Wards (Count)" data-ml="വാർഡു
<div class="container">
<div align=center>
<div class="columns is-mobile is-multiline is-centered">
<div class="table-container">
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<p class="lang" data-en="Codes given by Government of India for Central, State, Revenue and Local Self-Government bodies and their wards in Local Government Directory" data-ml="ലോക്കൽ ഗവൺമെന്റ് ഡയറക്ടറിയിൽ കേന്ദ്ര, സംസ്ഥാന, റവന്യൂ, തദ്ദേശസ്വയംഭരണ സ്ഥാപനങ്ങളുടെയും അവയുടെ വാർഡുകൾക്കും ഇന്ത്യ സർക്കാർ നൽകുന്ന കോഡ്">ലോക്കൽ ഗവൺമെന്റ് ഡയറക്ടറിയിൽ കേന്ദ്ര, സംസ്ഥാന, റവന്യൂ, തദ്ദേശസ്വയംഭരണ സ്ഥാപനങ്ങളുടെയും അവയുടെ വാർഡുകൾക്കും ഇന്ത്യ സർക്കാർ നൽകുന്ന കോഡ്</p></div></div>
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<p class="lang" data-en="Kerala Local Self-Government Department Code issued for the local bodies in Kerala" data-ml="കേരള തദ്ദേശ സ്വയംഭരണ വകുപ്പ് തദ്ദേശ സ്ഥാപനങ്ങൾ നൽകുന്ന കോഡ്">കേരള തദ്ദേശ സ്വയംഭരണ വകുപ്പ് തദ്ദേശ സ്ഥാപനങ്ങൾ നൽകുന്ന കോഡ്</p></div></div>
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<div class="popup-container hide-on-print"><span> 🛈</span><div class="popup-content">
<p class="lang" data-en="Code issued by Kerala State Election Commission to local bodies and wards for election purposes" data-ml="കേരള സംസ്ഥാന തിരഞ്ഞെടുപ്പ് കമ്മീഷൻ തദ്ദേശ സ്ഥാപനങ്ങൾക്കും വാർഡുകൾക്കും നൽകുന്ന കോഡ്">കേരള സംസ്ഥാന തിരഞ്ഞെടുപ്പ് കമ്മീഷൻ തദ്ദേശ സ്ഥാപനങ്ങൾക്കും വാർഡുകൾക്കും നൽകുന്ന കോഡ്</p></div></div>
<table class="table is-bordered centered-table" id="panchayat-table">
<thead>
<tr>
<th class="lang" data-en="LGD Code" data-ml="LGD കോഡ്">LGD കോഡ്</th>
<th class="lang" data-en="LSG Code" data-ml="LSG കോഡ്">LSG കോഡ്</th>
<th class="lang" data-en="SEC Code" data-ml="SEC കോഡ്">SEC കോഡ്</th>
</tr>
</div>
</br>
<div class="columns is-mobile is-multiline is-centered">
<table class="table is-bordered centered-table" id="panchayat-table">
<thead>
<th class="lang" data-en="LGD Code" data-ml="LGD കോഡ്">LGD കോഡ്</th>
<th class="lang" data-en="LSG Code" data-ml="LSG കോഡ്">LSG കോഡ്</th>
<th class="lang" data-en="SEC Code" data-ml="SEC കോഡ്">SEC കോഡ്</th>
</thead>
<tbody id="panchayat-data">
</tbody>
<tbody id="panchayat-data">
</tbody>
</table>
</div>
</div>
</div>
</br>
</br>
<div class="container">
<div align=center>
<div class="columns is-mobile is-multiline is-centered">
<table class="table is-bordered centered-table" id="population-table">
<thead>
<tr>
Expand All @@ -125,9 +128,10 @@ <h4 class="subtitle is-5 lang" data-en="Wards (Count)" data-ml="വാർഡു
</table>

</div>
</div>
<div class="loading" id="loading-animation">
<div class="loading-icon"></div></div>
</div>
<div class="loading" id="loading-animation">
<div class="loading-icon"></div>
</div>
</div>
<section class="section">
<div class="container">
Expand Down

0 comments on commit cfe58b3

Please sign in to comment.