-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (117 loc) · 4.07 KB
/
Copy pathindex.html
File metadata and controls
129 lines (117 loc) · 4.07 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css?45343453">
<title>Keitaro</title>
<link rel="icon" href="/favicon.png">
</head>
<body id="body">
<header>
<nav>
<div class="theme">
<a href="https://keitaro-code.github.io/cando/">
What Can I do?
<img src="img/SNS.png" alt="PC_task" class="right">
</a>
</div>
<ul>
<li>動画編集</li>
<li>一緒にヒッチハイク</li>
<span>・・・</span>
</ul>
<div class="theme">
<a href="https://keitaro-code.github.io/give/">
What Give I do?
<img src="img/GIVE.png" alt="PC_task" class="right">
</a>
</div>
<ul>
<li>こち亀(4〜14巻)</li>
<li>ランニングシューズ(26.5cm)</li>
<span>・・・</span>
</ul>
<div class="theme">
<a href="https://keitaro-code.github.io/want/">
What Want I do?
<img src="img/idea.png" alt="PC_task" class="right">
</a>
</div>
<ul>
<li>野菜</li>
<li>素焼きナッツ</li>
<span>・・・</span>
</ul>
<div class="profile_img_right">
<div class="theme">
<a href="https://keitaro-code.github.io/introduce/">
What Introduce I do?
<img src="img/introduce.png" alt="PC_task" class="right">
</a>
</div>
<ul>
<li>Uber Eats(1800円OFF)</li>
<li>出会い</li>
<span>・・・</span>
</ul>
</div>
</nav>
</header>
<main>
<div class="title_center">-- Profile --</div>
<div class="profile_content">
<img src="img/PC _task.png" alt="PC_task" class="img-left">
<ul>
<li>吾輩は犬である。</li>
<li>犬で言えば3歳である。</li>
<li>りんごが好きである。</li>
<li>落ち着く空間が好きである。</li>
</ul>
</div>
<div class="title_center">-- Motto --</div>
<div class="profile_content">
<img src="img/Think.png" alt="PC_task" class="img-left">
<ul>
<li>まず自分から愛する。</li>
<li>「嫌い」ではなく「苦手」</li>
<li>死ぬこと以外かすり傷</li>
<li>点と点はいつか繋がる</li>
<li></li>
</ul>
</div>
<div class="title_center">-- Portfolio --</div>
<div class="profile_content">
<img src="img/Portfolio.png" alt="Portfolio" class="img-left">
<ul>
<li><a href="https://keitaro-code.github.io/mysite/">Simple_Watch</a></li>
<li><a href="https://keitaro-code.github.io/Omikuji/">まろ散歩</a></li>
<li><a href="https://keitaro-code.github.io/talken/">質問ボックス</a></li>
<li><a href="https://keitaro-code.github.io/Typing_Game/">10秒タイピング</a></li>
<li><a href="https://keitaro-code.github.io/My_countdown_Timer /">カウントダウンタイマー</a></li>
<li><a href="https://keitaro-code.github.io/Mediation/ /">瞑想用タイマー</a></li>
<li>To Be Continue...</li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</main>
<footer>
<div class="title_center">-- Contact --</div>
<div class="profile_content">
<img src="img/App.png" alt="PC_task" width="25%" height="auto" class="img-left">
<ul>
<a href="https://note.com/keitaro_output"><li>note</a></li>
<a href="https://mail.google.com/mail/?view=cm&tf=1&fs=1&to=helpyou.iwill1@gmail.com&su=%5BG%5D&body="><li>Gmail</a></li>
<a href="https://www.tiktok.com/@blackmagic8881"><li>Tiktok</a></li>
<a href="https://twitter.com/masuda_keitaro"><li>Twitter</a></li>
<a href="https://www.facebook.com/"><li>Facebook</a></li>
<a href="https://www.instagram.com/blackmagic88811/?hl=ja"><li>Instagram</a></li>
</ul>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>