-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontents.html
98 lines (97 loc) · 4.45 KB
/
contents.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
<!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/contents.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="sidenav">
<div class="sidenav-header">
<h2>Recent posts</h2>
</div>
<a href="blog-post-5.html"><p>How To Get Gud at Osu!Mania.</p></a>
<a href="blog-post-4.html"><p>How to Play 7Keys Osu!Mania.</p></a>
<a href="blog-post-3.html"><p>Introduction To Osu!Mania.</p></a>
</div>
<div class="content">
<div class="header">
<h1>Contents</h1>
</div>
<div class="container">
<div class="post clearfix">
<a href="blog-post-5.html"><img class="img" src="/assets/screenshot180.jpg">
<h2>How To Get Gud at Osu!Mania.</h2></a>
<p>Some Tips and Tricks that pro player use to get gud.</p>
</div>
<div class="post clearfix">
<a href="blog-post-4.html"><img class="img" src="/assets/7k-thumbnail.jpg">
<h2>Guide To 7Keys Osu!Mania.</h2></a>
<p>A guide to teach you about Basics, Tips and Tricks on how to play 7Keys VSRG let's go!</p>
</div>
<div class="post clearfix">
<a href="blog-post-3.html"><img class="img" src="/assets/om logo.jpg">
<h2>Introduction To Osu!Mania.</h2></a>
<p>So you want to try out Osu!Mania? This will guide you.</p>
</div>
<div class="post clearfix">
<a href="blog-post-2.html"><img class="img" src="/assets/Frums.jpg">
<h2>Music Artist Recommendation: Frums</h2></a>
<p>Frums is an american artist who is well-known in the rhythm games community. They made a tons of masterpiece ready to be explore by new listeners who just happened to discover them.</p>
</div>
<div class="post clearfix">
<a href="blog-post-1.html"><img class="img" src="/assets/Silentroom logo-content.jpg">
<h2>Music Artist Recommendation: Silentroom</h2></a>
<p>Silentroom is a music artist from japan. They are making musics for rhythm games such as: BMS, Osu, Arcaea, Latona and Many More.</p>
</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>