-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (81 loc) · 2.9 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ESL App</title>
<!-- Compressed CSS -->
<link rel="stylesheet" href="./assets/bulmacss/bulma.css">
<link rel="stylesheet" href="./assets/css/main.css">
<link rel="stylesheet" href="./assets/css/animate.css">
<!--Script for the cartoon animation-->
<script type="module" defer src="./assets/js/bobo.js"></script>
</head>
<body>
<!-- --------------------------- Modal Starts Here ------------------------------------------------>
<div class="modal" id="modal">
<div class="modal-background">
<section class="hero is-fullheight" id="main-modal">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column">
<div class="saying ">
<h2>Hi there!</h2>
<p class="subtitle"><span id="chinese">你好</span><br>This is Platform for Learning English the fun way.</p>
<button class="button is-large sta animate__animated animate__infinite animate__rubberBand animate__slow closeModal" id="closeModal">Explore</button>
</div>
</div>
<div class="column">
<div id="bobo" class="avatar animate__animated animate__pulse animate__infinite animate__slow ">
<img class="bob" src="./assets/pics/bob.svg">
</div>
</div>
</div>
<h2 class="subtitle">
</h2>
</div>
</div>
</section>
</div>
<div class="modal-content">
</div>
<!--<button class="modal-close is-large" aria-label="close" id="closeModal"></button>-->
</div>
</div>
<section class="hero is-info is-large is-fullheight" id="hero">
<div class="hero-head">
<nav class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" id="logo">
杭州英拓培训学校
</a>
<span class="navbar-burger burger" data-target="navbarMenuHeroB">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenuHeroB" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item " id="start-page-1">
HOME
</a>
<a class="navbar-item" id="start-page-2">
BACK
</a>
<a class="navbar-item" id="start-page-3">
INFO
</a>
</div>
</div>
</div>
</nav>
</div>
<div class="container" id="content">
</div>
</section>
<script type ="module" src="./assets/js/load.js"></script>
<script type ="module" src="./assets/js/test.js"></script>
</body>
</html>