-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguildpage.html
21 lines (19 loc) · 2.49 KB
/
guildpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/theme.css" type="text/css">
</head><body>
<div class="py-5" style=""><div class="container"><div class="row"><div class="col-md-12"><h1 class="display-1 text-center">Chapter</h1></div></div><div class="row"><div class="col-md-12"><h1 class="text-center display-4">Jericho</h1></div></div><div class="row"><div class="col-md-12"><h2 class="">Email Contacts<br></h2><div class="row">
<div class="col-md-4 text-center"><a class="btn btn-primary btn-lg btn-block my-1" href="" id="logisticsbutton">Logistics</a></div>
<div class="col-md-4 text-center"><a class="btn btn-primary btn-lg btn-block my-1" href="" id="shaperbutton">Shapers</a></div>
<div class="col-md-4 text-center"><a class="btn btn-primary btn-lg btn-block my-1" href="" id="nplbutton">NPL</a></div>
</div><img class="d-block mx-auto img-thumbnail img-fluid" src="https://maps.googleapis.com/maps/api/staticmap?key=AIzaSyDW8nO9JhT_pEjebobq9pgUF2cEp0EUb1I&markers=Saskatoon&center=Saskatoon&zoom=12&size=640x480&sensor=false" id="locationmap"></div></div><div class="row"><div class="col-md-12"><h1 class="display-1 text-center" id="prelogstate">Prelog: OPEN</h1><div class="row">
<div class="col-md-6 text-center my-1" style=""><a class="btn btn-primary btn-lg" href="" id="loggedbutton">Character Name<br></a></div>
<div class="col-md-6 text-center my-1"><a class="btn btn-primary btn-lg disabled" href="" id="npcshiftbutton">NPC Shifts</a></div>
</div><div class="row">
<div class="col-md-6 text-center my-1"><a class="btn btn-primary btn-lg disabled" href="" id="craftingbutton">Crafting</a></div>
<div class="col-md-6 text-center my-1"><a class="btn btn-primary btn-lg" href="" id="buyfragsbutton">Buy Frags</a></div>
</div></div></div></div></div><script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body></html>