adding in simple directions to get started on app

This commit is contained in:
Arjun Patel
2018-08-28 14:08:35 -07:00
parent 2c9040e817
commit a984c75d31
2 changed files with 18 additions and 28 deletions
+7 -2
View File
@@ -22,7 +22,7 @@ body {
h1,h2,h3,h4,h5,h6,
.navbar-default, .btn {
font-family: 'Unica One', cursive;
font-family: 'Raleway', sans-serif;
font-weight: 400;
}
@@ -898,11 +898,16 @@ footer p {
color: #535bd4;;
}
.desc-row {
display: flex;
align-items: center;
}
.desc-cont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 100px 0;
margin: 50px 0;
}
.desc-text {
+11 -26
View File
@@ -23,7 +23,7 @@ http://www.templatemo.com/tm-492-app-starter
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link href='https://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
@@ -133,43 +133,28 @@ http://www.templatemo.com/tm-492-app-starter
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<h2 class="wow fadeInUp" data-wow-delay="0.4s">Socialize with people <b class="golden">directly around you</b> with similar interests. <b class="golden">No formal introduction</b> like standard social apps!</h2>
<h2 class="wow fadeInUp" data-wow-delay="0.4s">Socialize with people <b class="golden">directly around you</b> with similar interests.</h2>
<div class="desc-cont">
<div class="desc-row">
<div class="desc-cont col-md-4">
<h3 class="desc-text">
In the library studying for a big university exam?
<br><p> - Message others studying similar topics!</p>
</h3>
<a class="desc-icon fa fa-university"></a>
</div>
<hr>
<div class="desc-cont">
<a class="desc-icon fa fa-suitcase"></a>
<h3 class="desc-text">
At a business event and need to reach people with a certain skill set?
<br><p> - Network within the app, build business relations quicker!</p>
Simply click connect
</h3>
</div>
<hr>
<div class="desc-cont">
<div class="desc-cont col-md-4">
<h3 class="desc-text">
In the gym?
<br><p> - Find people to spot you or work on the same muscle group as you!</p>
Start talking to people around you
</h3>
<a class="desc-icon fa fa-dumbbell"></a>
</div>
<hr>
<div class="desc-cont">
<a class="desc-icon fa fa-basketball-ball"></a>
<div class="desc-cont col-md-4">
<h3 class="desc-text">
Trying to play ball with others in your complex?
<br><p> - Set up a game within minutes!</p>
Engage by talking about the news or participating in the polls
</h3>
</div>
</div>
</div>
</div>