|
5 | 5 | <div class="header-bg"> |
6 | 6 | @include('partials.home-nav') |
7 | 7 | <div> |
8 | | - <div style="padding: 105px 0px;" class="text-center"> |
| 8 | + <div style="padding: 109px 0px;" class="text-center"> |
9 | 9 | <div style="margin-bottom: 45px;"> |
10 | 10 | <img src="/img/white-logo.png" alt=""> |
11 | 11 | </div> |
12 | | - <h1 style="line-height: 52px; font-size: 36px; font-weight: 700; width: 650px; margin: auto auto 24px; color: white;">Opus lets you work more collaboratively and get more done.</h1> |
13 | | - <p class="minor-text" style="font-size: 20px; width: 550px; margin: auto auto 24px; font-weight: 300; color: white;">Opus let you work more collaboratively to document who you are, what you do and how to achieve results.</p> |
| 12 | + <h1 style="line-height: 52px;font-size: 38px; font-weight: 700; width: 610px; margin: auto auto 24px;color: white;font-weight: 100;">Opus lets you work more collaboratively and get more done.</h1> |
| 13 | + <p class="minor-text" style="font-size: 17px;width: 550px;margin: auto auto 24px;font-weight: normal;color: white;">Opus let you work more collaboratively to document who you are, what you do and how to achieve results.</p> |
14 | 14 | <div class="brand-buttons text-center"> |
15 | | - <a href="{{ route('team.create') }}" class="btn btn-default home-head-btn" style="border: none;">Create Team</a> |
16 | | - <a href="{{ route('team.login') }}" class="btn btn-default home-head-btn" style="border: none;">Login Team</a> |
| 15 | + <a href="{{ route('team.create') }}" class="btn btn-default home-head-btn">Create Team</a> |
| 16 | + <a href="{{ route('team.login') }}" class="btn btn-default home-head-btn">Login Team</a> |
17 | 17 | </div> |
18 | 18 | </div> |
19 | 19 | </div> |
20 | 20 | </div> |
21 | 21 | <div style="padding-top: 95px; padding-bottom: 75px;" id="features"> |
| 22 | + <div class="row no-container"> |
| 23 | + <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center"> |
| 24 | + <h1 style="font-weight: 100; font-size: 38px; margin-bottom: 15px;">Elegant UI and so much more.</h1> |
| 25 | + <p style="color: rgba(0,0,0,0.55); font-size: 17px; line-height: 24px; font-weight: 400; margin: 0 0 70px; ">Check out all you can do in Opus.</p> |
| 26 | + </div> |
| 27 | + </div> |
22 | 28 | <div class="row no-container" style="width: 1130px; margin: auto;"> |
23 | 29 | <div class="col-xs-6 col-sm-6 col-md-6 col-lg-6" style="margin-bottom: 45px;"> |
24 | 30 | <div class="media"> |
|
0 commit comments