-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathevent_year.html
180 lines (171 loc) · 6.18 KB
/
event_year.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html>
<head>
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115951916-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115951916-1');
</script>
<meta charset="utf-8">
<title>K-dush2公式サイト</title>
<link rel="shortcut icon" href="img/k-dush2.jpg" type="image/jpg">
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="stylesheet" href="css/event.css">
<link rel="stylesheet" href="css/bootstrap.min.css"> <!-- bootstrapはgridのみ使用 -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header class="clearfix">
<div class="container">
<div id="header_img">
<a href="index.html" style="text-decoration:none;"><img src="img/k-dush2.gif"></a>
</div>
<ul id="left_menu">
<li><a href="index.html" style="text-decoration:none;">HOME</a></li>
<li><a href="#contact" style="text-decoration:none;">CONTACT</a></li>
</ul>
<ul id="right_menu">
<li><a href="https://twitter.com/K_dush2"><i class="fa fa-twitter fa-lg"></i></a></li>
<li><a href="https://www.facebook.com/K-dush2-278417275598224"><i class="fa fa-facebook-official fa-lg"></i></a></li>
</ul>
</div>
</header>
<div class="event_content">
<div class="container">
<div class="row">
<div class="col-sm-5">
<img src="img/archive_img/" class="event_img">
</div>
<div class="col-sm-7">
<h2></h2>
<h3></h3>
<p></p>
</div>
</div>
</div>
</div>
<div id="contact">
<div class="contact_content clearfix">
<div class="container">
<div class="row">
<h2>CONTACT</h2>
<div class="contact_left_content col-sm-4">
<h3>団体詳細</h3>
<table class="table" cellspacing="5">
<tr>
<th>正式名称</th>
<td>K-dush2(ケーダッシュ ツー)</td>
</tr>
<tr>
<th>資格</th>
<td>慶應義塾大学 公認団体</td>
</tr>
<tr>
<th>設立</th>
<td>2012年2月</td>
</tr>
<tr>
<th>活動場所</th>
<td>日吉・SFC・渋谷</td>
</tr>
<tr>
<th>会員数</th>
<td>37名</td>
</tr>
</table>
</div>
<div class="contact_middle_content col-sm-4">
<h3>お問い合わせ</h3>
<p>ご質問・活動の見学・取材等のご連絡は、下記メールアドレスより直接お問い合わせください。</p>
<p>k.dush2[at]gmail.com<br>([at]を@に変えてください)</p>
</div>
<div class="contact_right_content col-sm-4">
<a class="twitter-timeline" href="https://twitter.com/K_dush2" data-widget-id="691473876824379392">@K_dush2さんのツイート</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>
</div>
</div>
<footer>
<p>Copyright 2017 慶應義塾大学 K-dush2 All Rights Reserved</p>
</footer>
<script>
$(function(){
$('body').hide();
$('body').fadeIn(1000);
$('.home_left_content').hide();
$('.home_left_content').fadeIn(2000);
$('.home_top_right_content').hide();
$('.home_middle_right_content').hide();
$('.home_bottom_right_content').hide();
setTimeout(function(){
$('.home_top_right_content').fadeIn(2000);
},1000);
setTimeout(function(){
$('.home_middle_right_content').fadeIn(2000);
},1400);
setTimeout(function(){
$('.home_bottom_right_content').fadeIn(2000);
},1600);
$('.about_top_content').hide();
$('.about_bottom_content').hide();
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('.about_top_content').fadeIn(2000);
}
if ($(this).scrollTop() > 200) {
$('.about_bottom_content').fadeIn(2000);
}
});
$(".hover").mouseleave(
function () {
$(this).removeClass("hover");
}
);
// #で始まるアンカーをクリックした場合に処理
$('a[href^=#]').click(function() {
// スクロールの速度
var speed = 400; // ミリ秒
// アンカーの値取得
var href= $(this).attr("href");
// 移動先を取得
var target = $(href == "#" || href == "" ? 'html' : href);
// 移動先を数値で取得
var position = target.offset().top;
// スムーススクロール
$('body,html').animate({scrollTop:position}, speed, 'swing');
return false;
});
$(window).scroll(function(){
var scrollTop = $(window).scrollTop();
if(scrollTop != 0)
$('header').stop().animate({'opacity':'0.2'},400);
else
$('header').stop().animate({'opacity':'1'},400);
});
$('header').hover(
function (e) {
var scrollTop = $(window).scrollTop();
if(scrollTop != 0){
$('header').stop().animate({'opacity':'1'},400);
}
},
function (e) {
var scrollTop = $(window).scrollTop();
if(scrollTop != 0){
$('header').stop().animate({'opacity':'0.2'},400);
}
}
);
});
</script>
</body>
</html>