shamanmain.html 1.83 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>Shaman Main</title>
	</head>
	<body class="container-fluid shamanmainbg">

			<div class="row">
				<div class="col-md-2 col-md-offset-5 movetopdeath">
						<p class="shamantitlemodify">
						   Llarth
						</p>
				</div>
			</div>
			<div class="row movetop">
				<div class="col-md-6 col-md-offset-3 shamanmaindec movetop">
					<div class="row">
						<div class="col-md-8 col-md-offset-2">
							<br><p class="intro">
							Using a magical ritual, Llarth teleports you and himself back to your hometown. you manage to evacuate the villagers but the dragon is still chasing you down. What will you do?
							</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">Face the Dragon</p>
					<div class="row">
							<div class="col-md-6 col-md-offset-1 movetop decctmodify">
								<a href="layer3/shamandeath.html">
									<p>Stay behind and try to finish off the dragon</p>
								</a>
							</div>
							<a href="layer3/shamandeath.html" class="col-md-2">
								<img src="../../assets/images/dragon2.png" class="dr2imgmodify">
							</a>
								
					</div>
				</div>
				<div class="col-md-3 movetopdeath">
					<p class="saveviltitle">Escort the Villagers</p>
					<div class="row">
						<div class="col-md-6 col-md-offset-2 movetop decctmodify">
							<a href="layer3/villagesaved2.html">
								<p>Lead the survivors to Ahsinghard and fend off the dragon's attacks</p>
							</a>	
						</div>
						<a href="layer3/villagesaved2.html">
							<img src="../../assets/images/house.png" class="housemodify">
						</a>
					</div>
				</div>

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