2016-05-23 11:04:47 +00:00
<!DOCTYPE html>
< html >
< head >
< link href = "bower_components/normalize-css/normalize.css" rel = "stylesheet" >
< link href = "bower_components/font-awesome/css/font-awesome.min.css" rel = "stylesheet" >
< link href = "bower_components/unsemantic/assets/stylesheets/unsemantic-grid-responsive-tablet.css" rel = "stylesheet" >
< link href = "assets/css/index.css" rel = "stylesheet" >
2016-05-23 11:52:34 +00:00
< meta name = "author" content = "Naoki Rinmous" >
2016-05-23 11:04:47 +00:00
< meta charset = "utf-8" >
< title > Naoki Rinmous is here!< / title >
< / head >
< body >
< div id = "main-box" >
< div class = "grid-container" id = "header" >
2016-05-23 11:52:34 +00:00
< div class = "grid-25 mobile-grid-100" >
2016-05-23 11:04:47 +00:00
< div id = "profile-picture-container" >
< span id = "profile-picture" > < / span >
< / div >
< / div >
2016-05-23 11:52:34 +00:00
< div class = "grid-75 mobile-grid-100 content" >
2016-05-23 11:04:47 +00:00
< h1 > Hey, it's < span class = "name" > Naoki Rinmous!< / span > < / h1 >
< div class = "account account-white" >
< i class = "fa fa-key" aria-hidden = "true" > < / i >
< a href = "https://keybase.io/amphineko" > keybase.io/amphineko< / a >
< / div >
< div class = "account account-white" >
< i class = "fa fa-github" aria-hidden = "true" > < / i >
< a href = "https://github.com/amphineko" > @amphineko< / a >
< / div >
< div class = "account account-white" >
< i class = "fa fa-twitter" aria-hidden = "true" > < / i >
< a href = "https://twitter.com/amphineko" > @amphineko< / a >
< / div >
< div class = "account account-white" >
< i class = "fa fa-weibo" aria-hidden = "true" > < / i >
< a href = "http://weibo.com/uncookie" > @(uid=uncookie)< / a >
< / div >
< / div >
< / div >
2016-05-23 11:52:34 +00:00
< div class = "grid-container" id = "site-links" >
< div class = "grid-20 mobile-grid-100 entry" >
< a href = "https://futa.moe/" > < i class = "fa fa-server" aria-hidden = "true" > < / i > futa.moe< / a >
< / div >
< div class = "grid-40 mobile-grid-100 entry" >
< a class = "disabled" href = "#" > < i class = "fa fa-th-list" aria-hidden = "true" > < / i > Gallery (under construction)< / a >
< / div >
< div class = "grid-40 mobile-grid-100 entry" >
< a class = "disabled" href = "#" > < i class = "fa fa-code" aria-hidden = "true" > < / i > Blog (under construction)< / a >
< / div >
< / div >
2016-05-23 11:04:47 +00:00
< div class = "grid-container" id = "body" >
2016-05-23 11:52:34 +00:00
< div class = "grid-50 mobile-grid-100 tile" id = "self-introduction" >
2016-05-23 11:04:47 +00:00
< h2 > who am I...< / h2 >
< p >
a simple & naïve senior student,< br / >
in love with Computer Science & programming,< br / >
trying to change the way to live for people
< / p >
< / div >
2016-05-23 11:52:34 +00:00
< div class = "grid-50 mobile-grid-100 tile" id = "social-accounts" >
2016-05-23 11:04:47 +00:00
< h2 > how to reach?< / h2 >
< div class = "account account-dark" >
< i class = "fa fa-plane" aria-hidden = "true" > < / i >
< span > Ingress Agent< / span >
< a href = "http://weibo.com/uncookie" > @NekoSauce< / a >
< / div >
< div class = "account account-dark" >
< i class = "fa fa-steam" aria-hidden = "true" > < / i >
< span > Steam< / span >
< a href = "http://weibo.com/uncookie" > NekoSauce< / a >
< / div >
< div class = "account account-dark" >
< i class = "fa fa-send" aria-hidden = "true" > < / i >
< span > Telegram< / span >
< a href = "http://weibo.com/uncookie" > @amphineko< / a >
< / div >
< / div >
< / div >
< div id = "footer" >
< span > Copyright © 2016 Naoki Rinmous.< / span >
< span > Powered by < a href = "https://github.com/necolas/normalize.css/" > normalize.css< / a > , < a href = "http://fontawesome.io/" > Font Awesome< / a > and < a href = "http://unsemantic.com/" > unsemantic< / a > .< / span >
< / div >
< / div >
< / body >
< / html >