Skip to content

Commit

Permalink
Slide adjustments (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
immqu authored Nov 6, 2023
1 parent e89f85d commit a8ddedf
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/routes/(marketing)/about/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: 'Future proof.',
path: '/about/page1',
description:
"Today's security landscape is changing. The EU Cyber Security/Resilience Act will change how european companies will do business in the cloud. Clouditor is already equipped with rules for the latest EU certifications.",
"Today's security landscape is changing. The EU Cyber Security/Resilience Act will change how European companies will do business in the cloud. Clouditor is already equipped with rules for the latest EU certifications.",
icon: CloudArrowUp
},
{
Expand All @@ -18,10 +18,10 @@
icon: LockOpen
},
{
name: 'Hollistic.',
name: 'Holistic.',
path: '/about/page3',
description:
'Using integrations with other tools, such as Codyze, we can provide a hollistic view of the cloud service, from infrastructure to code.',
'Using integrations with other tools, such as Codyze, we can provide a holistic view of the cloud service, from infrastructure to code.',
icon: PuzzlePiece
}
];
Expand All @@ -34,7 +34,7 @@
>
<div class="lg:pr-8 lg:pt-4">
<div class="lg:max-w-lg">
<h2 class="text-base font-semibold leading-7 text-clouditor">Be audit ready, any time</h2>
<h2 class="text-base font-semibold leading-7 text-clouditor">Be audit-ready, any time</h2>
<p class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
<a href="/about/start">Clouditor</a>
</p>
Expand Down
6 changes: 5 additions & 1 deletion src/routes/(marketing)/about/page1/+page.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Page 1
<img
src="/img/futureproofslide.drawio.png"
alt="Product screenshot"
style="margin-top: 50px;"
/>
6 changes: 5 additions & 1 deletion src/routes/(marketing)/about/page2/+page.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Page 2
<img
src="/img/ontologyslide.drawio.png"
alt="Product screenshot"
style="margin-top: 110px;"
/>
6 changes: 5 additions & 1 deletion src/routes/(marketing)/about/page3/+page.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Page 3
<img
src="/img/holisticslide.drawio.png"
alt="Product screenshot"
style="margin-top: 70px;"
/>
Binary file added static/img/futureproofslide.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/holisticslide.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/ontologyslide.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a8ddedf

Please sign in to comment.