Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user showcase to website #67

Merged
merged 4 commits into from
Mar 26, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
User updates
* Make order alphabetical
* Remove Citadel for now
  • Loading branch information
rikoe committed Mar 26, 2019
commit 1ee454575b7e876b9da9ae5991452b092c5617a5
34 changes: 13 additions & 21 deletions website/data/users.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
[ {
"caption": "Adaptive Financial Consulting",
"image": "/img/users/adaptive.webp",
"infoLink": "https://weareadaptive.com/",
"pinned": true,
"isMember": false
},
{
"caption": "FactSet",
"image": "/img/users/FactSet.webp",
Expand All @@ -7,16 +13,16 @@
"isMember": true
},
{
"caption": "GreenKey",
"image": "/img/users/GreenKey.webp",
"infoLink": "https://www.greenkey.global/",
"caption": "Glue42",
"image": "/img/users/GLUE42.webp",
"infoLink": "https://glue42.com/",
"pinned": true,
"isMember": true
},
{
"caption": "Glue42",
"image": "/img/users/GLUE42.webp",
"infoLink": "https://glue42.com/",
"caption": "GreenKey",
"image": "/img/users/GreenKey.webp",
"infoLink": "https://www.greenkey.global/",
"pinned": true,
"isMember": true
},
Expand Down Expand Up @@ -54,19 +60,5 @@
"infoLink": "https://www.scottlogic.com/",
"pinned": true,
"isMember": true
},
{
"caption": "Adaptive Financial Consulting",
"image": "/img/users/adaptive.webp",
"infoLink": "https://weareadaptive.com/",
"pinned": true,
"isMember": false
},
{
"caption": "Citadel",
"image": "/img/users/Citadel.png",
"infoLink": "https://www.citadel.com/",
"pinned": true,
"isMember": false
}
]
1 change: 1 addition & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ header.postHeader:empty + article h1 {
.showcase img {
width: 250px;
max-height: 150px;
padding: 5px;
}

.finos {
Expand Down
Binary file removed website/static/img/users/Citadel.png
Binary file not shown.