2016-05-29 10:05:35 +00:00
<!DOCTYPE html>
2016-05-23 11:04:47 +00:00
< 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" >
2016-06-02 03:28:16 +00:00
< link href = "bower_components/unsemantic/assets/stylesheets/unsemantic-grid-responsive.css" rel = "stylesheet" >
2016-06-02 03:28:50 +00:00
< link href = "assets/css/index.v2.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" >
2016-05-29 10:05:35 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2016-05-23 11:04:47 +00:00
< title > Naoki Rinmous is here!< / title >
< / head >
< body >
2016-06-02 03:28:50 +00:00
< div class = "margin-wrap" >
< div class = "block block-blue grid-container" >
2016-05-23 11:52:34 +00:00
< div class = "grid-25 mobile-grid-100" >
2016-06-02 03:28:50 +00:00
< div class = "picture-container" >
< span class = "picture" > < / span >
2016-05-23 11:04:47 +00:00
< / div >
< / div >
2016-06-02 03:28:50 +00:00
< div class = "grid-75 mobile-grid-100 header" >
< h1 class = "title" > Hey, it's < span class = "name" > Naoki Rinmous!< / span > < / h1 >
2016-05-23 11:04:47 +00:00
< div class = "account account-white" >
< i class = "fa fa-key" aria-hidden = "true" > < / i >
2016-06-02 03:28:50 +00:00
< a class = "link" href = "https://keybase.io/amphineko" > keybase.io/amphineko< / a >
2016-05-23 11:04:47 +00:00
< / div >
< div class = "account account-white" >
< i class = "fa fa-github" aria-hidden = "true" > < / i >
2016-06-02 03:28:50 +00:00
< a class = "link" href = "https://github.com/amphineko" > @amphineko< / a >
2016-05-23 11:04:47 +00:00
< / div >
< / div >
< / div >
2016-06-02 03:28:50 +00:00
< div class = "block block-white link-showcase grid-container" >
< div class = "grid-33 mobile-grid-100 entry" >
< a class = "link" href = "https://futa.moe/" > < i class = "fa fa-server" aria-hidden = "true" > < / i > futa.moe networking< / a >
2016-05-23 11:52:34 +00:00
< / div >
2016-06-02 03:28:50 +00:00
< div class = "grid-33 mobile-grid-100 entry" >
< a class = "link disabled" href = "#" > < i class = "fa fa-th-list" aria-hidden = "true" > < / i > Gallery (under construction)< / a >
2016-05-23 11:52:34 +00:00
< / div >
2016-06-02 03:28:50 +00:00
< div class = "grid-33 mobile-grid-100 entry" >
< a class = "link disabled" href = "#" > < i class = "fa fa-code" aria-hidden = "true" > < / i > Blog (under construction)< / a >
2016-05-23 11:52:34 +00:00
< / div >
< / div >
2016-06-02 03:28:50 +00:00
< div class = "block block-white grid-container" >
< div class = "grid-50 mobile-grid-100 tile" >
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-06-02 03:28:50 +00:00
< div class = "grid-50 mobile-grid-100 tile" >
< h2 class = "title" > how to reach?< / h2 >
2016-05-23 11:04:47 +00:00
< div class = "account account-dark" >
< i class = "fa fa-plane" aria-hidden = "true" > < / i >
< span > Ingress Agent< / span >
2016-06-02 03:28:50 +00:00
< a class = "link" href = "#" > @NekoSauce< / a >
2016-05-23 11:04:47 +00:00
< / div >
< div class = "account account-dark" >
< i class = "fa fa-steam" aria-hidden = "true" > < / i >
< span > Steam< / span >
2016-06-02 03:28:50 +00:00
< a class = "link" href = "https://steamcommunity.com/id/Amphineko/" > NekoSauce< / a >
2016-05-23 11:04:47 +00:00
< / div >
< div class = "account account-dark" >
< i class = "fa fa-send" aria-hidden = "true" > < / i >
< span > Telegram< / span >
2016-06-02 03:28:50 +00:00
< a class = "link" href = "https://telegram.me/amphineko" > @amphineko< / a >
2016-05-23 11:04:47 +00:00
< / div >
2016-05-23 12:23:21 +00:00
< div class = "account account-dark" >
< i class = "fa fa-twitter" aria-hidden = "true" > < / i >
< span > Twitter< / span >
2016-06-02 03:28:50 +00:00
< a class = "link" href = "https://twitter.com/amphineko" > @amphineko< / a >
2016-05-23 12:23:21 +00:00
< / div >
< div class = "account account-dark" >
< i class = "fa fa-weibo" aria-hidden = "true" > < / i >
< span > Weibo< / span >
2016-06-02 03:28:50 +00:00
< a class = "link" href = "http://weibo.com/uncookie" > @(uid=uncookie)< / a >
2016-05-23 12:23:21 +00:00
< / div >
2016-05-23 11:04:47 +00:00
< / div >
< / div >
2016-06-02 03:28:50 +00:00
< div class = "block block-grey footer grid-container" >
< span class = "grid-50 mobile-grid-100" > Copyright © 2015-2016 Naoki Rinmous.< / span >
< span class = "grid-50 mobile-grid-100" > 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 >
2016-05-23 11:04:47 +00:00
< / div >
< / div >
< / body >
< / html >