# Elections Department Singapore (ELD)

> Markdown mirror of DialtoneApp's public top-site detail page for `eld.gov.sg`.

URL: https://dialtoneapp.com/top-sites/eld.gov.sg/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/eld.gov.sg

## Summary

- Domain: `eld.gov.sg`
- Website: https://eld.gov.sg
- Description: ai readable | score 24 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 345704

## robots

Not found.

## llms

~~~text
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8" />
    <meta content="IE=edge" http-equiv="X-UA-Compatible" />
    <meta content="width=device-width, initial-scale=1" name="viewport" />
    <meta content="The official website of the Elections Department Singapore." name="description" />
    <meta content="ELD" name="author" />
    <!-- Open Graph / Facebook -->
    <meta content="website" property="og:type" />
    <meta content="https://www.eld.gov.sg" property="og:url" />
    <meta content="Elections Department Singapore" property="og:title" />
    <meta content="The official website of the Elections Department Singapore." property="og:description" />
    <meta content="https://www.eld.gov.sg/images/bg/hero-bg-preview.jpg" property="og:image" />
    <script src="scripts/eldWogaa.js" type="text/javascript">
    </script>
    <link href="images/icons/touch-icon-iphone.png" rel="apple-touch-icon" />
    <link href="images/icons/touch-icon-ipad.png" rel="apple-touch-icon" sizes="76x76" />
    <link href="images/icons/touch-icon-iphone-retina.png" rel="apple-touch-icon" sizes="120x120" />
    <link href="images/icons/touch-icon-ipad-retina.png" rel="apple-touch-icon" sizes="152x152" />
    <link as="image" href="images/bg/hero-bg-background_image7.webp" rel="preload" />
    <link as="script" href="scripts/eldFrame.js" rel="preload" />
    <link as="script" href="scripts/Google_Analytics.js" rel="preload" />
    <!-- <link rel="preload" as="font" href="fonts/OpenSans/OpenSans-Regular-webfont.woff" type="font/woff2" crossorigin> -->
    <title>
        Elections Department Singapore (ELD)
    </title>
    <!-- Bootstrap core CSS -->
    <!--<link type="text/css" href="css/bootstrap.min.css" rel="stylesheet">-->
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
    <script src="js/ie-emulation-modes-warning.min.js" type="text/javascript">
    </script>
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="js/ie10-viewport-bug-workaround.min.js" type="text/javascript">
    </script>
    <script defer="" src="js/jquery.min.js" type="text/javascript">
    </script>
    <!-- ELD Coding -->
    <script src="scripts/eldFrame.js" type="text/javascript">
    </script>
    <script defer="" src="scripts/appFunc.min.js" type="text/javascript">
    </script>
    <script defer="" src="scripts/fontSize.min.js" type="text/javascript">
    </script>
    <script type="text/javascript">
   function nocontext(e) {
            var clickedTag = (e == null) ? event.srcElement.tagName : e.target.tagName;
            if (clickedTag == "IMG")
                return false;
        }
        document.oncontextmenu = nocontext;

        $(document).ready(function () {
            setTimeout('$("#divNewsBanner").fadeIn()', 500);
        });
    </script>
    <style>
        @media (max-width: 480px) {
            .bg-hero3 .bg-borderdiv > div {
                padding-left: 15px;
                padding-right: 5px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .bg-hero3 .bg-borderdiv > div > div {
                    padding: 15px;
                }

            .bg-borderdiv-alert {
                padding: 20px;
                margin-bottom: 20px;
                text-align: left;
                font-size: 18px;
                line-height: 0.9;
                color: #000000;
                background-color: #E8F9F7;
            }

                .bg-borderdiv-alert a {
                    color: #0000CD;
                }
        }

        @media (max-width: 767px) {
            .bg-hero3 .bg-borderdiv > div {
                padding-left: 15px;
                padding-right: 5px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .bg-hero3 .bg-borderdiv > div > div {
                    min-height: 350px;
                }

            .bg-borderdiv-alert {
                padding: 20px;
                margin-bottom: 20px;
                text-align: left;
                font-size: 18px;
                line-height: 0.9;
                color: #000000;
                background-color: #E8F9F7;
            }

                .bg-borderdiv-alert a {
                    color: #0000CD;
                }
        }

        @media (min-width: 767px) {
            .bg-hero3 .bg-borderdiv > div {
                padding-left: 15px;
                padding-right: 5px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .bg-hero3 .bg-borderdiv > div > div {
                    min-height: 900px;
                }

            .bg-borderdiv-alert {
                padding: 20px 40px 20px 40px;
                margin-bottom: 20px;
                text-align: left;
                font-size: 18px;
                line-height: 0.9;
                color: #000000;
                background-color: #E8F9F7;
            }

                .bg-borderdiv-alert a {
                    color: #0000CD;
                }
        }

        @media (min-width: 992px) {
            .bg-hero3 .bg-borderdiv > div > div {
                min-height: 750px;
            }

            .bg-borderdiv-alert {
                padding: 15px 15px 5px 20px;
                margin-top: 0px;
                margin-bottom: 20px;
                text-align: left;
                font-size: 16px;
                line-height: 0.9;
                color: #000000;
                background-color: #E8F9F7;
            }

                .bg-borderdiv-alert a {
                    color: #0000CD;
                }
        }

        .d-banner {
            display: none;
        }

        .m-banner {
            display: block;
        }

        @media (min-width: 767px) {
            .d-banner {
                display: block;
            }

            .m-banner {
                display: none;
            }
        }

        .extlink::after {
            margin-left: 0.3em;
            content: ""; /* Required to make the pseudo-element appear */
            position: absolute;
            width: 15px;
            height: 15px;
            background-image: url(../images/icon-external_link_black.png);
            background-size: contain;
        }
    </style>
</head>
<body>
    <div class="header" id="divHeaderFrame">
        <script type="text/javascript">
    printHeaderFrame();
        </script>
    </div>
    <!-- -------------------BANNER------------------- -->
    <!-- -------------------BANNER------------------- -->
    <!-- -------------------SCAM ADVISORY------------------- -->
    <div class="bg-borderdiv-alert d-flex flex-row justify-content-between mb-0" id="alertbox">
        <div>
            <p>
                <b>
                    <i>
                        ELD is aware of a claim circulating on chat messaging platforms that scammers are impersonating ELD with a scam link for victims to click on.
                        <br />
                        <br />
                        Check our
                        <a href="advisory.html" rel="noopener noreferrer" target="_blank">
                            <u>
                                scam advisory
                            </u>
                        </a>
                        for full details.
                    </i>
                </b>
            </p>
            <br />
            <b>
                Beware of impersonation scams
            </b>
            <br />
            <br />
            <br />
            <p>
                Government officials will
                <b>
                    <i>
                        NEVER
                    </i>
                </b>
                ask you to transfer money or disclose bank log-in details over a phone call. Call the 24/7 ScamShield Helpline at 1799 if you are unsure if something is a scam.
            </p>
            <br />
            <p>
                To receive updates on election matters, join our
                <a href="https://go.gov.sg/telegram" rel="noopener noreferrer" target="_blank">
                    <u>
                        Telegram channel
                    </u>
                </a>
                or
                <a href="https://www.facebook.com/ELDSingapore?mibextid=ZbWKwL" rel="noopener noreferrer" target="_blank">
                    <u>
                        follow us on Facebook
                    </u>
                </a>
                .
            </p>
        </div>
        <span onclick="closeAlert()" style="cursor: pointer">
            ✖
        </span>
    </div>
    <!-- -------------------SCAM ADVISORY------------------- -->
    <div class="row bg-jumbotron m-0">
        <div class="container">
            <div class="container mdToLg">
                <p class="homepageText">
                    <br />
                    YOUR VOTE DECIDES
                    <br />
                    THE FUTURE OF SINGAPORE
                </p>
            </div>
            <div class="container mdToLg">
                <div class="bg-buttondiv col-sm-6 col-md-6 col-lg-6" style="float: right;">
                    <p class="bg-button">
                        <a href="latestnews.html">
                            LATEST NEWS
                        </a>
                    </p>
                    <p class="bg-button">
                        <a href="online.html">
                            CHECK VOTING STATUS
                        </a>
                    </p>
                    <p class="bg-button">
                        <a href="online.html">
                            RESTORE NAME TO REGISTERS OF ELECTORS
                        </a>
                    </p>
                    <p class="bg-button">
                        <a href="online.html">
                            REGISTER AS OVERSEAS VOTER
                        </a>
                    </p>
                    <p class="bg-button">
                        <a href="candidate_parliamentary_online.html">
                            CANDIDATE SERVICES
                        </a>
                    </p>
                    <br />
                    <br />
                </div>
            </div>
        </div>
    </div>
    <!--<div class="flexslider">
          <ul class="slides">
              <li>-->
    <!--shift jumbotron class here if flexslider required-->
    <!--</li>
          </ul>
      </div>-->
    <div class="row xsToMd">
        <div class="container">
            <p class="homepageTextAlt">
                <br />
                YOUR VOTE DECIDES
                <br />
                THE FUTURE OF SINGAPORE
            </p>
        </div>
        <div class="bg-buttondiv col-sm-12 col-md-12 col-lg-12">
            <p class="bg-button">
                <a href="latestnews.html">
                    LATEST NEWS
                </a>
            </p>
            <p class="bg-button">
                <a href="online.html">
                    CHECK VOTING STATUS
                </a>
            </p>
            <p class="bg-button">
                <a href="online.html">
                    RESTORE NAME TO REGISTERS OF ELECTORS
                </a>
            </p>
            <p class="bg-button">
                <a href="online.html">
                    REGISTER AS OVERSEAS VOTER
                </a>
            </p>
            <p class="bg-button">
                <a href="candidate_parliamentary_online.html">
                    CANDIDATE SERVICES
                </a>
            </p>
            <br />
            <br />
        </div>
    </div>
    <!--<div id="divNewsBanner" class="row" style="display:block;">
          <div class="flexslider">
          <ul class="slides">

          <li>
          </li>

          </ul>
          </div>
      </div>-->
    <!-- <div class="row bg-hero2"> -->
    <!-- <div class="container bg-borderdiv bg-borderdiv2"> -->
    <!-- Current in prod -->
    <!-- <div class="row bg-hero-highlights">
          <div class="container bg-borderdiv bg-borderdiv1">
              <h1>HIGHLIGHTS</h1>
              <br />
              <p>
                  <b>

                  </b>
              </p>
              <br />
              <p>
                  <b>

                  </b>
              </p>
          </div>
      </div> -->
    <!-- Current in prod -->
    <div class="row bg-hero1">
        <div class="container bg-borderdiv bg-borderdiv1">
            <h1>
                VOTER
                <br />
                SERVICES
            </h1>
            <p>
                <br />
                Check voting status
                <br />
                Restore name to Registers of Electors
                <br />
                Register as Overseas Elector
                <br />
            </p>
            <br />
            <div>
                <p class="bg-button bg-button2">
                    <a href="online.html">
                        View Voter Services
                    </a>
                </p>
            </div>
        </div>
    </div>
    <!--<div class="row bg-hero2">
        <div class="container bg-borderdiv bg-borderdiv2">
            <br />
            <br />
            <h1>
                CANDIDATE
                <br />
                SERVICES
            </h1>
            <br />
            <br />
            <div style="max-width: 450px !important; font-weight: bold;">
                <a href="https://app.eservice.eld.gov.sg/candidate/InspectionElectionExpensesReturns.aspx" rel="noopener noreferrer" target="_blank">
                    Inspect returns respecting election expenses and declarations for General Election 2025
                </a>
            </div>
            <br />
            <br />
        </div>
    </div>-->
    <div class="row bg-hero4">
        <div class="px-5">
            <div class="d-flex justify-content-center flex-column flex-md-row">
                <div class="col pe-md-3">
                    <div class="bg-borderdiv">
                        <h2>
                            ELECTORAL DIVISION
                            <br />
                            MAPS
                        </h2>
                        <div>
                            <p class="bg-button bg-button2">
                                <a href="elections_map_electoral.html">
                                    VIEW MAPS
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
                <div class="col pe-md-3 ps-md-3">
                    <div class="bg-borderdiv">
                        <h2>
                            POLLING DISTRICT
                            <br />
                            MAPS
                        </h2>
                        <div>
                            <p class="bg-button bg-button2">
                                <a href="elections_map_pd.html">
                                    VIEW MAPS
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
                <div class="col ps-md-3">
                    <div class="bg-borderdiv">
                        <h2>
                            CHECK ELECTORAL
                            <br />
                            DIVISION
                        </h2>
                        <div>
                            <p class="bg-button bg-button2">
                                <a href="https://app.eservice.eld.gov.sg/voter/postalcodeenquiry.aspx" rel="noopener noreferrer" target="_blank">
                                    ENTER POSTAL CODE
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="row bg-hero3">
        <div class="container">
            <div class="bg-borderdiv w-100" style="min-height: 0px">
                <h1>
                    UPDATES
                </h1>
            </div>
            <div class="d-flex flex-column flex-md-row flex-lg-row w-100 bg-borderdiv">
                <!-- **************************************************************************************************************** -->
                <div class="w-100">
                    <div>
                        <h2>
                            Announcements
                        </h2>
                        <h2>
                            15 Apr 2025
                            <br />
                            Media Release on General Election 2025
                        </h2>
                        <h3>
                            <a href="press/2025/Media Release on General Election 2025.pdf" rel="noopener noreferrer" target="_blank">
                                The President has issued the Writ of Election for General Election 2025.
                            </a>
                        </h3>
                        <h2>
                            15 Apr 2025
                            <br />
                            Media Release on Dissolution of Parliament
                        </h2>
                        <h3>
                            <a href="press/2025/Media Release on Dissolution of Parliament.pdf" rel="noopener noreferrer" target="_blank">
                                President Tharman Shanmugaratnam, on the advice of Prime Minister Lawrence Wong, has dissolved Parliament on Tuesday, 15 April 2025.
                            </a>
                        </h3>
                    </div>
                </div>
                <!-- **************************************************************************************************************** -->
                <div class="w-100">
                    <div>
                        <h2>
                            <a href="media.html">
                                News and Speeches
                            </a>
                        </h2>
                        <!--<h2>
                                         30 Sep 2019
                                         <br/>
                                         Press Release
                                         </h2>
                                         <h3>
                                         <a href="press/2021/***.pdf" target='_blank' rel = 'noopener noreferrer'>****Press Release Name Here****</a>
                                         </h3> -->
                        <!-- start PR -->
                        <h2>
                            10 Nov 2025
                            <br/>
                            Media Release
                        </h2>
                        <h3>
                            <a href="press/2025/Media Release on Destruction of Ballot Papers and Related Documents (GE2025).pdf" rel="noopener noreferrer" target="_blank">
                              Media Release on the Destruction of Ballot Papers and Other Documents used in GE2025
                            </a>
                        </h3>
                        <h2>
                            14 Oct 2025
                            <br/>
                            General
                        </h2>
                        <h3>
                            <a href="press/2025/Written Reply to PQ on Why Does a Change of the Physical NRIC Effected After the Cut-Off Date for the Inspection of REs Result in a Reversion of the Voting District to the Old District.pdf" rel="noopener noreferrer" target="_blank">
                              Written Reply to Parliamentary Question on Why Does a Change of the Physical NRIC Effected After the Cut-Off Date for the Inspection of Registers of Electors Result in a Reversion of the Voting District to the Old District
                            </a>
                        </h3>
                        <h2>
                            26 Sep 2025
                            <br />
                            General
                        </h2>
                        <h3>
                            <a href="press/2025/Written Reply to PQ on How Many Complaints Were Received on the Contravention of TEA Rules During GE2025.pdf" target='_blank' rel='noopener noreferrer'>
                              Written Reply to Parliamentary Question on How Many Complaints Were Received on the Contravention of Traditional Elections Advertising (TEA) Rules During GE2025
                            </a>
                        </h3>
                        <!-- end PR --->
                    </div>
                </div>
                <!-- **************************************************************************************************************** -->
                <div class="w-100">
                    <div>
                        <h2>
                            <a href="gazettes.html">
                                Gazettes
                            </a>
                        </h2>
                        <!-- start GN -->
                        <h2>
                            27 Jun 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/GN - Inspection of Election Expenses Returns GE2025.pdf" rel="noopener noreferrer" target="_blank">
                                Inspection of Election Expenses Returns for General Election 2025
                            </a>
                        </h3>
                        <h2>
                            13 Jun 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/2025_Government Gazette_Notice under Section 75(1).pdf" rel="noopener noreferrer" target="_blank">
                                Inspection of Election Expenses Returns for General Election 2025
                            </a>
                        </h3>
                        <h2>
                            29 May 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/Notice under section 43(6).pdf" rel="noopener noreferrer" target="_blank">
                                Notice under section 43(6)
                            </a>
                        </h3>
                        <h2>
                            28 May 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/2025_Government Gazette_Notices under other Acts_1944.pdf" rel="noopener noreferrer" target="_blank">
                                Notice under section 75(1)
                            </a>
                        </h3>
                        <h2>
                            19 May 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/NCMP Gazette.pdf" rel="noopener noreferrer" target="_blank">
                                Non-Constituency Members of Parliament
                            </a>
                        </h3>
                        <h2>
                            16 May 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/25gg1707.pdf" rel="noopener noreferrer" target="_blank">
                                Elected Members of Parliament
                            </a>
                        </h3>
                        <!-- end GN -->
                        </h3>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="footer" id="divFooter">
        <script type="text/javascript">
    Footer();
        </script>
    </div>
    <!-- Custom styles for this template -->
    <link href="side-menu/mmenu.css" rel="stylesheet" type="text/css" />
    <!-- <link type="text/css" rel="stylesheet" href="css/w3.css" /> -->
    <link href="flexslider/flexslider-rtl-min.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
   lastUpdated('29 Dec 2025');

        var cb = function () {
        var l = document.createElement('link'); l.rel = 'stylesheet';
        l.href = 'css/bootstrap.min.css';
        var h = document.getElementsByTagName('head')[0]; h.parentNode.insertBefore(l, h);
        };
        var raf = requestAnimationFrame || mozRequestAnimationFrame || webkitRequestAnimationFrame || msRequestAnimationFrame;
        if (raf) raf(cb);
        else window.addEventListener('load', cb);
    </script>
    <!-- Bootstrap core JavaScript
      ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script defer="" src="js/bootstrap.min.js" type="text/javascript">
    </script>
    <script defer="" src="side-menu/mmenu.js" type="text/javascript">
    </script>
    <script defer="" src="side-menu/mmenu.polyfills.js" type="text/javascript">
    </script>
    <script src="headroom/headroom.min.js" type="text/javascript">
    </script>
    <script src="headroom/jquery.headroom.min.js" type="text/javascript">
    </script>
    <!-- <script src="bxslider/jquery.bxslider.min.js"></script>
          <script>
          $(document).ready(function () {
          $('.bxslider').bxSlider({
          minSlides: 1,
          maxSlides: 2,
          slideWidth: 210,
          slideMargin: 10
          });
          });
      </script> -->
    <script defer="" src="flexslider/jquery.flexslider-min.js">
    </script>
    <script type="text/javascript">
   $(window).on('load', function () {
        $('.flexslider').flexslider({
        animation: "slide",
        animationLoop: true,
        slideshow: true,
        slideshowSpeed: 6500,
        animationSpeed: 1500,
        smoothHeight: false,
        pauseOnAction: true,
        pauseOnHover: true,
        touch: true,
        });
        });
    </script>
    <script type="text/javascript">
   $(document).ready(function () {
        $('nav#menu').mmenu({
        extensions: ['effect-slide', 'pageshadow', 'position-right'],
        header: true,
        /*searchfield	: true,
        counters	: true,*/
        "offCanvas": {
        "position": "right"
        }

        });
        });

        $(".header").headroom({
        // vertical offset in px before element is first unpinned
        offset: 150,
        // scroll tolerance in px before state changes
        tolerance: 3,
        // or scroll tolerance per direction
        /*tolerance : {
        down : 4,
        up : 0
        }*/
        });

        $(".mobile-search-btn").click(function () {
        $(".mobile-search-bar").slideToggle();
        });

        function closeAlert() {
        document.getElementById("alertbox").style.setProperty("display", "none", "important")
        }
    </script>
</body>
</html>
~~~

## llms-full

~~~text
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8" />
    <meta content="IE=edge" http-equiv="X-UA-Compatible" />
    <meta content="width=device-width, initial-scale=1" name="viewport" />
    <meta content="The official website of the Elections Department Singapore." name="description" />
    <meta content="ELD" name="author" />
    <!-- Open Graph / Facebook -->
    <meta content="website" property="og:type" />
    <meta content="https://www.eld.gov.sg" property="og:url" />
    <meta content="Elections Department Singapore" property="og:title" />
    <meta content="The official website of the Elections Department Singapore." property="og:description" />
    <meta content="https://www.eld.gov.sg/images/bg/hero-bg-preview.jpg" property="og:image" />
    <script src="scripts/eldWogaa.js" type="text/javascript">
    </script>
    <link href="images/icons/touch-icon-iphone.png" rel="apple-touch-icon" />
    <link href="images/icons/touch-icon-ipad.png" rel="apple-touch-icon" sizes="76x76" />
    <link href="images/icons/touch-icon-iphone-retina.png" rel="apple-touch-icon" sizes="120x120" />
    <link href="images/icons/touch-icon-ipad-retina.png" rel="apple-touch-icon" sizes="152x152" />
    <link as="image" href="images/bg/hero-bg-background_image7.webp" rel="preload" />
    <link as="script" href="scripts/eldFrame.js" rel="preload" />
    <link as="script" href="scripts/Google_Analytics.js" rel="preload" />
    <!-- <link rel="preload" as="font" href="fonts/OpenSans/OpenSans-Regular-webfont.woff" type="font/woff2" crossorigin> -->
    <title>
        Elections Department Singapore (ELD)
    </title>
    <!-- Bootstrap core CSS -->
    <!--<link type="text/css" href="css/bootstrap.min.css" rel="stylesheet">-->
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
    <script src="js/ie-emulation-modes-warning.min.js" type="text/javascript">
    </script>
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="js/ie10-viewport-bug-workaround.min.js" type="text/javascript">
    </script>
    <script defer="" src="js/jquery.min.js" type="text/javascript">
    </script>
    <!-- ELD Coding -->
    <script src="scripts/eldFrame.js" type="text/javascript">
    </script>
    <script defer="" src="scripts/appFunc.min.js" type="text/javascript">
    </script>
    <script defer="" src="scripts/fontSize.min.js" type="text/javascript">
    </script>
    <script type="text/javascript">
   function nocontext(e) {
            var clickedTag = (e == null) ? event.srcElement.tagName : e.target.tagName;
            if (clickedTag == "IMG")
                return false;
        }
        document.oncontextmenu = nocontext;

        $(document).ready(function () {
            setTimeout('$("#divNewsBanner").fadeIn()', 500);
        });
    </script>
    <style>
        @media (max-width: 480px) {
            .bg-hero3 .bg-borderdiv > div {
                padding-left: 15px;
                padding-right: 5px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .bg-hero3 .bg-borderdiv > div > div {
                    padding: 15px;
                }

            .bg-borderdiv-alert {
                padding: 20px;
                margin-bottom: 20px;
                text-align: left;
                font-size: 18px;
                line-height: 0.9;
                color: #000000;
                background-color: #E8F9F7;
            }

                .bg-borderdiv-alert a {
                    color: #0000CD;
                }
        }

        @media (max-width: 767px) {
            .bg-hero3 .bg-borderdiv > div {
                padding-left: 15px;
                padding-right: 5px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .bg-hero3 .bg-borderdiv > div > div {
                    min-height: 350px;
                }

            .bg-borderdiv-alert {
                padding: 20px;
                margin-bottom: 20px;
                text-align: left;
                font-size: 18px;
                line-height: 0.9;
                color: #000000;
                background-color: #E8F9F7;
            }

                .bg-borderdiv-alert a {
                    color: #0000CD;
                }
        }

        @media (min-width: 767px) {
            .bg-hero3 .bg-borderdiv > div {
                padding-left: 15px;
                padding-right: 5px;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .bg-hero3 .bg-borderdiv > div > div {
                    min-height: 900px;
                }

            .bg-borderdiv-alert {
                padding: 20px 40px 20px 40px;
                margin-bottom: 20px;
                text-align: left;
                font-size: 18px;
                line-height: 0.9;
                color: #000000;
                background-color: #E8F9F7;
            }

                .bg-borderdiv-alert a {
                    color: #0000CD;
                }
        }

        @media (min-width: 992px) {
            .bg-hero3 .bg-borderdiv > div > div {
                min-height: 750px;
            }

            .bg-borderdiv-alert {
                padding: 15px 15px 5px 20px;
                margin-top: 0px;
                margin-bottom: 20px;
                text-align: left;
                font-size: 16px;
                line-height: 0.9;
                color: #000000;
                background-color: #E8F9F7;
            }

                .bg-borderdiv-alert a {
                    color: #0000CD;
                }
        }

        .d-banner {
            display: none;
        }

        .m-banner {
            display: block;
        }

        @media (min-width: 767px) {
            .d-banner {
                display: block;
            }

            .m-banner {
                display: none;
            }
        }

        .extlink::after {
            margin-left: 0.3em;
            content: ""; /* Required to make the pseudo-element appear */
            position: absolute;
            width: 15px;
            height: 15px;
            background-image: url(../images/icon-external_link_black.png);
            background-size: contain;
        }
    </style>
</head>
<body>
    <div class="header" id="divHeaderFrame">
        <script type="text/javascript">
    printHeaderFrame();
        </script>
    </div>
    <!-- -------------------BANNER------------------- -->
    <!-- -------------------BANNER------------------- -->
    <!-- -------------------SCAM ADVISORY------------------- -->
    <div class="bg-borderdiv-alert d-flex flex-row justify-content-between mb-0" id="alertbox">
        <div>
            <p>
                <b>
                    <i>
                        ELD is aware of a claim circulating on chat messaging platforms that scammers are impersonating ELD with a scam link for victims to click on.
                        <br />
                        <br />
                        Check our
                        <a href="advisory.html" rel="noopener noreferrer" target="_blank">
                            <u>
                                scam advisory
                            </u>
                        </a>
                        for full details.
                    </i>
                </b>
            </p>
            <br />
            <b>
                Beware of impersonation scams
            </b>
            <br />
            <br />
            <br />
            <p>
                Government officials will
                <b>
                    <i>
                        NEVER
                    </i>
                </b>
                ask you to transfer money or disclose bank log-in details over a phone call. Call the 24/7 ScamShield Helpline at 1799 if you are unsure if something is a scam.
            </p>
            <br />
            <p>
                To receive updates on election matters, join our
                <a href="https://go.gov.sg/telegram" rel="noopener noreferrer" target="_blank">
                    <u>
                        Telegram channel
                    </u>
                </a>
                or
                <a href="https://www.facebook.com/ELDSingapore?mibextid=ZbWKwL" rel="noopener noreferrer" target="_blank">
                    <u>
                        follow us on Facebook
                    </u>
                </a>
                .
            </p>
        </div>
        <span onclick="closeAlert()" style="cursor: pointer">
            ✖
        </span>
    </div>
    <!-- -------------------SCAM ADVISORY------------------- -->
    <div class="row bg-jumbotron m-0">
        <div class="container">
            <div class="container mdToLg">
                <p class="homepageText">
                    <br />
                    YOUR VOTE DECIDES
                    <br />
                    THE FUTURE OF SINGAPORE
                </p>
            </div>
            <div class="container mdToLg">
                <div class="bg-buttondiv col-sm-6 col-md-6 col-lg-6" style="float: right;">
                    <p class="bg-button">
                        <a href="latestnews.html">
                            LATEST NEWS
                        </a>
                    </p>
                    <p class="bg-button">
                        <a href="online.html">
                            CHECK VOTING STATUS
                        </a>
                    </p>
                    <p class="bg-button">
                        <a href="online.html">
                            RESTORE NAME TO REGISTERS OF ELECTORS
                        </a>
                    </p>
                    <p class="bg-button">
                        <a href="online.html">
                            REGISTER AS OVERSEAS VOTER
                        </a>
                    </p>
                    <p class="bg-button">
                        <a href="candidate_parliamentary_online.html">
                            CANDIDATE SERVICES
                        </a>
                    </p>
                    <br />
                    <br />
                </div>
            </div>
        </div>
    </div>
    <!--<div class="flexslider">
          <ul class="slides">
              <li>-->
    <!--shift jumbotron class here if flexslider required-->
    <!--</li>
          </ul>
      </div>-->
    <div class="row xsToMd">
        <div class="container">
            <p class="homepageTextAlt">
                <br />
                YOUR VOTE DECIDES
                <br />
                THE FUTURE OF SINGAPORE
            </p>
        </div>
        <div class="bg-buttondiv col-sm-12 col-md-12 col-lg-12">
            <p class="bg-button">
                <a href="latestnews.html">
                    LATEST NEWS
                </a>
            </p>
            <p class="bg-button">
                <a href="online.html">
                    CHECK VOTING STATUS
                </a>
            </p>
            <p class="bg-button">
                <a href="online.html">
                    RESTORE NAME TO REGISTERS OF ELECTORS
                </a>
            </p>
            <p class="bg-button">
                <a href="online.html">
                    REGISTER AS OVERSEAS VOTER
                </a>
            </p>
            <p class="bg-button">
                <a href="candidate_parliamentary_online.html">
                    CANDIDATE SERVICES
                </a>
            </p>
            <br />
            <br />
        </div>
    </div>
    <!--<div id="divNewsBanner" class="row" style="display:block;">
          <div class="flexslider">
          <ul class="slides">

          <li>
          </li>

          </ul>
          </div>
      </div>-->
    <!-- <div class="row bg-hero2"> -->
    <!-- <div class="container bg-borderdiv bg-borderdiv2"> -->
    <!-- Current in prod -->
    <!-- <div class="row bg-hero-highlights">
          <div class="container bg-borderdiv bg-borderdiv1">
              <h1>HIGHLIGHTS</h1>
              <br />
              <p>
                  <b>

                  </b>
              </p>
              <br />
              <p>
                  <b>

                  </b>
              </p>
          </div>
      </div> -->
    <!-- Current in prod -->
    <div class="row bg-hero1">
        <div class="container bg-borderdiv bg-borderdiv1">
            <h1>
                VOTER
                <br />
                SERVICES
            </h1>
            <p>
                <br />
                Check voting status
                <br />
                Restore name to Registers of Electors
                <br />
                Register as Overseas Elector
                <br />
            </p>
            <br />
            <div>
                <p class="bg-button bg-button2">
                    <a href="online.html">
                        View Voter Services
                    </a>
                </p>
            </div>
        </div>
    </div>
    <!--<div class="row bg-hero2">
        <div class="container bg-borderdiv bg-borderdiv2">
            <br />
            <br />
            <h1>
                CANDIDATE
                <br />
                SERVICES
            </h1>
            <br />
            <br />
            <div style="max-width: 450px !important; font-weight: bold;">
                <a href="https://app.eservice.eld.gov.sg/candidate/InspectionElectionExpensesReturns.aspx" rel="noopener noreferrer" target="_blank">
                    Inspect returns respecting election expenses and declarations for General Election 2025
                </a>
            </div>
            <br />
            <br />
        </div>
    </div>-->
    <div class="row bg-hero4">
        <div class="px-5">
            <div class="d-flex justify-content-center flex-column flex-md-row">
                <div class="col pe-md-3">
                    <div class="bg-borderdiv">
                        <h2>
                            ELECTORAL DIVISION
                            <br />
                            MAPS
                        </h2>
                        <div>
                            <p class="bg-button bg-button2">
                                <a href="elections_map_electoral.html">
                                    VIEW MAPS
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
                <div class="col pe-md-3 ps-md-3">
                    <div class="bg-borderdiv">
                        <h2>
                            POLLING DISTRICT
                            <br />
                            MAPS
                        </h2>
                        <div>
                            <p class="bg-button bg-button2">
                                <a href="elections_map_pd.html">
                                    VIEW MAPS
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
                <div class="col ps-md-3">
                    <div class="bg-borderdiv">
                        <h2>
                            CHECK ELECTORAL
                            <br />
                            DIVISION
                        </h2>
                        <div>
                            <p class="bg-button bg-button2">
                                <a href="https://app.eservice.eld.gov.sg/voter/postalcodeenquiry.aspx" rel="noopener noreferrer" target="_blank">
                                    ENTER POSTAL CODE
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="row bg-hero3">
        <div class="container">
            <div class="bg-borderdiv w-100" style="min-height: 0px">
                <h1>
                    UPDATES
                </h1>
            </div>
            <div class="d-flex flex-column flex-md-row flex-lg-row w-100 bg-borderdiv">
                <!-- **************************************************************************************************************** -->
                <div class="w-100">
                    <div>
                        <h2>
                            Announcements
                        </h2>
                        <h2>
                            15 Apr 2025
                            <br />
                            Media Release on General Election 2025
                        </h2>
                        <h3>
                            <a href="press/2025/Media Release on General Election 2025.pdf" rel="noopener noreferrer" target="_blank">
                                The President has issued the Writ of Election for General Election 2025.
                            </a>
                        </h3>
                        <h2>
                            15 Apr 2025
                            <br />
                            Media Release on Dissolution of Parliament
                        </h2>
                        <h3>
                            <a href="press/2025/Media Release on Dissolution of Parliament.pdf" rel="noopener noreferrer" target="_blank">
                                President Tharman Shanmugaratnam, on the advice of Prime Minister Lawrence Wong, has dissolved Parliament on Tuesday, 15 April 2025.
                            </a>
                        </h3>
                    </div>
                </div>
                <!-- **************************************************************************************************************** -->
                <div class="w-100">
                    <div>
                        <h2>
                            <a href="media.html">
                                News and Speeches
                            </a>
                        </h2>
                        <!--<h2>
                                         30 Sep 2019
                                         <br/>
                                         Press Release
                                         </h2>
                                         <h3>
                                         <a href="press/2021/***.pdf" target='_blank' rel = 'noopener noreferrer'>****Press Release Name Here****</a>
                                         </h3> -->
                        <!-- start PR -->
                        <h2>
                            10 Nov 2025
                            <br/>
                            Media Release
                        </h2>
                        <h3>
                            <a href="press/2025/Media Release on Destruction of Ballot Papers and Related Documents (GE2025).pdf" rel="noopener noreferrer" target="_blank">
                              Media Release on the Destruction of Ballot Papers and Other Documents used in GE2025
                            </a>
                        </h3>
                        <h2>
                            14 Oct 2025
                            <br/>
                            General
                        </h2>
                        <h3>
                            <a href="press/2025/Written Reply to PQ on Why Does a Change of the Physical NRIC Effected After the Cut-Off Date for the Inspection of REs Result in a Reversion of the Voting District to the Old District.pdf" rel="noopener noreferrer" target="_blank">
                              Written Reply to Parliamentary Question on Why Does a Change of the Physical NRIC Effected After the Cut-Off Date for the Inspection of Registers of Electors Result in a Reversion of the Voting District to the Old District
                            </a>
                        </h3>
                        <h2>
                            26 Sep 2025
                            <br />
                            General
                        </h2>
                        <h3>
                            <a href="press/2025/Written Reply to PQ on How Many Complaints Were Received on the Contravention of TEA Rules During GE2025.pdf" target='_blank' rel='noopener noreferrer'>
                              Written Reply to Parliamentary Question on How Many Complaints Were Received on the Contravention of Traditional Elections Advertising (TEA) Rules During GE2025
                            </a>
                        </h3>
                        <!-- end PR --->
                    </div>
                </div>
                <!-- **************************************************************************************************************** -->
                <div class="w-100">
                    <div>
                        <h2>
                            <a href="gazettes.html">
                                Gazettes
                            </a>
                        </h2>
                        <!-- start GN -->
                        <h2>
                            27 Jun 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/GN - Inspection of Election Expenses Returns GE2025.pdf" rel="noopener noreferrer" target="_blank">
                                Inspection of Election Expenses Returns for General Election 2025
                            </a>
                        </h3>
                        <h2>
                            13 Jun 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/2025_Government Gazette_Notice under Section 75(1).pdf" rel="noopener noreferrer" target="_blank">
                                Inspection of Election Expenses Returns for General Election 2025
                            </a>
                        </h3>
                        <h2>
                            29 May 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/Notice under section 43(6).pdf" rel="noopener noreferrer" target="_blank">
                                Notice under section 43(6)
                            </a>
                        </h3>
                        <h2>
                            28 May 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/2025_Government Gazette_Notices under other Acts_1944.pdf" rel="noopener noreferrer" target="_blank">
                                Notice under section 75(1)
                            </a>
                        </h3>
                        <h2>
                            19 May 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/NCMP Gazette.pdf" rel="noopener noreferrer" target="_blank">
                                Non-Constituency Members of Parliament
                            </a>
                        </h3>
                        <h2>
                            16 May 2025
                        </h2>
                        <h3>
                            <a href="gazettes/2025/25gg1707.pdf" rel="noopener noreferrer" target="_blank">
                                Elected Members of Parliament
                            </a>
                        </h3>
                        <!-- end GN -->
                        </h3>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="footer" id="divFooter">
        <script type="text/javascript">
    Footer();
        </script>
    </div>
    <!-- Custom styles for this template -->
    <link href="side-menu/mmenu.css" rel="stylesheet" type="text/css" />
    <!-- <link type="text/css" rel="stylesheet" href="css/w3.css" /> -->
    <link href="flexslider/flexslider-rtl-min.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
   lastUpdated('29 Dec 2025');

        var cb = function () {
        var l = document.createElement('link'); l.rel = 'stylesheet';
        l.href = 'css/bootstrap.min.css';
        var h = document.getElementsByTagName('head')[0]; h.parentNode.insertBefore(l, h);
        };
        var raf = requestAnimationFrame || mozRequestAnimationFrame || webkitRequestAnimationFrame || msRequestAnimationFrame;
        if (raf) raf(cb);
        else window.addEventListener('load', cb);
    </script>
    <!-- Bootstrap core JavaScript
      ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script defer="" src="js/bootstrap.min.js" type="text/javascript">
    </script>
    <script defer="" src="side-menu/mmenu.js" type="text/javascript">
    </script>
    <script defer="" src="side-menu/mmenu.polyfills.js" type="text/javascript">
    </script>
    <script src="headroom/headroom.min.js" type="text/javascript">
    </script>
    <script src="headroom/jquery.headroom.min.js" type="text/javascript">
    </script>
    <!-- <script src="bxslider/jquery.bxslider.min.js"></script>
          <script>
          $(document).ready(function () {
          $('.bxslider').bxSlider({
          minSlides: 1,
          maxSlides: 2,
          slideWidth: 210,
          slideMargin: 10
          });
          });
      </script> -->
    <script defer="" src="flexslider/jquery.flexslider-min.js">
    </script>
    <script type="text/javascript">
   $(window).on('load', function () {
        $('.flexslider').flexslider({
        animation: "slide",
        animationLoop: true,
        slideshow: true,
        slideshowSpeed: 6500,
        animationSpeed: 1500,
        smoothHeight: false,
        pauseOnAction: true,
        pauseOnHover: true,
        touch: true,
        });
        });
    </script>
    <script type="text/javascript">
   $(document).ready(function () {
        $('nav#menu').mmenu({
        extensions: ['effect-slide', 'pageshadow', 'position-right'],
        header: true,
        /*searchfield	: true,
        counters	: true,*/
        "offCanvas": {
        "position": "right"
        }

        });
        });

        $(".header").headroom({
        // vertical offset in px before element is first unpinned
        offset: 150,
        // scroll tolerance in px before state changes
        tolerance: 3,
        // or scroll tolerance per direction
        /*tolerance : {
        down : 4,
        up : 0
        }*/
        });

        $(".mobile-search-btn").click(function () {
        $(".mobile-search-bar").slideToggle();
        });

        function closeAlert() {
        document.getElementById("alertbox").style.setProperty("display", "none", "important")
        }
    </script>
</body>
</html>
~~~