-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reference.html
179 lines (170 loc) · 7.73 KB
/
Reference.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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pokémon Character</title>
<link rel="stylesheet" href="./Reference.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/9-4-1/css/9-4-1.css">
<script>
$(document).ready(function(){
$('.slider').bxSlider();
});
function Click_Sub() {
if (document.all.div1.style.display == "none") {
document.all.div1.style.display = "block"
} else {
document.all.div1.style.display = "none"
}
}
</script>
</head>
<body>
<header>
<nav style="background-image:url(./images/images.jpg)" class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand" href="./home.html">
<img src="./images/logo.png" width="180" height="60">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a style="font-size: 18pt; color: #000000;" class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<b>Game</b>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a style="font-size: 18pt; color: #000000;" class="dropdown-item" href="https://www.pokemon.com/us/pokemon-video-games">Company</a>
<a style="font-size: 18pt; color: #000000;" class="dropdown-item" href="./History.html">History</a>
</div>
</li>
<a style="font-size: 18pt; color: #000000;" class="nav-link" href="./Character.html"><b>Character</b> <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a style="font-size: 18pt; color: #000000;" class="nav-link" href="./Goods.html"><b>Goods</b> <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<div style="height: 86px;"></div>
<div class="alal">
<h1>WEB</h1>
<ul>
<li><a href="https://mdbootstrap.com/docs/standard/navigation/footer/#!">URL1</a></li>
<li><a href="https://saruwakakun.com/html-css/reference/css-sample">URL2</a></li>
<li><a href="https://codepen.io/zingchart/full/BzmdwQ">URL3</a></li>
<li><a href="https://www.sliderrevolution.com/design/cool-javascript-animations/">URL3</a></li>
<li><a href="http://designblog.nesuta.com/">URL4</a></li>
<li><a href="https://www.pokemon.co.jp/">URL5</a></li>
<li><a href="https://www.pokemon.com/us/pokemon-video-games">URL6</a></li>
<li><a href="https://saruwakakun.com/html-css/reference/css-sample#section2">URL7</a></li>
<li><a href="https://codepen.io/mavrK/pen/wWrqMJ">URL8</a></li>
<li><a href=" https://codepen.io/Tetsu/pen/MeQpLr">URL9</a></li>
<li><a href="https://www.pokemoncenter.com/?utm_source=p&utm_medium=referral&utm_term=GUS">URL10</a></li>
</ul>
<h1>APP</h1>
<ul>
<li><a href="https://nonbirimaru.net/pokeball/">URL1</a></li>
<li><a href="https://commons.nicovideo.jp/material/nc142092">URL2</a></li>
<li><a href="https://www.youtube.com/watch?v=bzJSQjyVJDE">URL3</a></li>
<li><a href="https://www.youtube.com/watch?v=PK2VW8bngGU&t=54s">URL4</a></li>
<li><a href="https://www.youtube.com/watch?v=qZRuTj-jTpU&t=18s">URL5</a></li>
<li><a href="https://commons.nicovideo.jp/users/upload/170204">URL6</a></li>
<li><a href="https://twiman.net/user/1001486826652094469/illust/1365315879727026186">URL7</a></li>
<li><a href="https://www.youtube.com/watch?v=mBU_jhnEMNg">URL8</a></li>
<li><a href="https://gallery.appinventor.mit.edu/?galleryid=6202565184585728">URL9</a></li>
</ul>
</div>
</main>
<!-- Footer -->
<footer class="text-center text-lg-start bg-white text-muted">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Pokemon official SNS:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="https://www.facebook.com/Pokemon.Official.Taiwan/" class="me-4 link-secondary">
<img src="./images/facebook.png" width="50" height="50">
</a>
<a href="https://tw.portal-pokemon.com/" class="me-4 link-secondary">
<img src="./images/Google.webp" width="50" height="50">
</a>
<a href="https://www.youtube.com/channel/UCUsB9KTwSGgPlIARzdaKb_Q" class="me-4 link-secondary">
<img src="./images/YouTube.png" width="50" height="50">
</a>
<a href="https://vt.tiktok.com/ZSJVSayaq/" class="me-4 link-secondary">
<img src="./images/tiktok.png" width="50" height="43">
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
Q&A
</h6>
<p>
GOOGLFORM
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Reference
</h6>
<p>
<a href="./Reference.html" class="text-reset">URL</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Company Information</h6>
<p>8F, Roppongi Roppongihiruzumoritawa(8-k, Minato Ku, Tokyo To, 106-6108, Japan</p>
<p>
<i class="fas fa-envelope me-3 text-secondary"></i>
〒106-6108
</p>
<p>TEL: 03-5775-9103</p>
<p>FAX: 03-5775-9117</p>
</div>
<div class="col-md-5 col-lg-4 col-xl-4 mx-auto mb-md-0 mb-4">
<h4>Location</h4>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3241.66043974082!2d139.72700071468148!3d35.66073678019909!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6018eaf5cd33dde1%3A0x53dc97121c168887!2sPok%C3%A9mon%20Company!5e0!3m2!1szh-TW!2stw!4v1669344756666!5m2!1szh-TW!2stw" width="267" height="200" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.025);">
© 2021 Copyright:
<a class="text-reset fw-bold" href="https://mdbootstrap.com/">MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
</body>
</html>