Skip to main content

SVG files

Image Filename Full path Include code
mark.svg /assets/images/marks/mark.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="marks/mark.svg"
            %}
          
        
mark2.svg /assets/images/marks/mark2.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="marks/mark2.svg"
            %}
          
        
mark3.svg /assets/images/marks/mark3.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="marks/mark3.svg"
            %}
          
        
mark4.svg /assets/images/marks/mark4.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="marks/mark4.svg"
            %}
          
        
mark5.svg /assets/images/marks/mark5.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="marks/mark5.svg"
            %}
          
        
mark6.svg /assets/images/marks/mark6.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="marks/mark6.svg"
            %}
          
        
mark7.svg /assets/images/marks/mark7.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="marks/mark7.svg"
            %}
          
        
mark8.svg /assets/images/marks/mark8.svg
          
            {% include atoms/image.html
              alt="Alt text here. Important."
              caption="Caption is optional but pretty cool"
              src="marks/mark8.svg"
            %}
          
        
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"
            %}