-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
908ba34
commit f20539c
Showing
5 changed files
with
131 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<template lang=""> | ||
<div class="grid grid-cols-7 gap-x-12 gap-y-20"> | ||
<div v-for="company in companys" :key="company.id"> | ||
<img :src="company.logo" :alt="company.name" class="h-24 w-auto" /> | ||
</div> | ||
</div> | ||
</template> | ||
<script> | ||
export default { | ||
data() { | ||
return { | ||
companys: [ | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
{ | ||
name: 'company-name', | ||
logo: 'https://www.datalogics.com/wp-content/uploads/2022/12/callas_b.png', | ||
}, | ||
], | ||
} | ||
}, | ||
} | ||
</script> | ||
<style lang=""></style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<template> | ||
<!-- Content Box --> | ||
<div class="space-y-10"> | ||
<div class="flex flex-col space-y-24"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css"></link> | ||
|
||
<div class="hero min-h-screen bg-base-200 mb-12"> | ||
<div class="hero min-h-screen bg-base-200 mb-20"> | ||
<div class="hero-content text-center min-w-full"> | ||
<div class="flex lg:flex-row w-full justify-center"> | ||
<div> | ||
|
@@ -14,7 +14,7 @@ | |
Take Control of <span class="text-accent">PDF</span> Workflows | ||
</h1> | ||
</div> | ||
<TitleBody :tag="'hash-homeherotext'" class="prose" /> | ||
<TitleBody :tag="'hash-homeherotext'" class="prose text-white" /> | ||
<SupportedPlatforms /> | ||
</div> | ||
<CircleNav class="w-1/4" /> | ||
|
@@ -25,22 +25,40 @@ | |
|
||
|
||
<div class="hero h-20"> | ||
<APDFLLinks class="hero-content"/> | ||
<APDFLLinks class="hero-content place-content-center"/> | ||
</div> | ||
<div class="flex lg:flex-row w-fit mx-auto space-x-6 mb-12"> | ||
<div class="flex flex-col lg:flex-row w-fit mx-auto space-x-6 mb-12"> | ||
<FeaturesBox :featuresContentTagList="firstFeatureBoxTags" /> | ||
<FeaturesBox :featuresContentTagList="secondFeatureBoxTags" /> | ||
<FeaturesBox :featuresContentTagList="thirdFeatureBoxTags" /> | ||
</div> | ||
|
||
<div class="hero min-h-80 bg-base-content py-10"> | ||
<div class=" hero-content min-w-full"> | ||
<Endorsements class=""/> | ||
</div> | ||
</div> | ||
|
||
<div class="min-h-screen w-1/2 mx-auto"> | ||
<LowCodeTools /> | ||
</div> | ||
|
||
<div class="text-center bg-primary font-bold py-2"> | ||
<TitleBody :title="'Companion SDKs & Publishing Tools'"/> | ||
</div> | ||
|
||
<div class="hero"> | ||
<div class="hero-content min-w-full"> | ||
<TitleBody :tag="'hash-hp-sdk-pub'" class="prose text-primary-content w-3/4" :img_css="'max-h-44 max-w-sm'" /> | ||
</div> | ||
</div> | ||
</div> | ||
</template> | ||
<script> | ||
import Vue from 'vue' | ||
import CircleNav from '~/components/CircleNav.vue' | ||
import APDFLLinks from '~/components/homepage/APDFLLinks.vue' | ||
import Endorsements from '~/components/homepage/Endorsements.vue' | ||
import LowCodeTools from '~/components/homepage/LowCodeTools.vue' | ||
export default Vue.extend({ | ||
name: 'homepage', | ||
|
@@ -59,6 +77,6 @@ export default Vue.extend({ | |
], | ||
} | ||
}, | ||
components: { CircleNav, LowCodeTools, APDFLLinks }, | ||
components: { CircleNav, LowCodeTools, APDFLLinks, Endorsements }, | ||
}) | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters