adding in simple directions to get started on app
This commit is contained in:
+7
-2
@@ -22,7 +22,7 @@ body {
|
|||||||
|
|
||||||
h1,h2,h3,h4,h5,h6,
|
h1,h2,h3,h4,h5,h6,
|
||||||
.navbar-default, .btn {
|
.navbar-default, .btn {
|
||||||
font-family: 'Unica One', cursive;
|
font-family: 'Raleway', sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -898,11 +898,16 @@ footer p {
|
|||||||
color: #535bd4;;
|
color: #535bd4;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.desc-row {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.desc-cont {
|
.desc-cont {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 100px 0;
|
margin: 50px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desc-text {
|
.desc-text {
|
||||||
|
|||||||
+11
-26
@@ -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.theme.css">
|
||||||
<link rel="stylesheet" href="css/owl.carousel.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 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">
|
<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="row">
|
||||||
|
|
||||||
<div class="col-md-offset-2 col-md-8 col-sm-12">
|
<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">
|
<h3 class="desc-text">
|
||||||
In the library studying for a big university exam?
|
Simply click connect
|
||||||
<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>
|
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
|
||||||
|
|
||||||
<div class="desc-cont">
|
<div class="desc-cont col-md-4">
|
||||||
<h3 class="desc-text">
|
<h3 class="desc-text">
|
||||||
In the gym?
|
Start talking to people around you
|
||||||
<br><p> - Find people to spot you or work on the same muscle group as you!</p>
|
|
||||||
</h3>
|
</h3>
|
||||||
<a class="desc-icon fa fa-dumbbell"></a>
|
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
|
||||||
|
|
||||||
<div class="desc-cont">
|
<div class="desc-cont col-md-4">
|
||||||
<a class="desc-icon fa fa-basketball-ball"></a>
|
|
||||||
<h3 class="desc-text">
|
<h3 class="desc-text">
|
||||||
Trying to play ball with others in your complex?
|
Engage by talking about the news or participating in the polls
|
||||||
<br><p> - Set up a game within minutes!</p>
|
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user