-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle-1.html
94 lines (82 loc) · 5.11 KB
/
article-1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utg-8">
<title>How to jekyll&GitHub Pages</title>
<link href="https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css" rel="stylesheet" />
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js" integrity="sha384-pjaaA8dDz/5BgdFUPX6M/9SUZv4d12SUPF0axWc+VRZkx5xU3daN+lYb49+Ax+Tl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://i.icomoon.io/public/temp/8b185515c6/UntitledProject/style.css">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/article.css">
<svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="icon-arrow-left2" viewBox="0 0 32 32">
<title>もどる</title>
<a href="">
<rect width="100%" height="100%" style="fill: transparent;"/>
<path fill=#57C4B9 d="M12.586 27.414l-10-10c-0.781-0.781-0.781-2.047 0-2.828l10-10c0.781-0.781 2.047-0.781 2.828 0s0.781 2.047 0 2.828l-6.586 6.586h19.172c1.105 0 2 0.895 2 2s-0.895 2-2 2h-19.172l6.586 6.586c0.39 0.39 0.586 0.902 0.586 1.414s-0.195 1.024-0.586 1.414c-0.781 0.781-2.047 0.781-2.828 0z"></path>
</a>
</symbol>
<symbol id="icon-arrow-right2" viewBox="0 0 32 32">
<title>つぎへ</title>
<a xlink:href="/article-2">
<rect width="100%" height="100%" style="fill: transparent;"/>
<path fill=#57C4B9 d="M19.414 27.414l10-10c0.781-0.781 0.781-2.047 0-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828 0s-0.781 2.047 0 2.828l6.586 6.586h-19.172c-1.105 0-2 0.895-2 2s0.895 2 2 2h19.172l-6.586 6.586c-0.39 0.39-0.586 0.902-0.586 1.414s0.195 1.024 0.586 1.414c0.781 0.781 2.047 0.781 2.828 0z"></path>
</a>
</symbol>
</defs>
</svg>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/header.css">
</head>
<body>
<header>
<a href="">jekyllとGitHub Pagesの使い方</a>
</header>
</body>
</html>
<div id="main">
<div class="container">
<div class="row">
<div class="col-12 col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="box">
<h1><strong>このサイトについて</strong></h1>
<p><h2 id="あいさつ">あいさつ</h2>
<p><img src="/img/article-1/article-1.png" alt="img" />
このサイトはjekyllとGitHub Pagesで構築しました。</p>
<p><del>本サイトでは以下の3コースを用意しています。</del>
<del><strong>・一からブログ作成コース</strong></del><br />
<del><strong>・テンプレートでブログ作成コース</strong></del><br />
<del><strong>・GUIで楽々ブログ作成コース</strong></del></p>
<p><del><strong>*・一からブログ作成コース</strong>は、HTML/css/JavaScriptをつかってブログを作成します。コーディングが伴うため、もっとも難易度が高くなります。</del></p>
<p><del><strong>・テンプレートでブログ作成コース</strong>は、既に用意されたテンプレートを使ってブログを作成します。ほとんどコーディングを行わないため、難易度は比較的低めです。</del></p>
<p><del><strong>・GUIで楽々ブログ作成コース</strong>は、Jekyll Adminというソフトを使うことで、もっとも簡単にブログを作成します。</del></p>
</p>
<div id="link-arrow">
<svg class="icon icon-arrow-right"><use xlink:href="#icon-arrow-right2"></use></svg>
</div>
</div>
</div>
</div>
</div>
</div>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/footer.css">
</head>
<body>
<footer>
<a class="twitter" href="https://twitter.com/zakkuri_manabu"><i class="fab fa-twitter"></i></a>
<a class="github" href="https://github.com/zakkuri-manabu"><i class="fab fa-github"></i></a>
</footer>
</body>
</html>
</body>
</html>