Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Commit

Permalink
Index layout
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed May 23, 2015
1 parent 6f16456 commit f76866d
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
height: 100%;
color: #B0BEC5;
display: table;
font-weight: 300;
font-family: 'Lato';
font-weight: 500;
}
.container {
Expand All @@ -30,6 +30,7 @@
.title {
font-size: 96px;
margin-bottom: 40px;
font-family: 'Lato';
}
.item {
Expand All @@ -38,10 +39,25 @@
margin: 10px;
}
.item strong {
font-weight: 900;
}
.credit {
font-weight: 700;
position: absolute;
bottom: 30px;
left: 45%;
font-family: 'Lato';
}
.credit a {
text-decoration: none;
color: grey;
}
.credit strong {
font-weight: 900;
}
</style>
</head>
Expand All @@ -52,7 +68,7 @@
<div class="item">API version: <strong>0.3</strong></div>
<div class="item">API branch: <strong>3.3.5</strong></div>
<div class="item">Database version: <strong><?= $db_version ?></strong></div>
<div class="credit">Created by <strong>ShinDarth</strong></div>
<div class="credit">Created by <a target="_blank" href="https://github.com/ShinDarth"><strong>ShinDarth</strong></a></div>
</div>
</div>
<a target="_blank" href="https://github.com/ShinDarth/TC-JSON-API"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
Expand Down

0 comments on commit f76866d

Please sign in to comment.