-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoul.php
More file actions
50 lines (48 loc) · 2.11 KB
/
Copy pathsoul.php
File metadata and controls
50 lines (48 loc) · 2.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about</title>
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="./home1/info.css">
<link rel="stylesheet" href="/footer.css">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
</head>
<body>
<!-- <?php include("nav.php")?> -->
<?php include('mnav.php')?>
<section id="page-header" class="about-header">
<div>
<img src="./img/banner.png" alt="">
</div>
</section>
<!-- <section id="page-header" class="about-header">
<div>
<img src="./img/banner.png" alt="">
</div> -->
<!-- <h1>Soul</h1> -->
<!-- <p># Soul for life</p> -->
</section>
<section id="about-head" class="section-p1">
<img src="img/Team_Soul.png" alt="">
<div>
<h2>Who We Are?</h2>
<p>S8UL is one of the most beloved esports organizations in India and is a home for many popular content creators in Indian gaming community. Soul and 8Bit have merged under the same banner and the co-owners 8bit Thug, 8bit Goldy an Soul Mortal have formed the “most luxurious gaming facility in India”.</p>
<abbr title="" class="abbr-1">Create stunning images with as much or as little control as you like thanks to a choice of Basic and Creative modes</abbr>
<br><br>
<marquee bgcolor="#000" loop="-1" scrollamount="5" width="100%" class="abbr-1">Create stunning images with as much or as little control as you like thanks to a choice of Basic and Creative modes.</marquee>
</div>
</section>
<section id="about-app" class="section-p1">
<!-- <h1>Download our <a href="#">App</a> </h1> -->
<div class="video">
<video autoplay muted loop src="./video/s8ul try1.mp4"></video>
</div>
</section>
<?php include("footer.php")?>
<script src="/main.js"></script>
</body>
</html>