-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
191 lines (189 loc) · 11 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<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="index.css" type="text/css">
<title>welcome to my homepage</title>
</head>
<body>
<!-- 背景画像 -->
<div class="video-bg">
<video width="320" height="240" autoplay loop muted>
<source src="https://assets.codepen.io/3364143/7btrrd.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="app">
<!-- header部分 -->
<div class="header">
<div class="menu-circle"></div>
<div class="header-profile">
<div class="notification">
DAIGO TSUCHIYA<br>
<svg width=30 height=20 style="border: 1px solid #eee; background: #fff">
<!-- <circle cx=135 cy=90 r=54 style="fill: #b22"></circle> -->
<circle cx=10 cy=9 r=5 style="fill: #b22"></circle>
</svg>
<span style="position: relative; margin-left: 10%;bottom: 5px;">JAPAN
</div>
<img class="profile-img" src="img/IMG_4986.jpg" alt="">
</div>
</div>
<div class="wrapper">
<div class="main-container">
<div class="content-wrapper">
<div class="content-wrapper-header">
<div class="content-wrapper-context">
<h3 class="img-content">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-info-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<circle cx="12" cy="12" r="9"></circle>
<line x1="12" y1="8" x2="12.01" y2="8"></line>
<polyline points="11 12 12 12 12 16 13 16"></polyline>
</svg>
Annotation Information
</h3>
<div class="content-text">This page is not yet complete.<br>If you would like to contact me, <br>Please use the following.</div>
<br>
<a href="https://twitter.com/erupisu4869062" target="_blank" rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path></svg>
</a>
</div>
<!-- <img class="content-wrapper-img" src="https://assets.codepen.io/3364143/glass.png" alt=""> -->
</div>
<div class="content-section">
<div class="content-section-title">Basic Info</div>
<ul>
<li>
<div class="Basic-info-card">
<span class="Basic-info-card-title">Name</span>
<div class="Basic-info-card-content">DAIGO TSUCHIYA</div>
</div>
</li>
<li>
<div class="Basic-info-card">
<span class="Basic-info-card-title">Birthday</span>
<div class="Basic-info-card-content">February 16th, 1999</div>
</div>
</li>
<li>
<div class="Basic-info-card">
<span class="Basic-info-card-title">Country</span>
<div class="Basic-info-card-content">JAPAN</div>
</div>
</li>
<li>
<div class="Basic-info-card">
<span class="Basic-info-card-title">Work Area</span>
<div class="Basic-info-card-content">Backend Developer</div>
</div>
</li>
<li>
<div class="Basic-info-card">
<span class="Basic-info-card-title">E-mail Address</span>
<div class="Basic-info-card-content">[email protected]</div>
</div>
</li>
</ul>
</div>
<div class="content-section">
<div class="content-section-title">Skills</div>
<div class="skills-card-first">
<div class="skills-card-second">
<div class="each-img">
<img src="img/java.svg" width="50" height="50">
<span>Java</span>
</div>
<div class="each-img">
<img src="img/typescript-icon-round.svg" width="50" height="50">
<span>Typescript</span>
</div>
<div class="each-img">
<img src="img/python.svg" width="50" height="50">
<span>Python</span>
</div>
</div>
<div class="skills-card-second">
<div class="each-img">
<img src="img/postgresql.svg" width="50" height="50">
<span>Postgresql</span>
</div>
<div class="each-img">
<img src="img/mongodb-icon.svg" width="50" height="50">
<span>Mongodb</span>
</div>
</div>
<div class="skills-card-second">
<div class="each-img">
<img src="img/microsoft-azure.svg" width="50" height="50">
<span>Azure</span>
</div>
<div class="each-img">
<img src="img/oauth.svg" width="50" height="50">
<span>Oauth2.0</span>
</div>
</div>
<div class="skills-card-second">
<div class="each-img">
<img src="img/spring-icon.svg" width="50" height="50">
<span>Spring Boot</span>
</div>
<div class="each-img">
<img src="img/angular-icon.svg" width="50" height="50">
<span>Angular</span>
</div>
</div>
</div>
</div>
<div class="content-section">
<div class="content-section-title">Vision</div>
<div class="apps-card">
<div class="app-card">
<span>
Study Abroad
</span>
<div class="app-card__subtext">To study abroad in Australia for studying AI/Cyber Security</div>
<div class="app-card-buttons">
<button class="content-button status-button">Detail</button>
<div class="menu"></div>
</div>
</div>
<div class="app-card">
<span>
Help orhpans
</span>
<div class="app-card__subtext">To give the orphan opotunity of education of Information Technology</div>
<div class="app-card-buttons">
<button class="content-button status-button">Detail</button>
<div class="menu"></div>
</div>
</div>
<div class="app-card">
<span>
Construct education of information technology
</span>
<div class="app-card__subtext">To construct Japanese education system for information technology for coming feature</div>
<div class="app-card-buttons">
<button class="content-button status-button">Detail</button>
<div class="menu"></div>
</div>
</div>
</div>
</div>
<div class="content-section">
<div class="content-section-title">Social</div>
<div class="content-section-social">
<a href="https://github.com/tcydig" target="_blank" rel="noopener noreferrer"><img src="img/github-mark-white.png"></a>
<a href="https://www.linkedin.com/in/daigo-tsuchiya-452520261/" target="_blank" rel="noopener noreferrer"><img src="img/LI-In-Bug.png"></a>
<a href="https://twitter.com/erupisu4869062" target="_blank" rel="noopener noreferrer"><img src="img/twitterLogoWhite.svg"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="index.js"></script>
</body>
</html>