-
Notifications
You must be signed in to change notification settings - Fork 0
/
jp_am.html
147 lines (130 loc) · 5.45 KB
/
jp_am.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
<!DOCTYPE HTML>
<!--
TXT by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>ベリカード集(国内AM局) - JJ1GUJのページ</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<div class="logo container">
<div>
<h1><a href="index.html" id="logo">JJ1GUJのページ</a></h1>
<!--<p>A responsive site template by HTML5 UP</p>-->
</div>
</div>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#">プログラミング</a>
<ul>
<li><a href="programming.html">プログラミング</a></li>
<li><a href="works.html">過去に作った&制作予定の作品</a></li>
</ul>
</li>
<li>
<a href="#">アマチュア無線</a>
<ul>
<li><a href="hamradio.html">アマチュア無線とは</a></li>
<li><a href="hamradio.html#qsl">QSLカードについて</a></li>
<li><a href="contests.html">コンテスト成績</a></li>
</ul>
</li>
<li>
<a href="#">BCL</a>
<ul>
<li><a href="bcl.html">BCLとは</a></li>
<li>
<a href="#">ベリカード集</a>
<ul>
<li class="current"><a href="jp_am.html">国内AM局</a></li>
<li><a href="jp_fm.html">国内FM局</a></li>
<li><a href="shortwave.html">海外局・短波局</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="contact.html">contact me</a>
</li>
<li><a href="english.html">English</a></li>
</ul>
</nav>
<!-- Main -->
<section id="main">
<div class="container">
<div class="row">
<div class="col-12">
<div class="content">
<!-- Content -->
<article class="box page-content">
<header>
<h2>ベリカード集</h2>
<p>国内AM局</p>
</header>
<section>
<span class="image featured"><img src="images/pic05.jpg" alt="" /></span>
<p>
今まで集めたベリカードのうち, 国内AM局のものを紹介します.
AMの周波数帯は夜になると遠くまで電波が届くことが知られており,
夜にラジオを付けると様々な場所の放送を聞くことができます.
</p>
</section>
<section>
<h3>工事中</h3>
<a href="#" class="image featured"><img src="images/pic01.jpg" alt="" /></a>
<p>
Comming soon!
</p>
</section>
</article>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row gtr-200">
<div class="col-12">
<!-- Contact -->
<section>
<h2 class="major"><span>Get in touch</span></h2>
<ul class="contact">
<li><a class="icon brands fa-twitter" href="https://twitter.com/jj1guj"><span class="label">Twitter</span></a></li>
</ul>
</section>
</div>
</div>
<!-- Copyright -->
<div id="copyright">
<ul class="menu">
<li>© JJ1GUJ. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Published with: <a href="https://pages.github.com/">Github pages</a></li>
</ul>
</div>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>