Skip to content

Commit

Permalink
Merge pull request #121 from noi-techpark/main
Browse files Browse the repository at this point in the history
Small text and graphics changes
  • Loading branch information
LucaMiotto authored Oct 9, 2023
2 parents fd734d9 + 81fa1e2 commit 999f5f8
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: CC0-1.0

Repository for the [Free Software Lab](https://software.bz.it) website created with [Hugo](https://gohugo.io/).

![REUSE Compliance](https://github.com/noi-techpark/software-website/actions/workflows/reuse.yml/badge.svg)
[![REUSE Compliance](https://github.com/noi-techpark/software-website/actions/workflows/reuse.yml/badge.svg)](https://github.com/noi-techpark/odh-docs/wiki/REUSE#badges)
[![CI/CD](https://github.com/noi-techpark/software-website/actions/workflows/main.yml/badge.svg)](https://github.com/noi-techpark/software-website/actions/workflows/main.yml)

## Table of contents
Expand Down
2 changes: 1 addition & 1 deletion src/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
---
title: Free Software Lab
---
The Free Software Lab in NOI Techpark is the right place for Software Developers, Software Architects, CIOs, CTOs and R&D managers to experiment, test and get inspired.
Our Free Software Lab in NOI Techpark is the right place for Software Developers, Software Architects, CIOs, CTOs and R&D managers to experiment, test and get inspired.
7 changes: 4 additions & 3 deletions src/content/en/services/customer_needs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

---
image: needs.jpeg
title: Customer Needs Exploration
price: € 2'000.00 + VAT
title: Use cases definition
price: € 3'500.00 + VAT
labbonus: true
---

This 2-day workshop will lay the foundation for your customer-centric product or service development. On day one we will interview customers to get insights into their needs and motivations when using your product or service. Day two serves to synthesize all the insights you have gotten from potential users in order to identify what features customers really need, value and pay for. All insights are synthesized in a customer needs canvas, which is your perfect starting kit into a customer-centric, and thus sustainable, innovation process.
This service is the foundation for your customer-centric product or service development, thanks to customer needs and potential use cases discovery.
Furthermore, project essentials and experts profile are defined. All insights are synthesized in a detailed document, which is your perfect starting kit for the development phase.

<!--more-->
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@import url("https://fonts.testingmachine.eu/source-sans-pro/style.css");
html,
body {
Expand Down Expand Up @@ -873,6 +883,11 @@ input {
bottom: 0;
transform: rotate(-90deg); }

/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
header {
z-index: 100;
padding-top: 90px; }
Expand All @@ -899,15 +914,20 @@ header {
right: 0; }
header #header-top.is-active {
border-bottom: 1px solid rgba(0, 0, 0, 0.16); }
header #header-top.is-active .container .header-wrap #logo-description {
display: none; }
header #header-top.is-active .container .header-wrap .title {
display: block;
font-weight: 300;
line-height: 1.2;
font-size: 1.2rem; }
header #header-top.is-active .container .header-wrap .sponsor {
display: none; }
header #header-top.is-active .container .header-wrap {
/*#logo {
padding-right: 50px;
border-right: 1px solid rgba(0, 0, 0, 0.16);
}*/ }
header #header-top.is-active .container .header-wrap #logo-description {
display: none; }
header #header-top.is-active .container .header-wrap .title {
display: block;
font-weight: 300;
line-height: 1.2;
font-size: 1.2rem; }
header #header-top.is-active .container .header-wrap .sponsor {
display: none; }
header #header-top .container .header-wrap {
width: auto;
display: flex;
Expand Down Expand Up @@ -1040,6 +1060,11 @@ header {
border: none !important; }
header #header-top .title {
display: none !important; } }
/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
footer {
height: 60vh;
margin: 0;
Expand Down Expand Up @@ -1149,6 +1174,11 @@ footer {
background: var(--color-background);
color: var(--color-primary); }

/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#home .banner {
width: 100%;
height: 60vh;
Expand Down Expand Up @@ -1205,6 +1235,11 @@ footer {
#home .container .card.odd .images {
margin-bottom: 0; } }

/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#services h2 {
margin-top: 25px; }

Expand Down Expand Up @@ -1323,6 +1358,11 @@ footer {
padding-left: 50px !important;
padding-right: 75px !important; } }

/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#observatory {
margin-bottom: 30px; }
#observatory .container {
Expand Down Expand Up @@ -1372,6 +1412,11 @@ footer {
margin-bottom: 75px; }
#observatory .container .card.odd .images {
margin-bottom: 0; } }
/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#trends {
margin-bottom: 12vh;
width: 100%; }
Expand Down Expand Up @@ -1465,6 +1510,11 @@ button[disabled] {
padding-left: 4vw;
padding-top: 2vw; } }

/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#services-single h2 {
margin: 50px 0;
text-transform: uppercase; }
Expand Down Expand Up @@ -1498,6 +1548,11 @@ button[disabled] {
max-width: 100%;
margin: 50px 0 0 0; } }

/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#experts .cards {
border-bottom: 1px solid #cccccc; }
#experts .cards .card {
Expand Down Expand Up @@ -1535,6 +1590,11 @@ button[disabled] {
#experts .cards .card .content .description {
width: 100%; } }

/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
.contact {
width: 800px;
margin-bottom: 75px; }
Expand Down Expand Up @@ -1565,6 +1625,11 @@ button[disabled] {
margin-top: 25px; }
.contact form #agreement {
margin-top: 75px; } }
/*
* SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#testenv h2 {
margin-top: 25px; }

Expand Down
10 changes: 5 additions & 5 deletions src/themes/free-software-lab/assets/scss/partials/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ header {
.title {
text-transform: uppercase;
}
#logo {}
//#logo {}
#logo-description {
height: 41px;
width: 125px;
Expand All @@ -38,10 +38,10 @@ header {
&.is-active {
border-bottom: 1px solid rgba(0, 0, 0, 0.16);
.container .header-wrap {
#logo {
//padding-right: 50px;
//border-right: 1px solid rgba(0, 0, 0, 0.16);
}
/*#logo {
padding-right: 50px;
border-right: 1px solid rgba(0, 0, 0, 0.16);
}*/
#logo-description {
display: none;
}
Expand Down
18 changes: 9 additions & 9 deletions src/themes/free-software-lab/layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{{/*
<!--{{/*
SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
SPDX-License-Identifier: AGPL-3.0-or-later
*/}}


*/}}-->
{{ partial "head.html" . }}

<body>
Expand All @@ -31,11 +29,12 @@
</div>
</div>
</div>
<div class="header-wrap">
<div id="logo">
<a target="_blank" href="https://noi.bz.it">
<img src="../NOI_1_BK.svg" width="125px" />
<!--<svg version="1.1" viewBox="0 0 110.84 39.804" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath93"><rect y=".1" width="110.84" height="39.9" style="fill:#f50057;opacity:.493"/></clipPath></defs>

<div class="header-wrap">
<div id="logo">
<a target="_blank" href="https:/noi.bz.it">
<img src="/NOI_1_BK.svg" width="125px" />
<!--<svg version="1.1" viewBox="0 0 110.84 39.804" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clipPath93"><rect y=".1" width="110.84" height="39.9" style="fill:#f50057;opacity:.493"/></clipPath></defs>
<style type="text/css">
.st0{fill:#000000;}
.st1{fill:#000000;}
Expand Down Expand Up @@ -104,6 +103,7 @@

</div>
</div>
</div>
<div class="header-bottom container">
<div class="card center-area odd">
<div class="flex center-y">
Expand Down

0 comments on commit 999f5f8

Please sign in to comment.