forked from elmas3/mao-seminar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·77 lines (74 loc) · 2.53 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>真央ゼミWebサイト|C&R大学</title>
<meta name="keywords" content="真央ゼミ,真央一,Git,C&R大学" />
<meta
name="description"
content="C&R大学 Web研究室 Gitの授業を担当している真央一教授のゼミです。ゼミ生募集中!"
/>
<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><a href="index.html">真央ゼミナール</a></h1>
<p>いざ、古の手動バックアップからGitの世界へ!ゼミ生募集中</p>
</header>
<main>
<div class="row">
<div class="col harf">
<h2>NEWS</h2>
<p>どなたでも参加可能!オープンゼミ 〜Gitを使ってみよう〜</p>
<p>5月6日開催</p>
<p class="test">test-add テスト用修正 ブランチのコンフリクトのテスト</p>
<p class="test2">test-add2 テスト用修正 リモート上の変更をプルする</p>
<p class="test3">test-add2 テスト用修正 コンフリクトのテスト</p>
</div>
</div>
<div class="row">
<div class="col harf">
<a href="member.html"><img src="images/nav_member.jpg" /></a>
</div>
<div class="col harf">
<a href="works.html"><img src="images/nav_works.jpg" /></a>
</div>
</div>
<div class="row">
<div class="col harf">
<a href="http://www.c-r.com/" target="_blank">
<img src="images/nav_book.jpg" />
</a>
</div>
<div class="col harf">
<a href="https://twitter.com/webdesignManga" target="_blank">
<img src="images/nav_twitter.jpg" />
</a>
</div>
</div>
<div class="row">
<div class="center">
<input
class="button"
onClick="window.open().location.href='https://twitter.com/webdesignManga'"
value="ゼミ活動をもっと見る"
/>
</div>
</div>
</main>
<footer>
<p>本サイトは、書籍「わかばちゃんと学ぶGit使い方入門」の練習用素材です</p>
</footer>
</body>
</html>