-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
128 lines (111 loc) · 3.89 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
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
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ハスケる - Home</title>
<link rel="stylesheet" href="./css/bulma.css" />
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
</head>
<body class="has-navbar-fixed-top">
<!-- <header> -->
<!-- <div class="logo"> -->
<!-- <a href="/">ハスケる</a> -->
<!-- </div> -->
<!-- <nav> -->
<!-- <a href="/">Home</a> -->
<!-- <a href="/about.html">About</a> -->
<!-- <a href="/contact.html">Contact</a> -->
<!-- <a href="/archive.html">Archive</a> -->
<!-- </nav> -->
<!-- </header> -->
<nav class="navbar is-primary is-fixed-top">
<div class="container">
<div class="navbar-brand">
<a href="./" class="navbar-item">
<font size="6px">ハスケる ~ Haskell ~</font>
<!-- <img src="https://bulma.io/images/bulma-type-white.png" alt="Logo"> -->
</a>
<span class="navbar-burger burger" data-target="navbarMenuHeroA">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenuHeroA" class="navbar-menu">
<div class="navbar-end">
<a href="./" class="navbar-item">
<div>
<font size="5px" color>HOME</font>
</br>
<font size="2px" color>ホームページ</font>
</div>
</a>
<a href="./about.html" class="navbar-item">
<div>
<font size="5px" color>ABOUT</font>
</br>
<font size="2px" color>アバウト</font>
</div>
</a>
<a href="./contact.html" class="navbar-item">
<div>
<font size="5px" color>CONTACT</font>
</br>
<font size="2px" color>コンタクト</font>
</div>
</a>
<a href="./archive.html" class="navbar-item">
<div>
<font size="5px" color>ARCHIVE</font>
</br>
<font size="2px" color>アーカイブ</font>
</div>
</a>
</div>
</div>
</div>
</nav>
<!-- <main role="main"> -->
<section class="section">
<div class="container">
<h1 class="title">Home</h1>
<h2 class="subtitle"><div class="container">
<h2>ようこそ</h2>
<img src="./images/haskell-logo.png" style="float: right; margin: 10px;" />
<p>まだ準備中だよ</p>
<p>以下ぽすと</p>
<h2>ポスト</h2>
<section class="section">
<div class="container">
<div class="tile is-parent is-vertical">
<article class="tile is-child notification is-success">
<p><a href="./posts/2018-07-03-start-bulma.html" class="title">Bulmaはじめました</a></p>
<p class="subtitle">July 3, 2018</p>
</article>
<article class="tile is-child notification is-success">
<p><a href="./posts/2018-05-02-start-hakyll.html" class="title">Hakyllを始める</a></p>
<p class="subtitle">May 2, 2018</p>
</article>
</div>
</div>
</section>
<p>他の記事<a href="./archive.html">archives</a>.</p>
</div>
</h2>
</div>
</section>
<!-- </main> -->
<footer class="footer">
<div class="content has-text-centered">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
&
<a href="https://bulma.io/">Bulma</a>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Get all "navbar-burger" elements
var