-
Notifications
You must be signed in to change notification settings - Fork 0
/
impress.html
39 lines (36 loc) · 1.16 KB
/
impress.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Impress</title>
<meta charset="UTF-8">
<meta name="description" content="Story Telling Studies">
<meta name="Thomas Mildner">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700" rel="stylesheet">
</head>
<body>
<div class="content">
<h1>Impress</h1>
<h2>Contact:</h2>
<p class="information-paragraph">
Thomas Mildner</br>
mail: thomas.mildner(at)ucdconnect.ie</br></br>
Postgraduate Researcher at University College Dublin</br>
The Creative Language System Group</br>
School of Computer Science</br>
</p>
</div>
<div class="back-button">
<a href="index.html"><img src="img/arrow.svg">BACK</a>
</div>
<div id="footer">
<div id="footer-content">
<a id="footer-information" href="information.html">more information</a>
<div></div>
<div></div>
<a></a>
</div>
</div>
</body>
</html>