Create about.html
This commit is contained in:
parent
48c7a518f7
commit
882f0dbc57
59
about.html
Normal file
59
about.html
Normal file
@ -0,0 +1,59 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
||||
<style>
|
||||
body {
|
||||
font-family: Roboto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="height:97%;width:100%;">
|
||||
|
||||
<div class="featured" style="float:left;height:100%;width:60%;">
|
||||
<div class="card" style="width: 98%;margin:0;">
|
||||
<div class="card-block">
|
||||
<h2>Featured</h2>
|
||||
|
||||
<iframe style="border: 0; width: 99%; height: 85%;" src="https://bandcamp.com/EmbeddedPlayer/album=3082028873/size=large/bgcol=ffffff/linkcol=0687f5/transparent=true/" seamless><a href="http://retrylife.bandcamp.com/album/sir-dankleys-mlg-restaurant">Sir Dankley's MLG Restaurant by RetryLife</a></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="about" style="float:right; width:40%;height:100%;">
|
||||
<div class="card" style="width: 13rem;">
|
||||
<div class="card-block">
|
||||
<h4 class="card-title">About Us</h4>
|
||||
<p class="card-text">We are a group of young content creators who have joined together to create cool stuff for you guys to enjoy!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="height:0.5rem;"></div>
|
||||
<div class="card" style="width: 13rem;">
|
||||
<div class="card-block">
|
||||
<a href="people.html" class="btn btn-primary" style="width:10.2rem;">What we do</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
|
||||
|
||||
</body>
|
Loading…
x
Reference in New Issue
Block a user