Newer
Older
<!DOCTYPE html>
<html>
<head>
<title>
Pro-Jekk
</title>
<link rel="stylesheet" type="text/css" href="css/default_style.css">
</head>
<body>
<div class="frame" style="overflow: auto; max-width: 600px">
<div style="background-color: blue;">
<h1>Title</h1>
</div>
<div style="background-color: white; max-width: 600px; margin-left: auto; margin-right: auto">
<a href="order/order.php" name="order_link">
<div style="background-color: red; width: 200px; float: left">
<h2>Order</h2>
</div>
</a>
<a href="history/history.php" name="history_link">
<div style="background-color: green; width: 200px; float: left">
</a>
<a href="profile/profile.php" name="profile_link">
<div style="background-color: yellow; width: 200px; float: left">
<!-- Actual content -->
<div>
<h1>MAKE AN ORDER</h1>
<div style="background-color: white; max-width: 600px; margin-left: auto; margin-right: auto">
<a href="order/select_location.html">
<div style="width:150px; float: left; margin-left: 5%; border: 5px solid black">
Select Destination
</div>
</a>
<a href="order/select_driver.html">
<div style="width:150px; float: left; margin-left: 5px; margin-right: 5px; border: 5px solid black">
Select Driver
</div>
</a>
<a href="order/complete_order.html">
<div style="width:150px; float: left; margin-right: 5%; border: 5px solid black">
Complete Order
</div>
</a>
</div>
</div>
</div>
</body>
</html>