update logo + clean content

This commit is contained in:
SowinskiBraeden committed 2026-06-09 00:55:11 -07:00
1 parent 52aefcd172
commit 35e166439d
6 files changed
+1685 -1345

No files matched your search

Binary file not shown.

Before

Width:  |  Height:  |  Size: 527 KiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 KiB

After

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 961 KiB

+58 -12
View File
@@ -5,19 +5,60 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
name="description"
content="Cedarline Digital is an independent software business in British Columbia, Canada, serving as a home for software projects, support resources, and policies."
content="Cedarline Digital is an independent software business based in British Columbia, Canada, building software products, web tools, mobile apps, and infrastructure-backed systems."
>
<title>Cedarline Digital | Software Built From Strong Foundations</title>
<title>Cedarline Digital | Independent Software Business in British Columbia</title>
<link rel="canonical" href="https://cedarline.digital/">
<meta property="og:title" content="Cedarline Digital | Independent Software Business in British Columbia">
<meta
property="og:description"
content="Cedarline Digital is an independent software business based in British Columbia, Canada, building software products, web tools, mobile apps, and infrastructure-backed systems."
>
<meta property="og:type" content="website">
<meta property="og:url" content="https://cedarline.digital/">
<meta property="og:site_name" content="Cedarline Digital">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Cedarline Digital | Independent Software Business in British Columbia">
<meta
name="twitter:description"
content="Cedarline Digital is an independent software business based in British Columbia, Canada, building software products, web tools, mobile apps, and infrastructure-backed systems."
>
<link rel="icon" type="image/png" href="assets/images/logo-transparent-a.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Cedarline Digital",
"url": "https://cedarline.digital/",
"founder": {
"@type": "Person",
"name": "Braeden Sowinski"
},
"areaServed": {
"@type": "Country",
"name": "Canada"
},
"location": {
"@type": "Place",
"name": "British Columbia, Canada",
"address": {
"@type": "PostalAddress",
"addressRegion": "British Columbia",
"addressCountry": "CA"
}
}
}
</script>
</head>
<body>
<header class="site-header" data-header>
<a class="brand" href="#top" aria-label="Cedarline Digital home">
<span class="brand-mark" aria-hidden="true">
<img src="assets/images/logo-transparent.png" alt="">
<span class="brand-mark">
<img src="assets/images/logo-transparent.png" alt="Cedarline Digital tree and circuit logo">
</span>
<span class="brand-text">
<strong>Cedarline</strong>
@@ -35,7 +76,7 @@
<a href="#about">About</a>
<a href="#work">Work</a>
<a href="#contact">Contact</a>
<a class="nav-cta" href="mailto:hello@cedarline.digital">Email</a>
<a class="nav-cta" href="mailto:hello@cedarline.digital" aria-label="Email Cedarline Digital">Email</a>
</nav>
</header>
@@ -47,7 +88,7 @@
<em>Digital solutions.</em>
</h1>
<p class="hero-copy">
Cedarline Digital is an independent software business based in Beautiful British Columbia, Canada.
Cedarline Digital is an independent software business based in Beautiful British Columbia.
</p>
<div class="hero-actions" aria-label="Hero actions">
<a class="button button-primary" href="#about">Learn more <span aria-hidden="true"></span></a>
@@ -59,7 +100,7 @@
<section class="section about-section" id="about" aria-labelledby="about-title">
<div class="section-heading">
<p class="eyebrow">About</p>
<h2 id="about-title">Independent software, built with care.</h2>
<h2 id="about-title">Independent software, rooted in reliability.</h2>
</div>
<div class="about-grid">
<div class="section-copy">
@@ -84,6 +125,10 @@
<dt>Structure</dt>
<dd>Independent / founder-led</dd>
</div>
<div>
<dt>Operator</dt>
<dd>Founder / operator: Braeden Sowinski</dd>
</div>
<div>
<dt>Status</dt>
<dd>Preparing public products and resources</dd>
@@ -155,8 +200,9 @@
<div class="contact-panel">
<div class="contact-copy">
<p class="eyebrow">Contact</p>
<h2 id="contact-title" class="sr-only">Contact Cedarline Digital</h2>
<p>
For general contact, support, business inquiries, or future product questions, use the email below.
Cedarline Digital is operated independently from British Columbia. For general contact, support, business inquiries, or future product questions, use the following email.
</p>
</div>
<div class="contact-action">
@@ -176,15 +222,15 @@
<div class="footer-inner">
<div class="footer-brand">
<a class="footer-logo" href="#top" aria-label="Cedarline Digital home">
<span class="footer-mark" aria-hidden="true">
<img src="assets/images/logo-transparent.png" alt="">
<span class="footer-mark">
<img src="assets/images/logo-transparent.png" alt="Cedarline Digital tree and circuit logo">
</span>
<span class="footer-wordmark">
<strong>Cedarline</strong>
<span>Digital</span>
</span>
</a>
<p>An independent software business based in British Columbia.</p>
<p>An independent software business. Operated by Braeden Sowinski.</p>
<span class="footer-location">British Columbia, Canada</span>
</div>
@@ -199,7 +245,7 @@
<h2>Legal</h2>
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="mailto:hello@cedarline.digital">Email</a>
<a href="mailto:hello@cedarline.digital" aria-label="Email Cedarline Digital">Email</a>
</div>
</nav>
</div>
+1627 -1333
View File
File diff suppressed because it is too large. Load diff