Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 19 additions & 14 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,24 @@

<body>

<header id="header">
<h1 id="header-title">
<a href="/"><img src="/images/logo.png" alt=""></a>
</h1>
<nav id="header-nav">
<ul>
<li><a href="/"><img src="/images/nav-home.png" alt=""></a></li>
<li><a href="/about.html"><img src="/images/nav-about.png" alt=""></a></li>
<li><a href="/members.html"><img src="/images/nav-members.png" alt=""></a></li>
<li><a href="/outline.html"><img src="/images/nav-outline.png" alt=""></a></li>
<li><a href="/activity.html"><img src="/images/nav-activity.png" alt=""></a></li>
</ul>
</nav>
<header id="header-wrapper">
<div id="header">
<h1 id="header-title">
<a href="/">
<img src="/images/kyokuri.png">
<span>Kyoto<br>Creative Workshop</span>
</a>
</h1>
<nav id="header-nav">
<ul>
<li><a href="/" class="header-nav-home">ホーム</a></li>
<li><a href="/about.html" class="header-nav-about">きょーくりって?</a></li>
<li><a href="/members.html" class="header-nav-members">メンバー</a></li>
<li><a href="/outline.html" class="header-nav-outline">きょーくりっ概要</a></li>
<li><a href="/activity.html" class="header-nav-activity">活動について</a></li>
</ul>
</nav>
</div>
</header>

<section id="content">
Expand All @@ -39,4 +44,4 @@ <h1 id="header-title">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</body>
</html>
</html>
Binary file removed images/background.png
Binary file not shown.
Binary file removed images/bar-1.png
Binary file not shown.
Binary file removed images/bar-2.png
Binary file not shown.
Binary file removed images/bar-3.png
Binary file not shown.
Binary file added images/kyokuri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/logo.png
Binary file not shown.
Binary file removed images/nav-about.png
Binary file not shown.
Binary file removed images/nav-activity.png
Binary file not shown.
Binary file removed images/nav-home.png
Binary file not shown.
Binary file removed images/nav-members.png
Binary file not shown.
Binary file removed images/nav-outline.png
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="section-title">Event</h2>

<section id="news-section" class="top-section">
<h2 class="section-title">What's new</h2>
<ul class="posts" class="section-content">
<ul class="posts section-content">
{% for post in site.posts limit:3 %}
<li class="post">
<p class="post-category">
Expand Down
315 changes: 315 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading