-
Notifications
You must be signed in to change notification settings - Fork 0
/
work2.html
99 lines (92 loc) · 3.98 KB
/
work2.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
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<title>Profile</title>
<meta charset="utf-8">
<!-- <meta property="og:url" content="https://imcat.life/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ImCat'Portfolio" />
<meta property="og:description" content="はじめまして,ImCatこと釘宮由成と申します." />
<meta property="og:site_name" content="Portfolio" /> -->
<meta property="og:image" content="https://github.com/catgolem/portfolio/blob/main/img/mainvisual.png" />
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
<link rel="stylesheet" href="index.css">
</head>
<body class="work1" style="background-color: black;">
<header id="header" class="wrapper">
<h1 class="site-title"><a href="index.html"><div>Portfolio</div></a></h1>
<nav>
<ul>
<li><a href="https://kairi-suzuki.github.io/portfolio/">Home</a></li>
<li><a href="https://kairi-suzuki.github.io/portfolio/about.html">About</a></li>
<li><a href="https://kairi-suzuki.github.io/portfolio/work1.html">Work1</a></li>
<li><a href="https://kairi-suzuki.github.io/portfolio/work3.html">Work3</a></li>
</ul>
</nav>
</header>
<main>
<div id="mainvisual">
<img class="work1" src="img/unknown (4).png" alt="テキストテキストテキスト">
</div>
<!--
<section id="about" class="wrapper">
<h2 class="section-title">About</h2>
<div class="content">
<img src="img/about.jpg" alt="テキストテキストテキスト">
<div class="text">
<h3 class="content-title">釘宮由成</h3>
<p>
テキストテキストテキストテキストテキストテキストテキスト<br>
テキストテキストテキストテキストテキストテキストテキスト<br>
テキストテキストテキストテキストテキストテキストテキスト
</p>
</div>
</div>
</section>
<section id="bicycle" class="wrapper">
<h2 class="section-title">Diary</h2>
<ul>
<li>
<img src="img/diary1.jpg" alt="テキストテキストテキスト">
<h3 class="content-title">タイトルタイトル</h3>
<p>テキストテキストテキスト</p>
</li>
<li>
<img src="img/diary2.jpg" alt="テキストテキストテキスト">
<h3 class="content-title">タイトルタイトル</h3>
<p>テキストテキストテキスト</p>
</li>
<li>
<img src="img/diary3.jpg" alt="テキストテキストテキスト">
<h3 class="content-title">タイトルタイトル</h3>
<p>テキストテキストテキスト</p>
</li>
</ul>
</section>
<section id="bicycle" class="wrapper">
<h2 class="section-title">Diary</h2>
<ul>
<li>
<img src="img/diary4.jpg" alt="テキストテキストテキスト">
<h3 class="content-title">タイトルタイトル</h3>
<p>テキストテキストテキスト</p>
</li>
<li>
<img src="img/diary5.jpg" alt="テキストテキストテキスト">
<h3 class="content-title">タイトルタイトル</h3>
<p>テキストテキストテキスト</p>
</li>
<li>
<img src="img/diary6.jpg" alt="テキストテキストテキスト">
<h3 class="content-title">タイトルタイトル</h3>
<p>テキストテキストテキスト</p>
</li>
</ul>
</section> -->
</main>
<footer id="footer">
<p>© 2022 Profile</p>
</footer>
</body>
</html>