title.blade.php 847 B

12345678910111213141516171819202122232425262728293031323334
  1. <style>
  2. .title {
  3. font-size: 50px;
  4. color: #636b6f;
  5. font-weight: 100;
  6. display: block;
  7. text-align: center;
  8. margin: 20px 0 10px 0px;
  9. }
  10. .links {
  11. text-align: center;
  12. margin-bottom: 20px;
  13. }
  14. .links > a {
  15. color: #636b6f;
  16. padding: 0 25px;
  17. font-size: 12px;
  18. font-weight: 600;
  19. letter-spacing: .1rem;
  20. text-decoration: none;
  21. text-transform: uppercase;
  22. }
  23. </style>
  24. <div class="title">
  25. Dcat Admin
  26. </div>
  27. <div class="links">
  28. <a href="https://github.com/jqhph/dcat-admin" target="_blank">Github</a>
  29. <a href="https://jqhph.github.io/dcat-admin/docs.html" id="doc-link" target="_blank">Documentation</a>
  30. <a href="https://jqhph.github.io/dcat-admin/demo.html" id="demo-link" target="_blank">Demo</a>
  31. </div>