Skip to content

Commit 8f7f614

Browse files
committed
Logo and background change.
1 parent 777a98f commit 8f7f614

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

css/custom/grid.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ h4 {
1111
[class*="col-"] {
1212
padding-top: 15px;
1313
padding-bottom: 15px;
14-
background-color: #eee;
15-
background-color: rgba(86,61,124,.15);
14+
background-color: #ffffff;
15+
background-color: rgba(255, 255, 255, 0);
1616
border: 1px solid #ddd;
1717
border: 1px solid rgba(86,61,124,.2);
1818
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="container">
2828

2929
<div class="page-header">
30-
<h1>Uthcode</h1>
30+
<img alt="uthcode" src="static/uthcode.png">
3131
<p class="lead">simple, useful and sometimes silly projects.</p>
3232
</div>
3333

@@ -43,7 +43,7 @@ <h3>Android Apps</h3>
4343
<div class="col-md-12 img"><a href="http://www.uthcode.com/androidtodo"><img src="static/androidtodo.png"></a><br/><strong>Simple Android todo app.</strong></div>
4444
</div>
4545

46-
<h3>Web Apps</h3>
46+
<h3>Web Applications</h3>
4747
<div class="row">
4848
<div class="col-md-12 img"><a href="http://www.shalgreetings.com"><img src="static/shalgreetings.png"></a><br/><strong>Send beautiful Greeting cards to your Friends. A site similar to former Apple iCards</strong></div>
4949
</div>

static/uthcode.png

16.4 KB
Loading

0 commit comments

Comments
 (0)