diff --git a/database.sqbpro b/database.sqbpro
deleted file mode 100644
index f8394f0ac3df38e586b4e5e9669912e2ef81298b..0000000000000000000000000000000000000000
--- a/database.sqbpro
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><sqlb_project><db path="C:/Users/c21054715/OneDrive - Cardiff University/Documents/Client Project 2021/client-project-15/database.db" readonly="0" foreign_keys="1" case_sensitive_like="0" temp_store="0" wal_autocheckpoint="1000" synchronous="2"/><attached/><window><main_tabs open="structure browser pragmas query" current="1"/></window><tab_structure><column_width id="0" width="300"/><column_width id="1" width="0"/><column_width id="2" width="150"/><column_width id="3" width="2792"/><column_width id="4" width="0"/><expanded_item id="0" parent="1"/><expanded_item id="1" parent="1"/><expanded_item id="2" parent="1"/><expanded_item id="3" parent="1"/></tab_structure><tab_browse><current_table name="4,10:mainWorkspaces"/><default_encoding codec=""/><browse_table_settings><table schema="main" name="AdditionalPhotos" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_"><sort/><column_widths><column index="1" value="61"/><column index="2" value="300"/><column index="3" value="153"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table><table schema="main" name="Workspaces" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_"><sort/><column_widths><column index="1" value="61"/><column index="2" value="95"/><column index="3" value="300"/><column index="4" value="300"/><column index="5" value="300"/><column index="6" value="299"/><column index="7" value="264"/><column index="8" value="172"/><column index="9" value="258"/><column index="10" value="300"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table></browse_table_settings></tab_browse><tab_sql><sql name="SQL 1"></sql><current_tab id="0"/></tab_sql></sqlb_project>
diff --git a/templates/login.html b/templates/login.html
index 2afe211ba218c72088bb47706bf25f60ad1a3bec..2d1413fac3203cf5d9aa2b82edf8394bb207c683 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -25,8 +25,23 @@
 	 <p>Enter Username: </p>
 	 <br>
 	<input type = "text" name = "username" placeholder="Username.." ><br>
+	<br>
+	<br>
 	<button type = "submit" id='mySubmit'> Submit </button>
+	<br>
+	<br>
 </form>
+<div class="row">
+  <div class="column">
+    <img src="https://creativecardiff.org.uk/sites/default/files/tramshed.jpg" alt="Working space" style="width:100%">
+  </div>
+  <div class="column">
+    <img src="https://coworker.imgix.net/photos/united-kingdom/cardiff/tramshed-tech/2.jpg?w=1200&h=0&q=90&auto=format,compress&fit=crop&mark=/template/img/wm_icon.png&markscale=5&markalign=center,middle" alt="Employee in working space" style="width:100%">
+  </div>
+  <div class="column">
+    <img src="https://miro.medium.com/max/3984/1*6y4ymVFdD-qcmN647Ljf6Q.png" alt="Mountains" style="width:100%">
+  </div>
+</div>
 <!--{% block mainBlock %}{% endblock %}-->
 	</body>
 </html>