-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathグループ紹介.html
66 lines (65 loc) · 2.12 KB
/
グループ紹介.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf=8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css">
<link rel="stylesheet" href="./shoukai.css">
<title>グループ紹介</title>
</head>
<body>
<header>
<a href="">
<h1>グループ紹介</h1>
</a>
</header>
<main>
<div itemprop="breadcrumb">
<p><i class="bi bi-house"></i>
<a href="">HOME</a>
>
</p>
</div>
<div class="member">
<h3>
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg>長澤陸
</h3>
<a href="https://ja.wikipedia.org/wiki/%E3%82%A8%E3%83%9C%E3%82%B7%E3%82%AB%E3%83%A1%E3%83%AC%E3%82%AA%E3%83%B3">
<img class="icon" src="img/105130.jpg" alt="写真">
</a>
<p>
↑これなーんだ
</p>
<p>
政治学科2年生です。
</p>
</div>
<div class="member">
<h3>
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg>高師亜由奈
</h3>
<img class="icon" src="img/pc_usa_w.png" alt="写真">
<p>
理工学部システムデザイン工学科の2年生。趣味は浅く広く。
</p>
</div>
<div class="member">
<h3>
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-caret-right-fill" viewBox="0 0 16 16">
<path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>
</svg>吉田大洋
</h3>
<img class="icon" src="img/" alt="写真">
<p>
吉田大洋です。
</p>
</div>
</main>
<footer>
<small>Copyright --- All Rights Reserved.</small>
</footer>
</body>
</html>