# HG changeset patch # User Madoka Yamaguchi # Date 1564721199 -32400 # Node ID 77c97937f2c38f3b13d045f22166d6533fe64768 # Parent 5c01ef37aa8862a2a8c4aa78c228eff370e87d2e sawaguchi plus diff -r 5c01ef37aa88 -r 77c97937f2c3 shuzai/sawaguchi/mesi.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shuzai/sawaguchi/mesi.css Fri Aug 02 13:46:39 2019 +0900 @@ -0,0 +1,133 @@ +body, html{ + width: 100%; + height: 100%; +} + + +body{ + background: linear-gradient(#05FBFF, #d8fafc) fixed; +} + +h1{ + color: white; + border-left: solid 5px #46ff37; + background-color: #6aece9; + margin-bottom: 3px; + color: #fff9c9; +} + +.float{ + position: fixed; + float: left; + border-radius: 50%; + padding-right: 20px; + margin-right: 10px; + background-color: white; + +} + +.main{ + clear: clear; + margin-left: 170px; + padding: 15px 20px; + width: 100vx; + background-color: white; + border-radius: 30px; +} + +.main p { + margin-left: 20px; +} + + +div.header p{ + margin-left: 20%; +} + +div.photo { + display: inline-block; + padding: 25px; + height: 200px; +} + +div.photo span{ + background: linear-gradient(#ff771d, #ffba5b); + padding: 5px 10px; + border-radius: 5px; +} + + + +div.gaiyo { + /* background-color: pink; */ + height: 100%; + width: 100%; + border-bottom: dotted 2px blue; + padding-bottom: 5%; +} + +div.menu { + /* background-color: yellow; */ + height: 100%; + width: 100%; + border-bottom: dotted 2px blue; + padding-bottom: 5%; +} + +div.int { + height: 100%; + width: 100%; + border-bottom: dotted 2px blue; + padding-bottom: 5%; +} + +div.photospace { + /* background-color: green; */ + overflow:scroll; + height: 100%; + width: 100%; + border-bottom: dotted 2px blue; + padding-bottom: 5%; +} + + +table{ + width: 40%; + border-spacing: 0; +} +table th{ + border-bottom: solid 2px #fb5144; + + padding: 10px 0; +} +table td{ + border-bottom: solid 2px #ddd; + border-left: dotted 2px #ddd; + padding: 10px 0; +} + + +ul.view{ + list-style-type: none; +} + +ul.view li{ + font-size: 130%; +} + +ul.view li:before{ + content:"Q "; + color: blue; + font-size: 130%; +} + +ul.view p:before{ + content:"A "; + color: red; + font-size: 130%; +} + +div#map{ + color: red; + width: 65vw; height: 65vw; margin:0 auto; +} diff -r 5c01ef37aa88 -r 77c97937f2c3 shuzai/sawaguchi/mesi.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shuzai/sawaguchi/mesi.html Fri Aug 02 13:46:39 2019 +0900 @@ -0,0 +1,132 @@ + + + + + 2019repo + + + + + + + + + + + + +
+

ロゴ

+
+ + + +
+ +
+

さわぐちの概要

+

さわぐちってどんなお店??

+

さわぐちでは海鮮料理がメインのお店だよ!店主はとても優しくて、学生には色んなサービスもあるみたい!!店の定食の中で唯一お肉を使った定食があるけど、国産牛が使われています!!

+ + + + + + + + + + + + + + + + + + + + + +
営業時間11:30〜14:00
17:00〜21:30
住所酒田市相生町2丁目2-3
平均料金(通常)5,000円
+ (ランチ)1,000円〜2,000円
+ (宴会)3,000円
定休日日曜日(予約により日曜営業)
電話番号0234-26-6888
+ + + +
+

写真

+
+ mesi1 +

刺身定食

+
+
+ +

さわぐち定食

+
+
+ +

天ぷら定食

+
+
+ +

ヒレカツ定食

+
+

このメニュー以外にも美味しいものがたくさんあります!!

+
+

さわぐちの地図

+
+ +
+
+ + + + + + + diff -r 5c01ef37aa88 -r 77c97937f2c3 shuzai/sawaguchi/mesi.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shuzai/sawaguchi/mesi.js Fri Aug 02 13:46:39 2019 +0900 @@ -0,0 +1,18 @@ +/* domon.js - 北緯38.891度, 東経139.824度, ズームレベル14 で地図表示 */ + +var map = L.map("map").setView([38.920910,139.842267], 16); +L.tileLayer('//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: + '© OpenStreetMap contributors' +}).addTo(map); + +var qIcon = L.icon({ + iconUrl: 'sakana2.png', + iconSize: [80,80], +}) + +var marker1 = [38.920910,139.842267]; +var m1opt = {title: "さわぐち"}; +var sawaguti = L.marker(marker1, {icon: qIcon}).addTo(map); + +sawaguti.bindPopup("ぜひ食べに来てね!!!!"); diff -r 5c01ef37aa88 -r 77c97937f2c3 shuzai/sawaguchi/mesi1.jpeg Binary file shuzai/sawaguchi/mesi1.jpeg has changed diff -r 5c01ef37aa88 -r 77c97937f2c3 shuzai/sawaguchi/mesi2.jpeg Binary file shuzai/sawaguchi/mesi2.jpeg has changed