-
Notifications
You must be signed in to change notification settings - Fork 0
/
ALFREDDemo.html
57 lines (55 loc) · 1.95 KB
/
ALFREDDemo.html
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
<!DOCTYPE html>
<html>
<head>
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<!-- CSS made by me -->
<link rel="stylesheet" type="text/css" href="pageStyle.css">
<!-- Icons -->
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<title>Beatriz Costa-Gomes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: 'Raleway';font-weight: lighter;
}
</style>
</head>
<body>
<div class="navbar">
<a href="contact.html">Contact</a>
<div class="dropdown">
<button class="dropbtn active" >ALFRED</button>
<div class="dropdown-content">
<a href="ALFREDBackground.html">Background</a>
<a href="ALFRED.html">Software</a>
<a class="active" href="ALFREDDemo.html">Demo</a>
</div>
</div>
<a href="research.html">Research</a>
<a href="about.html">About</a>
<a href="index.html">Home</a>
</div>
<div class="container">
<div class="row">
<div class="column side left">
<img src="img/alfred_256x256.png" alt="ALFRED logo" width="200" height="200">
</div>
<div class="column middle">
<h1>ALFRED</h1>
<h2>Advanced Labelling Fitting Recognition and Enhancement of Data</h2>
<p>
<br/>
<video width="540" height="400" controls>
<source src="video/ALFRED_demo.mp4" type="video/mp4">
</video><br/>
The software will be available to the public soon but until then, please <a href="mailto:bcostagomes@turing.ac.uk">email</a> me any queries you may have.
</p>
</div>
</div>
</div>
<div class="footer">
<p style="text-align:center;"><a href="https://instagram.com/mooniean" class="fab fa-instagram"></a> <a href="https://twitter.com/mooniean" class="fab fa-twitter"> </a> <a href="https://github.com/mooniean" class="fab fa-github"></a> <a href="mailto:bcostagomes@turing.ac.uk" class="fas fa-envelope"></a></p>
</div>
</body>
</html>