Add site
This commit is contained in:
26
_pages/404.html
Normal file
26
_pages/404.html
Normal 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
20
_pages/author.md
Normal 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
42
_pages/index.html
Normal 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
23
_pages/typeface.md
Normal 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
35
_pages/wallpaper.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: Wallpaper
|
||||
permalink: "/wallpaper"
|
||||
layout: post
|
||||
---
|
||||
|
||||
Right-click and choose __Save Image__ to download wallpapers designed for OS X.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Monochrome
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
Reference in New Issue
Block a user