Skip to content

Commit 8a79b07

Browse files
committed
Replace the hand-written project cards in index.html with a templated
build pipeline 2
2 parents fe7e1ae + e527cf7 commit 8a79b07

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,19 @@ <h2 class="section-title">Core backports</h2>
582582
<p class="section-desc">Libraries that reimplement or backport features of modern CPython.</p>
583583
</div>
584584
<div class="projects-grid">
585+
<<<<<<< HEAD
585586
<a href="https://github.com/pythonbackport/python-profiling" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>python-profiling</span></div></div><div class="project-desc">Backport from python 3.15's new library 'profiling'</div><div class="project-meta"><span>★ 1</span><span>profiling · python · python-profiling</span><span>NOASSERTION</span></div></a>
586587
<a href="https://github.com/pythonbackport/python-frozendict" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>python-frozendict</span></div></div><div class="project-desc">Standalone back-port of Python 3.15's `frozendict` builtin.</div><div class="project-meta"><span>★ 2</span><span>frozendict · python · python-frozendict</span><span>MIT</span></div></a>
587588
<a href="https://github.com/pythonbackport/python-lazyimports" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>python-lazyimports</span></div></div><div class="project-desc">Backport of Python 3.15's lazy import statement</div><div class="project-meta"><span>★ 3</span><span>lazy-imports · python · python3</span><span>NOASSERTION</span></div></a>
588589
<a href="https://github.com/pythonbackport/pythonbackport-sentinel" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>pythonbackport-sentinel</span></div></div><div class="project-desc">Standalone back-port of Python 3.15's `sentinel` builtin.</div><div class="project-meta"><span>★ 2</span><span>python · python3 · python315</span><span>MIT</span></div></a>
590+
=======
591+
<a href="https://github.com/pythonbackport/python-lazyimports" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>python-lazyimports</span></div></div><div class="project-desc">Backport of Python 3.15's lazy import statement</div><div class="project-meta"><span>★ 3</span><span>lazy-imports · python · python3</span><span>NOASSERTION</span></div></a>
592+
<a href="https://github.com/pythonbackport/python-frozendict" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>python-frozendict</span></div></div><div class="project-desc">Standalone back-port of Python 3.15's `frozendict` builtin.</div><div class="project-meta"><span>★ 2</span><span>frozendict · python · python-frozendict</span><span>MIT</span></div></a>
593+
<a href="https://github.com/pythonbackport/pythonbackport-sentinel" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>pythonbackport-sentinel</span></div></div><div class="project-desc">Standalone back-port of Python 3.15's `sentinel` builtin.</div><div class="project-meta"><span>★ 2</span><span>python · python3 · python315</span><span>MIT</span></div></a>
594+
<a href="https://github.com/pythonbackport/python-profiling" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>python-profiling</span></div></div><div class="project-desc">Backport from python 3.15's new library 'profiling'</div><div class="project-meta"><span>★ 1</span><span>profiling · python · python-profiling</span><span>NOASSERTION</span></div></a>
595+
<a href="https://github.com/pythonbackport/website" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>website</span></div></div><div class="project-desc">Main website</div><div class="project-meta"><span>★ 1</span><span>HTML</span><span>MIT</span></div></a>
596+
<a href="https://github.com/pythonbackport/.github" target="_blank" rel="noopener" class="project-card reveal"><div class="project-head"><div class="project-title"><span>.github</span></div></div><div class="project-meta"><span>★ 0</span></div></a>
597+
>>>>>>> e527cf72c98220d13ce3180dba15827ebc58038b
589598
</div>
590599
</div>
591600
</section>

0 commit comments

Comments
 (0)