-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.html
More file actions
101 lines (91 loc) · 4.06 KB
/
product.html
File metadata and controls
101 lines (91 loc) · 4.06 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=yes, maximum-scale=2">
<!-- css -->
<link rel="stylesheet" href="css/style/style.css">
<link rel="stylesheet" href="css/index-style.css">
<link rel="stylesheet" href="css/slider.css">
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap" rel="stylesheet">
<!-- スライドショー -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css">
<!-- AOS.js (アニメーション) -->
<link href="https://unpkg.com/aos@next/dist/aos.css" rel="stylesheet">
<title>釧路高専 プログラミング研究会 Product</title>
</head>
<body>
<!-- header -->
<header id="header" class="DownMove">
<h1 id="header_logo"><a href="/">NIT-KCP</a></h1>
<nav id="pc_navi">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="product.html">Product</a></li>
</ul>
</nav>
</header>
<!-- /header -->
<!-- global_title -->
<div id="main_visual">
<div id="main_title">
<h1 class="large_title"><span>PRODUCT</span></h1>
<h3 class="small_title"><span>National Institute of Technology</span> <span>Kushiro College</span> <span>Programming Circle</span></h3>
</div>
<svg class="mv_wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#ffffff" fill-opacity="1" d="M0,192L40,202.7C80,213,160,235,240,224C320,213,400,171,480,165.3C560,160,640,192,720,218.7C800,245,880,267,960,272C1040,277,1120,267,1200,245.3C1280,224,1360,192,1400,176L1440,160L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path>
</svg>
</div>
<!-- /gloval_title -->
<!-- wrapper -->
<div id="wrapper">
<!-- main -->
<main>
<div id="media">
<h2 class="border_title">PRODUCT</h2>
<div class="preparation">
<p>準備中...</p>
</div>
</div>
</main>
<!-- /main -->
</div>
<!-- /wrapper -->
<!-- footer -->
<footer>
<div id="footer_menu">
<div id="footer_navi">
<h3>SITEMAP</h3>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="product.html">Product</a></li>
</ul>
</div>
<div id="footer_portal">
<h3>PORTAL</h3>
<ul>
<li><a href="https://www.kushiro-ct.ac.jp">釧路高専 公式ウェブサイト</a></li>
<li><a href="https://sites.google.com/view/kpc-nitkc/home?authuser=4">旧 プロ研 ホームページ</a></li>
<li><a href="https://github.co.jp">GitHub</a></li>
</ul>
</div>
</div>
<div id="cmark">© 2021 National Institute of Technology Kushiro College Programming Circle, All rights reserved. </div>
</footer>
<!-- /footer -->
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- slick (スライドショー) -->
<script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<!-- AOS.js (アニメーション) -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="js/headerNavi.js"></script>
<script src="js/indexAnime.js"></script>
<script src="js/slider.js"></script>
</body>
</html>