Skip to content
Snippets Groups Projects

Update static/testSearch.html, templates/OurSpaces.html, templates/Space.html,...

1 file
+ 40
0
Compare changes
  • Side-by-side
  • Inline
OurSpaces.html 0 → 100644
+ 40
0
 
<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>
Loading