Skip to content

artie-labs/website_assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website_assets

Images:

By default, the image sizes will be set to 100% of the width of the container. If you'd like to change that - consider using these classes:

  • img-small
  • img-medium
  • img-large

Code blocks

To use code blocks, we're using Prism. To do the conversion, write code blocks in markdown as such:

<pre><code class="language-sql">SELECT * FROM foo;
SELECT * FROM bar;</code></pre>

Extras:

  • Whenever possible, let's convert images to webp format, this will help with page load times. We have a script for this.
python
convert_to_webp.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published