Skip to content

Commit

Permalink
deploy: f7c438d
Browse files Browse the repository at this point in the history
  • Loading branch information
twitter-service committed Nov 4, 2024
1 parent d5210f5 commit c5d898d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ <h1 class="large-title">Projects</h1>
<div id="results" class="container hide">Found <span class="count"></span> results for <span class="query"></span></div>

<div class="container all-projects">
<div class="project-card" id="pex-tool/pex">
<h1 class="project-name small-margin">pex</h1>
<div class="border small-margin" style="border-bottom-color:#3572A5"></div>
<div class="project-description xsmall-margin"><div>A tool for generating .pex (Python EXecutable) files, lock files and venvs.</div></div>
<p class="project-language">Python</p>
<div class="whitespace"></div>
<div class="project-links">
<a href="https://github.com/pex-tool/pex" target="_blank" rel="noopener">GitHub</a>
<a href="https://docs.pex-tool.org/" target="_blank" rel="noopener">Website</a>
</div>
<a href="https://twitter.github.io/metrics/pex-tool/pex/WEEKLY" class="Button Button--secondary">Metrics</a>
</div>
<div class="project-card" id="pantsbuild/pants">
<h1 class="project-name small-margin">pants</h1>
<div class="border small-margin" style="border-bottom-color:#3572A5"></div>
Expand All @@ -96,17 +108,17 @@ <h1 class="project-name small-margin">pants</h1>
</div>
<a href="https://twitter.github.io/metrics/pantsbuild/pants/WEEKLY" class="Button Button--secondary">Metrics</a>
</div>
<div class="project-card" id="pex-tool/pex">
<h1 class="project-name small-margin">pex</h1>
<div class="project-card" id="twitter/communitynotes">
<h1 class="project-name small-margin">communitynotes</h1>
<div class="border small-margin" style="border-bottom-color:#3572A5"></div>
<div class="project-description xsmall-margin"><div>A tool for generating .pex (Python EXecutable) files, lock files and venvs.</div></div>
<div class="project-description xsmall-margin"><div>Documentation and source code powering Twitter's Community Notes</div></div>
<p class="project-language">Python</p>
<div class="whitespace"></div>
<div class="project-links">
<a href="https://github.com/pex-tool/pex" target="_blank" rel="noopener">GitHub</a>
<a href="https://docs.pex-tool.org/" target="_blank" rel="noopener">Website</a>
<a href="https://github.com/twitter/communitynotes" target="_blank" rel="noopener">GitHub</a>
<a href="https://twitter.github.io/communitynotes" target="_blank" rel="noopener">Website</a>
</div>
<a href="https://twitter.github.io/metrics/pex-tool/pex/WEEKLY" class="Button Button--secondary">Metrics</a>
<a href="https://twitter.github.io/metrics/twitter/communitynotes/WEEKLY" class="Button Button--secondary">Metrics</a>
</div>
<div class="project-card" id="twitter/finagle">
<h1 class="project-name small-margin">finagle</h1>
Expand Down Expand Up @@ -144,18 +156,6 @@ <h1 class="project-name small-margin">scrooge</h1>
</div>
<a href="https://twitter.github.io/metrics/twitter/scrooge/WEEKLY" class="Button Button--secondary">Metrics</a>
</div>
<div class="project-card" id="twitter/communitynotes">
<h1 class="project-name small-margin">communitynotes</h1>
<div class="border small-margin" style="border-bottom-color:#3572A5"></div>
<div class="project-description xsmall-margin"><div>Documentation and source code powering Twitter's Community Notes</div></div>
<p class="project-language">Python</p>
<div class="whitespace"></div>
<div class="project-links">
<a href="https://github.com/twitter/communitynotes" target="_blank" rel="noopener">GitHub</a>
<a href="https://twitter.github.io/communitynotes" target="_blank" rel="noopener">Website</a>
</div>
<a href="https://twitter.github.io/metrics/twitter/communitynotes/WEEKLY" class="Button Button--secondary">Metrics</a>
</div>
<div class="project-card" id="twitter/util">
<h1 class="project-name small-margin">util</h1>
<div class="border small-margin" style="border-bottom-color:#c22d40"></div>
Expand Down
2 changes: 1 addition & 1 deletion year-in-review/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<section id="welcome">
<div class="YIR-container-section">
<div class="YIR-header">
<h1 class="YIR-subheading" id="date-range">Oct 2023 - Oct 2024</h1>
<h1 class="YIR-subheading" id="date-range">Nov 2023 - Nov 2024</h1>
<h1 id="YIR-heading-text">Year in Review</h1>
<h1 class="YIR-subheading" id="type">An overview of the past 12 months of activity on Twitter’s Open Source projects.</h1>
</div>
Expand Down

0 comments on commit c5d898d

Please sign in to comment.