-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
51 lines (49 loc) · 1.67 KB
/
contact.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
<!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 class="active" href="contact.html">Contact</a>
<div class="dropdown">
<button class="dropbtn">ALFRED</button>
<div class="dropdown-content">
<a href="ALFREDBackground.html">Background</a>
<a href="ALFRED.html">Software</a>
<a 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 middle">
<p>
<i class="fas fa-address-card"></i> Beatriz Costa-Gomes<br/>
Twitter: <a href="https://twitter.com/mooniean"> @mooniean</a><br/>
Github: <a href="https://github.com/mooniean"> /mooniean</a> <br/>
E-mail: <a href="mailto:bcostagomes@turing.ac.uk"> bcostagomes@turing.ac.uk</a> <br/>
</p>
</div>
</div>
</div>
<div class="footer">
<p style="text-align:center;"> <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>