Compare commits
8 Commits
3ae6d2b319
...
main
Author | SHA1 | Date | |
---|---|---|---|
ffd829bdb0 | |||
4b3ccb6bcd
|
|||
b0f52e1dd6
|
|||
615fa42ab4
|
|||
e3e41eaf8a
|
|||
dfcf835dce
|
|||
55f2e7175f
|
|||
c658cf9f1a
|
@@ -28,3 +28,6 @@ jobs:
|
|||||||
|
|
||||||
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/bijlobke:latest --load --platform=linux/amd64 .
|
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/bijlobke:latest --load --platform=linux/amd64 .
|
||||||
- run: docker push gitea.xeovalyte.dev/xeovalyte/bijlobke:latest
|
- run: docker push gitea.xeovalyte.dev/xeovalyte/bijlobke:latest
|
||||||
|
|
||||||
|
- run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/bijlobke:latest-arm --load --platform=linux/arm64 .
|
||||||
|
- run: docker push gitea.xeovalyte.dev/xeovalyte/bijlobke:latest-arm
|
||||||
|
@@ -74,7 +74,7 @@ const {
|
|||||||
<div
|
<div
|
||||||
class="intersect-once intercept-no-queue intersect-quarter motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade flex justify-center"
|
class="intersect-once intercept-no-queue intersect-quarter motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade flex justify-center"
|
||||||
>
|
>
|
||||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d613.1422525811341!2d4.675828277548104!3d52.06147025524555!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c5d0e3f7fe9653%3A0x96c053935b9909a3!2sElzenbroek%204%2C%202811%20NX%20Reeuwijk!5e0!3m2!1sen!2snl!4v1729865646290!5m2!1sen!2snl" width="1000" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
<iframe src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=52.06117424045515,%204.675962695335814+(Bij%20Lobke)&t=&z=17&ie=UTF8&iwloc=B&output=embed" width="1000" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
site:
|
site:
|
||||||
name: Bij Lobke!
|
name: Bij Lobke!
|
||||||
site: 'https://astrowind.vercel.app'
|
site: 'https://bijlobke.eu'
|
||||||
base: '/'
|
base: '/'
|
||||||
trailingSlash: false
|
trailingSlash: false
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@ const metadata: MetaData = {
|
|||||||
|
|
||||||
<Layout metadata={metadata}>
|
<Layout metadata={metadata}>
|
||||||
<section class="px-4 py-16 sm:px-6 mx-auto lg:px-8 lg:py-20 max-w-4xl">
|
<section class="px-4 py-16 sm:px-6 mx-auto lg:px-8 lg:py-20 max-w-4xl">
|
||||||
<h1 class="font-bold font-heading text-4xl md:text-5xl leading-tighter tracking-tighter">{frontmatter.title}</h1>
|
<h1 class="font-bold font-heading text-3xl md:text-5xl leading-tighter tracking-tighter">{frontmatter.title}</h1>
|
||||||
<div
|
<div
|
||||||
class="mx-auto prose prose-lg max-w-4xl dark:prose-invert dark:prose-headings:text-slate-300 prose-md prose-headings:font-heading prose-headings:leading-tighter prose-headings:tracking-tighter prose-headings:font-bold prose-a:text-blue-600 dark:prose-a:text-blue-400 prose-img:rounded-md prose-img:shadow-lg mt-8"
|
class="mx-auto prose prose-lg max-w-4xl dark:prose-invert dark:prose-headings:text-slate-300 prose-md prose-headings:font-heading prose-headings:leading-tighter prose-headings:tracking-tighter prose-headings:font-bold prose-a:text-blue-600 dark:prose-a:text-blue-400 prose-img:rounded-md prose-img:shadow-lg mt-8"
|
||||||
>
|
>
|
||||||
|
@@ -48,12 +48,12 @@ const metadata = {
|
|||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
title: 'Phone',
|
title: 'Phone',
|
||||||
description: '+1 (234) 567-890',
|
description: '+31 6 19338199',
|
||||||
icon: 'tabler:headset',
|
icon: 'tabler:headset',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Email',
|
title: 'Email',
|
||||||
description: 'contact@support.com',
|
description: '<a href="mailto:annelies.harkes@gmail.com">annelies.harkes@gmail.com<a>',
|
||||||
icon: 'tabler:mail',
|
icon: 'tabler:mail',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user