This commit is contained in:
Yasuaki Uechi
2017-10-07 11:43:26 +09:00
commit 362ff17ac4
88 changed files with 2856 additions and 0 deletions

26
_pages/404.html Normal file
View File

@@ -0,0 +1,26 @@
---
title: Page Not Found
permalink: "/404.html"
excerpt: ''
---
<!DOCTYPE html>
<html>
{% include head.html %}
<style>
h1 {
font-size: 12em;
font-weight: 100;
margin: 0;
}
</style>
<body>
{% include header.html %}
<section class='page-section error-page'>
<div class='container-narrow text-center py-md-8'>
<h1>404</h1>
<p class="lead">This page could not be found</p>
</div>
</section>
</body>
</html>

20
_pages/author.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: Author
permalink: "/author"
layout: post
---
I'm **Yasuaki Uechi**, a graduate student studying about timeseries data analysis. I was born in Okinawa, Japan in 1994 and have been living in Kanagawa.
# Contact
Reach me at `uechi@sfc.keio.ac.jp`.
# Facts
- Irish music addict: Not only listening to music, also playing Tin whistle, Irish fiddle and Bodhrán.
- Photograph: taking a photograph while traveling around the globe.
# Current activities
- Graduate school of Keio University.

42
_pages/index.html Normal file
View File

@@ -0,0 +1,42 @@
---
permalink: "/"
layout:
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div class="metro">
<h1><a class="logo" href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
<nav>
<ul class="menu">
<li class="menu__item">
<a href="/author">Author</a>
</li>
<li class="menu__item">
<a href="/wallpaper">Wallpaper</a>
</li>
<li class="menu__item">
<a href="https://twitter.com/{{ site.twitter.username }}">Twitter</a>
</li>
<li class="menu__item">
<a href="https://github.com/{{ site.github.username }}">GitHub</a>
</li>
</ul>
</nav>
</div>
<section>
{% for post in site.posts %}
<article class="article-list__item">
<h2 class="article-list__item__title"><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2>
<!-- <time class="article-list__item__pubdate" pubdate>{{ post.date | date: '%B %d, %Y' }}</time> -->
<article class="article-list__item__excerpt">{{ post.excerpt | strip_html | truncate: 140, "..." }}</article>
<a class="article-list__item__button" href="{{ post.url | prepend: site.baseurl }}">Read more</a>
</article>
{% endfor %}
</section>
{% include footer.html %}
</body>
</html>

23
_pages/typeface.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: Typeface Design Kit
permalink: "/typeface"
layout: post
---
<div style="text-align: center">
<img src="{{ site.baseurl }}/images/typeface/thumbnail.png" />
</div>
## Handwriting Typeface Template for Alphabet A-Z
[Download (.pdf)]({{ site.baseurl }}/images/typeface/Typeface_A-Z.pdf)
## Handwriting Typeface Template for Hiragana (ひらがな)
[Download (.pdf)]({{ site.baseurl }}/images/typeface/Typeface_Hiragana.pdf)
## Typeface Design Kit (.sketch)
[Download (.zip)]({{ site.baseurl }}/images/typeface/TypefaceDesignKit.zip)
## License
MIT License

35
_pages/wallpaper.md Normal file
View File

@@ -0,0 +1,35 @@
---
title: Wallpaper
permalink: "/wallpaper"
layout: post
---
Right-click and choose __Save Image__ to download wallpapers designed for OS X.
![Ridge]({{ site.baseurl }}/images/wallpaper/ridge.png)
![Starrysky Orange]({{ site.baseurl }}/images/wallpaper/starrysky-orange.png)
![Desert]({{ site.baseurl }}/images/wallpaper/desert.png)
![Bricks]({{ site.baseurl }}/images/wallpaper/bricks.png)
![Starry Sky]({{ site.baseurl }}/images/wallpaper/starrysky.png)
![Dawn]({{ site.baseurl }}/images/wallpaper/dawn.png)
![Path]({{ site.baseurl }}/images/wallpaper/path.png)
![Shrine]({{ site.baseurl }}/images/wallpaper/shrine.png)
## Monochrome
![Ridge Monochrome]({{ site.baseurl }}/images/wallpaper/ridge-mono.png)
![Ridge Monochrome 2]({{ site.baseurl }}/images/wallpaper/ridge-mono2.png)
![Desert Monochrome]({{ site.baseurl }}/images/wallpaper/desert-mono.png)
![Bricks Monochrome]({{ site.baseurl }}/images/wallpaper/bricks-mono.png)
![Shrine Monochrome]({{ site.baseurl }}/images/wallpaper/shrine-mono.png)