Skip to content

Commit

Permalink
feat: add software things as partner (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemcode authored Nov 29, 2021
1 parent 7a1a5d1 commit 36f3469
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 1 deletion.
8 changes: 8 additions & 0 deletions components/atoms/icons/IconFacebook.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg">
<path
d="M24 12a12 12 0 10-13.876 11.852v-8.384H7.078V12h3.047V9.356c0-3.007 1.791-4.668 4.532-4.668a18.453 18.453 0 012.686.234v2.952h-1.514a1.734 1.734 0 00-1.955 1.874V12H17.2l-.532 3.469h-2.8v8.385A12 12 0 0024 12z"
fill="currentColor"
></path>
</svg>
</template>
9 changes: 8 additions & 1 deletion components/templates/Partner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="d-container-content">
<div class="relative flex gap-8 -mt-6 sm:-mt-8 pb-8 xl:pb-16">
<div class="w-24 h-24 sm:w-32 sm:h-32 p-4 bg-cloud-surface dark:bg-sky-darker rounded-md">
<div class="w-24 h-24 sm:w-32 sm:h-32 p-4 bg-cloud-surface dark:bg-sky-darker rounded-md flex">
<img :src="`/img/companies/square/light/${page.icon}`" :alt="page.title" class="light-img text-white" />
<img :src="`/img/companies/square/dark/${page.icon}`" :alt="page.title" class="dark-img text-white" />
</div>
Expand Down Expand Up @@ -82,6 +82,13 @@
>
<IconLinkedIn class="inline w-6 h-6" />
</AppLink>
<AppLink
v-if="page.facebook"
:href="`https://www.facebook.com/${page.facebook}`"
aria-label="facebook link"
>
<IconFacebook class="inline w-6 h-6" />
</AppLink>
</div>
</div>
</div>
Expand Down
39 changes: 39 additions & 0 deletions content/_collections/partners/agency/6.software-things.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "Software Things"
description: "At Software Things we focus on bringing a unique value with your digital product. Our tech-savvy team accompanies you through the entire lifecycle of creating a digital product. We help you to discover your audience's needs and address them through aesthetic design and well-working products."
logo:
light: "/img/companies/square/light/software-things.svg"
dark: "/img/companies/square/dark/software-things.svg"
logoFull: "/img/companies/full/light/software-things.svg"
link: https://softwarethings.pro/?ref=nuxt
icon: software-things.svg
fullDescription: "At Software Things we focus on bringing a unique value with your digital product. Our tech-savvy team accompanies you through the entire lifecycle of creating a digital product. We help you to discover your audience's needs and address them through aesthetic design and well-working products.
Our team of talents brings business value with the variety of products we develop: web apps, mobile apps and websites.
We believe that working on a successful product is not just about turning a vision into something real, it’s also about business strategy and a long-lasting relationship with your audience – so that they are not just statistics but part of your engaged and lasting community."
services:
- Product Development
- Web Applications
- JAMStack Websites
- Mobile Applications
- Development & Integration
resources:
-
name: 'Find out what we can do for your business'
url: 'https://softwarethings.pro/services/?ref=nuxt'
-
name: 'See our accomplishments'
url: 'https://clutch.co/profile/software-things#summary'
emailAddress: [email protected]
phoneNumber:
github: 'software-things'
facebook: 'sftwrthings'
linkedin: 'software-things'
color:
- '#1b1b1b'
- '#55bd90'
location: Katowice, PL
---
18 changes: 18 additions & 0 deletions static/img/companies/full/light/software-things.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions static/img/companies/square/dark/software-things.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/companies/square/light/software-things.svg
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 36f3469

Please sign in to comment.