Skip to content

Commit 6178f44

Browse files
dvXcodeclaude
andcommitted
Optimize website for Apple Developer Program migration
Apple Migration Requirements: - Fix address format to match D-U-N-S application exactly: "Ytrebygdsvegen 11, SØREIDGREND, NO 5251" - Ensure consistent company name "Volovyk ENK" throughout - Create single professional Company page for verification Changes: - Merge About and Contact into single Company page - Update navigation to show only Home → Company - Fix address format consistency with D-U-N-S application - Remove placeholder phone number - Update contact button to point to Company page - Consolidate all business registration and contact info Result: Clean, professional website showing legitimate Norwegian software consulting company for Apple verification process. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d4889e0 commit 6178f44

6 files changed

Lines changed: 42 additions & 51 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseurl: ''
22
permalink: pretty
33
title: 'Volovyk ENK'
4-
description: 'Volovyk ENK provides consulting in Azure, .NET Core, Delphi, Dart & Flutter, plus startup and mobile app development from Bergen, Norway.'
4+
description: 'Volovyk ENK provides consulting in Azure, .NET Core, Delphi, Dart & Flutter, plus startup and mobile app development from Norway.'
55

66

77
home:

_data/contact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
email: 'volovikdanil@gmail.com'
2-
phone: '+47 123 456 789'
3-
contact_button_link: 'contact'
2+
phone: ''
3+
contact_button_link: 'company'

_data/menus.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
main:
2-
- name: "About"
3-
url: "/about/"
2+
- name: "Company"
3+
url: "/company/"
44
weight: 2
5-
- name: "Contact"
6-
url: "/contact/"
7-
weight: 3
85

96
footer: []

about.md renamed to company.md

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
---
2-
title: About Volovyk ENK
2+
title: Volovyk ENK
33
layout: page
4-
description: About Volovyk ENK - Professional Software Consulting from Bergen, Norway
5-
bodyClass: page-about
4+
description: Volovyk ENK - Norwegian Software Consulting Company
5+
bodyClass: page-company
66
---
77

8+
# Volovyk ENK
9+
810
**Volovyk ENK** is a Norwegian software consulting company specializing in modern cloud and cross-platform development.
911

10-
# Company Information
12+
## Company Registration
13+
14+
**Legal Entity Name:** Volovyk ENK
15+
**Organisasjonsnummer:** 929 516 400
16+
**Adresse:** Ytrebygdsvegen 11, SØREIDGREND, NO 5251
17+
**Organisasjonsform:** Enkeltpersonforetak (ENK)
18+
**Næringskode:** 62.020 Konsulentvirksomhet tilknyttet informasjonsteknologi
1119

12-
**Volovyk ENK**
13-
*Organisasjonsnummer:* `929 516 400`
14-
*Adresse:* Ytrebygdsvegen 11, 5251 Søreidgrend, 4601 Bergen, Norway
15-
*Organisasjonsform:* Enkeltpersonforetak (ENK)
16-
*Næringskode:* 62.020 Konsulentvirksomhet tilknyttet informasjonsteknologi
20+
**Official Registration:** [Brønnøysundregistrene](https://w2.brreg.no/enhet/sok/detalj.jsp?orgnr=929516400)
1721

1822
## Our Expertise
1923

@@ -39,10 +43,29 @@ We stay current with the latest technologies and best practices, ensuring your s
3943
We don't just write code - we understand your business needs and translate them into effective technical solutions.
4044

4145
### Norwegian Quality
42-
Based in Bergen, Norway, we bring Scandinavian quality and reliability to every project.
46+
Based in Norway, we bring Scandinavian quality and reliability to every project.
4347

4448
---
4549

46-
## Official Registration
50+
## Contact Information
51+
52+
**Business Address:**
53+
Ytrebygdsvegen 11
54+
SØREIDGREND, NO 5251
55+
56+
**Email:** volovikdanil@gmail.com
57+
58+
## Availability
59+
60+
| Day | Availability |
61+
| --------- | --------------- |
62+
| Monday | 9:00am - 5:00pm |
63+
| Tuesday | 9:00am - 5:00pm |
64+
| Wednesday | 9:00am - 5:00pm |
65+
| Thursday | 9:00am - 5:00pm |
66+
| Friday | 9:00am - 3:00pm |
67+
| Weekend | By appointment |
68+
69+
*All times are Central European Time (CET/CEST)*
4770

48-
Find our official registration details at [Brønnøysundregistrene](https://w2.brreg.no/enhet/sok/detalj.jsp?orgnr=929516400).
71+
Ready to discuss your project? Get in touch to explore how we can help transform your software challenges into opportunities.

contact.md

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

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Volovyk ENK
33
layout: home
4-
description: Azure, .NET Core, Delphi, Dart & Flutter consulting services from Bergen, Norway.
4+
description: Norwegian software consulting company - Azure, .NET Core, Delphi, Dart & Flutter development services.
55
intro_image: "images/illustrations/pointing.svg"
66
intro_image_absolute: true
77
intro_image_hide_on_mobile: true
@@ -10,4 +10,4 @@ show_call_box: true
1010

1111
# Professional Software Consulting
1212

13-
Volovyk ENK delivers scalable, maintainable solutions for modern software challenges. Based in Bergen, Norway, we specialize in cloud-native development and cross-platform solutions.
13+
Volovyk ENK delivers scalable, maintainable solutions for modern software challenges. Based in Norway, we specialize in cloud-native development and cross-platform solutions.

0 commit comments

Comments
 (0)