Update welcome blade view

This commit is contained in:
Daniel Supernault 2018-04-15 18:25:49 -06:00
parent d1b44529df
commit 2855c83c50
1 changed files with 9 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title>
<title>PixelFed</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
@ -49,6 +49,10 @@
font-size: 84px;
}
.subtitle {
font-size: 2rem;
}
.links > a {
color: #636b6f;
padding: 0 25px;
@ -79,15 +83,13 @@
<div class="content">
<div class="title m-b-md">
Laravel
PixelFed
</div>
<p class="subtitle">Federated Image Sharing</p>
<div class="links">
<a href="https://laravel.com/docs">Documentation</a>
<a href="https://laracasts.com">Laracasts</a>
<a href="https://laravel-news.com">News</a>
<a href="https://forge.laravel.com">Forge</a>
<a href="https://github.com/laravel/laravel">GitHub</a>
<a href="#">My Timeline</a>
<a href="#">Local Timeline</a>
</div>
</div>
</div>