Full-res clan logo, fix team

Remove profile picture animation and image alt's.
This commit is contained in:
2019-12-12 13:26:51 -05:00
parent d0573ead62
commit ee90340600
8 changed files with 2406 additions and 15 deletions

2365
assets/css/style.css Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -4,18 +4,6 @@ p, h3, h4 {
font-family: 'Source Sans Pro', sans-serif; font-family: 'Source Sans Pro', sans-serif;
} }
.logo {
img {
height: 2em;
}
}
.copyright {
img {
height: 2em;
}
}
.bg-1 { .bg-1 {
// background-size: contain; // background-size: contain;
background-size: cover; background-size: cover;
@@ -25,10 +13,26 @@ p, h3, h4 {
margin-bottom: 60px; margin-bottom: 60px;
} }
.about {
.block {
margin-bottom: 50px;
}
}
.client-thumb img { .client-thumb img {
border-radius: 50%; border-radius: 50%;
} }
.copyright {
img {
height: 2em;
}
}
.counters-item {
margin-bottom: 2em;
}
// .hero-area { // .hero-area {
// background-color: blue; // background-color: blue;
// background-color: #000099; // background-color: #000099;
@@ -38,6 +42,12 @@ p, h3, h4 {
// background-size: contain; // background-size: contain;
// } // }
.logo {
img {
height: 2em;
}
}
.member-meta { .member-meta {
span { span {
font-size: .8em; font-size: .8em;
@@ -58,3 +68,12 @@ p, h3, h4 {
padding-bottom: 30px; padding-bottom: 30px;
} }
#clan-logo {
// min-height: 50vh;
max-height: 300px;
// min-width: 100%;
// min-height: 100%;
// max-height: 100%;
// width: auto;
// height: auto;
}

View File

@@ -46,6 +46,11 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row">
<!-- <img id="clan-logo" class="img-fluid mx-auto" src="/images/clan-logo.png" alt="clan-logo"/> -->
<img id="clan-logo" class="img-fluid mx-auto"
src="/images/clan-logo-christmas.png" alt="clan-logo"/>
</div>
</div> </div>
</section> </section>
{{"<!-- /about -->" | safeHTML}} {{"<!-- /about -->" | safeHTML}}

View File

@@ -18,10 +18,11 @@
<div class="team-member"> <div class="team-member">
<div class="member-photo"> <div class="member-photo">
{{"<!-- member photo -->" | safeHTML}} {{"<!-- member photo -->" | safeHTML}}
<img class="img-fluid" src="{{ .image | absURL }}" alt="Meghna"> <img class="img-fluid" src="{{ .image | absURL }}" alt="">
{{"<!-- member social profile -->" | safeHTML}} {{"<!-- member social profile -->" | safeHTML}}
<div class="mask"> <!-- <div class="mask"> -->
<div class="">
<ul class="list-inline"> <ul class="list-inline">
{{ range .socialIcon }} {{ range .socialIcon }}
<li class="list-inline-item"><a href="#"><i class="{{ .icon }}"></i></a></li> <li class="list-inline-item"><a href="#"><i class="{{ .icon }}"></i></a></li>

View File

@@ -39,3 +39,4 @@ clan.webp filter=lfs diff=lfs merge=lfs -text
team/hunter.webp filter=lfs diff=lfs merge=lfs -text team/hunter.webp filter=lfs diff=lfs merge=lfs -text
clan-logo.png filter=lfs diff=lfs merge=lfs -text clan-logo.png filter=lfs diff=lfs merge=lfs -text
mee6-icon.png filter=lfs diff=lfs merge=lfs -text mee6-icon.png filter=lfs diff=lfs merge=lfs -text
clan-logo-christmas.png filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 6.6 KiB