-
Notifications
You must be signed in to change notification settings - Fork 3
/
14.html
executable file
·66 lines (62 loc) · 2.04 KB
/
14.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<title>MB??</title>
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/slick.css" rel="stylesheet" type="text/css">
<link href="css/slick-theme.css" rel="stylesheet" type="text/css">
<link href="css/cmn_layout.css" rel="stylesheet" type="text/css">
<link href="css/student.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/slick.min.js"></script>
</head>
<body>
<header>
<h1><a href="index.html"><img src="img/logo.png" alt="HAL EVENT WEEK"></a></h1>
</header>
<div class="wrapper">
<article>
<section id="app">
<h2 class="ttl02">MB04<span>アプリ / プレゼン</span></h2>
<p class="icon"><img src="img/14/samune.jpeg" width="200px" height="200px" alt=""></p>
<section class="name">
<h3 class="ttl03">氏名</h3>
<p>松本 泰佳<span>(まつもと ひろよし)</span></p>
</section>
<section class="title">
<h3 class="ttl03">作品名</h3>
<p>MENMA</p>
</section>
<section class="appeal">
<h3 class="ttl03">アピールポイント</h3>
<p>ラーメン</p>
</section>
<section class="comp">
<h3 class="ttl03">作品イメージ</h3>
<ul class="slider">
<li><img src="img/14/01.PNG" alt=""></li>
<li><img src="img/14/02.PNG" alt=""></li>
<li><img src="img/14/03.PNG" alt=""></li>
</ul>
</section>
<section class="item">
<ul>
<li><a href="img/14/card.png">名刺カード</a></li>
<li><a href="img/14/presentation.png">プレゼンボード</a></li>
</ul>
</section>
</section>
</article>
</div>
<div class="goTop">
<p><a href="#">↑</a></p>
</div>
<footer>
<p><small>HAL OSAKA IW13A627 © ALL RIGHTS RESERVED.</small></p>
</footer>
</body>
</html>