Skip to content
Snippets Groups Projects
Select Git revision
  • 06920917735a13cf508fc00c3c20dd728c7de5c6
  • main default protected
  • Gabes-testing-branch
  • 81-as-a-child-i-want-a-very-flashy-and-modern-looking-webpage-that-will-draw-me-in-and-keep-me
  • locationApporvalFormValidationUpdate
  • 74-as-a-user-i-want-to-see-a-page-of-local-authorities-so-that-i-can-easily-source-contact-details
  • businesses
  • 77-as-a-user-i-want-to-be-able-to-use-the-application-on-any-device-e-g-iphone-ipad-laptop
  • 69-as-a-user-i-would-like-a-town-specific-page-which-shows-all-trails-for-that-town-so-that-i-can
  • 80-as-a-convenience-enthusiast-i-want-a-drop-down-menu-to-be-able-to-quickly-scan-qr-codes-i-find
  • 82-as-a-site-admininstrator-i-want-to-be-able-to-review-submited-trail-checkpoints-by-bussiness
  • 68-as-a-user-i-would-like-to-see-a-map-containing-all-landmarks-for-a-trail-and-a-suggested-path
  • 70-as-a-repeat-trail-visitor-i-want-to-be-able-to-create-an-account-so-i-can-save-and-review-my
  • towns
  • DTFrontEnd
  • 52-as-a-user-i-would-like-to-see-a-map-of-the-landmarks-so-that-i-can-figure-out-where-to-go
  • 73-as-a-qr-scanning-connoisseur-i-want-to-unlock-stickers-after-scanning-a-qr-code-to-feel-a-sense
  • QRCodes
  • consumers
  • foreignkeys
  • cleanup
21 results

Templating.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Templating.html 2.44 KiB
    
    <link rel="stylesheet" href="../../static/css/templatingstyle.css">
    <header class="headerBar" th:fragment="header">
        <div class="Logo">
            <img src="/images/icons/VZTA.png" height="97" width="400" alt="VZTA Logo"/>
        </div>
        <nav class="navBar">
            <ul>
                <li><a id="homeHead" href="/home">Home</a></li>
                <li>FAQs</li>
                <li>Contact us</li>
            </ul>
            <label class="work">Who  we Work with:</label>
            <select>
                <ul>
                    <option value="localauthorities"><a href="/local-authorities">Local Authorities</a></option>
                    <option value="towns">Towns</option>
                    <option value="businesses"><a href="/businesses">Businesses</a></option>
                    <option value="consumers">Consumers</option>
                </ul>
            </select>
        </nav>
    </header>
    
    <div class="footerBar" th:fragment="footer">
        <div class="containerFooter">
            <div class="leftFooter">
                <h3>VZTA</h3>
                Near Me Now LTD
                <br>Britania House
                <br>Caerphilly Business Park
                <br>Caerphilly
                <br>CF83 3GG
            </div>
            <div class="rightFooter">
                <h3>Connect with us</h3>
                <p>Be the first to know about updates by joining out Community page</p>
                (C) VZTA 2022<br>
                Policy Terms and Conditions
            </div>
            <div class="centerFooter">
                            <span class="footerText">
                                <h3>Follow Us</h3>
                                <a href="https://www.facebook.com/VZTAsmarttowns/" class="icon"><img src="/images/icons/Facebook.png" height="25" width="25" alt="Facebook Logo" class="icon"/></a>
                                <a href="https://www.twitter.com/VZTAsmarttowns/" class="icon"><img src="/images/icons/Twitter.jpg" height="25" width="25" alt="X (formally Twitter) Logo" class="icon"/></a>
                                <a href="https://www.instagram.com/vztasmarttowns/" class="icon"><img src="/images/icons/Instagram.jpg" height="25" width="25" alt="Instagram Logo" class="icon"/></a>
                                <a href="https://www.linkin.com/company/vztasmarttowns/" class="icon"><img src="/images/icons/Linkedin.png" height="25" width="25" alt="Linkedin Logo" class="icon"/></a><br>
                            </span>
            </div>
            <div class="copyright" style="text-align: left">
    
            </div>
        </div>
    </div>
    </div>
    <!--&gt;>>>>>> main-->