-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog2.html
58 lines (52 loc) · 2.4 KB
/
blog2.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Other page</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="styles.css" />
<script type="module" src="script.js"></script>
</head>
<body>
<nav>
<div class="navbar" >
<a href="/" aria-current="page" style="color:white;" class="navi-logo"> Websurf 🏃♂️</a>
<a href="/page2.html">Tech</a>
<a href="/page2.html">Goals</a>
<a href="/page2.html">Productivity</a>
<a href="/page2.html">Mindfulness</a>
<a href="/page2.html">Blog</a>
</div>
<form>
<input type="search" name="q" placeholder="Search blogs">
<input type="submit" value="Go!">
</form>
</nav>
<main>
<img src="https://www.nisar.it/app/js-racer-turbo/assets/game/images/share/preview.jpg?ver=1.2.1">
<article>
<h1>Website review: JS Turbo Racer </h1>
<p>A retro wave theme, bright sunset sky, and it's almost alien like astmosphrere. This online racer fullfills that dream: highway speed driving with drift music. Well on the screen, not in real life.
<br> <br>
js turbo runs on javascript for the use of it functions and animations. In the web browser, No need for downloads. To play use w:foward, and a, b for left and right. Activate turbo with space and crtl buttons, vroom! Just watch out for the incoming trucks, crash!
I sometimes don't see those trucks, I get distracted by the palm trees, too detailed!
<br> <br>
The top of the screen, theres a playlist of music to vibe to.
I personally like the playlist, but sometimes it gets same old,
listen to any house, phonk or bounce song instead.
<br>
In the settings you can change the sound, and weather.
The Css filters: Difference make for a a true Ufo experience.
<br> <br>
There is 3 diferent gamemodes, to change the diffculty.
Theres Turbo gameplay, fastest lap, complete a lap in shortest time possiable is much easier than Out of time which you race the most lap before tick tock, game over.
<br> <br>
Over all I give it a rating of 4 and half stars for it's immersive experince , if the palm trees didn't hurt my eyes I'd rate it higher.
Be sure to check it out!
-Mia Ly 7/5/2022
</p>
<a href="https://www.nisar.it/app/js-racer-turbo/">JS Turbo Link</a>
</article>
</main>
</body>
</html>