Browse Source

Full-res clan logo, fix team

Remove profile picture animation and image alt's.
master
Kevin Mok 4 years ago
parent
commit
ee90340600
Signed by: Kevin-Mok GPG Key ID: 6E920656BBAD3E6C
  1. 2365
      assets/css/style.css
  2. 43
      assets/sass/custom.scss
  3. 5
      layouts/partials/about.html
  4. 5
      layouts/partials/team.html
  5. 1
      static/images/.gitattributes
  6. BIN
      static/images/clan-logo-christmas.png
  7. BIN
      static/images/team/josh.webp
  8. 2
      themes/meghna-hugo

2365
assets/css/style.css
File diff suppressed because it is too large
View File

43
assets/sass/custom.scss

@ -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;
}

5
layouts/partials/about.html

@ -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}}

5
layouts/partials/team.html

@ -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

@ -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

After

Width: 716  |  Height: 495  |  Size: 99 KiB

BIN
static/images/team/josh.webp

2
themes/meghna-hugo

@ -1 +1 @@
Subproject commit ad9c34135b8c22b9799760320456a170b28c1932
Subproject commit f00713bd2bfa3b361512b6460ec22c0e347b9efb
Loading…
Cancel
Save