-
Notifications
You must be signed in to change notification settings - Fork 3
/
18.html
executable file
·68 lines (64 loc) · 2.1 KB
/
18.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
67
68
<!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>MB05</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">MB05<span>アプリ</span></h2>
<p class="icon"><img src="img/18/plf_18.jpg" alt=""></p>
<section class="name">
<h3 class="ttl03">氏名</h3>
<p>吉川 彩菜<span>(よしかわ あやな)</span></p>
</section>
<section class="title">
<h3 class="ttl03">作品名</h3>
<p>Real Lady</p>
</section>
<section class="appeal">
<h3 class="ttl03">アピールポイント</h3>
<p>・オシャレ専門のSNSアプリ</p>
<p>・分かりやすいカテゴリ分け</p>
<p>・hotpepperAPIの利用!</p>
</section>
<section class="comp">
<h3 class="ttl03">作品イメージ</h3>
<ul class="slider">
<li><img src="img/18/01.png" alt=""></li>
<li><img src="img/18/02.png" alt=""></li>
<li><img src="img/18/03.png" alt=""></li>
</ul>
</section>
<section class="item">
<ul>
<li><a href="img/18/card.png">名刺カード</a></li>
<li><a href="pdf/18/hew_bord_18.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>