-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity.html
76 lines (72 loc) · 3.47 KB
/
activity.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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link href='https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/common.css" type="text/css">
<link rel="stylesheet" href="assets/css/styles.css" type="text/css">
<link rel="stylesheet" href="assets/css/activity.css" type="text/css">
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/height.js"></script>
<title>Cpaw</title>
</head>
<body>
<header>
<div id="logo">
<img src="assets/img/logo.png" width=100%>
</div>
</header>
<nav id="cssmenu">
<ul>
<li class="active"><a href="index.html">TOP</a></li>
<li><a href="member.html">Member</a></li>
<li><a href="about.html">About</a></li>
<li><a href="works.html">Works</a></li>
<li><a href="activity.html">Other</a></li>
</ul>
</nav>
<div id="wrapper">
<h1>Our activity</h1>
<div id="active">
<h2>活動日程</h2>
<p>基本的には隔週日曜です。メンバーそれぞれ大学や仕事などあるため、毎回日程をそれぞれ確認し、その月でメンバーの予定がもっとも合う日を活動日としています。</p>
<h2>活動詳細</h2>
<p>Aboutに書いてある活動内容のうちハンズオン大会以外を順に回していく形となっています。
<br>また、ホームページの作成や勉強会の打ち合わせ等はリモート作業(Skypeがメイン)で行っています。
<br>長期休暇などには、開発合宿を行い様々なものを作成し、OSCなどで展示をしようと試みています。
</p>
<h2>参加メンバー募集</h2>
<p>LT大会やCpawCTF勉強会は一般参加者も募っています。
<br>基本的にconnpassなどのサービスを利用して募集を募りますが、小規模の公開されていないイベントにも興味のある方は、以下の連絡先まで気軽にどうぞ!</p>
</div>
<h1>Contact</h1>
<div id="wrapper-60">
<div class="ticon">
<img src="assets/img/ie.png">
<p><a href="http://www.kogakuin.ac.jp/facilities/campus/shinjuku/access.html">工学院大学新宿キャンパス</a>
<br><br><a href="http://www.hosei.ac.jp/access/koganei.html">法政大学小金井キャンパス</a></p>
</div>
<div class="ticon">
<img src="assets/img/gmail.png">
<p><br>cpaw.createam(at)gmail.com</p>
</div>
<div class="icon">
<a href="https://twitter.com/Cpaw_account"><img src="assets/img/twitter.jpg"></a>
</div>
<div class="icon">
<a href="https://www.facebook.com/Cpaw-168267563566072/"><img src="assets/img/fb.png"></a>
</div>
<div class="clear"></div>
</div>
<div id="wrapper-40">
<a class="twitter-timeline" href="https://twitter.com/Cpaw_account" data-widget-id="716101392570560513">@Cpaw_accountさんのツイート</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<div class="clear"></div>
<footer>
©Cpaw
</footer>
</body>
</html>