-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (153 loc) · 7.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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>fallen Angels</title>
<!-- Icon -->
<link rel="icon" href="Images\FAfavicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sacramento&family=Satisfy&family=Yellowtail&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="CSS\style.css">
<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</head>
<body>
<!-- Nav Bar -->
<section id="navigation">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.html">
<img class="navigation-logo" src="Images\FALogo.png" alt="Logo">
</a>
<button class="navbar-toggler " type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="gameinfo.html">Game Info</a></li>
<li class="nav-item"><a class="nav-link" href="#contactinfo">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="squad.html">Squad</a></li>
<li class="nav-item"><a class="nav-link" href="">Login / SignUp</a></li>
</ul>
</div>
</nav>
</div>
</section>
<!-- Intro Section -->
<section id="introduction">
<div class="container">
<img class="introimage" src="Images\MLBB.png" alt="Intro Image">
<div class="leftone">
<h1 class="mainheading"><span class="heading1">f</span>allen</h1>
</div>
<div class="rightone">
<h1 class="mainheading">Angels</h1>
</div>
</div>
</section>
<!-- Game Intro Section -->
<section id="gameintro">
<div class="container">
<div class="mlbbimage">
<img class="imgclass1" src="Images\Mobilelegends.png" alt="Logo">
</div>
<div class="mlbbcontent">
<h2>What is Mobile Legends?</h2>
<p class="para1">Mobile Legends: Bang Bang (abbreviated MLBB / ML), formally Mobile Legends: 5v5 MOBA, is a mobile multiplayer online battle arena developed and published by Moonton.</p>
<a class="btna" href="https://en.wikipedia.org/wiki/Mobile_Legends:_Bang_Bang">know more..</a>
</div>
</div>
</section>
<!-- Squad Intro Section -->
<section id="squadintro">
<div class="row container">
<div class="faimage col-lg-4 col-sm-12">
<img class="image1" src="Images\fallen Angels.jpg" alt="Fallen Angel Image">
</div>
<div class="facontent col-lg-8 col-sm-12">
<h2 class="fallentitle">What is fallen Angels ?</h2>
<p class="para2">Fallen Angels is a MLBB squad created by friends to go all out in moba gaming experience and become stronger players. We plan on gaming on forward and continuing to persue higher ranks and expertise with new launching heroes.
</p>
<p class="para2">Our aim is to become legendary players and we plan on guiding other players by posting helpful tips and tricks as well as quick guide videos on youtube as well.</p>
</div>
</div>
</section>
<!-- Event Section -->
<section id="eventsdiv">
<div class="container">
<div id="carouselExampleControls" class="carousel slide eve" data-ride="carousel">
<h2 class="eveheading">What's New ?</h2>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Images/YuZhong.jpg" class="eveimg" alt="Yu Zhong Launch" onclick="navpic()">
<p class="para3">Launch of New Hero in Land of Dawn</p>
<p class="para3">Yu Zhong - The Black Fierce Dragon</p>
</div>
<div class="carousel-item">
<img src="Images/mashadase.jpg" class="eveimg" alt="Masha Skin Launch" onclick="navpic()">
<p class="para3">Launch of Epic Skin of Dragon Tamer Series</p>
<p class="para3">Masha - The Dragon Armor</p>
</div>
<div class="carousel-item">
<img src="Images/YSSRevamp.jpg" class="eveimg" alt="YSS Revamp" onclick="navpic()">
<p class="para3">Launch of Revamped Hero in Land of Dawn</p>
<p class="para3">All new Yi Sun Shin</p>
</div>
<div class="carousel-item">
<img src="Images/haya.jpg" class="eveimg" alt="Haya Star Skin" onclick="navpic()">
<p class="para3">Arrival of New StarLight Skin</p>
<p class="para3">Hayabusa - The Biological Weapon</p>
</div>
</div>
<a class="carousel-control-prev left-arrow" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next right-arrow" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- Contact Me Section -->
<section id="contactinfo">
<div class="container row">
<div class="foura col-lg-6">
<h2 class="fourcontitle">Join our Discord Server</h2>
<div class="imagebox1">
<img class="image2" src="Images\discord1.svg" alt="Discord image">
</div>
<a class="btna" href="https://discord.gg/ZxYCHNg">Join us..</a>
</div>
<div class="fourb col-lg-6">
<h2 class="fourcontitle">Contact us through Email</h2>
<div class="imagebox2">
<img class="image2" src="Images\email.svg" alt="Email Image">
</div>
<a class="btna" href="mailto:fallenangels.squad.may2020@gmail.com">Mail to..</a>
</div>
</div>
</section>
<!-- Footer Bar -->
<section id="footersection">
<div class="footer">
<img class="footerimage" src="Images\instagram.svg" alt="GitHub Logo">
<a class="linkin" href="https://instagram.com/fa_01052020?igshid=1ujjmx495ngyv">Instagram</a>
<img class="footerimage" src="Images\facebook.svg" alt="GitHub Logo">
<a class="linkin" href="https://www.facebook.com/Fαllєи-Aиgєls-114324533647165">Facebook</a>
<img class="footerimage" src="Images\youtube.svg" alt="GitHub Logo">
<a class="linkin" href="https://www.youtube.com/channel/UC6vRAmIGefLrIQ-tVIF_xlA">Youtube</a>
<p class="footerpara1">© 2020 fallen Angels</p>
<img class="footerimage1" src="Images\github.svg" alt="GitHub Logo">
<p class="footerpara2">Hosting Partner GitHub</p>
</div>
</section>
<script src="JS/gameinfo.js" charset="utf-8"></script>
</body>
</html>