-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmation.html
63 lines (48 loc) · 2.17 KB
/
confirmation.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
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Lengua-Linguini - Confirmation</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<!--GOOGLE FONT-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gideon+Roman&family=Karla:ital,wght@0,200;0,300;0,400;1,200;1,300&family=Lato:wght@300&display=swap" rel="stylesheet">
<!--Font Icons-->
<script src="https://kit.fontawesome.com/f30a166a26.js" crossorigin="anonymous"></script>
</head>
<body onload="newPage();">
<a href="index.html">
<video class="h-100" style="width: 100%" playsinline autoplay muted loop>
<source src="assets/header2.mp4" type="video/mp4" />
</video>
</a>
<div class="topnav" id="myTopnav">
<a href="index.html" >Why</a>
<a href="index.html">About</a>
<a href="form.html">Contact</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">☰</a>
</div>
<section id="about">
<div class="box-result">
<h3 id="result">This would change for the confirmation</h3>
<p id="textarea">general rules and info</p>
</div>
<p class="leading">
<a href="index.html" class="button">go back home</a>
</p>
</section>
<footer>
<div class="grid">
<p>Copyright 2022 <br>Julian Petrini Jäggli</p>
<ul class="social">
<li><a href="https://www.instagram.com/jpet.jpet" target="_blank"><i><img src="assets/instagram-brands.svg" alt="instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/julianpetriniiaggli" target="_blank"><i><img src="assets/linkedin-brands.svg" alt="linkedin"></i></a></li>
<li><a href="https://github.com/julianpetrini/" target="_blank"><i><img src="assets/github-brands.svg" alt="github"></i></a></li>
</ul>
</div>
</footer>
<script src='main.js'></script>
</body>