Skip to content

Commit ff188c3

Browse files
committed
update to SerpApi brand theme
1 parent 7323a0a commit ff188c3

5 files changed

Lines changed: 190 additions & 109 deletions

File tree

src/_data/projects.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,5 +701,63 @@
701701
"apis": [
702702
"Amazon Search API"
703703
]
704+
},
705+
{
706+
"name": "PyLadies Skill Gap Analyzer",
707+
"description": "Python data pipeline that discovers PyLadies chapters, extracts public social profile details, and compares chapter curriculum topics with local developer job-market demand.",
708+
"author": "Ariana Cursino",
709+
"dateAdded": "2026-06-12",
710+
"githubUrl": "https://github.com/arcursino/pyladies-serpapi",
711+
"links": [],
712+
"tags": [
713+
"education",
714+
"analysis",
715+
"python"
716+
],
717+
"apis": [
718+
"Google Search API",
719+
"Instagram Profile API",
720+
"Google Jobs API"
721+
]
722+
},
723+
{
724+
"name": "SEO Keyword Research Tool",
725+
"description": "Python SEO keyword suggestion tool that extracts Google Autocomplete, People Also Ask, and related-search ideas through SerpApi.",
726+
"author": "Artur Chukhrai",
727+
"dateAdded": "2026-06-11",
728+
"githubUrl": "https://github.com/chukhraiartur/seo-keyword-research-tool",
729+
"links": [],
730+
"tags": [
731+
"seo",
732+
"keyword-research",
733+
"python"
734+
],
735+
"apis": [
736+
"Google Autocomplete API",
737+
"Google Related Questions API",
738+
"Google Search API"
739+
]
740+
},
741+
{
742+
"name": "SEO Position Tracker",
743+
"description": "Python CLI and library for tracking target keyword positions across Google, Baidu, Bing, DuckDuckGo, Yahoo, Yandex, and Naver search results.",
744+
"author": "Dmitiry Zub",
745+
"dateAdded": "2026-06-11",
746+
"githubUrl": "https://github.com/dimitryzub/seo-position-tracker",
747+
"links": [],
748+
"tags": [
749+
"seo",
750+
"rank-tracking",
751+
"python"
752+
],
753+
"apis": [
754+
"Google Search API",
755+
"Baidu Search API",
756+
"Bing Search API",
757+
"DuckDuckGo Search API",
758+
"Yahoo! Search API",
759+
"Yandex Search API",
760+
"Naver Search API"
761+
]
704762
}
705763
]

src/_data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://serpapi.com?utm_source=builtwithserpapi",
66
"organizationName": "SerpApi",
77
"organizationUrl": "https://serpapi.com",
8-
"logo": "/assets/serpapi-logo-dark.png",
8+
"logo": "/assets/brand/serpapi-logo.svg",
99
"ogImage": "/assets/og-image.png",
1010
"ogImageAlt": "#BuiltWithSerpApi community projects powered by SerpApi",
1111
"ogImageWidth": "1200",

src/_includes/base.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
<script type="application/ld+json">{{ page | seoJsonLd(site, projects, metaTitle, metaDescription) | safe }}</script>
2828
<link rel="preconnect" href="https://fonts.googleapis.com">
2929
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
30-
<link href="https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800&family=Newsreader:opsz,wght@6..72,600;6..72,700&display=swap" rel="stylesheet">
31-
<link rel="stylesheet" href="{{ '/assets/css/styles.css?v=20260609-6' | url }}">
30+
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap" rel="stylesheet">
31+
<link rel="stylesheet" href="{{ '/assets/css/styles.css?v=20260612-brand-kit' | url }}">
3232
</head>
3333
<body>
3434
<a class="skip-link" href="#content">Skip to content</a>
3535
<header class="site-header">
3636
<nav class="nav shell" aria-label="Primary navigation">
3737
<a class="brand" href="{{ '/' | url }}">
3838
<span class="brand-mark" aria-hidden="true">
39-
<img src="{{ '/assets/serpapi-logo-dark.png' | url }}" alt="">
39+
<img src="{{ site.logo | url }}" alt="">
4040
</span>
4141
<span>{{ site.name }}</span>
4242
</a>

0 commit comments

Comments
 (0)