Skip to content

Commit 1fb3c62

Browse files
committed
Contact.html
2 parents dab5efe + 2e59314 commit 1fb3c62

File tree

6 files changed

+63
-11
lines changed

6 files changed

+63
-11
lines changed
6 KB
Binary file not shown.

web/.DS_Store

-6 KB
Binary file not shown.

web/Contact.html

+17-10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<link rel="stylesheet" href="css/layouts/src.css">
1414
<link rel="stylesheet" href="css/layouts/src_new.css">
15+
<link rel="stylesheet" href="css/layouts/con.css">
1516

1617

1718

@@ -56,23 +57,29 @@
5657
<div id="main">
5758
<div class="header">
5859
<h1>Contact</h1>
59-
<h2>/subtitle/</h2>
60+
<h2>Please feel free to ask me.</h2>
6061
</div>
6162

6263
<div class="content">
63-
<div class="pure-g">
64-
<div class="pure-u-1-1">
65-
<img class="pure-img-responsive" src="photo/dummy.png" alt="Pepper">
64+
<h2 class="content-subhead">連絡先(高汐先生宛)</h2>
65+
<a>mail:[email protected]</a><br>
66+
<a href="https://www.facebook.com/kaz.ss597">facebook</a><br>
67+
<a href="https://twitter.com/kaz_ss597">twitter</a>
68+
69+
70+
<h2 class="content-subhead">アクセス</h2>
71+
<a>慶応義塾大学湘南藤沢キャンパス デルタ館南ΔS213、ΔS113</a><br>
72+
<a>〒252-0816 神奈川県藤沢市遠藤5322</a>
73+
<div class="ggmap">
74+
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3252.684464570124!2d139.4251206152508!3d35.388281180263625!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60185394acdc07c3%3A0xc281fed97a64744a!2z5oW25oeJ576p5aG-5aSn5a2mIOa5mOWNl-iXpOayouOCreODo-ODs-ODkeOCuQ!5e0!3m2!1sja!2sjp!4v1468668366343" width="600" height="450" frameborder="0" style="border:0" allowfullscreen>
75+
</iframe>
76+
</div>
6677
</div>
6778

68-
</div>
79+
</div>
80+
6981

70-
<h2 class="content-subhead">text</h2>
71-
<li>text</li>
72-
<li>text</li>
7382
</div>
74-
</div>
75-
</div>
7683

7784

7885

web/Member.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<div id="menu">
5151
<div class="pure-menu">
52-
<a class="pure-menu-heading" href="Top.html">Member</a>
52+
<a class="pure-menu-heading" href="Top.html">Srobot</a>
5353

5454
<ul class="pure-menu-list">
5555
<li class="pure-menu-item"><a href="About.html" class="pure-menu-link">About</a></li>
@@ -88,6 +88,7 @@ <h2>Robot, Augmented Humans and their Interection</h2>
8888
<br>tomato<br>上村朋子<br>総合政策学部 4年
8989
</div>
9090

91+
9192
<div class="grid">
9293
<img src="/Users/tomoko/Desktop/web/_web-srobots/_web-srobots/web/photo/mem_04.png" alt="viol" width="180px" border="0" />
9394
<br>viol<br>佐々木嘉子<br>環境情報学部 3年
@@ -103,6 +104,7 @@ <h2>Robot, Augmented Humans and their Interection</h2>
103104
<br>nago<br>川那子進太郎<br>環境情報学部 3年</br>
104105
</div>
105106

107+
106108
<div class="grid">
107109
<img src="/Users/tomoko/Desktop/web/_web-srobots/_web-srobots/web/photo/mem_08.png" alt="ramp" width="180px" border="0" />
108110
<br>ramp<br>宮本凜太郎<br>環境情報学部 2年

web/css/layouts/con.css

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.ggmap {
2+
position: relative;
3+
padding-bottom: 56.25%;
4+
padding-top: 30px;
5+
margin-top: 30px;
6+
height: 0;
7+
overflow: hidden;
8+
}
9+
10+
.ggmap iframe,
11+
.ggmap object,
12+
.ggmap embed {
13+
position: absolute;
14+
top: 0;
15+
left: 0;
16+
width: 100%;
17+
height: 100%;
18+
}

0 commit comments

Comments
 (0)