-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (33 loc) · 2.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="野部宏如">
<meta name="description" content="Hiroyuki Nobe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>野部宏如 (Hiroyuki Nobe)</title>
<link rel="icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<style type="text/css">
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:top;font-size:0;line-height:0}*,:after,:before{box-sizing:border-box}
@font-face{font-family:gidole;src:url(../fonts/gidole-regular.ttf);font-display:swap}body,html{width:100%;height:100%}body{display:flex;justify-content:center;align-items:center}body{background-color:#f0f2f6;font-size:10pt;line-height:1.5em;font-family:gidole,Arial,Helvetica,sans-serif}#wrapper{width:272px;background-color:#fcfdff}main{padding:16px;padding-bottom:0}main h1{font-size:14pt;line-height:1.5em;margin-bottom:16px}main p{margin-bottom:16px}main p:last-child{margin-bottom:0}main div.square_images_block{margin-top:20px;margin-bottom:32px;margin-left:-16px}main div.square_images_block:last-child{margin-bottom:0}main p.square_image_272 img{width:272px;height:272px}a:active,a:hover,a:link,a:visited{color:#333}a:hover{color:#66f}
</style>
</head>
<body id="home">
<div id="wrapper">
<main>
<h1>Hiroyuki Nobe</h1>
<p>
I'm a solo iOS developer at <a href="https://ninicode.com">Ninicode</a>.<br>
Twitter: <a href="https://twitter.com/hiroyu2n">@hiroyu2n</a>
</p>
<div class="square_images_block">
<p class="square_image_272 square_image_block">
<img src="images/digimon_512x512.jpg" alt="" width="272" height="272">
</p>
</div>
</main>
</div>
</body>
</html>