diff --git a/index.html b/index.html index 7083135..a820e3c 100644 --- a/index.html +++ b/index.html @@ -85,7 +85,7 @@

Software. Infrastructure. - Digital solutions. + Digital tools.

Cedarline Digital develops practical software products, web applications, and digital tools. @@ -105,33 +105,33 @@

- Cedarline Digital is an independent software business focused on building practical digital products, web tools, mobile apps, and backend systems. + Cedarline Digital is an independent software business focused on building practical software, web applications, and digital systems.

- The focus is simple: reliable foundations, clean interfaces, and software that can be maintained over time. + The emphasis is on maintainable architecture, dependable operation, and software that remains useful over time.

@@ -141,28 +141,28 @@

Work

-

What Cedarline Digital is for.

+

What Cedarline Digital stands for.

-

Software products

-

Independent apps, web tools, and SaaS projects developed under the Cedarline Digital name.

+

Reliable Software

+

Systems should be dependable, understandable, and built to last.

-

Support and policies

-

A central home for product support, privacy policies, terms, and related resources.

+

Practical Engineering

+

Technology choices should serve the project, not the other way around.

-

Selected client work

-

Freelance development may be offered for practical software projects where the technical fit is clear.

+

Clear Interfaces

+

Software should feel straightforward and easy to use.

-

Web systems

-

Practical frontend, backend, API, dashboard, and infrastructure work.

+

Long-Term Maintenance

+

Projects should be designed with future updates and support in mind.

@@ -202,7 +202,7 @@

Contact

Contact Cedarline Digital

- For general contact, support, business inquiries, or future product questions, use the following email. + For general contact, support, or business inquiries, use the following email.

@@ -212,7 +212,7 @@

- Product pages, policies, and support resources will be added as they become available. + Messages are reviewed directly and independently.

diff --git a/styles.css b/styles.css index 61a69ed..02209f4 100644 --- a/styles.css +++ b/styles.css @@ -2073,6 +2073,18 @@ main::before { display: none; } +#work .card-icon { + width: 10px; + height: 10px; + margin: 12px 0 0 14px; + border-color: rgba(134, 179, 143, 0.42); + border-radius: 50%; + background-color: var(--soft); + background-image: none; + box-shadow: 0 0 0 6px rgba(42, 94, 62, 0.18); + opacity: 0.82; +} + #work .service-card h3 { margin: 5px 0 0; font-size: 1.15rem;