-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 2.32 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
<!doctype html>
<html lang="ja-jp">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>Success is doing, not wishing. | @okohs</title>
<link href="https://fonts.googleapis.com/css?family=Dosis:400,700" rel="stylesheet">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/main.css">
<meta property="og:title" content="Success is doing, not wishing.">
<meta property="og:description" content="Shoko Kogawa (@okohs)"">
<meta property="og:image" content="http://okohs.github.io/images/profile.png">
<meta property="og:type" content="website">
<meta property="og:url" content="http://okohs.github.io/">
<meta property="og:site_name" content="Success is doing, not wishing.">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@_okohs">
<script src="https://kit.fontawesome.com/14fa8a40ab.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="about" id="about">
<h2 class="heading">Shoko Kogawa</h2>
<img src="images/profile.png" alt="@okohsのアバターです。" title="okohs" height="250" width="250" decoding="async">
<p class="about-title">
Project Manager, Software Engineer
</p>
</section>
<section class="contact" id="contact">
<h2 class="heading">CONTACT📩</h2>
<div class="contact-wrapper">
<div class="contact-box">
<a href="https://twitter.com/_okohs"><i class="contact-icon-list fa-brands fa-twitter"></i></a>
<a href="https://bsky.app/profile/okohs.bsky.social"><i class="contact-icon-list fa-solid fa-cloud-sun"></i></a>
<a href="https://github.com/okohs"><i class="contact-icon-list fa-brands fa-github"></i></a>
<a href="https://discord.com/users/_okohs"><i class="contact-icon-list fa-brands fa-discord"></i></a>
<a href="https://www.instagram.com/_okohs/"><i class="contact-icon-list fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com/okohs1991"><i class="contact-icon-list fa-brands fa-facebook"></i></a>
<a href="https://okohs.hatenablog.jp/"><i class="contact-icon-list fa-solid fa-rss"></i></a>
</div>
</div>
</section>
<footer class="footer">©︎okohs | 2023</footer>
</body>
</html>