Skip to content
Snippets Groups Projects
Select Git revision
  • e430a04a7a9e99c33ac0bd1b81257cba87bf0583
  • development default protected
  • 26-link-booking-page-to-server-and-database
  • As-a-user-I-want-to-view-information-of-all-locations-available
  • 26-link-booking-page-to-server-and-database-2
  • 26-link-booking-page-to-server-and-database-3
  • 26-link-booking-page-to-server-and-database-4
  • 28-fixing-bugs-and-issues
  • 2-as-a-user-i-want-to-be-authorized-if-i-am-a-member
  • 25-adding-a-basic-locations-template-route
  • 14-as-a-user-i-want-to-view-a-list-of-all-locations-available
  • 23-as-a-user-i-want-to-view-information-of-all-locations-available
  • page-for-all-workingSpaces
  • 24-hotfix-development-directory
  • 13-as-a-moderator-i-want-to-be-able-to-amend-and-remove-existing-locations-spaces-features
  • 7-as-a-user-i-want-to-see-all-of-the-working-spaces-available
  • 22-hotfix-templating-directory
  • 15-as-a-user-i-want-to-find-out-what-tramshed-is-so-that-i-can-access-their-working-spaces
  • 3-as-a-moderator-i-want-to-be-able-to-add-new-locations-spaces-features
  • 7-as-a-user-i-want-to-see-all-of-the-working-spaces-available-2
  • 16-as-a-user-i-want-to-be-able-to-find-information-about-tramshed-on-a-webpage-2
21 results

OurSpaces.html

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>