-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
132 lines (112 loc) · 5.61 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja-JP" xml:lang="ja-JP">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>尾山大輔ゼミ</title>
<meta name="Keywords" content="尾山ゼミ - 東京大学経済学部" />
<meta name="Description" content="東京大学経済学部尾山大輔ゼミのホームページです。" />
<meta name="keywords" content="尾山ゼミ,尾山大輔ゼミ,尾山大輔,東京大学経済学部">
<link rel="stylesheet" type="text/css" href="common/css/base.css" media="all" />
<link rel="shortcut icon" href="common/img/favicon.ico" type="image/vnd.microsoft.icon">
</head>
<body class="index" >
<!-- ヘッダー部分 -->
<div id="header">
<div class="inner">
<h1 id="logo"><a href="index.html"><img src="common/img/oyamalogo.png" width="294" height="123" alt="FlexCoding" /></a></h1>
<p id="catch">
<br />
</p>
</div><!-- /.inner -->
</div><!-- /#header -->
<!-- グローバルナビゲーション部分 -->
<div id="gnav">
<ul>
<li class="gnav01"><a href="index.html">TOP</a></li>
<li class="gnav02"><a href="about/about.html">ABOUT</a></li>
<li class="gnav03"><a href="oyama/oyama.html">D.OYAMA</a></li>
<li class="gnav04"><a href="member/member.html">MEMBER</a></li>
<li class="gnav05"><a href="selection/selection.html">SELECTION</a></li>
<li class="gnav06"><a href="link/link.html">LINK</a></li>
</ul>
</div> <!-- /#gnav -->
<div id="photo">
<img src="common/img/photo3.png" width="930" height="340" alt="photo" />
</div>
<!-- コンテンツ部分 -->
<div id="contents" class="clearfix">
<!-- メイン部分 -->
<div id="main">
<div class="sec">
<h3 class="hdg">尾山ゼミとは</h3>
<div class="box effect">
<img src="common/img/photo4.jpg" width="270" height="120" alt="photo" />
</div>
<p>
尾山ゼミは2014年度に開講されたばかりのゼミで、プログラミング言語PythonやJuliaを用いて様々な経済学について勉強します。
経済学部のゼミとして少人数で自らプロジェクトを担当し発表する機会が多いことも特徴です。<br />
<div class="right">
<a href="about/about.html">>> ABOUT</a>
</div></p>
</div><!-- /.sec -->
<div class="sec">
<h3 class="hdg">Pythonとは</h3>
<div class="box effect">
<img src="common/img/photo5.jpg" width="270" height="120" alt="photo" />
</div>
<p>
Pythonとはプログラミング言語の1つであり、初心者にも扱いやすい操作性と
多様なライブラリにより実現した汎用性が特徴です。<br />
経済学を勉強する上でも必須となるコンピューターリテラシーを一緒に身につけましょう!<br />
<div class="right">
<a href="about/about.html">>> ABOUT</a>
</div></p>
</div><!-- /.sec -->
<div class="sec">
<h3 class="hdg">尾山先生紹介</h3>
<div class="box effect">
<img src="common/img/photo2.jpg" width="270" height="120" alt="photo" />
</div>
<p>
尾山先生はゲーム理論やミクロ経済学を中心に研究されています。<br />
趣味はフットサルで超イケメンなことでも有名です。<br />
<div class="right">
<a href="oyama/oyama.html#">>> D.OYAMA</a>
</div>
</p>
</div><!-- /.sec -->
<div class="sec">
<h3 class="hdg">ゼミ生紹介</h3>
<div class="box effect">
<img src="common/img/photo1.jpg" width="270" height="120" alt="photo" />
</div>
<p>
多様性が過剰なほどに確保されています!笑<br />
運動会所属から筋金入りのインドア派まで取り揃えています。<br />
<div class="right">
<a href="member/member.html">>> MEMBER</a>
</div></p>
</div><!-- /.sec -->
</div><!-- /#main -->
<!-- サイドバー部分 -->
<div id="side">
<a href="https://github.com/OyamaZemi">
<img src="common/img/banar2.jpg" width="220" height="100" alt="photo" />
</a>
<a class="twitter-timeline" width="260px" height="400px" href="https://twitter.com/oyama_seminar" data-widget-id="521366527539290115">@oyama_seminar からのツイート</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><!-- /#sidebar -->
<p class="pagetop"><a href="#header">このページのトップヘ</a></p>
</div><!-- /#contents -->
<!-- フッター部分 -->
<div id="footer">
<div class="inner">
<ul>
<li>Mail : [email protected]</li><br />
<li>Twitter : @oyama_seminar</li>
</ul>
<p id="copyright">Copyright (c) Oyama Seminar</p>
</div><!-- /.inner -->
</div> <!-- /#footer -->
</body>
</html>