-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
97 lines (79 loc) · 3.33 KB
/
profile.html
File metadata and controls
97 lines (79 loc) · 3.33 KB
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
<!DOCTYPE HTML>
<html lang="ja">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83917768-2', 'auto');
ga('send', 'pageview');
</script>
<head>
<meta charset="UTF-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>コンピューター部について | 海城コンピューター部活動記</title>
<link rel="shortcut icon" href="/img/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="icon" href="/img/favicon.ico" type="image/vnd.microsoft.icon">
<meta name="Keywords" content="海城,コンピューター,プログラミング,DTM">
<meta name="Description" content="海城コンピューター部について">
</head>
<link rel="stylesheet" href="/common/css/common.min.css" type="text/css">
<link rel="stylesheet" href="/common/css/profile.css" type="text/css">
<script src="/common/js/jquery.min.js"></script>
<script src="/common/js/common.min.js"></script>
<!--[if lt IE 9]>
<script src="/common/js/html5shiv.js"></script>
<![endif]-->
<body id="top">
<div id="wrapper">
<noscript><p id="noscript">このWebサイトはJavaScriptを使用しています。<!--[if lt IE 9]><br>
Internet Explorer 7/8をお使いの方はJavaScriptをオンにしてご覧ください。<![endif]-->
</p></noscript>
<script src="/header.js"></script>
<div id="contents">
<ul class="syncer-brcb">
<li><a href="/index.html" itemprop="url"><span itemprop="title">ホーム</span></a></li>
<li><span itemprop="title">プロフィール</span></li>
</ul>
<br><hr>
<section>
<!-- ↓ページの見出し↓ -->
<h1>コンピューター部について</h1>
<!-- ↓コンテンツ1ここから↓ -->
<div class="data">
<!-- ↓↓プロフィールここから↓↓ -->
<table class="stripe">
<tr>
<th scope="row">学校</th>
<td>海城中学校/高等学校</td>
</tr>
<tr>
<th scope="row">部員数</th>
<td>25人程度</td>
</tr>
<tr>
<th scope="row">活動</th>
<td>プログラミング<br>競技プログラミング<br>音楽制作<br>画像制作<br>3DCG</td>
</tr>
</table>
<!-- ↑↑プロフィールここまで↑↑ -->
<!-- ↓↓プロフィール写真↓↓ -->
<img src="/img/main.png" alt="部室" width="350" height="192">
</div>
<!-- ↑コンテンツ1ここまで↑ -->
<!-- ↓コンテンツ2ここから↓ -->
<div class="imgR">
<!-- ↓↓管理人のコメント1ここから↓↓ -->
<p>プログラミングをはじめ、音楽制作、画像制作、3DCGなど、コンピュータを使った様々な活動を行う部活です。<br>
文化祭に向けてゲームを作ることが1年間の目標です。さらにプログラミング班は、年に一回開催される日本情報オリンピック(JOI)などの競技大会にも参加しています。</p>
<!-- ↓↓サブ写真↓↓ -->
<img src="img/club_room2.jpg" alt="部室2" width="210" height="158">
</div>
<!-- ↑コンテンツ2ここまで↑ -->
</section>
</div>
<script src="/navigation.js"></script>
<script src="/footer.js"></script>
</div>
</body>
</html>