Skip to main content

Utility (external) navigation

SVG files

Image Filename Full path Include code
logo-inverted.svg /assets/images/required/logo-inverted.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="required/logo-inverted.svg"
            %}
          
        
logo-mark.svg /assets/images/required/logo-mark.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="required/logo-mark.svg"
            %}
          
        
logo.svg /assets/images/required/logo.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="required/logo.svg"
            %}
          
        
unidentified_cartoon.svg /assets/images/unidentified_cartoon.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="unidentified_cartoon.svg"
            %}