Skip to content
This repository was archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Jan 15, 2017
1 parent ff8bb3d commit 24ef283
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| any other location as required by the application or its packages.
*/

'name' => 'Linxer',
'name' => 'hibot',

/*
|--------------------------------------------------------------------------
Expand Down
Binary file removed public/assets/linxer.png
Binary file not shown.
Binary file added public/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/welcome.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Linxer - Save the stuff that matters to you </title>
<title>hibot - bot for hotels.ng internship</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -13,12 +13,12 @@
<header>
<div class="header__wrapper">
<div class="logo">
<h1 class="logo__text">Linxer</h1>
<h1 class="logo__text">hibot</h1>
</div>
<div class="signin">
<p>Your team's already using hibot?</p>
<a href="https://slack.com/oauth/authorize?scope=identity.basic,identity.email,identity.team&client_id={{ env("SLACK_CLIENT_ID") }}&redirect_uri=http://hibotapp.herokuapp.com/auth/signin">
<button class="signin-btn"><span>See your links</span></button>
<button class="signin-btn"><span>Sign in</span></button>
</a>
</div>
</div>
Expand Down Expand Up @@ -55,6 +55,7 @@

<footer>
<p>made with ❤️ by <a href="">hngX</a></p>
<p><small>hibot is not endorsed by or officially affiliated with hotels.ng</small></p>
</footer>
</div>
</body>
Expand Down

0 comments on commit 24ef283

Please sign in to comment.