Skip to content

Commit

Permalink
Revert "Revert "first commit""
Browse files Browse the repository at this point in the history
This reverts commit 2670784.
  • Loading branch information
haruto-kamijo committed Aug 8, 2021
1 parent 2670784 commit 13b84bb
Show file tree
Hide file tree
Showing 46 changed files with 871 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "festivalehp"
}
}
Binary file added .form.css.un~
Binary file not shown.
Binary file added .form.html.un~
Binary file not shown.
Binary file added .form.js.un~
Binary file not shown.
Binary file added .gallery.css.un~
Binary file not shown.
Binary file added .gallery.html.un~
Binary file not shown.
Binary file added .gallery.js.un~
Binary file not shown.
66 changes: 66 additions & 0 deletions .gitignore
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 added .index.css.un~
Binary file not shown.
Binary file added .index.html.un~
Binary file not shown.
Binary file added .index.js.un~
Binary file not shown.
Binary file added .sponsor.css.un~
Binary file not shown.
Binary file added .sponsor.html.un~
Binary file not shown.
Binary file added .sponsor.js.un~
Binary file not shown.
Binary file added .test.html.un~
Binary file not shown.
Binary file added fes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
76 changes: 76 additions & 0 deletions form.css
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;
}
56 changes: 56 additions & 0 deletions form.html
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>
10 changes: 10 additions & 0 deletions form.js
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()
}
}
56 changes: 56 additions & 0 deletions gallery.css
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;
}
54 changes: 54 additions & 0 deletions gallery.html
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>
13 changes: 13 additions & 0 deletions gallery.js
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);
}
Binary file added guild.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img-header2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 13b84bb

Please sign in to comment.