-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.html
134 lines (114 loc) · 4.11 KB
/
aboutUs.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mahou no Go - About Us</title>
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/about-us-styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body class="bgAboutUs">
<!-- Navbar container -->
<div id="navbar-container"></div>
<div class="about-us-page-container">
<div class="abt-us-logo-container">
<div>
<img src="assets/gen/bw-logo.png" class="about-us-logo" />
<div class="x1">
<img src="assets/gen/w-cloud1.png" class="cloud" alt="cloud 1" />
</div>
<div class="x2">
<img src="assets/gen/w-cloud3.png" class="cloud" alt="cloud 2" />
</div>
<div class="x3">
<img src="assets/gen/w-cloud1.png" class="cloud" alt="cloud 3" />
</div>
<div class="x4">
<img src="assets/gen/w-cloud2.png" class="cloud" alt="cloud 4" />
</div>
<h1 class="abt-us-title">MAGIC FIVE</h1>
</div>
</div>
<div class="abt-us-content">
<div>
<div class="track-container">
<img src="assets/gen/track-star.png" class="track-star" />
</div>
<div class="m1">
<h1 class="member">Arielle <br />Jimera</h1>
<p>
"Unlock Your Potential, Inspire Your Journey. At Magic 5, we
believe in the power of inspiration and the limitless potential
within each individual. Our website is a reflection of this
belief, created with the mission to empower and motivate you to
embark on an journey full of magic.”
</p>
</div>
<div class="m2">
<h1 class="member">Chim Anjuro <br />Batayola</h1>
<p>
“The collaborative nature of our team has been a driving force
behind our success. Every member has brought their unique talents
to the table, resulting in a harmonious fusion of design,
functionality, and content. Together, we have built a platform
that not only fulfills its purpose but also surpasses
expectations.”
</p>
</div>
<div class="m3">
<h1 class="member">The Magic Five</h1>
<p>
The original creators of "Mahou No Go" are the Magic Five, formed
in 2023. The founding members are Arielle Jimera, Leigh Andrew
Eslawa, Andrea Lopez, Naomi Esther Liu, and Kevin Figueroa. The
website was most recently revised by Arielle Jimera and Chim
Batayola.
</p>
</div>
</div>
<div class="">
<img
src="assets/gen/characters.png"
class="abt-us-bg characters"
alt="characters"
/>
<img
src="assets/gen/white-waves.png"
class="abt-us-bg c-white-waves"
alt="c-white-waves"
/>
<img
src="assets/gen/w-cloud4.png"
class="abt-us-bg cloud4"
alt="cloud 4"
/>
<img
src="assets/gen/w-cloud5.png"
class="abt-us-bg cloud5"
alt="cloud 5"
/>
<img
src="assets/gen/white-spark.png"
class="abt-us-bg sparkle wsparkle1"
alt="sparkle"
/>
<img
src="assets/gen/white-spark.png"
class="abt-us-bg sparkle wsparkle2"
alt="sparkle"
/>
</div>
</div>
</div>
<!-- Footer container -->
<div id="footer-container"></div>
<script src="js/loadFooter.js"></script>
<script src="js/loadNavbar.js"></script>
<script src="js/app.js"></script>
</body>
</html>