浏览代码

Update welcome blade view

Daniel Supernault 7 年之前
父节点
当前提交
2855c83c50
共有 1 个文件被更改,包括 9 次插入7 次删除
  1. 9 7
      resources/views/welcome.blade.php

+ 9 - 7
resources/views/welcome.blade.php

@@ -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>