Skip to content

Commit 07dd2d8

Browse files
committed
As a marketing points of view
1 parent 59318ec commit 07dd2d8

File tree

12 files changed

+79
-4
lines changed

12 files changed

+79
-4
lines changed

content/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Code Fry Dev"
2+
title: "CodeFryDev"
33
date: 2023-01-01T00:00:00Z
44
---
55

@@ -35,6 +35,8 @@ Unleash your creativity with our design tools and resources. Access professional
3535
- **Regular Updates**: We continuously add new tools and features
3636
- **Privacy-Focused**: Your data stays private and secure
3737

38+
Our growing collection is used by developers, designers, and educators worldwide.
39+
3840
## Get Started
3941

4042
Browse our categories above to discover tools, games, and resources tailored to your needs. Use the search function to quickly find specific utilities, or explore our [AI tools](/ai), [games collection](/games), and [design lab](/designlab) for curated experiences.

content/about-us/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ CodeFryDev offers free online tools, games, and AI apps—no signup required. We
1111

1212
Our mission is to make high-quality digital tools and resources accessible to everyone, regardless of their technical skill level. We believe in empowering users with innovative solutions that enhance productivity, creativity, and digital experiences.
1313

14-
CodeFryDev serves as your ultimate destination for digital content, offering everything from utility applications and educational tutorials to entertainment games and design assets. We are committed to continuously expanding our offerings and improving the user experience across all our platforms.
14+
Since 2023 we have been building and shipping a growing collection: from utility applications and educational tutorials to entertainment games and design assets. We are committed to continuously expanding our offerings and improving the user experience across all our platforms. For press and media information, see our [Press & Media](/press) page.
1515

content/press/_index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Press & Media"
3+
date: 2025-02-23T00:00:00Z
4+
draft: false
5+
---
6+
7+
## Boilerplate
8+
9+
**CodeFryDev** is a free platform of online tools, games, and AI apps—no signup required. We offer web-based utilities, design resources, and productivity apps for developers, designers, and digital enthusiasts. Our mission is to make high-quality digital tools accessible to everyone. CodeFryDev has been building and shipping free tools since 2023, with a growing collection of games, AI utilities, and design lab resources.
10+
11+
## Logo & assets
12+
13+
- **Logo (SVG):** [CodeFryDev logo](/images/IconCodefrydev.svg) — use for digital and print with appropriate clear space.
14+
- **Social share image:** [Default OG image](/images/og-default.png) (1200×630) — for link previews and social posts.
15+
16+
## Media contact
17+
18+
For press inquiries, interviews, or partnership requests, please use our main contact channel:
19+
20+
- [Contact & support](/tncprivacy) — terms, privacy, and contact information.

content/store/_index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
title: "Store"
33
date: 2025-07-07T00:00:00Z
44
---
5+
6+
Our mobile apps on the Google Play Store—free to try. Download for productivity, games, and utilities on the go.

data/faq.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ faqs:
2020
- question: "How can I contact CodeFryDev for support?"
2121
answer: "You can reach us through our about page or contact us via the information provided on our website. We're committed to providing excellent support for all our users."
2222

23+
- question: "Where can I read your terms and privacy policy and find contact details?"
24+
answer: "Our Terms of Use, Privacy Policy, and contact information are on our Terms, Privacy & Contact page—you can find the link in the site footer under Resources."
25+
2326
- question: "Is my data secure when using CodeFryDev tools?"
2427
answer: "Yes, we take data security seriously. Most of our tools process data locally in your browser, and we follow best practices for data protection. Please review our privacy policy for detailed information."
2528

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseURL = 'https://codefrydev.in/'
22
languageCode = 'en-US'
33
defaultContentLanguage = 'en'
4-
title = 'Code Fry Dev'
4+
title = 'CodeFryDev'
55

66
[outputs]
77
home = ["HTML", "RSS"]

layouts/partials/enhanced-jsonld.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"contactPoint": {
4040
"@type": "ContactPoint",
4141
"contactType": "customer service",
42-
"url": "{{ .Site.BaseURL }}about-us"
42+
"url": "{{ .Site.BaseURL }}tncprivacy"
4343
},
4444
"about": {
4545
"@type": "AboutPage",

layouts/partials/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ <h2 class="footer-brand-title">{{ .Site.Title }}</h2>
1717
<p class="footer-stats" aria-label="Platform stats">{{ $totalTools }}+ tools · {{ $gamesCount }} games · {{ $aiCount }} AI apps · {{ $designCount }} design tools</p>
1818
<div class="footer-lead">
1919
<p class="footer-lead-text">Get updates and support</p>
20+
<a href="/Updates/" class="footer-lead-cta">Get product updates</a>
2021
<a href="/tncprivacy" class="footer-lead-cta">Contact &amp; support</a>
2122
</div>
2223
</div>
@@ -39,6 +40,7 @@ <h3 class="footer-nav-title">Resources</h3>
3940
<nav aria-label="Resources navigation">
4041
<ul class="footer-nav-list">
4142
<li><a href="/about-us" class="footer-nav-link">About</a></li>
43+
<li><a href="/press" class="footer-nav-link">Press</a></li>
4244
<li><a href="/history" class="footer-nav-link">History</a></li>
4345
<li><a href="/search" class="footer-nav-link">Search</a></li>
4446
<li><a href="/tncprivacy" class="footer-nav-link">Terms, Privacy &amp; Contact</a></li>

layouts/partials/header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
{{- $pageTitle = "Search - CodeFryDev | Find Tools, Games & Apps" -}}
2222
{{- else if eq .Section "history" -}}
2323
{{- $pageTitle = "History - CodeFryDev | Timeline & Milestones" -}}
24+
{{- else if eq .Section "press" -}}
25+
{{- $pageTitle = "Press & Media - CodeFryDev | Press Kit & Contact" -}}
2426
{{- else if strings.HasSuffix .RelPermalink "/about/users/" -}}
2527
{{- $pageTitle = "Devs and Designers - CodeFryDev | Meet Our Team" -}}
2628
{{- else if ne .Title "" -}}

layouts/press/list.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
{{ partial "header.html" . }}
5+
<meta name="keywords" content="CodeFryDev press, media kit, press kit, boilerplate, logo, contact">
6+
{{ with resources.Get "css/home.css" }}
7+
{{ $minifiedCSS := . | resources.Minify }}
8+
<link rel="stylesheet" href="{{ $minifiedCSS.RelPermalink }}">
9+
{{ end }}
10+
<link rel="stylesheet" href="/css/internal.css">
11+
<style>
12+
.press-container { max-width: min(900px, 100%); margin: 0 auto; padding: clamp(1rem, 4vw, 2rem); box-sizing: border-box; }
13+
.press-header { text-align: center; margin-bottom: clamp(2rem, 5vw, 3rem); }
14+
.press-header h1 { font-size: clamp(1.75rem, 5vw, 3rem); font-weight: 700; color: var(--text-primary); margin: 1rem 0 0.75rem 0; letter-spacing: -0.5px; }
15+
.press-content { background: var(--bg-primary); padding: clamp(1.5rem, 4vw, 3rem); border-radius: 24px; margin-bottom: 2rem; box-shadow: inset 8px 8px 16px var(--shadow-dark), inset -8px -8px 16px var(--shadow-light); }
16+
.press-content h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: var(--text-primary); margin: 0 0 1rem 0; }
17+
.press-content p, .press-content ul { font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.9; color: var(--text-secondary); margin: 0 0 1.5rem 0; }
18+
.press-content a { color: var(--link-color, #0a7ea4); }
19+
.press-content ul { padding-left: 1.5rem; }
20+
</style>
21+
</head>
22+
<body>
23+
{{ partial "skip-link.html" . }}
24+
{{ partial "page-header.html" . }}
25+
<main id="main-content" role="main">
26+
<div class="press-container">
27+
<div class="press-header">
28+
<h1>Press &amp; Media</h1>
29+
</div>
30+
<div class="press-content">
31+
{{ .Content }}
32+
</div>
33+
</div>
34+
</main>
35+
{{ partial "footer.html" . }}
36+
<script src="/js/theme.js"></script>
37+
</body>
38+
</html>

0 commit comments

Comments
 (0)