-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
61 lines (55 loc) · 2.76 KB
/
contact.html
File metadata and controls
61 lines (55 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<title>DEBBIE Project</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
ul {
flex-wrap: wrap;
display: flex;
font-family: Tahoma, Geneva, sans-serif;
}
ul li {
flex: 1 0 33%;
font-family: Tahoma, Geneva, sans-serif;
}
p {
font-family: Tahoma, Geneva, sans-serif;
}
</style>
<body>
<!-- Navbar (sit on top) -->
<div class="top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<img src="images/flyer.png" width="60" height="60"></a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right">
<a href="https://projectdebbie.github.io/#about" class="w3-bar-item w3-button w3-padding-16" style="text-decoration:none">About</a>
<a href="https://projectdebbie.github.io/#ontology" class="w3-bar-item w3-button w3-padding-16" style="text-decoration:none">Ontology</a>
<a href="https://projectdebbie.github.io/#database" class="w3-bar-item w3-button w3-padding-16" style="text-decoration:none">Database</a>
<a href="https://projectdebbie.github.io/documentation.html" class="w3-bar-item w3-button w3-padding-16" style="text-decoration:none">Documentation</a>
<a href="https://projectdebbie.github.io/#research" class="w3-bar-item w3-button w3-padding-16" style="text-decoration:none">Research</a>
<a href="https://projectdebbie.github.io/#team" class="w3-bar-item w3-button w3-padding-16" style="text-decoration:none">Team</a>
<a href="https://projectdebbie.github.io/contact.html" class="w3-bar-item w3-button w3-padding-16">Contact</a>
</div>
</div>
</div>
<br>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide w3-center" style="max-width:1245px; min-width:1245px;" id="home">
<img class="w3-image w3-center" style="border-radius: 25px;" src="images/Debbie_long.png" alt="Debbie_img">
</header>
<!-- Page content max-width:1564px -->
<div class="w3-content w3-padding w3-white w3-center" style="max-width:1300px; min-width: 1300px;">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSehs0j8huWTR4mUYsA0s7nky2nA9_k3WkK1Tu3Yo2runRjWzQ/viewform?embedded=true" width="800" height="1400" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<!-- Funding Section -->
<div class="w3-container w3-padding-16" style="border-radius: 25px; background-color: #F7F7F7;" id="ontology">
<p> This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Sklodowska-Curie grant agreement No 751277
</p>
</div>
<!-- End page content -->
<!-- Footer -->
</body>
</html>