warriormain.html 1.93 KB
Newer Older
jairuscperez's avatar
jairuscperez committed
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
<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" type="text/css" href="../../stylesheets/bootstrap.css">
		<title>Warrior Main</title>
	</head>
	<body class="container-fluid warriormainbg">

			<div class="row">
				<div class="col-md-2 col-md-offset-5 movetopdeath">
						<p class="warriormaintitle">
						   Rrogash
						</p>
				</div>
			</div>
			<div class="row movetop">
				<div class="col-md-6 col-md-offset-3 warriormaindec">
					<div class="row">
						<div class="col-md-8 col-md-offset-2">
							<br><p class="introrevised">
							You make your way back to town with Rrogash. upon arrival, you see that the dragon has almost decimated the village.you can either draw the dragon's attention and try to take him down or save all the remaining villagers. what will you choose?
							</p>
						</div>
					</div> 
					<div class="row"><br></div>
				</div>

				
			</div>
			<div class="row movetop">
				<div class="col-md-3 col-md-offset-3 movetopdeath">
					<p class="pursuedragtitle">Pursue the Dragon</p>
					<div class="row">
							<div class="col-md-6 col-md-offset-1 movetop decctmodify">
								<a href="layer3/warriordeath.html">
									<p>Ride with Rrogash to distract the dragon and attempt to destroy it</p>
								</a>
							</div>
							<a href="layer3/warriordeath.html" class="col-md-2">
								<img src="../../assets/images/dragon1.png" class="drimgmodify">
							</a>
								
					</div>
				</div>
				<div class="col-md-3 movetopdeath">
					<p class="saveviltitle">Save the Villagers</p>
					<div class="row">
						<div class="col-md-6 col-md-offset-2 movetop decctmodify">
							<a href="layer3/villagesaved1.html">
								<p>Stay in the village and help Rrogash defend and evacuate the surviving villagers</p>
							</a>	
						</div>
						<a href="layer3/villagesaved1.html">
							<img src="../../assets/images/village1.png" class="decimgmodify">
						</a>
					</div>
				</div>

			</div>
	</body>
</html>