-
Notifications
You must be signed in to change notification settings - Fork 0
/
form.html
53 lines (50 loc) · 2.2 KB
/
form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!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="css/form.css">
<script type="text/javascript" src="js/form.js"></script>
</head>
<body onload="draw()">
<main>
<div class="video">動画提出</div>
<div class="ask">お問い合わせ</div>
<a href="index.html"><img class="feslogo" src="pics/feslogo.png"></a>
<canvas id='back' width="2000" height="1000">代替テキスト</canvas>
<a target="_blank" href='https://forms.gle/jFukyf3WNvfaR1dU9' class="btn btn-flat1">PUSH!</button>
<a target="_blank" href='https://docs.google.com/forms/d/e/1FAIpQLSdul7_2lbMGH9eHCbMCLF6PNDem8RzWTTh2DQfbqFpNz_kIKQ/viewform?usp=sf_link' class="btn btn-flat2"><span>PUSH!</span></button>
<h1>
Festivale Executive Committee.org
</h1>
</main>
<footer>
<a class="top" href="index.html">TOP</a>
<a class="form" href="form.html">CONTACT</a>
<a class="sponsor" href="sponsor.html">SPONSORED</a>
<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>