-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
95 lines (94 loc) · 4.89 KB
/
about-us.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
<!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">
<link rel="stylesheet" href="/css/about-us.css">
<link rel="stylesheet" href="css/all.css">
<title>VSRGworld</title>
</head>
<body>
<!--Navigation-->
<nav class="nav">
<div class="nav-menu flex-row">
<div class="nav-brand">
<a href="index.html">VSRGworld</a>
</div>
<div class="toggle-collapse">
<div class="toggle-icons">
<i class="fas fa-bars"></i>
</div>
</div>
<div>
<ul class="nav-items">
<li class="nav-link">
<a href="contents.html">Contents</a>
</li>
<li class="nav-link">
<a href="about-us.html">About Us</a>
</li>
</ul>
</div>
<div class="social">
<a href="https://www.facebook.com/zukichi.csgo/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/kong_shl/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.twitter.com/ZuKiMuK1" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
</div>
</nav>
<main>
<div class="about-us">
<div class="about-us-container">
<div class="about-us-header">
<h1>About Us</h1>
</div>
<div class="who-are-we">
<h2>Who are we</h2>
<p>We are hobbyists who like to enjoy learning, exploring and having fun in our freetime and this website are created because it's one of our hobbies and plan to increase some more to guide many people who want to explore.
So if you guys wanna know more about us please don't forget to check us out in the next row to see who's behind all of this.
</p>
</div>
<div class="zuki">
<h2>Zuki</h2>
<p>Hellowwww, I'm Zuki. I'm a rhythm games and music enthusiastic, I like exploring new musics and
playing rhythm games mostly VSRG (Vertical Scroll Rhythm Game) such as: Osu!mania, BMS, O2jam. I also like to
work on coding recently it's a bit frustrating but it's fun when you can make a program to control your
computer lmfao. If you wanna know more about me checkout my <a href="https://www.facebook.com/zukichi.csgo">Facebook</a>
and Discord ZuKi#0190 and feel free to PM me thank you for reading.
</p>
<img src="/assets/zuki.jpg" alt="pfp-1">
</div>
<div class="kong">
<h2>Kong The Sunshine</h2>
<p>Greeting Brothers, I am Kong. I am also Rhythm games enjoyer and I am new to this hobby. This is our first website so we plan to make it more interesting and put in more hobbies
to show and guide people such as: Miniature Painting, Pottery and Board Games. I have been Learning Computer Coding Recently and have some problem when learning but having Emperor of Mankind guiding me
i can overcome this hardship and make this website become more easy to navigate. My data can found on <a href="https://www.facebook.com/kong.sihalath">Imperial Archive</a> and To contact me using the advance technology called Discord by type in my name "Kong LSD User#6361"
and i will guide you as much as i could.
</p>
<img src="assets/KittenTrueForm.png" alt="pfp-3">
</div>
<div class="aiy-obie">
<h2>AIY OBIEEEEEEE (Mentor)</h2>
<p>❤HUK AIY OBIE LAIY THANK YOUUUU❤</p>
<img src="/assets/aiy-obie.jpg" alt="pfp-2">
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-container">
<div class="footer-about-us">
<a href="#">About Us</a>
</div>
<div class="footer-social">
<a href="https://www.facebook.com/zukichi.csgo/" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/kong_shl/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.twitter.com/ZuKiMuK1" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
</div>
</footer>
<script src="/js/Jqueryv3.6.0.min.js"></script>
<script src="/js/blog.js"></script>
</body>
</html>