Merge pull request #1304 from vmware-tanzu/site-footers

Update site footer and maintainers page
This commit is contained in:
Ben Petersen 2022-09-27 16:18:18 -04:00 committed by GitHub
commit 99c635c38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 165 additions and 68 deletions

View File

@ -4,22 +4,21 @@ This is the current list of maintainers for the Pinniped project.
| Maintainer | GitHub ID | Affiliation | | Maintainer | GitHub ID | Affiliation |
| --------------- | --------- | ----------- | | --------------- | --------- | ----------- |
| Anjali Telang | [anjaltelang](https://github.com/anjaltelang) | [VMware](https://www.github.com/vmware/) |
| Ryan Richard | [cfryanr](https://github.com/cfryanr) | [VMware](https://www.github.com/vmware/) |
| Ben Petersen | [benjaminapetersen](https://github.com/benjaminapetersen) | [VMware](https://www.github.com/vmware/) | | Ben Petersen | [benjaminapetersen](https://github.com/benjaminapetersen) | [VMware](https://www.github.com/vmware/) |
| Ryan Richard | [cfryanr](https://github.com/cfryanr) | [VMware](https://www.github.com/vmware/) |
## Emeritus Maintainers ## Emeritus Maintainers
* Andrew Keesler, [ankeesler](https://github.com/ankeesler) * Andrew Keesler, [ankeesler](https://github.com/ankeesler)
* Pablo Schuhmacher, [pabloschuhmacher](https://github.com/pabloschuhmacher) * Anjali Telang, [anjaltelang](https://github.com/anjaltelang)
* Matt Moyer, [mattmoyer](https://github.com/mattmoyer)
* Margo Crawford, [margocrawf](https://github.com/margocrawf) * Margo Crawford, [margocrawf](https://github.com/margocrawf)
* Matt Moyer, [mattmoyer](https://github.com/mattmoyer)
* Mo Khan, [enj](https://github.com/enj) * Mo Khan, [enj](https://github.com/enj)
* Pablo Schuhmacher, [pabloschuhmacher](https://github.com/pabloschuhmacher)
## Pinniped Contributors & Stakeholders ## Pinniped Contributors & Stakeholders
| Feature Area | Lead | | Feature Area | Lead |
| ----------------------------- | :---------------------: | | ----------------------------- | :---------------------: |
| Technical Lead | Ryan Richard (cfryanr) | | Technical Lead | Ryan Richard ([cfryanr](https://github.com/cfryanr)) |
| Product Management | Anjali Telang (anjaltelang) | | Community Management | Nigel Brown ([pnbrown](https://github.com/pnbrown)) |
| Community Management | Nigel Brown (pnbrown) |

File diff suppressed because one or more lines are too long

View File

@ -3,57 +3,114 @@
@import 'base'; @import 'base';
footer { footer {
.left-links { .wrapper {
padding: 0px; padding: 20px;
float: left; }
li { li {
img { list-style-type: none;
vertical-align: bottom; display: inline;
margin-right: 10px; padding-right: 25px;
} font-size: 12px;
a { &:last-of-type {
color: $grey; padding-right: 0px;
font-weight: 300;
font-size: 12px;
font-family: $metropolis-light;
}
} }
} }
.right-links { .top-links {
float: right; min-height: 52px;
p { display: flex;
margin: 0px; align-items: center;
} justify-content: space-between;
.copywrite { }
font-size: 12px; .left-links {
padding-right: 10px; padding: 0px;
a { li {
font-size: 12px; img {
color: $grey; vertical-align: bottom;
font-family: $metropolis-light; margin-right: 10px;
}
} }
a { a {
vertical-align: middle; color: $darkgrey;
font-weight: 300;
font-size: 12px;
font-family: $metropolis-light;
} }
}
.mobile {
display: none;
}
}
.right-links {
p {
margin: 0px;
}
.copywrite {
font-size: 12px;
padding-right: 10px;
a {
font-size: 12px;
color: $grey;
font-family: $metropolis-light;
}
}
a {
vertical-align: middle;
}
#vm-logo {
// margin-left: 20px;
// max-width: 100px;
// margin-top: 5px;
}
}
.bottom-links {
margin: 10px 0px 30px 0px;
p {
font-size: 12px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
.ot-sdk-show-settings {
cursor: pointer;
}
}
a {
font-size: 12px;
font-family: $metropolis-light;
}
img {
max-width: 75px;
vertical-align: middle;
margin-left: 30px;
}
} }
@include breakpoint(small) { @include breakpoint(small) {
.left-links { .footer-links {
width: 100%; display: block;
float: none;
li {
display: block;
width: 33%;
float: left;
padding-right: 0px;
}
}
.right-links { .right-links {
width: 100%; display: none;
padding-top: 20px;
.image {
display: none;
}
} }
.left-links {
float: none;
margin: 10px 0px;
.desktop {
display: none;
}
.mobile {
display: inline;
}
.copywrite {
display: block;
margin-top: 20px;
}
}
}
.bottom-links {
margin: 10px 0px 20px 0px;
float: none;
img {
margin-left: 0px;
display: block;
margin-top: 10px;
}
} }
} }
}

View File

@ -1,12 +1,34 @@
<footer> <footer>
<div class="wrapper footer-links clearfix"> <div class="wrapper footer-links">
<ul class="left-links"> <div class="top-links">
<li><a href="{{ .Site.Params.twitter_url }}"><img src="/img/twitter.png" alt="Twitter logo"/>Twitter</a></li> <ul class="left-links">
<li><a href="{{ .Site.Params.github_url }}"><img src="/img/github.svg" alt="GitHub logo" />GitHub</a></li> <li><a href="{{ .Site.Params.twitter_url }}" target="_blank"><img src="/img/twitter.png" />Twitter</a></li>
<li><a href="{{ .Site.Params.slack_url }}"><img src="/img/slack.png" alt="Slack logo" />Slack</a></li> <li><a href="{{ .Site.Params.github_url }}" target="_blank"><img src="/img/github.svg" />GitHub</a></li>
</ul> <li><a href="{{ .Site.Params.slack_url }}" target="_blank"><img src="/img/slack.png" /><span class="desktop">Slack</span><span class="mobile">Slack</span></a></li>
<div class="right-links"> </ul>
<p><span class="copywrite">&copy; {{ now.Year }} Pinniped Authors, A <a href="http://vmware.github.io/">VMware-backed project</a>.</span> <a class="image" href="/"> <img src="/img/logo.svg" alt="Pinniped logo" /></a></p> <div class="right-links">
<p>
</span> <a class="image" href="/"> <img src="/img/logo.svg" alt="Pinniped logo" /></a>
</p>
</div>
</div>
<div class="bottom-links">
<p>
<span>
&copy; {{ now.Year }} Pinniped Authors. Apache 2.0 License.
<a target="_blank" rel="noopener" href="https://github.com/vmware/">A VMware-backed project.</a>
</span>
<span>
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/legal.html'>Terms of Use</a> |
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/privacy.html'>Privacy Policy</a> |
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/privacy/california-privacy-rights.html'>Your California Privacy Rights</a>
</span>
<span>
<a target="_blank" rel="noopener" href="https://github.com/vmware/">
<img id="vm-logo" src="/img/vm-logo.svg" alt="VMware logo" />
</a>
</span>
</p>
</div> </div>
</div> </div>
</footer> </footer>

View File

@ -9,13 +9,6 @@
<p class="position">Community Manager</p> <p class="position">Community Manager</p>
</div> </div>
</div> </div>
<div class="bio">
<div class="image"><img src="/img/Anjali-Telang.png" /></div>
<div class="info">
<p class="name">Anjali Telang</p>
<p class="position">Product Manager</p>
</div>
</div>
<div class="bio"> <div class="bio">
<div class="image"><img src="/img/ryan-richard.png" /></div> <div class="image"><img src="/img/ryan-richard.png" /></div>
<div class="info"> <div class="info">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="145px" height="23px" viewBox="0 0 145 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>logo</title>
<defs>
<polygon id="path-1" points="0 0.200376 54.7531875 0.200376 54.7531875 22.999816 0 22.999816"></polygon>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Homepage-Rd2" transform="translate(-131.000000, -48.000000)">
<g id="logo" transform="translate(131.000000, 48.000000)">
<path d="M61.6251356,21.5522986 L55.2042477,3.40907516 C55.1213472,3.15630674 55,2.82609178 55,2.53551481 C55,1.74885313 55.6553949,1 56.592832,1 C57.4113247,1 57.9447717,1.54304048 58.1892683,2.32909235 L63.5084199,17.9607917 L68.8636152,2.28488074 C69.1081118,1.54304048 69.6001085,1 70.4152973,1 L70.5792962,1 C71.4398399,1 71.9723859,1.54304048 72.216582,2.28488074 L77.5309278,17.9607917 L82.9347822,2.24493784 C83.1405317,1.58054412 83.5877742,1 84.4462154,1 C85.3434036,1 86,1.70525134 86,2.49374246 C86,2.78340471 85.8777517,3.11575402 85.7972541,3.36821754 L79.3355166,21.5522986 C79.0039144,22.5039153 78.3509224,23 77.6180335,23 L77.4924812,23 C76.6754903,23 76.0609449,22.5039153 75.7713937,21.5522986 L70.5006007,6.13433953 L65.1823502,21.5522986 C64.8979052,22.5039153 64.281858,23 63.4648671,23 L63.3810654,23 C62.6043233,23 61.9531335,22.5039153 61.6251356,21.5522986" id="Fill-1" fill="#717074"></path>
<path d="M109,2.62141195 C109,1.74487421 109.694421,1 110.552765,1 C111.456442,1 112.150863,1.7031198 112.150863,2.62141195 L112.150863,6.30189516 C113.70723,2.72595035 117.154716,1.03809709 119.44003,1.03809709 C120.382137,1.03809709 121,1.74487421 121,2.65676604 C121,3.53269423 120.424168,4.15352433 119.603953,4.28000665 C115.507681,4.77953563 112.150863,7.8958772 112.150863,14.0929015 L112.150863,21.3810263 C112.150863,22.2542115 111.495171,23 110.594796,23 C109.694421,23 109,22.291699 109,21.3810263 L109,2.62141195" id="Fill-3" fill="#717074"></path>
<path d="M136.845463,10.815705 C136.517619,6.98696738 134.300304,3.6474607 130.083724,3.6474607 C126.394639,3.6474607 123.603521,6.7011551 123.200846,10.815705 L136.845463,10.815705 Z M130.575643,23 C124.751127,23 120,18.5591955 120,12.0407441 L120,11.9565396 C120,5.89170576 124.30245,1 130.165609,1 C136.432054,1 140,6.08969188 140,11.6743491 C140,12.5293714 139.297697,13.1396274 138.52455,13.1396274 L123.200846,13.1396274 C123.646456,17.7014569 126.883185,20.2671276 130.657528,20.2671276 C133.280891,20.2671276 135.202564,19.2500343 136.763272,17.8221802 C137.005858,17.6223832 137.294753,17.459105 137.665225,17.459105 C138.438679,17.459105 139.059098,18.0714736 139.059098,18.8081872 C139.059098,19.1730732 138.898396,19.5376574 138.563499,19.8216588 C136.556874,21.735424 134.179471,23 130.575643,23 L130.575643,23 Z" id="Fill-5" fill="#717074"></path>
<path d="M101.10556,14.7320044 L101.10556,12.6777839 C99.597395,12.2256255 97.5704705,11.7689304 95.0761081,11.7689304 C91.2362947,11.7689304 89.0909798,13.5004399 89.0909798,16.1719549 L89.0909798,16.2539181 C89.0909798,18.9242233 91.4701594,20.4881771 94.2459176,20.4881771 C98.0113725,20.4881771 101.10556,18.1015672 101.10556,14.7320044 M86,16.3788287 L86,16.294446 C86,11.8127853 89.565416,9.42526808 94.7608865,9.42526808 C97.37743,9.42526808 99.2381415,9.79697553 101.068235,10.3310971 L101.068235,9.59010173 C101.068235,5.76565851 98.8010303,3.79128403 94.9609253,3.79128403 C92.8969673,3.79128403 91.6970257,4.06711575 90.1888608,4.76123178 C89.9891135,4.84289249 89.7890747,4.88614243 89.6365669,4.88614243 C88.9215591,4.88614243 88.2841174,4.26642838 88.2841174,3.52906241 C88.2841174,2.87184493 88.562014,2.46596096 89.1213064,2.21009073 C91.1380249,1.30244707 92.6596034,1 95.276147,1 C98.1705871,1 100.39026,1.77698653 101.895218,3.34215012 C103.284701,4.78149574 104,6.83692604 104,9.54987627 L104,21.2860324 C104,22.1894418 103.366058,22.8487765 102.528869,22.8487765 C101.658145,22.8487765 101.068235,22.1894418 101.068235,21.3667858 L101.068235,19.337366 C99.6379277,21.2721199 97.2590397,23 93.656007,23 C89.8468118,23 86,20.7376959 86,16.3788287" id="Fill-7" fill="#717074"></path>
<g id="Group-11">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-10"></g>
<path d="M5.73862228,2.013696 C5.04962772,0.465949333 3.34821467,-0.238157333 1.7606875,0.489869333 C0.171366848,1.215136 -0.415100543,3.02140267 0.3031875,4.57466933 L6.97462772,19.4464693 C8.02201902,21.777136 9.12769837,22.999816 11.2024538,22.999816 C13.4179973,22.999816 14.3846821,21.666736 15.4323723,19.4464693 C15.4323723,19.4464693 21.2513125,6.44748267 21.3078071,6.315616 C21.3693832,6.173936 21.5544103,5.75594933 22.1459592,5.75962933 C22.6469375,5.76484267 23.0684049,6.173936 23.0684049,6.72194933 L23.0684049,19.435736 C23.0684049,21.392576 24.1271549,22.999816 26.1663397,22.999816 C28.1998451,22.999816 29.3019375,21.392576 29.3019375,19.435736 L29.3019375,9.035136 C29.3019375,7.03014933 30.7038397,5.72834933 32.6126984,5.72834933 C34.5209592,5.72834933 35.7913397,7.07124267 35.7913397,9.035136 L35.7913397,19.435736 C35.7913397,21.392576 36.8554701,22.999816 38.8877799,22.999816 C40.9236766,22.999816 42.029356,21.392576 42.029356,19.435736 L42.029356,9.035136 C42.029356,7.03014933 43.4267745,5.72834933 45.3374266,5.72834933 C47.2412038,5.72834933 48.5172636,7.07124267 48.5172636,9.035136 L48.5172636,19.435736 C48.5172636,21.392576 49.5775082,22.999816 51.6143016,22.999816 C53.6484049,22.999816 54.7531875,21.392576 54.7531875,19.435736 L54.7531875,7.59962933 C54.7531875,3.24864267 51.3467745,0.200376 47.2412038,0.200376 C43.1446005,0.200376 40.5778342,3.11156267 40.5778342,3.11156267 C39.2141929,1.29640267 37.3331332,0.203136 34.1509049,0.203136 C30.7929158,0.203136 27.8557962,3.11156267 27.8557962,3.11156267 C26.4885679,1.29640267 24.1669103,0.203136 22.2416114,0.203136 C19.2668288,0.203136 16.9036223,1.54510933 15.4625625,4.929176 L11.2024538,15.2298027 L5.73862228,2.013696" id="Fill-9" fill="#717074" mask="url(#mask-2)"></path>
</g>
<path d="M144.518938,3.49614043 L144.518938,3.49128023 C144.518938,2.3748642 143.653946,1.46000343 142.498419,1.46000343 C141.352664,1.46000343 140.474453,2.38887301 140.474453,3.49614043 L140.474453,3.51100692 C140.474453,4.62599348 141.342606,5.53713763 142.498419,5.53713763 C143.640439,5.53713763 144.518938,4.60769627 144.518938,3.49614043 M140,3.51357996 L140,3.49614043 C140,2.14043113 141.105523,1 142.498419,1 C143.907696,1 145,2.12956716 145,3.48441878 L145,3.49614043 C145,4.85756761 143.897638,6 142.498419,6 C141.085695,6 140,4.87529304 140,3.51357996" id="Fill-12" fill="#717074"></path>
<path d="M142.061016,2.96165608 C142.319016,2.96165608 142.460959,2.85297577 142.460959,2.68219243 L142.460959,2.67607622 C142.460959,2.49282522 142.30906,2.39355446 142.054473,2.39355446 L141.528801,2.39355446 L141.528801,2.96165608 L142.061016,2.96165608 Z M141,2.2208892 C141,2.09762409 141.115489,2 141.264258,2 L142.090883,2 C142.401508,2 142.639596,2.07386497 142.78865,2.20442249 C142.92718,2.3131028 143,2.47165373 143,2.65396377 L143,2.66031522 C143,2.97459421 142.808278,3.16466714 142.520694,3.26440837 L142.88764,3.63232181 C142.937136,3.6868972 142.970132,3.73182781 142.970132,3.79840038 C142.970132,3.91790167 142.848101,4 142.718959,4 C142.603186,4 142.523823,3.94871795 142.460959,3.88920254 L141.948656,3.35121148 L141.528801,3.35121148 L141.528801,3.78193366 C141.528801,3.90355211 141.413312,4 141.264258,4 C141.115489,4 141,3.90355211 141,3.78193366 L141,2.2208892 Z" id="Fill-14" fill="#717074"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB