1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-01-11 13:33:47 +01:00

bio tweaks

This commit is contained in:
Matthias Kretschmann 2017-08-22 23:35:36 +02:00
parent 203669767d
commit 79c74e363f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 27 additions and 15 deletions

View File

@ -8,10 +8,10 @@ document.addEventListener('DOMContentLoaded', function() {
var item = bio[i]
if (item.style.display == 'block') {
item.style.display = 'none'
trigger.innerHTML = 'Show bios'
trigger.innerHTML = '<span>+</span>Show bios'
} else {
item.style.display = 'block'
trigger.innerHTML = 'Hide bios'
trigger.innerHTML = '<span></span>Hide bios'
}
}
})

View File

@ -83,27 +83,26 @@
font-size: $font-size-sm;
color: $gray;
&:before {
content: '+';
span {
width: 2rem;
height: 2rem;
display: block;
position: absolute;
left: 50%;
margin-left: -1rem;
top: -50%;
margin-left: auto;
margin-right: auto;
margin-top: -2rem;
background: $gray-dark;
color: $gray-light;
font-size: $font-size-lg;
line-height: 1.3;
line-height: 1.35;
transition: .15s ease-out;
}
&:hover {
border-top-color: darken($gray-dark, 5%);
&:before {
span {
background: darken($gray-dark, 5%);
color: $brand-main-green;
}
}
}

View File

@ -4,7 +4,10 @@ founders:
image: team-bruce.jpg
twitter: BrucePon
linkedin: ponbruce
bio: "Bruce Pon is the CEO and co-founder of BigchainDB. Prior to BigchainDB, Bruce co-founded Avantalion International Consulting, a consulting firm specialized in building banks and industry startups in Europe and Asia for companies such as Mercedes-Benz, Volkswagen, Mitsubishi. Bruce is a board member, advisor and investor in six startups. He has an Advanced Executive Certificate from MIT Sloan and a B.Sc in Engineering from the University of Saskatchewan."
bio: |
Bruce Pon is the CEO and co-founder of BigchainDB. Prior to BigchainDB, Bruce co-founded Avantalion International Consulting, a consulting firm specialized in building banks and industry startups in Europe and Asia for companies such as Mercedes-Benz, Volkswagen, Mitsubishi. Bruce is a board member, advisor and investor in six startups.
He has an Advanced Executive Certificate from MIT Sloan and a B.Sc in Engineering from the University of Saskatchewan.
- name: Trent McConaghy
position: CTO
@ -13,13 +16,23 @@ founders:
facebook: trent.mcconaghy
linkedin: trentmc
github: trentmc
bio: "Trent McConaghy has 20 years of deep technology experience with a focus on machine learning, data visualization and user experience. He was a researcher at the Canadian Department of Defense and in 1999, he co-founded Analog Design Automation Inc. and was its CTO until its acquisition by Synopsys Inc. In 2004, he co-founded Solido Design Automation Inc., once again in the role of CTO. Trent has written two critically acclaimed books on machine learning, creativity and circuit design and has authored or co-authored more than 40 papers and patents. Trent has a PhD in Engineering from KU Leuven, Belgium and Bachelors degrees in Engineering and in Computer Science from the University of Saskatchewan where he won awards for the top PhD thesis and top undergraduate thesis."
bio: |
Trent McConaghy has 20 years of deep technology experience with a focus on machine learning, data visualization and user experience. He was a researcher at the Canadian Department of Defense and in 1999, he co-founded Analog Design Automation Inc. and was its CTO until its acquisition by Synopsys Inc. In 2004, he co-founded Solido Design Automation Inc., once again in the role of CTO.
Trent has written two critically acclaimed books on machine learning, creativity and circuit design and has authored or co-authored more than 40 papers and patents.
Trent has a PhD in Engineering from KU Leuven, Belgium and Bachelors degrees in Engineering and in Computer Science from the University of Saskatchewan where he won awards for the top PhD thesis and top undergraduate thesis.
- name: Masha McConaghy
position: CMO
image: team-masha.jpg
linkedin: mashamc
bio: "Masha McConaghy, curator and researcher, is a co-founder and CMO at BigchainDB and ascribe.io, a service enabling immutable attribution for artists and clear provenance for digital and physical art. She has a PhD in Arts from Pantheon-Sorbonne University, Paris and a Museology Degree from Louvre School, Paris. She has organized exhibitions throughout the world and has worked with curators at the Louvre Museum in Paris and directed a commercial gallery in Vancouver. Her current pursuits are at the intersection of art, IP and applications of new technology."
bio: |
Masha McConaghy, curator and researcher, is a co-founder and CMO at BigchainDB and ascribe.io, a service enabling immutable attribution for artists and clear provenance for digital and physical art.
She has a PhD in Arts from Pantheon-Sorbonne University, Paris and a Museology Degree from Louvre School, Paris. She has organized exhibitions throughout the world and has worked with curators at the Louvre Museum in Paris and directed a commercial gallery in Vancouver.
Her current pursuits are at the intersection of art, IP and applications of new technology.
team:

View File

@ -46,7 +46,7 @@
</p>
<p class="team__bio">{{ member.bio }}</p>
<div class="team__bio">{{ member.bio | markdownify }}</div>
</article>
</div>
@ -54,7 +54,7 @@
</div>
<span class="team__bio__trigger">Show bios</span>
<div class="team__bio__trigger"><span>+</span>Show bios</div>