Skip to content

Commit

Permalink
Rename profila pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Sep 14, 2023
1 parent b574c66 commit 2ff9e9b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions aiur.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = {
children: {
about_us: "./lib/views/about/about.md",
contact: "./lib/views/contact/contact.md",
customer_trainings_page: "./lib/views/customer-pages/customer-trainings-page/customer-trainings-page.md",
customer_setting_page: "./lib/views/customer-pages/customer-settings-page/customer-settings-page.md",
home: "./lib/views/home/home.md",
home_test: "./lib/views/home/home_test.md",
isaqb: "./lib/views/isaqb/isaqb.md",
Expand All @@ -30,8 +32,6 @@ module.exports = {
news_detail: "./lib/views/news/news_detail.md",
prices: "./lib/views/prices/prices.md",
privacy: "./lib/views/privacy/privacy.md",
profile_index_page: "./lib/views/profile-pages/profile-index-page/profile-index-page.md",
profile_setting_page: "./lib/views/profile-pages/profile-settings-page/profile-settings-page.md",
site_notice: "./lib/views/site_notice/site_notice.md",
trainings_overview: "./lib/views/trainings_overview/trainings_overview.md",
trainings_detail: "./lib/views/trainings_detail/trainings_detail.md",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
title: Profile Setting Page
description: Profile Setting Page
title: Customer Setting Page
description: Customer Setting Page

# Achtung! Ist noch WIP!!!

```html
<scroll-nav>
Expand Down Expand Up @@ -31,7 +33,7 @@ description: Profile Setting Page
<p class="announcement__text">🔥 It‘s H.O.T. <a class="announcement__link" href="/de/topics/data-mesh-workshop/">Get ice cream for free</a></p>
</div>

<main class="profile-setting-page">
<main class="customer-setting-page">
<header class="header header-color--normal">
<div class="container__fullwidth">
<div class="breadcrumb">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Profile Index Page
description: Profile Index Page
title: Customer Trainings Page
description: Customer Trainings Page

```html
<scroll-nav>
Expand Down Expand Up @@ -34,7 +34,7 @@ description: Profile Index Page
</nav>
</scroll-nav>

<main class="profile-index-page">
<main>
<header class="header header-color--normal">
<div class="container__fullwidth">
<div class="breadcrumb">
Expand Down

0 comments on commit 2ff9e9b

Please sign in to comment.