diff --git a/content/showcase/terminal-labs/contents.lr b/content/showcase/terminal-labs/contents.lr new file mode 100644 index 00000000..62cb0665 --- /dev/null +++ b/content/showcase/terminal-labs/contents.lr @@ -0,0 +1,11 @@ +name: Terminal Labs +--- +url: https://terminallabs.com/ +--- +cover_image: terminal-labs-homepage.png +--- +description: + +Terminal Labs is a consulting firm specializing in Python, Data Science, and DevOps. We love science and technology. We make clusters for fun, and enjoy experimenting to find and make better tools. That's what led us to find and try out Lektor. We love it. Right now a Lektor-based static site hosted on a CDN is just what we want, since it's is easy and fast to develop with and deploy, and is very performant. + +You can view the source code for our site [here](https://bitbucket.org/terminal_labs/tl-lektor/src), or view any of our other public repositories over on our [GitHub page](https://github.com/terminal-labs). diff --git a/content/showcase/terminal-labs/terminal-labs-clients.png b/content/showcase/terminal-labs/terminal-labs-clients.png new file mode 100644 index 00000000..87cf94d2 Binary files /dev/null and b/content/showcase/terminal-labs/terminal-labs-clients.png differ diff --git a/content/showcase/terminal-labs/terminal-labs-homepage.png b/content/showcase/terminal-labs/terminal-labs-homepage.png new file mode 100644 index 00000000..effb9c50 Binary files /dev/null and b/content/showcase/terminal-labs/terminal-labs-homepage.png differ diff --git a/templates/showcase.html b/templates/showcase.html index fd656b5b..2eed43c7 100644 --- a/templates/showcase.html +++ b/templates/showcase.html @@ -32,8 +32,8 @@ You want your own website on here? Fork the Lektor Website Repository on GitHub to add your own project. - Make sure to add screenshots and a description about the project. - We encourage you to add a link to your source code so that others can - learn from your example. + Make sure to add screenshots (aspect ratio ~ 1.6:1) and a description + about the project. We encourage you to add a link to your source code + so that others can learn from your example. {% endblock %}