Skip to content

Commit

Permalink
Change "logo" and add sample URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
beryllium committed Mar 3, 2019
1 parent 6b83775 commit e6f4ea6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 10 additions & 1 deletion web/css/app.css
Expand Up @@ -12,4 +12,13 @@ input#derefUrl {

button#clearBtn {
margin-right: 5px;
}
}

.jumbotron h1 {
font-family: 'serif';
}

.jumbotron em {
font-size: 0.5em;
opacity: 0.5;
}
10 changes: 9 additions & 1 deletion web/index.php
Expand Up @@ -28,7 +28,7 @@
<div class="col-md-6">
<div class="jumbotron">
<h1 class="text-uppercase">*<small>Deref</small></h1>
<h1 class="text-uppercase"><small>Deref</small><em class="text-lowercase text-muted">.link</em></h1>
<p class="lead text-primary">Ever come across a suspicious short URL and wanted to know where it <strong>really</strong> goes?</p>
<p>Paste it here and find out!</p>
<form ng-submit="submitForm()" role="form">
Expand All @@ -37,6 +37,14 @@
<button type="reset" class="btn btn-default btn-medium pull-right" id="clearBtn" onclick="$('div#error-alert').remove();">Clear</button>
</form>
</div>
<div class="col-md-8">
<p class="lead">Sample URLs</p>
<p>Want to try some samples? We've got you covered. Copy and paste one of these to try it out:</p>
<ul>
<li>http://t.co/GsOQGWW7D4</li>
<li>http://kevinboyd.ca</li>
</ul>
</div>
</div>
<div class="col-md-6">
Expand Down

0 comments on commit e6f4ea6

Please sign in to comment.