Skip to content

Commit

Permalink
feat: add Jobs section
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 17, 2023
1 parent 239ab30 commit 9cc5efc
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ const navigation = {
],
company: [
// { name: 'About', href: '#' },
// { name: 'Blog', href: '#' },
// { name: 'Jobs', href: '#' },
{ name: 'Imprint', href: '/imprint/' },
{ name: 'Jobs', href: 'https://console.algora.io/org/capgo/bounties?status=open' },
{ name: 'Contributing', href: '/contributing/' },
{ name: 'Security', href: '/trust/' },
{ name: 'Consulting', href: '/consulting/' },
Expand Down Expand Up @@ -86,7 +85,7 @@ const navigation = {
'stroke-linecap': 'round',
'stroke-linejoin': 'round',
'stroke-width': 2,
d: 'M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z',
'd': 'M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z',
}),
],
),
Expand All @@ -109,7 +108,7 @@ const navigation = {
'stroke-linecap': 'round',
'stroke-linejoin': 'round',
'stroke-width': 2,
d: 'M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4',
'd': 'M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4',
}),
],
),
Expand All @@ -132,7 +131,7 @@ const navigation = {
'stroke-linecap': 'round',
'stroke-linejoin': 'round',
'stroke-width': 2,
d: 'M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z',
'd': 'M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z',
}),
],
),
Expand All @@ -155,7 +154,7 @@ const navigation = {
'stroke-linecap': 'round',
'stroke-linejoin': 'round',
'stroke-width': 2,
d: 'M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84',
'd': 'M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84',
}),
],
),
Expand All @@ -167,12 +166,16 @@ const navigation = {

<template>
<footer class="bg-white" aria-labelledby="footer-heading">
<h2 id="footer-heading" class="sr-only">Footer</h2>
<h2 id="footer-heading" class="sr-only">
Footer
</h2>
<div class="mx-auto max-w-7xl py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
<div class="space-y-8 xl:col-span-1">
<!-- <img class="h-10" src="https://tailwindui.com/img/logos/mark.svg?color=gray&shade=300" alt="Company name"> -->
<p class="text-base text-gray-500">Making the world a better place through constructing elegant apps.</p>
<p class="text-base text-gray-500">
Making the world a better place through constructing elegant apps.
</p>
<ul role="list" class="mt-4 space-y-4">
<li v-for="item in navigation.hero" :key="item.name">
<a :href="item.href" target="_blank" rel="noreferrer">
Expand All @@ -189,7 +192,9 @@ const navigation = {
<div class="mt-12 grid grid-cols-2 gap-8 xl:col-span-2 xl:mt-0">
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-base font-medium text-gray-900">Solutions</h3>
<h3 class="text-base font-medium text-gray-900">
Solutions
</h3>
<ul role="list" class="mt-4 space-y-4">
<li v-for="item in navigation.solutions" :key="item.name">
<a
Expand All @@ -204,15 +209,17 @@ const navigation = {
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-base font-medium text-gray-900">Support</h3>
<h3 class="text-base font-medium text-gray-900">
Support
</h3>
<ul role="list" class="mt-4 space-y-4">
<li v-for="item in navigation.support" :key="item.name">
<a
:rel="item.rel"
:href="item.href"
:target="item.target"
@click="item.execute && item.execute()"
class="text-base text-gray-500 hover:text-gray-900 duration-200 transition-all duration-200 border-b-2 border-transparent hover:border-blue-600 focus:border-blue-600"
@click="item.execute && item.execute()"
>
{{ item.name }}
</a>
Expand All @@ -222,7 +229,9 @@ const navigation = {
</div>
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-base font-medium text-gray-900">Company</h3>
<h3 class="text-base font-medium text-gray-900">
Company
</h3>
<ul role="list" class="mt-4 space-y-4">
<li v-for="item in navigation.company" :key="item.name">
<a
Expand All @@ -235,7 +244,9 @@ const navigation = {
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-base font-medium text-gray-900">Legal</h3>
<h3 class="text-base font-medium text-gray-900">
Legal
</h3>
<ul role="list" class="mt-4 space-y-4">
<li v-for="item in navigation.legal" :key="item.name">
<a
Expand All @@ -252,7 +263,9 @@ const navigation = {
</div>
</div>
<div class="mt-12 border-t border-gray-200 pt-8">
<p class="text-base text-gray-400 xl:text-center">&copy; {{ year }} {{ brand }}, Inc. All rights reserved.</p>
<p class="text-base text-gray-400 xl:text-center">
&copy; {{ year }} {{ brand }}, Inc. All rights reserved.
</p>
</div>
</div>
</footer>
Expand Down

0 comments on commit 9cc5efc

Please sign in to comment.