-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmypage-hiyoko.html
More file actions
92 lines (67 loc) · 1.8 KB
/
mypage-hiyoko.html
File metadata and controls
92 lines (67 loc) · 1.8 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>私立探求学園自己紹介サイト|個人ページ</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css" media="screen">
<link rel="stylesheet" href="css/mypage.css" media="screen">
<link rel="stylesheet" href="css/normarize.css" media="screen">
</head>
<body>
<header>
<div class="header-container">
<div class="header-menu">
<a href="/"><p>トップページ</p></a>
</div>
<div class="header-menu">
<a href="/index.html"><p>一覧ページ</p></a>
</div>
</div>
</header>
<div>
<h3>個別ページ</h3>
<div class="frame">
<img class="pic" src="img/hiyoko.jpg">
</div>
<div class="title">
<p>名前</p>
</div>
<div class="contain">
<p>hiyoko</p>
</div>
<div class="title">
<p>仕事</p>
</div>
<div class="contain">
<p>システム運用</p>
</div>
<div class="title">
<p>現在のお住まいの場所</p>
</div>
<div class="contain">
<p>東京都</p>
</div>
<div class="title">
<p>私立探究学園に入った理由</p>
</div>
<div class="contain">
<p>プログラミング初心者からレベルアップするための学べる場所があればと思って。</p>
</div>
<div class="title">
<p>理想のライフスタイルや目標など</p>
</div>
<div class="contain">
<p>毎日コードと向き合えたらいいなぁ。</p>
</div>
<div class="title">
<p>sns</p>
</div>
<div class="contain">
<p>@yokopiyohiyoko</p>
</div>
<footer>
<p>私立探求学園自己紹介サイト</p>
</footer>
</body>
</html>