Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit 6eea5bd

Browse files
committed
replaced old logo with new one
1 parent 4216856 commit 6eea5bd

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

images/logo-text-hover.png

27.1 KB
Loading

images/logo-text.png

27 KB
Loading

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ <h1 class="text-left">
7070
<!-- <i id="logo" class="fa fa-paper-plane-o"></i> -->
7171
<!-- <img id="logo" src="./images/logo.png" alt="codecorgi, Development firm with growth and design in mind"> -->
7272
</h1>
73-
<h1 class="main_title">codecorgi</h1>
73+
<h1 class="main_title">
74+
<img src="/images/logo-text.png" class="logo" alt="codecorgi logo" onmouseover="this.src='/images/logo-text-hover.png'" onmouseout="this.src='/images/logo-text.png'">
75+
</h1>
7476
<p class="text-left lead tagline">
7577
Development firm with design in mind
7678
</p>

style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,9 @@ fieldset[disabled] .btn-submit.active {
626626
font-size: 90px;
627627
margin-bottom: 40px;
628628
}
629+
.main_title img {
630+
max-width: 100%;
631+
}
629632
@media (max-width: 768px) {
630633
.main_title {
631634
font-size: 50px;

0 commit comments

Comments
 (0)