-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (27 loc) · 1.49 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>unibz wireframes index</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" type="image/png" href="assets/favicon.png" />
</head>
<body>
<div class="wrap">
<h1>Wireframes Index</h1>
<p>Here you can find the links to the developed mobile first wireframes for the new university website.</p>
<ul>
<li><a class="index-link" href="http://unibz.github.io/wireframes/home/">Homepage</a></li>
<li><a class="index-link" href="http://unibz.github.io/wireframes/faculty/">Faculty page</a></li>
<li><a class="index-link" href="http://unibz.github.io/wireframes/bachelor/">Bachelor page</a></li>
<li><a class="index-link" href="http://unibz.github.io/wireframes/master/">Master page</a></li>
<li><a class="index-link" href="http://unibz.github.io/wireframes/study/">Study page</a></li>
<li><a class="index-link" href="http://unibz.github.io/wireframes/students/">Students page</a></li>
<li><a class="index-link" href="http://unibz.github.io/wireframes/research/">Research page</a></li>
<li><a class="index-link" href="http://unibz.github.io/wireframes/research-faculty/">Faculty research page</a></li>
<li><a class="index-link" href="http://unibz.github.io/wireframes/competence-centre/">Competence Centre</a></li>
</ul>
</div>
</body>
</html>