polarpress-pagebuilder/resources/js/components/FrontPage/ArcticSoftwareFrontpageLogo.vue
Helge-Mikael Nordgård e15d3ae146
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Transferred and translated the frontend code from L10 to L12
2025-05-05 19:01:27 +02:00

17 lines
710 B
Vue

<script>
</script>
<template>
<div class="flex items-center justify-center">
<div class="w-24">
<img src="/img/as-logo-us.png" alt="Arctic Software logo">
</div>
<div>
<div class="ml-2">
<h2 class="text-2xl text-sky-400 font-arctic">Polar<span class="text-sky-700">Press</span></h2>
<h4 class="text-sm">Design & Produksjon</h4>
<span class="text-xs text-right">av <a target="_new" href="https://arcticsoftware.no" class="text-primary-800 underline font-semibold hover:text-primary-500 hover:no-underline hover:font-normal">Arctic Software AS</a></span>
</div>
</div>
</div>
</template>