forked from elmas3/mao-seminar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
works.html
executable file
·58 lines (55 loc) · 1.7 KB
/
works.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ゼミ活動 |真央ゼミ C&R大学</title>
<meta name="keywords" content="ゼミ活動,研究,真央ゼミ">
<meta name="description" content="真央ゼミの研究活動・課外活動などをまとめています。">
<link rel="stylesheet" href="css/common.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">TOP</a></li>
<li><a href="member.html">MEMBER</a></li>
<li><a href="works.html">WORKS</a></li>
</ul>
</nav>
<h1>WORKS</h1>
<p>真央ゼミの活動</p>
</header>
<main>
<div class="row">
<h2>研究活動</h2>
<table>
<tbody>
<tr>
<th>ゼミナールⅡ研究課題</th>
<td><a href="http://www.c-r.com/book/detail/1075" target="_blank">わかばちゃんと学ぶWebサイト制作の基本</a></td>
</tr>
<tr>
<th>ゼミナールⅠ研究課題</th>
<td>わかばちゃんと学ぶGit使い方入門</td>
</tr>
</tbody>
</table>
</div>
<div class="row">
<h2>課外活動</h2>
<table>
<tbody>
<tr>
<th>オフィス訪問</th>
<td><a href="https://codeiq.jp/magazine/category/wakaba_office_2/" target="_blank">わかばちゃんが行くオフィス訪問マンガ</a></td>
</tr>
</tbody>
</table>
</div>
</main>
<footer>
<p>本サイトは、書籍「わかばちゃんと学ぶGit使い方入門」の練習用素材です</p>
</footer>
</body>
</html>