forked from harshsingla/tankwarweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
79 lines (70 loc) · 5.11 KB
/
main.html
File metadata and controls
79 lines (70 loc) · 5.11 KB
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
<!DOCTYPE html>
<html>
<head>
<title>TankWars</title>
<link rel="icon" type="image/jpg" href="imagesfolder/logo.jpg" />
<link rel="stylesheet" type="text/css" href="sauravwala.css">
<link href="https://fonts.googleapis.com/css?family=Old+Standard+TT" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Yatra+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Luckiest+Guy" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Chivo:300,700|Playfair+Display:700i" rel="stylesheet">
<script type="text/javascript" src="mai.js"></script>
</head>
<body onload="myMove()" >
<div id="header">
<div id="logo">
<img src='imagesfolder/logo.jpg' style='position:absolute; top:0; left:1%;' width=5% alt='logo' />
</div>
<ul id="NavMenu" style='position:absolute; top:0; left:60%;'>
<li class="menu-active"><a href="#gamekamain" class="NavMenu">Home</a></li>
<li><a href="#SliderFrame" class="NavMenu">Gallery</a></li>
<li><a href="#downloadpic" class="NavMenu">More Info</a></li>
<li><a href="AboutDev.html" class="NavMenu" target="_blank">About Us</a></li>
<li><a href="#feedbacklink" class="NavMenu">Feedback</a></li>
</ul>
</div>
<div id="gamekamain" >
<img src="imagesfolder/2.jpg" id="firstpic" >
<img src="imagesfolder/1.png" width="100%" height="650px" id="secondpic">
<img src="imagesfolder/3.png" id="balloftank" >
<h1 id="nameofgame" >THE TANK WAR</h1>>
<p id="spanidofgame">:-Game Of Warriors</p>
<!we have to change here!>
<a href="#videopart" id="getstartedlink">get started with us</a>
</div>
<div id="mayankwala"><!mayank wala part!>
<div id="SliderBackground"><img src="background.jpg" style="position: absolute; height: 120%; width: 100%; filter: blur(2px);"></div>
<iframe src="SliderImageV5.html" style="height: 100%; width: 80%; position: absolute; left: 10%" id="SliderFrame"></iframe>
</div>
<div id="downloadpic">
<p id="complimentid">for downloads:- </p>
<a href="SimpleRunnerV1.apk" download><img src="imagesfolder/6.jpg" id="apk"></a>
<a href="https://play.google.com/store/apps/details?id=com.tankwars.tank_wars" target="_external"><img src="imagesfolder/7.png" id="playstore"></a>
<div class="mainpics" id="number1" style="background-image: url(imagesfolder/13.jpg); color:black; font-weight: bold; font-size: 17px;"data1="
It’s time to test again! In an effort to deliver a more immersive experience, we totally reworked the World of Tanks graphics engine. Utilizing its power, we set out to overhaul the game’s maps.it’s a full graphical overhaul with a new lighting system, terrain, water, vegetation that add an extra layer of polish to the whole game"><span style="color: brown; font-family: algerian;"> SANDBOX BLOG</span></div>
<div class="mainpics" id="number2" style="background-image: url(imagesfolder/14.png);font-size: 17px; font-weight: bold; color: #8AFFFF;" data1="
work is going on you will get to know it very frequently
for more updates enroll with us for a long period of time....."><span style="color: #fff;margin-left: 4px; font-family :algerian;margin-top: 15px;">TOURNAMENT</span></div>
<div class="mainpics" id="number3" style="background-image: url(imagesfolder/14.jpg); background-size: cover;font-size: 17px;font-weight: bold; color:#EC1F9A; " data1="
In development section — up-to-date information about World of Tanks. The only place that you can find details of both soon-to-be-released features and far-reaching plans regarding the project's development. Read the In Development section to stay updated on the latest news for your favorite game!"><span style="font-family :algerian; color: black; background-size: cover; background-position: center;">DEVOLOPMENT TEAM</span></div>
<div class="mainpics" id="number4" style="background-image: url(imagesfolder/15.jpg);color: white; " data1="
We’ll continue to work on anti-cheating technological solutions. We are being realistic about the problem: we can’t promise that the game will be 100% cheat-free one day.
We’ve outlined a clear list of prohibited mods that we will share with you here and now. Moving forward, we’ll keep an eye on new mods and update the list accordingly.
We’re also establishing a clear penalty system for cheating."><span style="color: #fff; font-family :algerian;margin-left: 4px;margin-top: 15px;">FAIR PLAY POLICY</span></div>
</div >
<div id="videopart">
<img src="imagesfolder/8.jpg" id="backgroundimage">
<div id="video">
<embed src="imagesfolder/Promo_Video.mp4" width="100%" height="100%"></embed>
</div>
<div id="paravideo">
<p>The Two Most Powerful Warriors <br> Are "Patience" And "Time"....</p><hr id="betweenthegame">
<p id="paravideo1">lets have a look about the game i definately say it<br> will going to be the best interesting games <br> you ever played !!!</p>
</div> <br><br><br> <br>
<br><br> <br>
<!here also!> <br><br><br> <br><br><br><br>
<a href="feedback.html" id="feedbacklink" data="click on me please" ><span> valuable feedback</span></a>
</div>
</body>
</html>