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

Space.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    locations.html 1.60 KiB
    <!DOCTYPE html>
    <html>
      <head>
        <link rel="stylesheet" href= "css/locations.css">
        <title> Locations </title>
      </head>
      <body>
        <section>
    
            <h1><img src="https://www.4piproductions.com/wp-content/uploads/2017/04/tramshed_.png" class="logo"> Our Locations </h1>
          <button>
             <span></span>
             <span></span>
             <span></span>
          </button>
          <nav>
             <ul>
               <li><a href="#"> Home </a></il>
                 <li><a href="#"> ### </a></il>
                   <li><a href="#"> ### </a></il>
                </ul>
          </nav>
    
        <div class="contain">
          <ul class= "list">
        <li>
          <div class="container">
              <img src="https://images.squarespace-cdn.com/content/v1/55439320e4b0f92b5d6c4c8b/1646867535415-4JI39H286BUMT26H4FHN/C36A1915.jpg?format=2500w" class="image"  >
    
              <div class="middle">
                  <div class="text"> Codebase </div>
                </div>
              </div>
            </li>
    
            <li>
              <div class="container">
              <img src="https://wearecatalyst.org/wp-content/uploads/2022/05/Catalyst03.jpg" class="image"  >
    
              <div class="middle">
                  <div class="text"> Catalyst </div>
                </div>
              </div>
            </li>
            <li>
              <div class="container">
              <img src="https://images.squarespace-cdn.com/content/v1/5709040420c647579532dbb4/1594914119071-OWI9G22S295OCMSWL0VL/_K5L1162.jpg?format=2500w" Class="image"  >
          </li>
        </ul>
        </div>
        </section>
      <script src="C:\Users\c22086220\OneDrive - Cardiff University\Desktop\our locations\JScript\locations.js"> </script>
    
      </body>