-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 1.95 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<title>筑波大学ディジタルコンテンツ表現実習 制作展ウェブサイト</title>
<meta
name="description"
content="筑波大学情報メディア創成学類の授業ディジタルコンテンツ表現実習の制作展の各年度のウェブサイトが閲覧できます。各年度のリンクからアーカイブをご覧ください。"
/>
<meta
name="keywords"
content="筑波大学, ディジコン, ディジタルコンテンツ, メ創, mast, メディア創成"
/>
<meta name="author" content="Kosaku Namikawa, Yoichi Ochiai" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/Normalize.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/devicewidth.js"></script>
</head>
<body>
<main class="wrap">
<div class="mainv">
<img src="img/hero.png" alt="" class="mainvisual" />
<h1>ディジタルコンテンツ表現実習サイトマップ</h1>
<ul>
<li>
<a href="https://yofukashi-ten.github.io/dcx16/" class="first"
>2016</a
>
</li>
<li>
<a href="https://digitalcontents2017.github.io" class="second"
>2017</a
>
</li>
<li><a href="" class="third">2018</a></li>
<li>
<a href="https://twitter.com/dgexpo2019" class="fourth">2019</a>
</li>
<li>
<a href="https://madoten-f0536.web.app" class="fifth">2020</a>
</li>
<li><a href="/2021/" class="sixth">2021</a></li>
<li><a href="/2022/" class="seventh">2022</a></li>
<li><a href="/2023/" class="eighth">2023</a></li>
<li><a href="/2024/" class="ninth">2024</a></li>
</ul>
</div>
</main>
</body>
</html>