Skip to content

Commit 2303046

Browse files
committed
chore: clean up blog section
- Remove placeholder blog posts - Update blog templates - Add funding announcement image - Update footer links - Clean up press page
1 parent 86471d4 commit 2303046

File tree

9 files changed

+60
-176
lines changed

9 files changed

+60
-176
lines changed

public/images/blog/funding.png

68 KB
Loading

src/content/blog/defguard-funding.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ description: "Defguard has established strategic partnerships with top open-sour
55
author: "Michał Gryczka"
66
---
77

8-
# Defguard Secures Strategic Partners and Raises EUR 1.2 Million in Pre-Seed Funding
8+
![defguard — Now VC backed](/images/blog/funding.png)
99

1010
Just a few months after launching its Enterprise platform offering, Defguard has earned the trust of some of the world's most demanding organizations. The solution is already in use by major automotive corporations, NASCAR teams, manufacturing plants, data centers and cloud providers, game developers, venture capital funds, as well as numerous government institutions and public entities across the EU.
1111

1212
This impressive adoption confirms Defguard's position as a trusted business solution for managing remote access, WireGuard®-based VPN, and Zero Trust infrastructure — fully open-source and ready for both on-premise and cloud deployments.
1313

1414
To fully leverage this momentum, Defguard has established strategic partnerships with top open-source and IT security experts in Poland and secured significant pre-seed funding of EUR 1.2 million.
1515

16-
The funding round is led by Hard2beat, a fund backed by Maciej Zawadziński, the creator of Piwik PRO's success. Maciej brings invaluable experience in building open-source products and is actively involved in the company's growth.
16+
The funding round is led by [Hard2beat](https://hard2beat.vc/), a fund backed by Maciej Zawadziński, the creator of Piwik PRO's success. Maciej brings invaluable experience in building open-source products and is actively involved in the company's growth.
1717

18-
Investors also include Maurycy Prodeus and Janusz Niewiadomski — co-founders of ISEC, one of the most renowned IT security firms in Poland. Notably, ISEC is also joining the capital round, supporting Defguard not only financially but also with expert technological & security expertise.
18+
Investors also include **Maurycy Prodeus** and **Janusz Niewiadomski** — co-founders of [ISEC](https://isec.pl/), one of the most renowned IT security firms in Poland. Notably, *ISEC* is also joining the capital round, supporting Defguard not only financially but also with expert technological & security expertise.
1919

20-
Other investors include SMOK Ventures and S20 Team, with additional capital provided by business angels from the cybersecurity and IT sectors, including:
20+
Other investors include [SMOK Ventures](https://www.smok.vc/) and [S20 Team](https://s20.team/), with additional capital provided by business angels from the cybersecurity and IT sectors, including:
2121

22-
- Łukasz Jesis, founder of Xopero – a European leader in backup and data recovery, who is personally engaged in providing strategic business support.
22+
- **Łukasz Jesis**, founder of [Xopero](https://xopero.com) – a European leader in backup and data recovery, who is personally engaged in providing strategic business support.
2323

24-
- Piotr and Tomasz Karwatka – experienced founders and among the most active business angels in the CEE region.
24+
- **Piotr and Tomasz Karwatka** – experienced founders and among the most active business angels in the CEE region.
2525

2626
"We created Defguard to give organizations full control over their data & infrastructure — in a secure, flexible way, without vendor lock-in," says Robert Olejnik, CEO of Defguard. "The trust of such prestigious clients and the support of industry leaders is a huge motivation and validation of our chosen path."
2727

src/content/blog/defguard-release.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: "Defguard offers a unique combination of security-related functiona
55
author: "Robert Olejnik"
66
---
77

8-
# True Zero-Trust WireGuard® VPN with 2FA/MFA - defguard security paltform released by teonite
9-
108
### TL;DR
119

1210
"Today is my 42nd birthday and my present for everyone is our open-source security army knife platform", Robert Olejnik - defguard founder

src/content/blog/hello-world.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/content/blog/introducing-defguard.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/data/footer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
},
5050
{
5151
"text": "Blog",
52-
"external": true,
53-
"link": "https://teonite.com/blog/"
52+
"external": false,
53+
"link": "/blog/"
5454
},
5555
{
5656
"text": "Mastodon",

src/pages/blog/[slug].astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,9 @@ const url = `https://defguard.net/blog/${entry.slug}`;
216216
justify-content: space-between;
217217

218218
.back-to-blog {
219-
color: var(--primary-color, #0C8CE0);
220-
font-weight: 400;
219+
color: var(--primary-text-color);
220+
font-weight: 400;
221+
text-decoration: none;
221222
&:hover {
222223
text-decoration: underline;
223224
}

src/pages/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const url = "https://defguard.net/blog";
177177

178178
.read-more {
179179
display: inline-block;
180-
color: var(--primary-color, #0C8CE0);
180+
color: var(--primary-text-color);
181181
font-size: 14px;
182182
font-weight: 300;
183183
text-decoration: none;

src/pages/press.astro

Lines changed: 48 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,57 @@ const tags = [
7676
/>
7777
</div>
7878
</HomeSection>
79+
<FlexibleSection
80+
title="Media Coverage"
81+
id="press-coverage"
82+
variant="gray"
83+
theme="light"
84+
>
85+
<div class="full-width">
86+
<p class="coverage-intro">
87+
defguard has been featured in various technology and security publications. Here are some recent articles and mentions:
88+
</p>
89+
<div class="articles-grid">
90+
<a href="/blog/defguard-funding" target="" class="article-card">
91+
<span class="publication">Blog</span>
92+
<h3 class="article-title">
93+
Defguard Secures Strategic Partners and Raises EUR 1.2 Million in Pre-Seed Funding
94+
</h3>
95+
<span class="article-date">May 20, 2025</span>
96+
</a>
97+
98+
<a href="https://mambiznes.pl/news/75-mln-zl-dla-trzech-startupow-fundusz-hard2beat-inwestuje-w-ramach-pfr-starter/" target="_blank" class="article-card">
99+
<span class="publication">Mam Biznes</span>
100+
<h3 class="article-title">
101+
Hard2beat Fund Invests PLN 7.5 Million in Three Startups Through PFR Starter (in Polish)
102+
</h3>
103+
<span class="article-date">May 20, 2025</span>
104+
</a>
105+
106+
<a href="https://mamstartup.pl/trzy-premierowe-transakcje-o-wartosci-75-mln-pln-hard2beat-vc-inwestuje-w-neuromedical-defguard-i-defendeye/" target="_blank" class="article-card">
107+
<span class="publication">Mam Startup</span>
108+
<h3 class="article-title">
109+
Three first-round deals: Hard2beat VC backs Neuromedical, DefGuard, and DefendEye (in Polish)
110+
</h3>
111+
<span class="article-date">May 20, 2025</span>
112+
</a>
113+
114+
<a href="https://stacjainnowacja.tvp.pl/84183493/odc-150-stacja-innowacja" target="_blank" class="article-card">
115+
<span class="publication">Stacja Innowacja</span>
116+
<h3 class="article-title">
117+
Polish TV program on TVP Polonia that showcases innovative technologies from Poland. Defguard was featured in one of the episodes. (in Polish)
118+
</h3>
119+
<span class="article-date">December 23, 2024</span>
120+
</a>
121+
122+
</div>
123+
</div>
124+
</FlexibleSection>
79125

80126
<FlexibleSection
81127
title="Brand Assets"
82128
id="brand-assets"
83-
variant="gray"
129+
variant="white"
84130
theme="light"
85131
>
86132
<div slot="left">
@@ -103,7 +149,7 @@ const tags = [
103149
<FlexibleSection
104150
title="Company Information"
105151
id="company-information"
106-
variant="white"
152+
variant="gray"
107153
theme="light"
108154
>
109155
<div slot="left">
@@ -127,45 +173,6 @@ const tags = [
127173
</div>
128174
</FlexibleSection>
129175

130-
<FlexibleSection
131-
title="Media Coverage"
132-
id="press-coverage"
133-
variant="gray"
134-
theme="light"
135-
>
136-
<div class="full-width">
137-
<p class="coverage-intro">
138-
defguard has been featured in various technology and security publications. Here are some recent articles and mentions:
139-
</p>
140-
<div class="articles-grid">
141-
<a href="https://mambiznes.pl/news/75-mln-zl-dla-trzech-startupow-fundusz-hard2beat-inwestuje-w-ramach-pfr-starter/" target="_blank" class="article-card">
142-
<span class="publication">Mam Biznes</span>
143-
<h3 class="article-title">
144-
Hard2beat Fund Invests PLN 7.5 Million in Three Startups Through PFR Starter (in Polish)
145-
</h3>
146-
<span class="article-date">May 20, 2025</span>
147-
</a>
148-
149-
<a href="https://mamstartup.pl/trzy-premierowe-transakcje-o-wartosci-75-mln-pln-hard2beat-vc-inwestuje-w-neuromedical-defguard-i-defendeye/" target="_blank" class="article-card">
150-
<span class="publication">Mam Startup</span>
151-
<h3 class="article-title">
152-
Three first-round deals: Hard2beat VC backs Neuromedical, DefGuard, and DefendEye (in Polish)
153-
</h3>
154-
<span class="article-date">May 20, 2025</span>
155-
</a>
156-
157-
<a href="https://stacjainnowacja.tvp.pl/84183493/odc-150-stacja-innowacja" target="_blank" class="article-card">
158-
<span class="publication">Stacja Innowacja</span>
159-
<h3 class="article-title">
160-
Polish TV program on TVP Polonia that showcases innovative technologies from Poland. Defguard was featured in one of the episodes. (in Polish)
161-
</h3>
162-
<span class="article-date">December 23, 2024</span>
163-
</a>
164-
165-
</div>
166-
</div>
167-
</FlexibleSection>
168-
169176
<FlexibleSection
170177
title="Press Contact"
171178
id="press-contact"

0 commit comments

Comments
 (0)