Full-res clan logo, fix team
Remove profile picture animation and image alt's.
This commit is contained in:
2365
assets/css/style.css
Normal file
2365
assets/css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,18 +4,6 @@ p, h3, h4 {
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
}
|
||||
|
||||
.logo {
|
||||
img {
|
||||
height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.copyright {
|
||||
img {
|
||||
height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-1 {
|
||||
// background-size: contain;
|
||||
background-size: cover;
|
||||
@@ -25,10 +13,26 @@ p, h3, h4 {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.about {
|
||||
.block {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.client-thumb img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
img {
|
||||
height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.counters-item {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
// .hero-area {
|
||||
// background-color: blue;
|
||||
// background-color: #000099;
|
||||
@@ -38,6 +42,12 @@ p, h3, h4 {
|
||||
// background-size: contain;
|
||||
// }
|
||||
|
||||
.logo {
|
||||
img {
|
||||
height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.member-meta {
|
||||
span {
|
||||
font-size: .8em;
|
||||
@@ -58,3 +68,12 @@ p, h3, h4 {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
#clan-logo {
|
||||
// min-height: 50vh;
|
||||
max-height: 300px;
|
||||
// min-width: 100%;
|
||||
// min-height: 100%;
|
||||
// max-height: 100%;
|
||||
// width: auto;
|
||||
// height: auto;
|
||||
}
|
||||
|
||||
@@ -46,6 +46,11 @@
|
||||
</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>
|
||||
</section>
|
||||
{{"<!-- /about -->" | safeHTML}}
|
||||
|
||||
@@ -18,10 +18,11 @@
|
||||
<div class="team-member">
|
||||
<div class="member-photo">
|
||||
{{"<!-- member photo -->" | safeHTML}}
|
||||
<img class="img-fluid" src="{{ .image | absURL }}" alt="Meghna">
|
||||
<img class="img-fluid" src="{{ .image | absURL }}" alt="">
|
||||
|
||||
{{"<!-- member social profile -->" | safeHTML}}
|
||||
<div class="mask">
|
||||
<!-- <div class="mask"> -->
|
||||
<div class="">
|
||||
<ul class="list-inline">
|
||||
{{ range .socialIcon }}
|
||||
<li class="list-inline-item"><a href="#"><i class="{{ .icon }}"></i></a></li>
|
||||
|
||||
1
static/images/.gitattributes
vendored
1
static/images/.gitattributes
vendored
@@ -39,3 +39,4 @@ clan.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
|
||||
mee6-icon.png filter=lfs diff=lfs merge=lfs -text
|
||||
clan-logo-christmas.png filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
BIN
static/images/clan-logo-christmas.png
Normal file
BIN
static/images/clan-logo-christmas.png
Normal file
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 |
Submodule themes/meghna-hugo updated: ad9c34135b...f00713bd2b
Reference in New Issue
Block a user