-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
65 lines (56 loc) · 3.05 KB
/
homepage.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
<!DOCTYPE html>
<html lang="en">
<head><Title>GTSports : Something more than game </Title>
<link rel="stylesheet" type="text/css" media="screen and (min-width: 481px)" href="CSS/style.css">
<link rel="stylesheet" type="text/css" media="screen and (max-width: 360px)" href="CSS/style_360px.css">
<link rel="stylesheet" type="text/css" media="print" href="CSS/print.css">
</head>
<body>
<div class="header">
<a href="homepage.html">
<img id="logo" src="image/logo.png" width="50px">
</a>
<h1>GT Sports World</h1>
</div>
<nav>
<ul>
<li><a href="car_by_world.html">Cars</a></li>
<li><a href="#">Events</a></li>
<li><a href="world_map.html">Maps</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="teams.html">Teams</a></li>
</ul>
</nav>
<div class="photoy">
<img src="image/homepageimage1.png" style="width: 700px; height: 400px; display: block; margin: auto; ">
</div>
<div style="max-width: 630px; margin:10% auto; text-align: center; font-size: large; color: aliceblue;">
<p>GT-Sport features a large collection of real racing cars, from classic cars to modern supercars. Each car is designed to replicate the real thing with intricate details such as aerodynamic lines, engine sounds and driving physics.</p>
<p>More than just a racing game, GT-Sport showcases the beauty of racing with realistic physics, vehicle customisation, stunning track designs and a powerful photo mode.</p>
</div>
<div class="photo">
<img src="image/homepageimage3.png" style="width: 1000px; height: 400px; display: block; margin: auto;">
</div>
<div style="max-width: 630px; margin:10% auto; text-align: center; font-size: large; color: aliceblue;">
<p>
<p>The tracks in the game are stunningly designed, from the curves of the Nurburgring to the high-speed straights of Monza, each with its own unique beauty and challenges.</p>
</p>
</div>
<div class="photo">
<img src="image/homepageimage2.png" style="width: 1000px; height: 400px; display: block; margin: auto;">
</div>
<div style="max-width: 630px; margin:10% auto; text-align: center; font-size: large; color: aliceblue;">
<p>
The game creates a platform for vehicle customisation and optimisation for players, adding an extra layer of excitement to the racing experience. Players can modify their cars with various paint schemes, decals, and other customisation options to create a personalised look for their vehicles. Additionally, players can tune various aspects of their cars, such as suspension and braking systems, to improve their performance.
</p>
</div>
<div class="photo">
<img src="image/homepageimage4.png" style="width: 1000px; height: 400px; display: block; margin: auto;">
</div>
<div style="max-width: 630px; margin:10% auto; text-align: center; font-size: large; color: aliceblue;">
<p>
The online multiplayer mode of the game offers the player an opportunity to compete against other online players in regular online tournaments held at predetermined times.
</p>
</div>
</body>
</html>