Skip to content

Commit 4e2d861

Browse files
committed
Merge branch 'main' into gh-pages
2 parents fc7f60d + 89b68fb commit 4e2d861

3 files changed

Lines changed: 52 additions & 16 deletions

File tree

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,17 @@ If you need a new category for Python frameworks, try this:
4242
```html
4343
<hr class="my-4">
4444

45-
<h3 id="CategoryName" class="mt-5 display-6">Category Name</h3>
46-
<p>Description of this category</p>
47-
48-
<div class="row grids mt-4" data-masonry='{"percentPosition": true }'>
49-
<div class="col-sm-6 col-lg-3 mb-4">
50-
<div class="card">
51-
...
45+
<div class="category" id="CategoryName">
46+
<h3 class="mt-5 display-6">Category Name</h3>
47+
<p>Description of this category</p>
48+
49+
<div class="row grids mt-4" data-masonry='{"percentPosition": true }'>
50+
<div class="col-sm-6 col-lg-3 mb-4">
51+
<div class="card">
52+
...
53+
</div>
54+
</div>
5255
</div>
53-
</div>
54-
</div>
55-
```
56-
57-
And, update the nav grid links,
58-
59-
```html
60-
<div class="col-6 col-sm-6 col-md-3 themed-grid-col">
61-
<a class="nav-link" href="#CategoryName"><u>Category Name</u></a>
6256
</div>
6357
```
6458

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,6 +2703,25 @@ <h3>Gerapy</h3>
27032703
</div>
27042704
</div>
27052705

2706+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
2707+
<div class="card p-3 text-center">
2708+
<a href="https://crawlee.dev/python/" target="_blank">
2709+
<img class="card-img-top" src="static/image/logos/crawlee.svg" alt="Crawlee">
2710+
</a>
2711+
<figure class="p-3 mb-0">
2712+
<blockquote class="blockquote">
2713+
<p>
2714+
<a href="https://github.com/apify/crawlee-python" target="_blank">
2715+
<small>
2716+
A web scraping and browser automation library for Python to build reliable crawlers.
2717+
</small>
2718+
</a>
2719+
</p>
2720+
</blockquote>
2721+
</figure>
2722+
</div>
2723+
</div>
2724+
27062725
</div>
27072726
</div>
27082727
<!--End of Web Crawling & Scraping-->

static/image/logos/crawlee.svg

Lines changed: 23 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)