Skip to content
Snippets Groups Projects
Commit e779d9a6 authored by Tao Zhang's avatar Tao Zhang
Browse files

change incorrect format

parents c14c3d9a a0e29833
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<!-- Page content -->
<div class="w3-content" style="max-width: 1100px">
<!-- About Section -->
<div class="w3-row w3-padding-64" id="about">
<div class="w3-row w3-padding-64" id="homecover">
<div class="w3-col m6 w3-padding-large w3-hide-small">
<img
src="images/cardiff2.png"
......@@ -69,73 +69,30 @@
</p>
</div>
<div class="w3-col m6 w3-padding-large w3-hide-small">
<img
src="images/building.jpeg"
class="w3-round w3-image w3-opacity-min"
alt="Table Setting"
width="600"
height="750"
/>
<img src="images/building.jpeg" class="w3-round w3-image w3-opacity-min" alt="Table Setting" width="600" height="750"/>
</div>
</div>
</div>
<div class="w3-container w3-padding-64" id="contact">
<h2>Contact</h2>
<p class="w3-text-blue-grey w3-large">
<b
>Cardiff School of Computer Science & Informatics, Cathays, Cardiff
CF24 4AW</b
>
<b>Cardiff School of Computer Science & Informatics, Cathays, Cardiff CF24 4AW</b>
</p>
<p>
You can also contact us by phone 029 2087 4000 or email
didcotem@cardiff.ac.uk, or you can send us a message here:
You can also contact us by phone 029 2087 4000 or email didcotem@cardiff.ac.uk, or you can send us a message here:
</p>
<form action="/action_page.php" target="_blank">
<input
class="w3-input w3-padding-16"
type="text"
placeholder="Name"
required
name="Name"
/>
<input
class="w3-input w3-padding-16"
type="text"
placeholder="Email"
required
name="Email"
/>
<input
class="w3-input w3-padding-16"
type="datetime-local"
placeholder="Date and time"
required
name="date"
value="2022-10-20T10:30"
/>
<input
class="w3-input w3-padding-16"
type="text"
placeholder="Message \ Special requirements"
required
name="Message"
/>
<input class="w3-input w3-padding-16" type="text" placeholder="Name" required name="Name"/>
<input class="w3-input w3-padding-16" type="text" placeholder="Email" required name="Email"/>
<input class="w3-input w3-padding-16" type="datetime-local" placeholder="Date and time" required name="date" value="20/10/2022"/>
<input class="w3-input w3-padding-16" type="text" placeholder="Message \ Special requirements" required name="Message"/>
<button class="submitButton" type="submit">Send message</button>
</form>
</div>
<footer class="w3-center w3-light-grey footer">
<p>
Powered by
<a
href="https://www.cardiff.ac.uk"
title="Cardiff Website"
target="_blank"
class="w3-hover-text-green"
>Cardff University</a
>
Powered by<a href="https://www.cardiff.ac.uk" title="Cardiff Website" target="_blank" class="w3-hover-text-green">Cardiff University</a>
</p>
</footer>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment