Skip to content

Commit

Permalink
Enable HTMLProofer to run with every build
Browse files Browse the repository at this point in the history
  • Loading branch information
shushugah committed Nov 25, 2024
1 parent b38872c commit a6dc4b0
Show file tree
Hide file tree
Showing 36 changed files with 126 additions and 82 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ruby RUBY_VERSION
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3"
# gem 'html-proofer'
gem 'html-proofer'
gem 'deep_merge'
# gem 'pry'

Expand Down
43 changes: 43 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,53 @@ GIT
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
async (2.8.0)
console (~> 1.10)
fiber-annotation
io-event (~> 1.1)
timers (~> 4.1)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
console (1.23.3)
fiber-annotation
fiber-local
deep_merge (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
forwardable-extended (2.6.0)
google-protobuf (4.28.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.2-x86_64-linux)
bigdecimal
rake (>= 13)
hashery (2.1.2)
html-proofer (5.0.8)
addressable (~> 2.3)
async (~> 2.1)
nokogiri (~> 1.13)
pdf-reader (~> 2.11)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-event (1.4.0)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -62,32 +87,50 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pdf-reader (2.12.0)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (6.0.1)
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rouge (4.4.0)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass-embedded (1.78.0)
google-protobuf (~> 4.27)
rake (>= 13)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
timers (4.3.5)
ttfunk (1.7.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
webrick (1.9.0)
yell (2.2.2)
zeitwerk (2.6.16)

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
deep_merge
html-proofer
jekyll (~> 4.3)
jekyll-feed (~> 0.11)
jekyll-multiple-languages-plugin!
Expand Down
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require 'html-proofer'

task default: [:test]

task :test do
sh "bundle exec jekyll build"
options = { :assume_extension => true, disable_external: true, extension: ['.html'], check_internal_hash: false }
HTMLProofer.check_directory("./_site", options).run
end
2 changes: 1 addition & 1 deletion _blog/2017-05-17-fairhotel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /fairhotels/

## Bring Fair Hotels to your company

- [Take the pledge and enlist your organization.](http://www.fairhotel.org/sign-fairhotel-partner)
- [Take the pledge and enlist your organization.](https://www.fairhotel.org/sign-fairhotel-partner)
- [Read what others have done](https://medium.com/@pagepant/consumer-power-in-the-trump-era-tech-hotel-workers-united-b612548a7336) to bring a FairHotel policy to their company.


Expand Down
2 changes: 1 addition & 1 deletion _blog/2024-06-13-new-logo.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ Here a… TWC/Extinction Rebellion cross-over?

---

If you’re interested in joining TWC’s community, join our Slack through [this form](/assets/img/logo_article/https://techworkerscoalition.org/subscribe/). If you want to start organizing your workplace or join a local or global chapter, consider to fill our on-boarding [questionnaire](/assets/img/logo_article/https://airtable.com/appJrthJnZ1Jc47Lo/pagHm2D1afp1gJMw4/form).
If you’re interested in joining TWC’s community, join our Slack through [this form](https://techworkerscoalition.org/subscribe/). If you want to start organizing your workplace or join a local or global chapter, consider to fill our on-boarding [questionnaire](https://airtable.com/appJrthJnZ1Jc47Lo/pagHm2D1afp1gJMw4/form).
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ title: Tech Workers Coalition
email: [email protected]
description: A coalition of tech industry workers, labor organizers, community organizers, and friends cultivating solidarity among all workers in tech.
url: "https://techworkerscoalition.org" # the subpath of your site, e.g. /blog
baseurl: "" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the base hostname & protocol for your site, e.g. https://example.com
twitter_username: techworkersco
timezone: "America/New_York"

Expand All @@ -28,7 +28,7 @@ plugins:

# jekyll-feed plugin
feed:
disable_in_development: true
disable_in_development: false

jekyll_get_data:
#- data: collective-actions
Expand Down Expand Up @@ -60,10 +60,10 @@ future: true
collections:
blog:
output: true
permalink: blog/:title
permalink: blog/:title/
events:
output: true
permalink: events/:title
permalink: events/:title/

exclude_from_localizations: ["assets", "admin"]
header_links:
Expand All @@ -85,7 +85,7 @@ links:
text: Blog
- url: /chapters
text: Chapters
- url: /community-guide/
- url: /community-guide
text: Community Guide
- url: /job-board
text: Union Job Board
Expand Down
2 changes: 1 addition & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ liav_keren:
picture: /assets/css/images/logo.png
timo_daum:
name: Timo Daum
url: http://www.2pir.de/
url: https://www.2pir.de/
picture: /assets/img/authors/timo_daum.jpg
igm_berlin:
name: IGMetall Berlin
Expand Down
13 changes: 5 additions & 8 deletions _i18n/en/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[Slack](#slack)<br>
[Document History](#document-history)

<h1 class="lh-tight marg-b-4">Our Values and Code of Conduct</h1>
<a name="our-values" />
<h1 class="lh-tight marg-b-4"><a id="our-values" href="#our-values">Our Values and Code of Conduct</a>
</h1>

The Tech Workers Coalition seeks to redefine the relationship between tech workers and Bay Area communities. Through activism, civic engagement, direct action, and education, we work in solidarity with existing movements towards social justice and economic inclusion.

Expand Down Expand Up @@ -53,17 +53,15 @@ While in practice most actions from moderators and administrators will be friend

TWC participants should be mindful of what they write and say in public TWC meetings and in pseudo-public channels like Slack. Be aware that Slack maintains records of our conversations indefinitely. Do not say anything in a non-private channel that you do not want becoming public. Participants should also be aware that members of the press may be present or in Slack channels. While we ask them to keep what they read and hear off the record, we cannot control what they publish.

## Projects
<a name="projects" />
##<a id="projects" href="#projects">Projects</a>

We organize much of our efforts and organization in projects. Projects are organized by one or two individuals who are responsible for being a point of contact to the broader organization, and reporting back to the larger group during our organizational meetings.

Projects are a touchstone for new members who want to participate, and we encourage project teams to reach out to new participants.

Projects should form their own topics within Slack. Many start with the prefix *#proj-*. See [Project/Discussion Channels](#slack).

## Slack
<a name="slack" />
## Slack <a id="slack" href="#slack">Slack</a>

### Etiquette

Expand All @@ -80,8 +78,7 @@ Channels come and go on Slack, but here are some long-living channels:
- #meetings: conversation about our org-wide meetings
- #workplace-conditions: conversations about working conditions and experiences in the tech industry

## Document History
<a name="document-history" />
## <a id="document-history" href="#document-history">Document History</a>
- *2019-12-11: Removal of defunct steering committee as per consensus between several locals*
- *2019-11-04: Clarification regarding membership requirements*
- *2018-07-22: Deleted old and out-of-date information, RK*
Expand Down
15 changes: 6 additions & 9 deletions _i18n/fr/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
[Slack](#slack)<br>
[Historique du document](#document-history)

<h1 class="lh-tight marg-b-4">Nos valeurs et notre code de conduite</h1>
<a name="our-values" />
<h1 class="lh-tight marg-b-4">
<a id="our-values" href="#our-values">Nos valeurs et notre code de conduite</a>
</h1>

La Tech Workers Coalition cherche à redéfinir la relation entre les technologistes et les communautés locales (initialement de la Bay Area). À travers l'activisme, l'engagement civique, l'action directe et l'éducation, nous travaillons en solidarité avec les mouvements existants vers la justice sociale et l'inclusion économique.

Expand Down Expand Up @@ -53,18 +54,15 @@ Alors qu'en pratique, la plupart des actions des modérateurs et des administrat

Les participants au TWC doivent être conscients de ce qu'ils écrivent et disent dans les réunions publiques du TWC et sur les canaux pseudo-publics comme Slack. Sachez que Slack conserve des enregistrements de nos conversations indéfiniment. Ne dites rien dans une chaîne non privée que vous ne souhaitez pas rendre publique. Les participants doivent également être conscients que des membres de la presse peuvent être présents ou sur les chaînes Slack. Alors que nous leur demandons de garder ce qu'ils lisent et entendent en dehors du compte rendu, nous ne pouvons pas contrôler ce qu'ils publient.

## Projets
<a name="projects" />
## <a id="projects" href="#projects">Projets</a>

Nous organisons une grande partie de nos efforts et de notre organisation en projets. Les projets sont organisés par une ou deux personnes qui sont chargées d'être un point de contact avec l'organisation plus large et de faire rapport au groupe plus large lors de nos réunions d'organisation.

Les projets sont une pierre de touche pour les nouveaux membres qui souhaitent participer, et nous encourageons les équipes de projet à toucher de nouveaux participants.

Les projets doivent former leurs propres sujets dans Slack. Beaucoup commencent par le préfixe *#proj-*. Voire [Discussion de projet / discussions](#slack).

## Slack
<a name="slack" />

## <a id="slack" href="#slack">Slack</a>
### Étiquette

- **Gérez vos notifications.** TWC Slack peut devenir rapidement écrasant sans une gestion appropriée des notifications. Nous vous recommandons de désactiver les notifications pour tous, sauf pour votre propre nom et pour tout mot ou condition spécifique qui vous intéresse. (Pour ce faire, ouvrez Slack, cliquez sur le nom de l’équipe, puis sur «Préférences» et «Gérer».). Rejoignez uniquement les chaînes que vous souhaitez suivre. N'ayez pas honte de quitter ou de désactiver une chaîne à laquelle vous n'avez pas le désir ou le temps de participer.
Expand All @@ -80,8 +78,7 @@ Les chaînes vont et viennent sur Slack, mais voici quelques chaînes à longue
- #meetings: conversation sur nos réunions à l'échelle de l'organisation
- #workplace-conditions: conversations sur les conditions de travail et les expériences dans l'industrie technologique

## Historique Du Document
<a name="document-history" />
## <a id="document-history" href="#document-history">Historique Du Document</a>
- *2019-12-11: Retrait du comité directeur défunt selon consensus entre plusieurs sections locales *
- *2019-11-04: Clarification concernant les conditions d'adhésion *
- *2018-07-22: Informations anciennes et obsolètes supprimées, RK *
Expand Down
14 changes: 6 additions & 8 deletions _i18n/pt/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
[Slack](#slack)<br>
[Documentação Histórica](#document-history)

<h1 class="lh-tight marg-b-4">Nossos Valores e Código de Conduta</h1>
<a name="our-values" />
<h1 class="lh-tight marg-b-4">
<a id="our-values" href="#our-values">Nossos Valores e Código de Conduta</a>
</h1>

A Tech Workers Coalition busca redefinir a relação entre trabalhadores da área de tecnologia e as comunidades locais (inicialmente na Bay Area). Por meio do ativismo, engajamento cívico, ação direta e educação, trabalhamos em solidariedade com os movimentos existentes em prol da justiça social e da inclusão econômica.

Expand Down Expand Up @@ -56,8 +57,7 @@ Enquanto na prática a maioria das ações dos moderadores e administradores ser

Participantes do TWC devem estar atentes ao que escrevem e dizem em reuniões públicas do TWC e em canais pseudo-públicos como o Slack. Esteja ciente de que o Slack mantém registros de nossas conversas indefinidamente. Não diga nada em um canal não privado que você não queira tornar público. Participantes também devem estar cientes de que membros da imprensa podem estar presentes em reuniões ou nos canais Slack. Enquanto pedimos que eles mantenham o que leem e ouvem fora do registro, não podemos controlar o que eles publicam.

## Projetos
<a name="projects" />
## <a id="projects" href="#projects">Projetos</a>

Organizamos grande parte de nossos esforços e organização em projetos. Os projetos são organizados por um ou dois indivíduos responsáveis por ser um ponto de contato com a organização em geral e reportar ao grupo maior durante nossas reuniões organizacionais.

Expand All @@ -66,8 +66,7 @@ Os projetos são um critério importante para novos membros que desejam particip
Os projetos devem formar seus próprios tópicos no Slack. Muitos começam com o prefixo *# proj-*. Consulte [Project/Discussion Channels](#slack).


## Slack
<a name="slack" />
## Slack <a id="slack" href="#slack">Slack</a>

### Etiqueta

Expand All @@ -86,8 +85,7 @@ Os canais vêm e vão no Slack, mas aqui estão alguns canais mais permanentes:
- #workplace-conditions: conversas sobre condições e experiências de trabalho na indústria de tecnologia


## Documentação Histórica (em inglês)
<a name="document-history" />
## <a id="document-history" href="#document-history">Documentação Histórica (em inglês)</a>
- *2019-12-11: Removal of defunct steering committee as per consensus between several locals*
- *2019-11-04: Clarification regarding membership requirements*
- *2018-07-22: Deleted old and out-of-date information, RK*
Expand Down
4 changes: 2 additions & 2 deletions _includes/event-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<div class="bg-white circ lh-1" style="min-width:100px;height:100px">
<svg
focusable="false"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 24 24"
Expand Down
2 changes: 1 addition & 1 deletion _includes/externalLinkSvg.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-miterlimit="1.4"><path class="primarySvgFill" d="M14 2.7L8.4 8.4a.5.5 0 01-.8-.8L13.3 2H9.5a.5.5 0 010-1h5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V2.7zM5 3H2.5C1.7 3 1 3.7 1 4.5v9c0 .8.7 1.5 1.5 1.5h9a1.5 1.5 0 001.5-1.5V11a.5.5 0 00-1 0v2.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-9c0-.3.2-.5.5-.5H5a.5.5 0 000-1z" fill-rule="nonzero"/></svg>
<svg height="16" width="16" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 16 16" stroke-miterlimit="1.4"><path class="primarySvgFill" d="M14 2.7L8.4 8.4a.5.5 0 01-.8-.8L13.3 2H9.5a.5.5 0 010-1h5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V2.7zM5 3H2.5C1.7 3 1 3.7 1 4.5v9c0 .8.7 1.5 1.5 1.5h9a1.5 1.5 0 001.5-1.5V11a.5.5 0 00-1 0v2.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-9c0-.3.2-.5.5-.5H5a.5.5 0 000-1z" fill-rule="nonzero"/></svg>
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="title">

<div class="flex flex-row ai-ctr rel">
<button class="flex" id="navBtn" role="button" aria-label="Open menu links">
<svg aria-hidden="true" class="primarySvgFill" height='23' width='20' fill="#fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path d="M85.5,81.5h-70c-2.8,0-5-2.2-5-5v-4c0-2.8,2.2-5,5-5h70c2.8,0,5,2.2,5,5v4C90.5,79.3,88.3,81.5,85.5,81.5z M85.5,57.5h-70c-2.8,0-5-2.2-5-5v-4c0-2.8,2.2-5,5-5h70c2.8,0,5,2.2,5,5v4C90.5,55.3,88.3,57.5,85.5,57.5z M85.5,33.5h-70 c-2.8,0-5-2.2-5-5v-4c0-2.8,2.2-5,5-5h70c2.8,0,5,2.2,5,5v4C90.5,31.3,88.3,33.5,85.5,33.5z"></path></svg>
<svg aria-hidden="true" class="primarySvgFill" height='23' width='20' fill="#fff" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><path d="M85.5,81.5h-70c-2.8,0-5-2.2-5-5v-4c0-2.8,2.2-5,5-5h70c2.8,0,5,2.2,5,5v4C90.5,79.3,88.3,81.5,85.5,81.5z M85.5,57.5h-70c-2.8,0-5-2.2-5-5v-4c0-2.8,2.2-5,5-5h70c2.8,0,5,2.2,5,5v4C90.5,55.3,88.3,57.5,85.5,57.5z M85.5,33.5h-70 c-2.8,0-5-2.2-5-5v-4c0-2.8,2.2-5,5-5h70c2.8,0,5,2.2,5,5v4C90.5,31.3,88.3,33.5,85.5,33.5z"></path></svg>
</button>

<ul id="nav" class="navOverlay abs hide list-style-none" role="navigation">
Expand All @@ -43,7 +43,7 @@ <h1 class="title">
</div>

<button class="flex flex-row ai-ctr" id="langBtn" role="button" aria-label="Select language">
<svg aria-hidden="true" class="marg-r-1" width="18" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path class="primarySvgFill" d="M16 2a14 14 0 100 28 14 14 0 000-28zm0 2c.3 0 .7.2 1.2.7.5.5 1 1.4 1.4 2.5.4 1 .8 2.3 1 3.8h-7.2a20 20 0 011-3.8c.4-1.1 1-2 1.4-2.5.5-.5.9-.7 1.2-.7zm-3.5.5l-1 2c-.5 1.3-.9 2.8-1.1 4.5H5c1.4-3 4-5.5 7.4-6.5zm7 0c3.3 1 6 3.4 7.4 6.5h-5.3a22.3 22.3 0 00-2-6.5zM4.4 13H10a34.4 34.4 0 000 6H4.4a12 12 0 010-6zm7.8 0h7.6a31.4 31.4 0 010 6h-7.6a31.5 31.5 0 010-6zm9.7 0h5.7a12 12 0 010 6H22a34.4 34.4 0 000-6zM5 21h5.3a22.3 22.3 0 002 6.5A12 12 0 015.2 21zm7.3 0h7.2a20 20 0 01-1 3.8c-.4 1.1-1 2-1.4 2.5-.5.5-.9.7-1.2.7-.3 0-.7-.2-1.2-.7-.5-.5-1-1.4-1.4-2.5a20 20 0 01-1-3.8zm9.2 0H27a12 12 0 01-7.4 6.5l1-2c.5-1.3.9-2.8 1.1-4.5z"/></svg>
<svg aria-hidden="true" class="marg-r-1" width="18" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 32 32"><path class="primarySvgFill" d="M16 2a14 14 0 100 28 14 14 0 000-28zm0 2c.3 0 .7.2 1.2.7.5.5 1 1.4 1.4 2.5.4 1 .8 2.3 1 3.8h-7.2a20 20 0 011-3.8c.4-1.1 1-2 1.4-2.5.5-.5.9-.7 1.2-.7zm-3.5.5l-1 2c-.5 1.3-.9 2.8-1.1 4.5H5c1.4-3 4-5.5 7.4-6.5zm7 0c3.3 1 6 3.4 7.4 6.5h-5.3a22.3 22.3 0 00-2-6.5zM4.4 13H10a34.4 34.4 0 000 6H4.4a12 12 0 010-6zm7.8 0h7.6a31.4 31.4 0 010 6h-7.6a31.5 31.5 0 010-6zm9.7 0h5.7a12 12 0 010 6H22a34.4 34.4 0 000-6zM5 21h5.3a22.3 22.3 0 002 6.5A12 12 0 015.2 21zm7.3 0h7.2a20 20 0 01-1 3.8c-.4 1.1-1 2-1.4 2.5-.5.5-.9.7-1.2.7-.3 0-.7-.2-1.2-.7-.5-.5-1-1.4-1.4-2.5a20 20 0 01-1-3.8zm9.2 0H27a12 12 0 01-7.4 6.5l1-2c.5-1.3.9-2.8 1.1-4.5z"/></svg>
{{ site.lang }}
</button>
<ul id="langNav" class="navOverlay abs hide list-style-none">
Expand Down
4 changes: 2 additions & 2 deletions _includes/icons/newspaper.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<svg
focusable="false"
class="card-icon"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="https://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 512 512"
Expand Down
4 changes: 2 additions & 2 deletions assets/fonts/lil-grotesk/lilgrotesk-bold-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/fonts/lil-grotesk/lilgrotesk-regular-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a6dc4b0

Please sign in to comment.