-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (72 loc) · 3.91 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Bootstrap Required Meta Tags -->
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<!-- <meta http-equiv="Cache-control" content="No-Cache"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- Self Made Style Sheet -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style_introSection.css">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<title>Immerse1905</title>
</head>
<body onload='typeWriter("*Beep Boop*"+"\\"+"Welcome to IMMERSE IL1905!"+"\\"+"I’m Immi, your personal tour guide in this expansive multiverse!"+"\\"+"Sit back and enter the world curated by my creators, IL1905 graduation batch!"+"\\"+"#"+"Click on the portal below to be IMMERSED"+"%"+" :D"+"\\"+"<( ̄︶ ̄)↗︎[GO!]", 0)'>
<!-- <body onload=''> -->
<!-- Intro Section -->
<section id="introSection" class="webSection webSection_snap">
<div id="mascotPortalScene" class="d-flex flex-row">
<div id="introSection_mascot">
<img src="images/introSection/introSection_img_mascot.png" alt="Missing Image" class="d-block mascotImg">
</div id="introSection_dialog">
<div id="introSection_dialogNportal" class="d-flex flex-column">
<div id="introSection_dialog">
<div class="dialogBox">
<p class="dialogBoxTxt">
<!-- *Beep Boop* -->
<!-- <br> -->
<!-- Welcome to IMMERSE IL1905! -->
<!-- <br> -->
<!-- I’m Immi, your personal tour guide in this expansive multiverse! -->
<!-- <br> -->
<!-- Sit back and enter the world curated by my creators, IL1905 graduation batch! -->
<!-- <br> -->
<!-- Click on the portal below to be IMMERSED :D -->
<!-- <br> -->
<!-- <( ̄︶ ̄)↗[GO!] -->
</p>
<!-- <img src="images/introSection/introSection_img_dialogBox.png" alt="Missing Image" class="mx-auto d-block"> -->
</div>
</div>
<div id="introSection_island">
<a href="mainPage.html">
<img src="images/introSection/introSection_img_island.png" alt="Missing Image" class=""><div id="introSection_islandGlow"></div></image>
</a>
<div id="introSection_islandSign">
<div id="introSection_islandSignArrow"><img src="images/arrowBtn_3.png"></div>
<p>Click the Portal to be IMMERSED!</p>
</div>
</div>
</div>
</div>
<div id="logoTitleScene">
<img src="images/introSection/introSection_img_logo.png" alt="Missing Image" class="mx-auto d-block">
</div>
</section>
<!-- Bootstrap Required JS Bundle Libraries-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- <script src="bootstrap/js/bootstrap.min.js"></script> -->
<!-- JQuery -->
<!-- <script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script> -->
<script src="jquery/jquery-3.6.0.min.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> -->
<!-- Self Made JS -->
<script type="text/javascript" src="javascript/script.js"></script>
<script type="text/javascript" src="javascript/script_introSection.js"></script>
</body>
</html>