-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
46 changed files
with
871 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projects": { | ||
"default": "festivalehp" | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
firebase-debug.log* | ||
firebase-debug.*.log* | ||
|
||
# Firebase cache | ||
.firebase/ | ||
|
||
# Firebase config | ||
|
||
# Uncomment this if you'd like others to create their own Firebase project. | ||
# For a team working on the same Firebase project(s), it is recommended to leave | ||
# it commented so all members can deploy to the same project(s) in .firebaserc. | ||
# .firebaserc | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"hosting": { | ||
"public": "public", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
body{ | ||
position:relative; | ||
background-color:#000000; | ||
width:1600px; | ||
height:900px; | ||
} | ||
|
||
img.panf{ | ||
position:absolute; | ||
top:0px; | ||
right:0px; | ||
width:750px; | ||
} | ||
|
||
footer{ | ||
position:absolute; | ||
bottom:10px; | ||
left:150px; | ||
color:#FFFFFF; | ||
} | ||
a:link{ | ||
color:#FFFFFF; | ||
} | ||
a:visited{ | ||
color:#AFAFAF; | ||
} | ||
|
||
h1{ | ||
position:relative; | ||
top:230px; | ||
left:180px; | ||
color:#FFFFFF; | ||
font-size:40px; | ||
} | ||
|
||
canvas{ | ||
position:absolute; | ||
opacity:0.9; | ||
left:70px; | ||
} | ||
|
||
a.ask{ | ||
position:absolute; | ||
font-size:60px; | ||
top:200px; | ||
left:220px; | ||
color:#000000; | ||
z-index:7; | ||
} | ||
|
||
a.video{ | ||
position:absolute; | ||
font-size:60px; | ||
top:500px; | ||
left:270px; | ||
color:#000000; | ||
z-index:7; | ||
} | ||
|
||
img.fes{ | ||
width:300px; | ||
height:100%; | ||
} | ||
|
||
a.form{ | ||
font-size:25px; | ||
} | ||
|
||
h2{ | ||
position:absolute; | ||
left:-100px; | ||
top:400px; | ||
font-size:15px; | ||
transform:rotate(90deg); | ||
color:#FFFFFF; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0">--> | ||
<title>フェスティバーレHP</title> | ||
<link rel="stylesheet" href="form.css"> | ||
<script type="text/javascript" src="form.js"></script> | ||
</head> | ||
<body onload="draw()"> | ||
<header> | ||
<a target="_blank" href="index.html"><img class="fes" src="fes.png"></a> | ||
</header> | ||
<main> | ||
<img class="panf" src="panf.png"> | ||
<a target="_blank" class="ask" href="https://docs.google.com/forms/d/e/1FAIpQLSdul7_2lbMGH9eHCbMCLF6PNDem8RzWTTh2DQfbqFpNz_kIKQ/viewform?usp=sf_link">お問い合わせ</a> | ||
<a target="blank" class="video" href="https://forms.gle/jFukyf3WNvfaR1dU9">動画提出</a> | ||
<canvas id='square' width="800" height="800">代替テキスト</canvas> | ||
<h2> | ||
Festivale Executive Committee.org | ||
</h2> | ||
</main> | ||
<footer> | ||
<a href="index.html">TOP</a> | ||
<dev>/</dev> | ||
<a class="form" href="form.html">CONTACT</a> | ||
<dev>/</dev> | ||
<a href="sponsor.html">SPONSORED</a> | ||
<dev>/</dev> | ||
<a href="gallery.html">GALLERY</a> | ||
</footer> | ||
<!-- The core Firebase JS SDK is always required and must be listed first --> | ||
<script src="https://www.gstatic.com/firebasejs/8.8.1/firebase-app.js"></script> | ||
|
||
<!-- TODO: Add SDKs for Firebase products that you want to use | ||
https://firebase.google.com/docs/web/setup#available-libraries --> | ||
<script src="https://www.gstatic.com/firebasejs/8.8.1/firebase-analytics.js"></script> | ||
|
||
<script> | ||
// Your web app's Firebase configuration | ||
// For Firebase JS SDK v7.20.0 and later, measurementId is optional | ||
var firebaseConfig = { | ||
apiKey: "AIzaSyAUuC30UA8E3G4PXXVptGVy4Z2xUGkMARg", | ||
authDomain: "festivalehp.firebaseapp.com", | ||
projectId: "festivalehp", | ||
storageBucket: "festivalehp.appspot.com", | ||
messagingSenderId: "589020154408", | ||
appId: "1:589020154408:web:3c7427e8aa02cead7d431d", | ||
measurementId: "G-67Q2QFB4PS" | ||
}; | ||
// Initialize Firebase | ||
firebase.initializeApp(firebaseConfig); | ||
firebase.analytics(); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
function draw(){ | ||
var canvas = document.getElementById('square'); | ||
if (canvas.getContext){ | ||
var ctx=canvas.getContext('2d'); | ||
ctx.beginPath(); | ||
ctx.fillStyle="rgb(255,255,255)"; | ||
ctx.fillRect(0,0,700,750); | ||
ctx.fill() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
body{ | ||
position:relative; | ||
background-color:#000000; | ||
width:1600px; | ||
height:900px; | ||
} | ||
|
||
img.panf{ | ||
position:absolute; | ||
top:0px; | ||
right:0px; | ||
width:750px; | ||
} | ||
|
||
img.pics{ | ||
position:relative; | ||
border:1px #FFFFFF solid; | ||
left:100px; | ||
top:100px; | ||
} | ||
|
||
footer{ | ||
position:absolute; | ||
bottom:10px; | ||
left:150px; | ||
color:#FFFFFF; | ||
} | ||
a:link{ | ||
color:#FFFFFF; | ||
} | ||
a:visited{ | ||
color:#AFAFAF; | ||
} | ||
|
||
img.fes{ | ||
width:300px; | ||
height:100%; | ||
} | ||
|
||
img:mypic{ | ||
position:absolute; | ||
top:200px; | ||
left:50px; | ||
} | ||
a.gallery{ | ||
font-size:25px; | ||
} | ||
|
||
h2{ | ||
position:absolute; | ||
left:-100px; | ||
font-size:15px; | ||
top:200; | ||
transform:rotate(90deg); | ||
color:#FFFFFF; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0">--> | ||
<title>フェスティバーレHP</title> | ||
<link rel="stylesheet" href="gallery.css"> | ||
<script type="text/javascript" src="gallery.js"></script> | ||
</head> | ||
<body onload="slideshow()"> | ||
<header> | ||
<a href="index.html"><img class="fes" src="fes.png"></a> | ||
</header> | ||
<main> | ||
<img class="panf" src="panf.png"> | ||
<img class="pics" id="mypic" src="pics/1.jpg" width="600" height="450"> | ||
<h2> | ||
Festivale Executive Committee.org | ||
</h2> | ||
</main> | ||
<footer> | ||
<a class="top" href="index.html">TOP</a> | ||
<dev>/</dev> | ||
<a href="form.html">CONTACT</a> | ||
<dev>/</dev> | ||
<a href="sponsor.html">SPONSORED</a> | ||
<dev>/</dev> | ||
<a class="gallery" href="gallery.html">GALLERY</a> | ||
</footer> | ||
<!-- The core Firebase JS SDK is always required and must be listed first --> | ||
<script src="https://www.gstatic.com/firebasejs/8.8.1/firebase-app.js"></script> | ||
|
||
<!-- TODO: Add SDKs for Firebase products that you want to use | ||
https://firebase.google.com/docs/web/setup#available-libraries --> | ||
<script src="https://www.gstatic.com/firebasejs/8.8.1/firebase-analytics.js"></script> | ||
|
||
<script> | ||
// Your web app's Firebase configuration | ||
// For Firebase JS SDK v7.20.0 and later, measurementId is optional | ||
var firebaseConfig = { | ||
apiKey: "AIzaSyAUuC30UA8E3G4PXXVptGVy4Z2xUGkMARg", | ||
authDomain: "festivalehp.firebaseapp.com", | ||
projectId: "festivalehp", | ||
storageBucket: "festivalehp.appspot.com", | ||
messagingSenderId: "589020154408", | ||
appId: "1:589020154408:web:3c7427e8aa02cead7d431d", | ||
measurementId: "G-67Q2QFB4PS" | ||
}; | ||
// Initialize Firebase | ||
firebase.initializeApp(firebaseConfig); | ||
firebase.analytics(); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
var pics_src=new Array("pics/1.jpg","pics/2.jpg","pics/3.jpg","pics/4.jpg","pics/5.jpg","pics/6.jpg","pics/7.jpg","pics/8.jpg","pics/9.jpg"); | ||
var num=0; | ||
|
||
function slideshow(){ | ||
if(num==8){ | ||
num=0; | ||
} | ||
else{ | ||
num++; | ||
} | ||
document.getElementById("mypic").src=pics_src[num]; | ||
setTimeout("slideshow()",5000); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.