Skip to content

Commit 8244208

Browse files
committed
Added table header to home page and updated the HackerPair catchphrase
1 parent c55f889 commit 8244208

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

resources/views/welcome/index.blade.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
@section('jumbotron')
44
<div class="jumbotron">
55
<div class="container">
6-
<h1>HackerPair Helps You Build Stuff Faster.</h1>
7-
<h2>Learn, teach, hack, and make friends with developers in your city.</h2>
6+
<div>
7+
<h1>Build Faster with HackerPair</h1>
8+
<h2 class="d-none d-md-block">Learn, teach, hack, and make friends with developers in your city.</h2>
9+
</div>
810
</div>
911
</div>
1012
@endsection
@@ -13,7 +15,7 @@
1315

1416
<div class="row">
1517
<div class="col mh-100">
16-
18+
<h2>The Latest Events</h2>
1719
@include('partials/_events_table', ['events' => $events])
1820

1921
</div>

0 commit comments

Comments
 (0)