changeset 3615:860807c67319

add ice directry
author CHIKUDATE Mana <c115121@g.koeki-u.a.jp>
date Fri, 26 Jan 2018 15:10:15 +0900
parents 7b522b8a7197
children 4ba8a4222fa9
files shuzai/ice/baby1.jpg shuzai/ice/baby1_2.jpg shuzai/ice/babychuchu/baby1.jpg shuzai/ice/babychuchu/baby1_2.jpg shuzai/ice/babychuchu/baby3.jpg shuzai/ice/babychuchu/baby3_2.jpg shuzai/ice/babychuchu/babychuchu.html shuzai/ice/babychuchu/pra.css shuzai/ice/babychuchu/skip-kamo-small.png shuzai/ice/ice.html shuzai/ice/moare/moare.html shuzai/ice/moare/moare1.jpg shuzai/ice/moare/moare1_2.jpg shuzai/ice/moare/moare3.jpg shuzai/ice/moare/moare3_2.jpg shuzai/ice/moare/moare4.jpg shuzai/ice/moare/moare4_2.jpg shuzai/ice/moare/pra.css shuzai/ice/moare/skip-kamo-small.png shuzai/ice/moare1.jpg shuzai/ice/moare1_2.jpg shuzai/ice/pra.css shuzai/ice/skip-kamo-small.png
diffstat 23 files changed, 421 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file shuzai/ice/baby1.jpg has changed
Binary file shuzai/ice/baby1_2.jpg has changed
Binary file shuzai/ice/babychuchu/baby1.jpg has changed
Binary file shuzai/ice/babychuchu/baby1_2.jpg has changed
Binary file shuzai/ice/babychuchu/baby3.jpg has changed
Binary file shuzai/ice/babychuchu/baby3_2.jpg has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shuzai/ice/babychuchu/babychuchu.html	Fri Jan 26 15:10:15 2018 +0900
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html lang="ja">
+
+<head>
+<title>BabyChuChu</title>
+<style type="text/css">
+<!--
+
+-->
+</style>
+<link rel="stylesheet" type="text/css" href="pra.css">
+</head>
+<body>
+
+<div class="top">
+<h1>
+<img class="kamo" src="skip-kamo-small.png" alt="カモンくん">
+Baby Chu Chu</h1>
+</div>
+<!-- top end-->
+
+<h2 id="baby">店舗紹介</h2>
+
+<div class="kwsk">
+<p>
+2017年3月に酒田にオープンしたジェラート屋さんです。<br>
+お店の名前である「Baby Chu Chu」は「地元の皆さんに育ててもらえるように」という意味を込めて付けられたそうです。<br>
+使用する食材にこだわっており、お子さんにも安心して食べていただけるよう着色料も使っていません。<br>
+冬にはプリンやケーキ、焼き菓子の取り扱いもしています。
+</p>
+
+<p><a href="baby1.jpg"><img class="mimg" src="baby1_2.jpg"></a></p>
+
+<p><a href="baby1.jpg"><img class="mimg" src="baby1_2.jpg"></a></p>
+</div>
+
+<!-- kwsk end-->
+
+<h2>店舗情報</h2>
+
+<div class="kwsk">
+
+<h3>Baby chu chu</h3>
+
+<table border="0">
+  <tr>
+    <td>住所</td><td>山形県酒田市二番町10-12</td>
+  </tr>
+  <tr>
+    <td>営業時間</td><td>11:00~17:00(なくなり次第終了)</td>
+  </tr>
+  <tr>
+    <td>定休日</td><td>不定休</td>
+  </td>
+</table>
+
+<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3104.4231221009377!2d139.83774311535075!3d38.91430537956813!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5f8e9e5c9bce4273%3A0x9d1373d7158abe5f!2sBaby+Chu+Chu!5e0!3m2!1sja!2sjp!4v1516266609005" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
+
+</div>
+
+<!-- kwsk end-->
+
+<div class="footer">
+  Copyright &copy; 東北公益文科大学学内サークル SKIP. All Rights Reserved.
+</div>
+<!-- footer end-->
+
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shuzai/ice/babychuchu/pra.css	Fri Jan 26 15:10:15 2018 +0900
@@ -0,0 +1,69 @@
+body {
+    background: #EEF9FF;
+}
+
+div.menu{
+	background: #B4DAED;
+	padding-left: 5px;
+
+}
+div.menu ul{
+	 width: 810px;
+	 height: 50px;
+	 margin:0 auto;	 
+	 border-right:#ffffff 2px solid;
+	 overflow:hidden;
+}
+div.menu li{
+	 width: 160px;
+	 height: 50px;
+	 float: left;
+	 border-left:#ffffff 2px solid;
+	 list-style-type: none;
+	 text-align: center;
+	 padding-top: 12px;
+}
+
+div.top{
+    margin-left: 100px;
+}
+
+h2 {
+  padding: .5em .75em;
+  background-color: #B4DAED;
+  border-left: 8px solid #FC9D9D;
+}
+
+div.list {
+	     background: #fff;
+	     border: 5px double #FC9D9D; 	     
+	     margin: 20px 50px; padding: 10px 5px;
+}
+
+div.kwsk {
+	     background: #fff;
+	     border: 5px double #FC9D9D; 	     
+	     margin: 20px 50px; padding: 10px 20px;
+}
+
+p.mimg {
+  float: left;
+  margin-right: 2px;
+  margin-bottom: 1px;
+}
+
+a.tlink{
+    text-align: right;
+    color: black;
+}
+
+
+
+.footer {
+       padding-top: 5px;
+       padding-bottom: 10px;
+       padding-left: 5px;
+       margin-left: 2px;
+       margin-top: 10px;
+       background: #B4DAED;
+}
\ No newline at end of file
Binary file shuzai/ice/babychuchu/skip-kamo-small.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shuzai/ice/ice.html	Fri Jan 26 15:10:15 2018 +0900
@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html lang="ja">
+
+<head>
+<title>冷たい甘味</title>
+<style type="text/css">
+<!--
+
+-->
+</style>
+<link rel="stylesheet" type="text/css" href="pra.css">
+</head>
+<body>
+
+<div class="top">
+<h1>
+<img class="kamo" src="skip-kamo-small.png" alt="カモンくん">
+Ajaxを用いた酒田の冷たい甘味紹介</h1>
+</div>
+<!-- top end-->
+
+<h2>記事一覧</h2>
+<div class="list">
+<ul>
+  <li><a href="#baby">Baby chu chu</a>
+  <li><a href="#moare">モアレ</a>
+</ul>
+</div>
+
+
+
+<h2 id="baby">Baby chu chu</h2>
+<div class="kwsk">
+<p><a href="baby1.jpg"><img class="mimg" src="baby1_2.jpg"></a></p>
+<p>
+<a href="http://roy.e.koeki-u.ac.jp/~c115121/skip/babychuchu/babychuchu.html"><h3>紹介ページ</h3></a>
+</p>
+<a href="#TOP" class="tlink"><h4>▲トップへ戻る</h4></a>
+</div>
+
+<h2 id="moare">カフェ&ジェラート モアレ</h2>
+<div class="kwsk">
+<p><a href="moare1.jpg"><img class="mimg" src="moare1_2.jpg"></a></p>
+<p>
+<a href="http://roy.e.koeki-u.ac.jp/~c115121/skip/moare/moare.html">
+<h3>紹介ページ</h3></a>
+</p>
+<a href="#TOP" class="tlink"><h4>▲トップへ戻る</h4></a>
+</div>
+
+<!-- kwsk end-->
+
+
+
+
+<div class="footer">
+  Copyright &copy; 東北公益文科大学学内サークル SKIP. All Rights Reserved.
+</div>
+<!-- footer end-->
+
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shuzai/ice/moare/moare.html	Fri Jan 26 15:10:15 2018 +0900
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html lang="ja">
+
+<head>
+<title>モアレ</title>
+<style type="text/css">
+<!--
+
+-->
+</style>
+<link rel="stylesheet" type="text/css" href="pra.css">
+</head>
+<body>
+
+<div class="top">
+<h1>
+<img class="kamo" src="skip-kamo-small.png" alt="カモンくん">
+カフェ&ジェラート モアレ</h1>
+</div>
+<!-- top end-->
+
+<h2 id="moare">店舗紹介</h2>
+<div class="kwsk">
+<p>
+酒田にあるジェラート屋さんです。<br>
+目玉であるジェラートの他にも季節野菜のクリームパスタなどの料理も提供しています。<br>
+ジェラートはシングル、ダブル、トリプルから選べます。<br>
+フレーバーは店内手作りで、地元の食材や旬の食材を使って作られています。<br>
+毎月6種類ほど月替りのフレーバーが出るため飽きが来ません。<br>
+21時まで営業しているため、部活や仕事帰りに寄るのもお勧めです。
+</p>
+
+<table border="0">
+  <tr>
+<td><a href="moare1.jpg"><img class="mimg" src="moare1_2.jpg"></a></td>
+
+<td>  </td>
+
+<td><a href="moare3.jpg"><img class="mimg" src="moare3_2.jpg"></a></td>
+
+<td>  </td>
+
+<td><a href="moare4.jpg"><img class="mimg" src="moare4_2.jpg"></a></td>
+ </tr>
+</table>
+
+</div>
+
+<!-- kwsk end-->
+
+
+<h2>店舗情報</h2>
+<div class="kwsk">
+<h3>カフェ&ジェラート モアレ</h3>
+
+<table border="0">
+  <tr>
+    <td>住所</td><td>山形県酒田市 中町1丁目7-18</td>
+  </tr>
+  <tr>
+    <td>電話番号</td><td>0234-22-5280</td>
+  </tr>
+  <tr>
+    <td>営業時間</td><td>10:00~21:00</td>
+  </tr>
+  <tr>
+    <td>定休日</td><td>なし</td>
+  </tr>
+</table>
+
+<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3104.3271891814493!2d139.83532121535083!3d38.916498479567686!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x5f8e9e5d74ee910b%3A0xb144cb3582e6fae5!2z44Kr44OV44KnJuOCuOOCp-ODqeODvOODiOODouOCouODrA!5e0!3m2!1sja!2sjp!4v1513929158680" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
+
+</div>
+
+<!-- kwsk end-->
+
+<div class="footer">
+  Copyright &copy; 東北公益文科大学学内サークル SKIP. All Rights Reserved.
+</div>
+<!-- footer end-->
+
+</body>
+</html>
Binary file shuzai/ice/moare/moare1.jpg has changed
Binary file shuzai/ice/moare/moare1_2.jpg has changed
Binary file shuzai/ice/moare/moare3.jpg has changed
Binary file shuzai/ice/moare/moare3_2.jpg has changed
Binary file shuzai/ice/moare/moare4.jpg has changed
Binary file shuzai/ice/moare/moare4_2.jpg has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shuzai/ice/moare/pra.css	Fri Jan 26 15:10:15 2018 +0900
@@ -0,0 +1,69 @@
+body {
+    background: #EEF9FF;
+}
+
+div.menu{
+	background: #B4DAED;
+	padding-left: 5px;
+
+}
+div.menu ul{
+	 width: 810px;
+	 height: 50px;
+	 margin:0 auto;	 
+	 border-right:#ffffff 2px solid;
+	 overflow:hidden;
+}
+div.menu li{
+	 width: 160px;
+	 height: 50px;
+	 float: left;
+	 border-left:#ffffff 2px solid;
+	 list-style-type: none;
+	 text-align: center;
+	 padding-top: 12px;
+}
+
+div.top{
+    margin-left: 100px;
+}
+
+h2 {
+  padding: .5em .75em;
+  background-color: #B4DAED;
+  border-left: 8px solid #FC9D9D;
+}
+
+div.list {
+	     background: #fff;
+	     border: 5px double #FC9D9D; 	     
+	     margin: 20px 50px; padding: 10px 5px;
+}
+
+div.kwsk {
+	     background: #fff;
+	     border: 5px double #FC9D9D; 	     
+	     margin: 20px 50px; padding: 10px 20px;
+}
+
+p.mimg {
+  float: left;
+  margin-right: 2px;
+  margin-bottom: 1px;
+}
+
+a.tlink{
+    text-align: right;
+    color: black;
+}
+
+
+
+.footer {
+       padding-top: 5px;
+       padding-bottom: 10px;
+       padding-left: 5px;
+       margin-left: 2px;
+       margin-top: 10px;
+       background: #B4DAED;
+}
\ No newline at end of file
Binary file shuzai/ice/moare/skip-kamo-small.png has changed
Binary file shuzai/ice/moare1.jpg has changed
Binary file shuzai/ice/moare1_2.jpg has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shuzai/ice/pra.css	Fri Jan 26 15:10:15 2018 +0900
@@ -0,0 +1,69 @@
+body {
+    background: #EEF9FF;
+}
+
+div.menu{
+	background: #B4DAED;
+	padding-left: 5px;
+
+}
+div.menu ul{
+	 width: 810px;
+	 height: 50px;
+	 margin:0 auto;	 
+	 border-right:#ffffff 2px solid;
+	 overflow:hidden;
+}
+div.menu li{
+	 width: 160px;
+	 height: 50px;
+	 float: left;
+	 border-left:#ffffff 2px solid;
+	 list-style-type: none;
+	 text-align: center;
+	 padding-top: 12px;
+}
+
+div.top{
+    margin-left: 100px;
+}
+
+h2 {
+  padding: .5em .75em;
+  background-color: #B4DAED;
+  border-left: 8px solid #FC9D9D;
+}
+
+div.list {
+	     background: #fff;
+	     border: 5px double #FC9D9D; 	     
+	     margin: 20px 50px; padding: 10px 5px;
+}
+
+div.kwsk {
+	     background: #fff;
+	     border: 5px double #FC9D9D; 	     
+	     margin: 20px 50px; padding: 10px 20px;
+}
+
+p.mimg {
+  float: left;
+  margin-right: 2px;
+  margin-bottom: 1px;
+}
+
+a.tlink{
+    text-align: right;
+    color: black;
+}
+
+
+
+.footer {
+       padding-top: 5px;
+       padding-bottom: 10px;
+       padding-left: 5px;
+       margin-left: 2px;
+       margin-top: 10px;
+       background: #B4DAED;
+}
\ No newline at end of file
Binary file shuzai/ice/skip-kamo-small.png has changed

yatex.org