-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-post-3.html
93 lines (92 loc) · 4.75 KB
/
blog-post-3.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
<!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/blog1.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="blog-header">
<h1>Introduction to Osu!Mania</h1>
<p>2/12/2021 by: ZuKi</p>
</div>
<div class="blog-topic">
<h2>Harro╰(*°▽°*)╯</h2>
<p>So you want to try out Osu!Mania?</p>
<p>You can download Osu!Mania from Osu! Official website with the link <a href="https://osu.ppy.sh/home/download" target="_blank"> here.</a></p>
<p>Then install the game, create your account and let's get started.</p>
<h2>After installing the game</h2>
<p>this will be the first thing that you will see in Osu!</p>
<img src="/assets/osu-first-page.jpg" width="700">
<p>log into the game using your account and then go to <a href="https://osu.ppy.sh/beatmapsets" target="_blank">Osu! website</a> to download some beatmaps to try out.</p>
<p>Don't forget to select Osu!mania section before downloading the beatmaps.</p>
<p>The difficulty is rated by Star rating, the lower the star the easier the song is so just download some easy stuff to try out first if you are a beginner.</p>
<p>After downloading a beatmap open them and osu will automaticly move the file for you.</p>
<img src="/assets/beatmaps.jpg" width="700">
<p>So I've download some beatmaps. Let's play this.</p>
<h2>OH! wait</h2>
<p>I forgot to tell you that there are two main key mode which is 4Key and 7Key.</p>
<p>7Keys is slightly harder than 4Key because you use 7Keys so choose what you wanna play carefully.</p>
<p>Default keybinds for 4Key is DF JK so place your left hand index and middle on DF and right hand on index and middle on JK.</p>
<img src="/assets/gameplay.jpg" width="700">
<p>if you are feeling that the notes are too slow or too fast you can adjust the scroll speed using CRTL + - to decrease and CRTL + = to increase the scroll speed.</p>
<h2>And there you go!</h2>
<p>This is just the very beginning of the game so don't forget to check out more in our blog if you wanna find more helpful tips in the future hope you enjoy the game and i'll see you next time good bye!</p>
</div>
</main>
<footer class="footer">
<div class="footer-container">
<div class="footer-about-us">
<a href="about-us.html">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>