-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.07 KB
/
index.html
File metadata and controls
28 lines (25 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UdK MA Fashion Design - Digital Compendium</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 70px;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: normal;
}
</style>
</head>
<body>
<h1>UdK MA Fashion Design - Digital Compendium</h1>
<h2>During the MA Fashion Design at the Fashion Department of the University of Arts Berlin, students are expected to design a compendium to accompany and document the process of master's thesis.
This repo contains a digital framework to visually represent their compendium in a more interactive and creative manner. <br><a href="nielsgercama">Click here for an example :)</a></h2>
</body>
</html>