arrival.html 1.85 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>Ahsinghard</title>
	</head>
	<body class="container-fluid arrivalbg">

			<div class="row">
				<div class="col-md-4 col-md-offset-4 movetopdeath">
						<p class="ahsinghard">
						   Ahsinghard
						</p>
				</div>
			</div>
			<div class="row movetop">
				<div class="col-md-6 col-md-offset-3 arrival">
					<div class="row">
						<div class="col-md-8 col-md-offset-2">
							<br><p class="intro">
							You have just arrived at the great city of Ahsinghard and find out that the soldiers are out at war. Only two remain to guard the city. They agree to help your town, but one of them must stay. Who 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="shaman1modify">Llarth</p>
					<div class="row">
							<div class="col-md-6 col-md-offset-1 movetop decctmodify">
								<a href="layer2/shamanmain.html">
									<p>Choose the shaman, Llarth, and put the dragon down with magical powers</p>
								</a>
							</div>
							<a href="layer2/shamanmain.html" class="col-md-2">
								<img src="../assets/images/shaman.png" class="decimgmodify">
							</a>
								
					</div>
				</div>
				<div class="col-md-3 movetopdeath">
					<p class="warrior1modify">Rrogash</p>
					<div class="row">
						<div class="col-md-6 col-md-offset-2 movetop decctmodify">
							<a href="layer2/warriormain.html">
								<p>Choose the young warrior prodigy, Rrogash, and defeat the dragon with physical prowess</p>
							</a>	
						</div>
						<a href="layer2/warriormain.html">
							<img src="../assets/images/warrior.png" class="decimgmodify">
						</a>
					</div>
				</div>

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