Skip to content
Snippets Groups Projects
Select Git revision
  • 739f4c54ddbef6330016c38bff9416dad8303a63
  • 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

landmarkFormStyle.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    OurSpaces.html 1.09 KiB
    <head>
    	<link rel="stylesheet" href="framework.css">
    </head>
    
    <body class="body">
    
    <header>
    	{% block titleBlock%}
    	<h1> the working space name</h1>
    	<img src="header.png"/>
    	{%endblock%}
    </header>
    
    <div class="Address box">
    {% block addressBlock%}
    <h2>Address info</h2>
    <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4957.954181608377!2d-2.999839445369478!3d51.58698324808131!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4871e6cc3bd82553%3A0x684c1227f14b4a15!2sNational%20Software%20Academy%20(Cardiff%20University)!5e0!3m2!1sen!2suk!4v1669722978098!5m2!1sen!2suk"
     width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
    {%endblock%}
    </div>
    
    <div class="Description box">
    	{% block descriptionBlock%}
    <h2>About us</h2>
    <h3>description</h3>
      {%endblock%}
    </div>
    
    <div class="Image box">
    <img scr= {% block imageBlock%} {%endblock%}>
    </div>
    
    <div class="AddImage box">
    <img scr="{% block addimageBlock%} {%endblock%}">
    </div>
    
    <div class="times box">
    <h2>{% block timeBlock%} times {%endblock%}</h2>
    </div>
    </body>