diff --git a/css b/css new file mode 100644 index 0000000..a611fb4 --- /dev/null +++ b/css @@ -0,0 +1,23 @@ +/* +Errno::ENOENT: No such file or directory @ rb_sysopen - sass + +Backtrace: +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/plugin/compiler.rb:454:in `read' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/plugin/compiler.rb:454:in `update_stylesheet' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/plugin/compiler.rb:209:in `each' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/plugin/compiler.rb:209:in `update_stylesheets' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/plugin/compiler.rb:294:in `watch' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/plugin.rb:109:in `method_missing' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/exec/sass_scss.rb:358:in `watch_or_update' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/exec/sass_scss.rb:51:in `process_result' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/exec/base.rb:50:in `parse' +/var/lib/gems/2.7.0/gems/sass-3.7.4/lib/sass/exec/base.rb:18:in `parse!' +/var/lib/gems/2.7.0/gems/sass-3.7.4/bin/sass:13:in `' +/usr/local/bin/sass:23:in `load' +/usr/local/bin/sass:23:in `
' +*/ +body:before { + white-space: pre; + font-family: monospace; + content: "Errno::ENOENT: No such file or directory @ rb_sysopen - sass"; } diff --git a/stamp/.sass-cache/db8c9b93dba06460c999dd4163567d5a53c1b16a/style.scssc b/stamp/.sass-cache/db8c9b93dba06460c999dd4163567d5a53c1b16a/style.scssc new file mode 100644 index 0000000..aff3170 --- /dev/null +++ b/stamp/.sass-cache/db8c9b93dba06460c999dd4163567d5a53c1b16a/style.scssc Binary files differ diff --git a/stamp/css/normalize.css b/stamp/css/normalize.css new file mode 100644 index 0000000..9d9f37a --- /dev/null +++ b/stamp/css/normalize.css @@ -0,0 +1,350 @@ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + +/* Document + ========================================================================== */ + +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ + +html { + line-height: 1.15; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/* Sections + ========================================================================== */ + +/** + * Remove the margin in all browsers. + */ + +body { + margin: 0; +} + +/** + * Render the `main` element consistently in IE. + */ + +main { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + +hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Remove the gray background on active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + +abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +code, +kbd, +samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove the border on images inside links in IE 10. + */ + +img { + border-style: none; +} + +/* Forms + ========================================================================== */ + +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + +button, +input { /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + +button, +select { /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ + +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + +legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ + +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ + +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + +[type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} + +/* Interactive + ========================================================================== */ + +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ + +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ + +summary { + display: list-item; +} + +/* Misc + ========================================================================== */ + +/** + * Add the correct display in IE 10+. + */ + +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ + +[hidden] { + display: none; +} + diff --git a/stamp/css/style.css b/stamp/css/style.css new file mode 100644 index 0000000..86dd7bc --- /dev/null +++ b/stamp/css/style.css @@ -0,0 +1,184 @@ +*, *::before, *::after { + box-sizing: border-box; + font-family: Georgia, 'Times New Roman', Times, serif,serif; + margin: 0; + padding: 0; } + +header { + width: 100%; + height: 80px; + background-color: rgba(0, 0, 0, 0.85); + position: fixed; + top: 0; + z-index: 1000; } + header img { + float: left; + width: 70px; + height: auto; + margin-left: 20px; } + header nav { + float: right; + margin-right: 50px; + height: 100%; + width: auto; + display: flex; + align-items: center; } + header nav ul { + list-style: none; + display: flex; + justify-content: space-around; + align-items: center; } + header nav ul li a { + margin: 0 20px; + padding: 0 5px; + text-decoration: none; + color: white; } + header nav ul li a:hover { + border-bottom: solid 2px #C3A575; } + +div.main-visual { + margin-top: 80px; + width: 100%; + height: 540px; + position: relative; } + div.main-visual img { + position: absolute; + width: 100%; + height: 100%; + object-fit: cover; + z-index: -1; } + div.main-visual h1.title { + position: absolute; + left: 30%; + bottom: 20%; + transform: translate(-30%, -20%); + color: white; } + div.main-visual h1.title span { + font-size: 70%; } + +section.about { + text-align: center; + height: 370px; + width: 100%; + margin-top: 80px; } + +section.how-1 { + width: 100%; + height: 550px; + display: flex; + justify-content: space-around; + align-items: center; + background-color: #E9E9E9; } + section.how-1 div.text { + width: 40%; + height: 100%; } + section.how-1 div.text p { + margin-top: 50px; } + @media screen and (max-width: 768px) { + section.how-1 { + flex-direction: column; + justify-content: center; + align-items: center; + height: auto; } + section.how-1 div.text { + width: 100%; } + section.how-1 div.text p, section.how-1 div.text h2 { + padding: 0 20px 0 20px; } + section.how-1 img { + margin: 30px 0 30px; } } + +section.how-2 { + width: 100%; + height: 550px; + display: flex; + justify-content: space-around; + align-items: center; } + section.how-2 div.text { + width: 40%; + height: 100%; } + section.how-2 div.text p { + margin-top: 40px; } + @media screen and (max-width: 768px) { + section.how-2 { + flex-direction: column-reverse; + height: auto; } + section.how-2 div.text { + width: 100%; } + section.how-2 div.text p, section.how-2 div.text h2 { + padding: 0 20px 0 20px; } + section.how-2 img { + margin-top: 30px; + width: 50%; + height: auto; } } + +section.strat-btn { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + width: 100%; + height: 400px; + background-color: #E9E9E9; } + section.strat-btn a { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + max-width: 500px; + font-size: 25px; + padding: 15px; + color: #fff; + border-radius: 20px; + background-color: #eb6100; + border-bottom: 5px solid #b84c00; + transition: .2s; } + section.strat-btn a:active { + margin-top: 3px; + color: #fff; + border-bottom: 2px solid #b84c00; } + section.strat-btn a:shadow { + box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); } + section.strat-btn a img { + width: 50px; + height: auto; } + section.strat-btn p { + margin-top: 30px; + text-align: center; } + +section.access { + width: 100%; + height: 550px; + display: flex; + align-items: center; } + section.access div { + width: 50%; + height: auto; + margin-left: 50px; } + section.access dd { + margin: 30px 0 30px 0; } + @media screen and (max-width: 768px) { + section.access { + flex-direction: column; + align-items: center; } + section.access div { + width: 90%; + margin: 0; } } + +p.sub-title { + color: #C3A575; + font-size: 13px; } + +h2.section-title { + font-size: 30px; + margin-top: 10px; } + +footer { + display: flex; + align-items: center; + background-color: #969696; + height: 30px; } + footer p { + padding-left: 0px; } + +/*# sourceMappingURL=style.css.map */ diff --git a/stamp/css/style.css.map b/stamp/css/style.css.map new file mode 100644 index 0000000..5c18947 --- /dev/null +++ b/stamp/css/style.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "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", +"sources": ["../sass/style.scss"], +"names": [], +"file": "style.css" +} \ No newline at end of file diff --git a/stamp/img/1540-1024.jpg b/stamp/img/1540-1024.jpg deleted file mode 100644 index 3e0edf0..0000000 --- a/stamp/img/1540-1024.jpg +++ /dev/null Binary files differ diff --git a/stamp/img/681-1024.jpg b/stamp/img/681-1024.jpg deleted file mode 100644 index 96d0224..0000000 --- a/stamp/img/681-1024.jpg +++ /dev/null Binary files differ diff --git a/stamp/img/AR.png b/stamp/img/AR.png deleted file mode 100644 index 0e587ba..0000000 --- a/stamp/img/AR.png +++ /dev/null Binary files differ diff --git a/stamp/img/ARImg.png b/stamp/img/ARImg.png new file mode 100644 index 0000000..9acc6da --- /dev/null +++ b/stamp/img/ARImg.png Binary files differ diff --git a/stamp/img/MainImg-1.jpg b/stamp/img/MainImg-1.jpg new file mode 100644 index 0000000..3e0edf0 --- /dev/null +++ b/stamp/img/MainImg-1.jpg Binary files differ diff --git a/stamp/img/MainImg-2.jpg b/stamp/img/MainImg-2.jpg new file mode 100644 index 0000000..efdb409 --- /dev/null +++ b/stamp/img/MainImg-2.jpg Binary files differ diff --git a/stamp/img/MainImg-3.jpg b/stamp/img/MainImg-3.jpg new file mode 100644 index 0000000..bb18b82 --- /dev/null +++ b/stamp/img/MainImg-3.jpg Binary files differ diff --git a/stamp/img/Mockup-1.png b/stamp/img/Mockup-1.png new file mode 100644 index 0000000..9961642 --- /dev/null +++ b/stamp/img/Mockup-1.png Binary files differ diff --git a/stamp/img/img.jpg b/stamp/img/img.jpg new file mode 100644 index 0000000..96d0224 --- /dev/null +++ b/stamp/img/img.jpg Binary files differ diff --git a/stamp/img/iphone x laying.png b/stamp/img/iphone x laying.png deleted file mode 100644 index cc7899a..0000000 --- a/stamp/img/iphone x laying.png +++ /dev/null Binary files differ diff --git a/stamp/img/mashiro.png b/stamp/img/mashiro.png index da9e801..9c0c2d4 100644 --- a/stamp/img/mashiro.png +++ b/stamp/img/mashiro.png Binary files differ diff --git a/stamp/img/walking.png b/stamp/img/walking.png new file mode 100644 index 0000000..2389df4 --- /dev/null +++ b/stamp/img/walking.png Binary files differ diff --git a/stamp/index.html b/stamp/index.html new file mode 100644 index 0000000..a7af5c2 --- /dev/null +++ b/stamp/index.html @@ -0,0 +1,143 @@ + + + + + + + + + + ARスタンプラリーin松ヶ岡開墾場 + + + + + + +
+ ロゴ + +
+
+

+ + AR Stamp Rally
+ in松ヶ岡開墾場 +

+ メインイメージ1 + メインイメージ2 + メインイメージ3 +
+ +
+

ABOUT

+

松ヶ岡開墾場 × AR

+

+ ようこそ。
+ 松ヶ岡開墾場へ。
+ このスタンプラリーでは
+ 「ましろちゃん」
+ というキャラクターがARで登場します。
+ ましろちゃんを探してスタンプを貯めよう。
+

+
+ +
+
+

HOW

+

使い方

+

+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。
+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 +
+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。
+
+ サンプルの文章です。サンプルの文章です。
+
+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。
+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です +

+
+ モックアップ +
+ +
+ 歩いている画像 +
+

HOW

+

使い方

+

+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。
+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 +
+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。
+
+ サンプルの文章です。サンプルの文章です。
+
+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です。
+ サンプルの文章です。サンプルの文章です。 + サンプルの文章です。サンプルの文章です +

+
+
+ +
+ + ARイメージ + ARスタンプラリーへ + +

※スマートフォンでのご利用を推奨します

+
+ +
+
+

ACCESS

+

アクセス

+
+
住所:
+
997-0158 山形県鶴岡市羽黒町松ヶ岡29
+
電話番号:
+
0235-62-3985
+
営業時間:
+
9:00〜16:00 、定休日:水曜日(祝日の場合は翌平日)、年末年始
+
交通アクセス:
+
山形自動車道 鶴岡ICから車で25分 JR鶴岡駅から車で20分
+
+
+ +
+ + + + \ No newline at end of file diff --git a/stamp/js/localStrage.js b/stamp/js/localStrage.js new file mode 100644 index 0000000..f586bc5 --- /dev/null +++ b/stamp/js/localStrage.js @@ -0,0 +1,4 @@ + +if (window.localStorage) { + +} diff --git a/stamp/sass/style.scss b/stamp/sass/style.scss new file mode 100644 index 0000000..4cc6dd2 --- /dev/null +++ b/stamp/sass/style.scss @@ -0,0 +1,255 @@ +// ボックスサイジング +*,*::before,*::after { + box-sizing: border-box; + font-family: Georgia, 'Times New Roman', Times, serif,serif; + margin: 0; + padding: 0; +} + +// ブレイクポイント +$breakPoints:( + 'pc':'screen and (max-width: 1280px)', + 'tablet':'screen and (max-width: 768px)', + 'sp':'screen and (max-width: 480px)' +)!default; + +@mixin mq($breakPoint: pc) { + @media #{map-get($breakPoints, $breakPoint)} { + @content; + } +} + +// ベースカラーと補助色 +$sub_color:#C3A575; +$section_color: #E9E9E9; + +// ヘッダー +header{ + width: 100%; + height: 80px; + background-color: rgba(0, 0, 0, 0.85); + position: fixed; + top: 0; + z-index: 1000; + img{ + float: left; + width: 70px; + height: auto; + margin-left: 20px; + } + nav{ + float: right; + margin-right: 50px; + height: 100%; + width: auto; + display: flex; + align-items: center; + ul{ + list-style: none; + display: flex; + justify-content: space-around; + align-items: center; + li{ + a{ + margin: 0 20px; + padding: 0 5px ; + text-decoration: none; + color: white; + &:hover{ + border-bottom: solid 2px $sub_color; + } + } + } + } + } + @include mq(tablet) { + + } +} + +// メインビジュアル +div.main-visual{ + margin-top: 80px; + width: 100%; + height: 540px; + position: relative; + img{ + position: absolute; + width: 100%; + height: 100%; + object-fit: cover; + z-index: -1; + } + h1.title{ + position: absolute; + left: 30%; + bottom:20%; + transform: translate(-30%,-20%); + color: white; + span{ + font-size: 70%; + } + } +} + + +// 概要 +section.about{ + text-align: center; + height: 370px; + width: 100%; + margin-top: 80px; +} + + +// 使い方 +section.how-1{ + width: 100%; + height: 550px; + display: flex; + justify-content: space-around; + align-items: center; + background-color: $section_color; + div.text{ + width: 40%; + height: 100%; + p{ + margin-top: 50px; + } + } + @include mq(tablet) { + flex-direction: column; + justify-content: center; + align-items: center; + height: auto; + div.text{ + width: 100%; + p,h2{ + padding:0 20px 0 20px ; + } + } + img{ + margin: 30px 0 30px; + } + } +} + +section.how-2{ + width: 100%; + height: 550px; + display: flex; + justify-content: space-around; + align-items: center; + + div.text{ + width: 40%; + height: 100%; + p{ + margin-top: 40px; + } + } + @include mq(tablet) { + flex-direction: column-reverse; + height: auto; + div.text{ + width: 100%; + p,h2{ + padding:0 20px 0 20px ; + } + } + img{ + margin-top: 30px; + width: 50%; + height: auto; + } + } +} + + + +// スタート +section.strat-btn{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + width: 100%; + height: 400px; + background-color: $section_color; + a{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + max-width: 500px; + font-size: 25px; + padding: 15px; + color: #fff; + border-radius: 20px; + background-color: #eb6100; + border-bottom: 5px solid #b84c00; + transition: .2s; + &:active { + margin-top: 3px; + color: #fff; + border-bottom: 2px solid #b84c00; + } + &:shadow{ + box-shadow: 0 3px 5px rgba(0, 0, 0, .3); + } + img{ + width: 50px; + height: auto; + } + } + p{ + margin-top: 30px; + text-align: center; + } +} + + +// アクセス +section.access{ + width: 100%; + height: 550px; + display: flex; + align-items: center; + div{ + width: 50%; + height: auto; + margin-left: 50px; + } + dd{ + margin: 30px 0 30px 0; + } + @include mq(tablet) { + flex-direction: column; + align-items: center; + div{ + width: 90%; + margin: 0; + } + } +} + +p.sub-title{ + color: $sub_color; + font-size:13px; +} +h2.section-title{ + font-size: 30px; + margin-top: 10px ; +} + +// フッダー +footer{ + display: flex; + align-items: center; + background-color: #969696; + height: 30px;; + p{ + padding-left: 0px; + } +} \ No newline at end of file diff --git a/stamp/stamp.html b/stamp/stamp.html index 24bd658..3f8571e 100644 --- a/stamp/stamp.html +++ b/stamp/stamp.html @@ -5,9 +5,9 @@ AR- + -