title.blade.php 806 B

1234567891011121314151617181920212223242526272829303132333435
  1. <style>
  2. .title {
  3. font-size: 50px;
  4. color: #636b6f;
  5. font-family: 'Raleway', sans-serif;
  6. font-weight: 100;
  7. display: block;
  8. text-align: center;
  9. margin: 20px 0 10px 0px;
  10. }
  11. .links {
  12. text-align: center;
  13. margin-bottom: 20px;
  14. }
  15. .links > a {
  16. color: #636b6f;
  17. padding: 0 25px;
  18. font-size: 12px;
  19. font-weight: 600;
  20. letter-spacing: .1rem;
  21. text-decoration: none;
  22. text-transform: uppercase;
  23. }
  24. </style>
  25. <div class="title">
  26. Laravel-admin
  27. </div>
  28. <div class="links">
  29. <a href="https://github.com/z-song/laravel-admin" target="_blank">Github</a>
  30. <a href="http://z-song.github.io/laravel-admin/#/" target="_blank">Documentation</a>
  31. <a href="#">Demo</a>
  32. </div>