1

Create about-mobile.html

This commit is contained in:
Evan Pratten 2017-08-29 14:22:03 -04:00 committed by GitHub
parent b543387511
commit f4d3607e84

47
about-mobile.html Normal file
View File

@ -0,0 +1,47 @@
<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="margin-left: 15%">
<div class="about" style=" width:90%;height:100%;">
<div class="card" style="width: 90%;">
<div class="card-block">
<h4 class="card-title" style="font-size:100px">About Us</h4>
<p class="card-text" style="font-size:60px">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:5%;"></div>
<div style="height:0.5rem;"></div>
<a href="people.html" class="btn btn-primary" style="font-size:75px;margin-left: 13%;">What we do</a>
</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>
</div>
</body>