diff --git a/_src/_data/team.yml b/_src/_data/team.yml index d1284fd..2279725 100644 --- a/_src/_data/team.yml +++ b/_src/_data/team.yml @@ -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 diff --git a/_src/about.md b/_src/about.md index 1ae2990..442f4a0 100644 --- a/_src/about.md +++ b/_src/about.md @@ -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 diff --git a/_src/mediakit/founders/Bruce-Pon.jpg b/_src/mediakit/founders/Bruce-Pon.jpg new file mode 100755 index 0000000..f07fc43 Binary files /dev/null and b/_src/mediakit/founders/Bruce-Pon.jpg differ diff --git a/_src/mediakit/founders/Masha-McConaghy.jpg b/_src/mediakit/founders/Masha-McConaghy.jpg new file mode 100755 index 0000000..c9c79cf Binary files /dev/null and b/_src/mediakit/founders/Masha-McConaghy.jpg differ diff --git a/_src/mediakit/founders/Trent-McConaghy.jpg b/_src/mediakit/founders/Trent-McConaghy.jpg new file mode 100755 index 0000000..d4c47ba Binary files /dev/null and b/_src/mediakit/founders/Trent-McConaghy.jpg differ diff --git a/docs/mediakit.md b/docs/mediakit.md index f128d09..d7c4573 100644 --- a/docs/mediakit.md +++ b/docs/mediakit.md @@ -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. diff --git a/gulpfile.babel.js b/gulpfile.babel.js index a82a5d2..eee55ba 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -246,7 +246,7 @@ export const mediakit = () => src([ SRC + 'mediakit/**/*'], { base: SRC } ) - .pipe($.zip('mediakit-bigchaindb.zip')) + .pipe($.zip('mediakit.zip')) .pipe(dest(DIST))