-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 1.9 KB
/
index.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>加藤のgit</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
</head>
<body>
<div id="wrap">
<header id="top">
<h1>GITHUB.IO by KATO</h1>
</header>
<div class="conte">
<article>
<ul class="left jun">
<a href="http://a-k.sub.jp/baser/" target="_blank"><li><img src="img/baser_s.png" alt="hohel">baser<span>baserCMSに挑戦</span></li></a>
<a href="http://a-k.sub.jp/blogsite/temp/" target="_blank"><li><img src="img/temp_s.png" alt="hohel">Temp<span>WordPressニュースサイト用オリジナルテンプレート</span></li></a>
<a href="hotel"><li><img src="img/hotel_s.png" alt="hohel">ホテル<span>練習用サイト</span></li></a>
<a href="icedream"><li><img src="img/icedream_s.png" alt="icedream">icedream<span>jsを全く使わないサイトデザイン</span></li></a>
<a href="aoki"><li>AOKI<img src="img/aoki_s.png" alt="icedream"><span>jQueryを使わない生のjsとcssのみのサイト</span></li></a>
<a href="index2.html"><li>APIテスト<img src="img/app_s.png" alt="icedream"><span>RailsでAPIを作成しHTMLで受け取る</span></li></a>
</ul>
<p class="ryumin">埋め込みフォントのテスト 「リュウミン」</p>
<p class="midashi-mi">埋め込みフォントのテスト 「見出し明朝」</p>
</article>
</div>
</div>
<footer>
<address>© kato.kaisya</address>
<p id="pagetop" class="btn01 cleafix"><a href="#top">∧ページの先頭へ∧</a></p>
<p id="pageback" class="btn01 cleafix"><a href="javascript:history.go(-1)"><<前ページに戻る</a></p>
</footer>
<script src="https://use.typekit.net/nei6ruw.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</body>
</html>