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 José Valim #30

Open
wants to merge 1 commit into
base: frm/ben-smith
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
40 changes: 27 additions & 13 deletions lib/alchemy/template_helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,33 @@ defmodule Alchemy.TemplateHelpers do
]

@speakers [
%{
name: "Ben Smith",
picture: "public/speakers/bensmith.jpg",
tagline: "Creator of Commanded CQRS/ES",
description: """
Ben has been building event-driven Elixir applications for the past few
years. His popular open source Commanded and EventStore libraries provide
a solid technical foundation allowing companies to focus on modelling
their business using domain-specific events.
""",
twitter_handle: "slashdotdash",
socials: []
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved Ben to the top to keep it alphabetically ordered

%{
name: "José Valim",
picture: "public/speakers/josevalim.jpg",
tagline: "Creator of Elixir",
description: """
José Valim is the creator of the Elixir programming language and Chief
Adoption Officer at Dashbit, a company that focuses on Sustainable Open
Source and Continuous Adoption to boost the Elixir ecosystem. He is
also a seasoned speaker, the author of three programming books, and an
active member of the Open Source community.
""",
twitter_handle: "josevalim",
socials: []
},
%{
name: "Michał Muskała",
picture: "public/speakers/michalmuskala.jpg",
Expand All @@ -47,19 +74,6 @@ defmodule Alchemy.TemplateHelpers do
""",
twitter_handle: "michalmuskala",
socials: []
},
%{
name: "Ben Smith",
picture: "public/speakers/bensmith.jpg",
tagline: "Creator of Commanded CQRS/ES",
description: """
Ben has been building event-driven Elixir applications for the past few
years. His popular open source Commanded and EventStore libraries provide
a solid technical foundation allowing companies to focus on modelling
their business using domain-specific events.
""",
twitter_handle: "slashdotdash",
socials: []
}
]

Expand Down
Binary file added priv/site/public/speakers/josevalim.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.