mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
add founders photos, simplify file naming
This commit is contained in:
parent
463a1a9e44
commit
203669767d
@ -13,7 +13,7 @@ founders:
|
||||
facebook: trent.mcconaghy
|
||||
linkedin: trentmc
|
||||
github: trentmc
|
||||
bio: "Trent McConaghy has 15 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 Bachelor’s 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 Bachelor’s 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
|
||||
|
@ -14,7 +14,7 @@ mediakit:
|
||||
title: Media Kit
|
||||
description: Get our full media kit in one handy package.
|
||||
download: Download media kit (zip)
|
||||
link: /mediakit-bigchaindb.zip
|
||||
link: /mediakit.zip
|
||||
---
|
||||
|
||||
## Our story
|
||||
|
BIN
_src/mediakit/founders/Bruce-Pon.jpg
Executable file
BIN
_src/mediakit/founders/Bruce-Pon.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
_src/mediakit/founders/Masha-McConaghy.jpg
Executable file
BIN
_src/mediakit/founders/Masha-McConaghy.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
_src/mediakit/founders/Trent-McConaghy.jpg
Executable file
BIN
_src/mediakit/founders/Trent-McConaghy.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
@ -2,7 +2,7 @@
|
||||
|
||||
![giphy](https://user-images.githubusercontent.com/90316/29563895-dde966ae-873f-11e7-976b-c2f0fa9578b6.gif)
|
||||
|
||||
Media kit lives under [`_src/mediakit/`](../_src/mediakit/). The folder structure will be reflected in the final zip file always available under [https://www.bigchaindb.com/mediakit-bigchaindb.zip](https://www.bigchaindb.com/mediakit-bigchaindb.zip).
|
||||
Media kit lives under [`_src/mediakit/`](../_src/mediakit/). The folder structure will be reflected in the final zip file always available under [https://www.bigchaindb.com/mediakit.zip](bigchaindb.com/mediakit.zip).
|
||||
|
||||
The zip file will be created automatically upon site build. File names in the `logo` folder should not be changed, those assets are used on the About page for the logo downloads.
|
||||
|
||||
|
@ -246,7 +246,7 @@ export const mediakit = () => src([
|
||||
SRC + 'mediakit/**/*'],
|
||||
{ base: SRC }
|
||||
)
|
||||
.pipe($.zip('mediakit-bigchaindb.zip'))
|
||||
.pipe($.zip('mediakit.zip'))
|
||||
.pipe(dest(DIST))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user