Primo commit del progetto
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
public
|
||||||
|
.hugo_build.lock
|
||||||
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/ananke"]
|
||||||
|
path = themes/ananke
|
||||||
|
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
||||||
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
date = {{ .Date }}
|
||||||
|
draft = true
|
||||||
|
+++
|
||||||
17
content/_index.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: "STC Labs"
|
||||||
|
description: "Tecnologia, ricerca e sviluppo"
|
||||||
|
featured_image: "/images/hero.jpg"
|
||||||
|
---
|
||||||
|
|
||||||
|
## Costruiamo soluzioni digitali solide
|
||||||
|
|
||||||
|
Sviluppo software, ricerca applicata e consulenza tecnica.
|
||||||
|
|
||||||
|
### Cosa facciamo
|
||||||
|
- 🔧 Sviluppo web e backend
|
||||||
|
- 📊 Analisi dati
|
||||||
|
- 🧠 Ricerca e prototipazione
|
||||||
|
|
||||||
|
[Scopri i progetti](/projects)
|
||||||
|
|
||||||
59
content/about.md
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
+++
|
||||||
|
title = "Chi siamo"
|
||||||
|
type = "page"
|
||||||
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
## STC Labs
|
||||||
|
|
||||||
|
**Una boutique del codice per la trasformazione digitale**
|
||||||
|
|
||||||
|
STC Labs è una startup innovativa che aiuta le aziende a **tradurre la complessità digitale in soluzioni concrete, efficaci e sostenibili**. Non siamo una software house generalista né un fornitore di prodotti standard: siamo una **boutique del codice**, dove tecnologia, metodo e visione si incontrano per creare valore reale.
|
||||||
|
|
||||||
|
Utilizziamo strumenti moderni — **web, cloud, automazione, intelligenza artificiale** — per accompagnare le imprese nel loro percorso di **transizione digitale**, progettando soluzioni su misura che si integrano perfettamente con i processi esistenti.
|
||||||
|
|
||||||
|
|
||||||
|
## Tecnologia su misura, costruita intorno al tuo business
|
||||||
|
|
||||||
|
Ogni azienda è diversa. Per questo non crediamo nelle soluzioni “one-size-fits-all”.
|
||||||
|
Il nostro lavoro parte sempre dall’ascolto: comprendiamo i flussi operativi, le esigenze commerciali e gli obiettivi strategici, per poi **disegnare e sviluppare strumenti digitali realmente utili**.
|
||||||
|
|
||||||
|
Il nostro team è composto da sviluppatori, consulenti e analisti con una solida esperienza nel mondo enterprise e digitale. Lavoriamo con un approccio artigianale, curando ogni dettaglio del progetto e mantenendo **massima qualità del codice, scalabilità e manutenibilità**.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Cosa facciamo
|
||||||
|
|
||||||
|
### Soluzioni web e applicazioni personalizzate
|
||||||
|
|
||||||
|
Progettiamo e sviluppiamo **applicazioni web e piattaforme digitali** pensate per supportare e migliorare i processi aziendali: portali interni, strumenti operativi, dashboard, sistemi di gestione e soluzioni verticali costruite sulle reali esigenze del cliente.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Digitalizzazione e ottimizzazione dei processi
|
||||||
|
|
||||||
|
Aiutiamo le aziende a **ridurre inefficienze e attività manuali**, automatizzando flussi ripetitivi e connettendo sistemi eterogenei: ERP, CRM, database, piattaforme di pagamento e servizi esterni.
|
||||||
|
Il risultato è un ecosistema digitale più fluido, affidabile e pronto a crescere.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Intelligenza artificiale applicata al business
|
||||||
|
|
||||||
|
Utilizziamo l’AI in modo pragmatico, non come moda ma come **strumento concreto**: analisi dei dati, supporto alle decisioni, automazione intelligente, assistenti operativi e integrazione di modelli avanzati nei processi aziendali.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Strumenti per team e reti commerciali
|
||||||
|
|
||||||
|
Realizziamo soluzioni digitali che semplificano il lavoro quotidiano di team interni, agenti e reti di vendita: CRM personalizzati, strumenti per ordini e offerte, accesso centralizzato a dati, documenti e informazioni sempre aggiornate.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Un partner tecnologico, non solo un fornitore
|
||||||
|
|
||||||
|
STC Labs affianca le aziende nel tempo, diventando un **partner tecnologico di fiducia**. Il nostro obiettivo non è consegnare software, ma **costruire soluzioni che durano**, capaci di evolvere insieme al business e di generare un impatto concreto.
|
||||||
|
|
||||||
|
Se cerchi un team che unisca competenza tecnica, visione strategica e cura artigianale del codice, STC Labs è il posto giusto da cui iniziare.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
19
content/blog/categories-post.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
+++
|
||||||
|
title = "Categories Post"
|
||||||
|
date = "2021-08-01T21:29:20+02:00"
|
||||||
|
tags = ["golang", "programming", "theme", "hugo"]
|
||||||
|
categories = ["programming","lorem","pseudo"]
|
||||||
|
banner = "img/banners/banner-4.jpg"
|
||||||
|
authors = ["John Doe"]
|
||||||
|
+++
|
||||||
|
|
||||||
|
I'm a post with multiple categories in the frontmatter:
|
||||||
|
|
||||||
|
categories = ["programming","lorem","pseudo"]
|
||||||
|
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim. Ut ante turpis, tristique vitae sagittis quis, sagittis nec diam. Fusce pulvinar cursus porta. Vivamus maximus leo dolor, ut pellentesque lorem fringilla nec. Mauris faucibus turpis posuere sapien euismod, a ullamcorper mi maximus.
|
||||||
|
|
||||||
|
Morbi varius ex vel justo dictum placerat. Sed ac arcu pretium, varius elit eget, gravida purus. Fusce sit amet massa mollis eros tincidunt sollicitudin. Suspendisse iaculis cursus mauris ut sagittis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Maecenas elit ligula, molestie quis magna eu, semper posuere lorem. Mauris a justo pharetra, congue ex eget, tincidunt massa. Maecenas sit amet neque lorem.
|
||||||
|
|
||||||
|
Curabitur at elementum quam. Curabitur tristique elit non sapien aliquam vulputate. Vivamus in odio tincidunt, tempor sem quis, tincidunt lacus. Mauris pulvinar nunc sed tempus dictum. Nam vel arcu quis mi fermentum ullamcorper non ac lacus. Donec aliquet vitae ante at imperdiet. Aenean scelerisque venenatis urna, eget elementum risus convallis ac. Nullam gravida arcu lacus, non consectetur augue pretium non. Duis dignissim eros id urna pretium congue. Nullam eu magna in sem sollicitudin tempor. Pellentesque vel convallis ligula. Quisque semper, turpis a rhoncus efficitur, magna nibh iaculis elit, eget tempor dolor eros ut mi. Maecenas eu placerat lacus. Praesent congue pretium nulla, sed suscipit metus rutrum vel.
|
||||||
1146
content/blog/creating-a-new-theme.md
Normal file
335
content/blog/go-is-for-lovers.md
Normal file
@ -0,0 +1,335 @@
|
|||||||
|
+++
|
||||||
|
title = "Go is for lovers"
|
||||||
|
date = "2015-09-17T13:47:08+02:00"
|
||||||
|
tags = ["go"]
|
||||||
|
categories = ["programming"]
|
||||||
|
banner = "img/banners/banner-2.jpg"
|
||||||
|
facebook_author = "GolangSociety"
|
||||||
|
+++
|
||||||
|
|
||||||
|
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
|
||||||
|
its template engine. It is an extremely lightweight engine that provides a very
|
||||||
|
small amount of logic. In our experience that it is just the right amount of
|
||||||
|
logic to be able to create a good static website. If you have used other
|
||||||
|
template systems from different languages or frameworks you will find a lot of
|
||||||
|
similarities in go templates.
|
||||||
|
|
||||||
|
This document is a brief primer on using go templates. The [go docs][gohtmltemplate]
|
||||||
|
provide more details.
|
||||||
|
|
||||||
|
## Introduction to Go Templates
|
||||||
|
|
||||||
|
Go templates provide an extremely simple template language. It adheres to the
|
||||||
|
belief that only the most basic of logic belongs in the template or view layer.
|
||||||
|
One consequence of this simplicity is that go templates parse very quickly.
|
||||||
|
|
||||||
|
A unique characteristic of go templates is they are content aware. Variables and
|
||||||
|
content will be sanitized depending on the context of where they are used. More
|
||||||
|
details can be found in the [go docs][gohtmltemplate].
|
||||||
|
|
||||||
|
## Basic Syntax
|
||||||
|
|
||||||
|
Go lang templates are html files with the addition of variables and
|
||||||
|
functions.
|
||||||
|
|
||||||
|
**Go variables and functions are accessible within {{ }}**
|
||||||
|
|
||||||
|
Accessing a predefined variable "foo":
|
||||||
|
|
||||||
|
{{ foo }}
|
||||||
|
|
||||||
|
**Parameters are separated using spaces**
|
||||||
|
|
||||||
|
Calling the add function with input of 1, 2:
|
||||||
|
|
||||||
|
{{ add 1 2 }}
|
||||||
|
|
||||||
|
**Methods and fields are accessed via dot notation**
|
||||||
|
|
||||||
|
Accessing the Page Parameter "bar"
|
||||||
|
|
||||||
|
{{ .Params.bar }}
|
||||||
|
|
||||||
|
**Parentheses can be used to group items together**
|
||||||
|
|
||||||
|
{{ if or (isset .Params "alt") (isset .Params "caption") }} Caption {{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
## Variables
|
||||||
|
|
||||||
|
Each go template has a struct (object) made available to it. In hugo each
|
||||||
|
template is passed either a page or a node struct depending on which type of
|
||||||
|
page you are rendering. More details are available on the
|
||||||
|
[variables](/layout/variables) page.
|
||||||
|
|
||||||
|
A variable is accessed by referencing the variable name.
|
||||||
|
|
||||||
|
<title>{{ .Title }}</title>
|
||||||
|
|
||||||
|
Variables can also be defined and referenced.
|
||||||
|
|
||||||
|
{{ $address := "123 Main St."}}
|
||||||
|
{{ $address }}
|
||||||
|
|
||||||
|
|
||||||
|
## Functions
|
||||||
|
|
||||||
|
Go template ship with a few functions which provide basic functionality. The go
|
||||||
|
template system also provides a mechanism for applications to extend the
|
||||||
|
available functions with their own. [Hugo template
|
||||||
|
functions](/layout/functions) provide some additional functionality we believe
|
||||||
|
are useful for building websites. Functions are called by using their name
|
||||||
|
followed by the required parameters separated by spaces. Template
|
||||||
|
functions cannot be added without recompiling hugo.
|
||||||
|
|
||||||
|
**Example:**
|
||||||
|
|
||||||
|
{{ add 1 2 }}
|
||||||
|
|
||||||
|
## Includes
|
||||||
|
|
||||||
|
When including another template you will pass to it the data it will be
|
||||||
|
able to access. To pass along the current context please remember to
|
||||||
|
include a trailing dot. The templates location will always be starting at
|
||||||
|
the /layout/ directory within Hugo.
|
||||||
|
|
||||||
|
**Example:**
|
||||||
|
|
||||||
|
{{ template "chrome/header.html" . }}
|
||||||
|
|
||||||
|
|
||||||
|
## Logic
|
||||||
|
|
||||||
|
Go templates provide the most basic iteration and conditional logic.
|
||||||
|
|
||||||
|
### Iteration
|
||||||
|
|
||||||
|
Just like in go, the go templates make heavy use of range to iterate over
|
||||||
|
a map, array or slice. The following are different examples of how to use
|
||||||
|
range.
|
||||||
|
|
||||||
|
**Example 1: Using Context**
|
||||||
|
|
||||||
|
{{ range array }}
|
||||||
|
{{ . }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
**Example 2: Declaring value variable name**
|
||||||
|
|
||||||
|
{{range $element := array}}
|
||||||
|
{{ $element }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
**Example 2: Declaring key and value variable name**
|
||||||
|
|
||||||
|
{{range $index, $element := array}}
|
||||||
|
{{ $index }}
|
||||||
|
{{ $element }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
### Conditionals
|
||||||
|
|
||||||
|
If, else, with, or, & and provide the framework for handling conditional
|
||||||
|
logic in Go Templates. Like range, each statement is closed with `end`.
|
||||||
|
|
||||||
|
|
||||||
|
Go Templates treat the following values as false:
|
||||||
|
|
||||||
|
* false
|
||||||
|
* 0
|
||||||
|
* any array, slice, map, or string of length zero
|
||||||
|
|
||||||
|
**Example 1: If**
|
||||||
|
|
||||||
|
{{ if isset .Params "title" }}<h4>{{ index .Params "title" }}</h4>{{ end }}
|
||||||
|
|
||||||
|
**Example 2: If -> Else**
|
||||||
|
|
||||||
|
{{ if isset .Params "alt" }}
|
||||||
|
{{ index .Params "alt" }}
|
||||||
|
{{else}}
|
||||||
|
{{ index .Params "caption" }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
**Example 3: And & Or**
|
||||||
|
|
||||||
|
{{ if and (or (isset .Params "title") (isset .Params "caption")) (isset .Params "attr")}}
|
||||||
|
|
||||||
|
**Example 4: With**
|
||||||
|
|
||||||
|
An alternative way of writing "if" and then referencing the same value
|
||||||
|
is to use "with" instead. With rebinds the context `.` within its scope,
|
||||||
|
and skips the block if the variable is absent.
|
||||||
|
|
||||||
|
The first example above could be simplified as:
|
||||||
|
|
||||||
|
{{ with .Params.title }}<h4>{{ . }}</h4>{{ end }}
|
||||||
|
|
||||||
|
**Example 5: If -> Else If**
|
||||||
|
|
||||||
|
{{ if isset .Params "alt" }}
|
||||||
|
{{ index .Params "alt" }}
|
||||||
|
{{ else if isset .Params "caption" }}
|
||||||
|
{{ index .Params "caption" }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
## Pipes
|
||||||
|
|
||||||
|
One of the most powerful components of go templates is the ability to
|
||||||
|
stack actions one after another. This is done by using pipes. Borrowed
|
||||||
|
from unix pipes, the concept is simple, each pipeline's output becomes the
|
||||||
|
input of the following pipe.
|
||||||
|
|
||||||
|
Because of the very simple syntax of go templates, the pipe is essential
|
||||||
|
to being able to chain together function calls. One limitation of the
|
||||||
|
pipes is that they only can work with a single value and that value
|
||||||
|
becomes the last parameter of the next pipeline.
|
||||||
|
|
||||||
|
A few simple examples should help convey how to use the pipe.
|
||||||
|
|
||||||
|
**Example 1 :**
|
||||||
|
|
||||||
|
{{ if eq 1 1 }} Same {{ end }}
|
||||||
|
|
||||||
|
is the same as
|
||||||
|
|
||||||
|
{{ eq 1 1 | if }} Same {{ end }}
|
||||||
|
|
||||||
|
It does look odd to place the if at the end, but it does provide a good
|
||||||
|
illustration of how to use the pipes.
|
||||||
|
|
||||||
|
**Example 2 :**
|
||||||
|
|
||||||
|
{{ index .Params "disqus_url" | html }}
|
||||||
|
|
||||||
|
Access the page parameter called "disqus_url" and escape the HTML.
|
||||||
|
|
||||||
|
**Example 3 :**
|
||||||
|
|
||||||
|
{{ if or (or (isset .Params "title") (isset .Params "caption")) (isset .Params "attr")}}
|
||||||
|
Stuff Here
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
Could be rewritten as
|
||||||
|
|
||||||
|
{{ isset .Params "caption" | or isset .Params "title" | or isset .Params "attr" | if }}
|
||||||
|
Stuff Here
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
## Context (aka. the dot)
|
||||||
|
|
||||||
|
The most easily overlooked concept to understand about go templates is that {{ . }}
|
||||||
|
always refers to the current context. In the top level of your template this
|
||||||
|
will be the data set made available to it. Inside of a iteration it will have
|
||||||
|
the value of the current item. When inside of a loop the context has changed. .
|
||||||
|
will no longer refer to the data available to the entire page. If you need to
|
||||||
|
access this from within the loop you will likely want to set it to a variable
|
||||||
|
instead of depending on the context.
|
||||||
|
|
||||||
|
**Example:**
|
||||||
|
|
||||||
|
{{ $title := .Site.Title }}
|
||||||
|
{{ range .Params.tags }}
|
||||||
|
<li> <a href="{{ $baseurl }}/tags/{{ . | urlize | lower }}">{{ . }}</a> - {{ $title }} </li>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
Notice how once we have entered the loop the value of {{ . }} has changed. We
|
||||||
|
have defined a variable outside of the loop so we have access to it from within
|
||||||
|
the loop.
|
||||||
|
|
||||||
|
# Hugo Parameters
|
||||||
|
|
||||||
|
Hugo provides the option of passing values to the template language
|
||||||
|
through the site configuration (for sitewide values), or through the meta
|
||||||
|
data of each specific piece of content. You can define any values of any
|
||||||
|
type (supported by your front matter/config format) and use them however
|
||||||
|
you want to inside of your templates.
|
||||||
|
|
||||||
|
|
||||||
|
## Using Content (page) Parameters
|
||||||
|
|
||||||
|
In each piece of content you can provide variables to be used by the
|
||||||
|
templates. This happens in the [front matter](/content/front-matter).
|
||||||
|
|
||||||
|
An example of this is used in this documentation site. Most of the pages
|
||||||
|
benefit from having the table of contents provided. Sometimes the TOC just
|
||||||
|
doesn't make a lot of sense. We've defined a variable in our front matter
|
||||||
|
of some pages to turn off the TOC from being displayed.
|
||||||
|
|
||||||
|
Here is the example front matter:
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
title: "Permalinks"
|
||||||
|
date: "2013-11-18"
|
||||||
|
aliases:
|
||||||
|
- "/doc/permalinks/"
|
||||||
|
groups: ["extras"]
|
||||||
|
groups_weight: 30
|
||||||
|
notoc: true
|
||||||
|
---
|
||||||
|
```
|
||||||
|
|
||||||
|
Here is the corresponding code inside of the template:
|
||||||
|
|
||||||
|
{{ if not .Params.notoc }}
|
||||||
|
<div id="toc" class="well col-md-4 col-sm-6">
|
||||||
|
{{ .TableOfContents }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Using Site (config) Parameters
|
||||||
|
In your top-level configuration file (eg, `config.yaml`) you can define site
|
||||||
|
parameters, which are values which will be available to you in chrome.
|
||||||
|
|
||||||
|
For instance, you might declare:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
params:
|
||||||
|
CopyrightHTML: "Copyright © 2013 John Doe. All Rights Reserved."
|
||||||
|
TwitterUser: "spf13"
|
||||||
|
SidebarRecentLimit: 5
|
||||||
|
```
|
||||||
|
|
||||||
|
Within a footer layout, you might then declare a `<footer>` which is only
|
||||||
|
provided if the `CopyrightHTML` parameter is provided, and if it is given,
|
||||||
|
you would declare it to be HTML-safe, so that the HTML entity is not escaped
|
||||||
|
again. This would let you easily update just your top-level config file each
|
||||||
|
January 1st, instead of hunting through your templates.
|
||||||
|
|
||||||
|
```
|
||||||
|
{{if .Site.Params.CopyrightHTML}}<footer>
|
||||||
|
<div class="text-center">{{.Site.Params.CopyrightHTML | safeHtml}}</div>
|
||||||
|
</footer>{{end}}
|
||||||
|
```
|
||||||
|
|
||||||
|
An alternative way of writing the "if" and then referencing the same value
|
||||||
|
is to use "with" instead. With rebinds the context `.` within its scope,
|
||||||
|
and skips the block if the variable is absent:
|
||||||
|
|
||||||
|
```
|
||||||
|
{{with .Site.Params.TwitterUser}}<span class="twitter">
|
||||||
|
<a href="https://twitter.com/{{.}}" rel="author">
|
||||||
|
<img src="/images/twitter.png" width="48" height="48" title="Twitter: {{.}}"
|
||||||
|
alt="Twitter"></a>
|
||||||
|
</span>{{end}}
|
||||||
|
```
|
||||||
|
|
||||||
|
Finally, if you want to pull "magic constants" out of your layouts, you can do
|
||||||
|
so, such as in this example:
|
||||||
|
|
||||||
|
```
|
||||||
|
<nav class="recent">
|
||||||
|
<h1>Recent Posts</h1>
|
||||||
|
<ul>{{range first .Site.Params.SidebarRecentLimit .Site.Recent}}
|
||||||
|
<li><a href="{{.RelPermalink}}">{{.Title}}</a></li>
|
||||||
|
{{end}}</ul>
|
||||||
|
</nav>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
[go]: <https://go.dev/>
|
||||||
|
[gohtmltemplate]: <https://pkg.go.dev/html/template>
|
||||||
81
content/blog/hugo-is-for-lovers.md
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
+++
|
||||||
|
title = "Hugo is for lovers"
|
||||||
|
date = "2015-08-03T13:39:46+02:00"
|
||||||
|
tags = ["hugo"]
|
||||||
|
categories = ["pseudo"]
|
||||||
|
banner = "img/banners/banner-3.jpg"
|
||||||
|
summary="This is the summary Goto [hugo releases](https://github.com/spf13/hugo/releases) and download the appropriate version for your os and architecture. Save it somewhere specific as we will be using it in the next step. More complete instructions are available at [installing hugo](/overview/installing/)"
|
||||||
|
+++
|
||||||
|
|
||||||
|
## Step 1. Install Hugo
|
||||||
|
|
||||||
|
Goto [hugo releases](https://github.com/spf13/hugo/releases) and download the
|
||||||
|
appropriate version for your os and architecture.
|
||||||
|
|
||||||
|
Save it somewhere specific as we will be using it in the next step.
|
||||||
|
|
||||||
|
More complete instructions are available at [installing hugo](/overview/installing/)
|
||||||
|
|
||||||
|
## Step 2. Build the Docs
|
||||||
|
|
||||||
|
Hugo has its own example site which happens to also be the documentation site
|
||||||
|
you are reading right now.
|
||||||
|
|
||||||
|
Follow the following steps:
|
||||||
|
|
||||||
|
1. Clone the [hugo repository](http://github.com/spf13/hugo)
|
||||||
|
2. Go into the repo
|
||||||
|
3. Run hugo in server mode and build the docs
|
||||||
|
4. Open your browser to http://localhost:1313
|
||||||
|
|
||||||
|
Corresponding pseudo commands:
|
||||||
|
|
||||||
|
git clone https://github.com/spf13/hugo
|
||||||
|
cd hugo
|
||||||
|
/path/to/where/you/installed/hugo server --source=./docs
|
||||||
|
> 29 pages created
|
||||||
|
> 0 tags index created
|
||||||
|
> in 27 ms
|
||||||
|
> Web Server is available at http://localhost:1313
|
||||||
|
> Press ctrl+c to stop
|
||||||
|
|
||||||
|
Once you've gotten here, follow along the rest of this page on your local build.
|
||||||
|
|
||||||
|
## Step 3. Change the docs site
|
||||||
|
|
||||||
|
Stop the Hugo process by hitting ctrl+c.
|
||||||
|
|
||||||
|
Now we are going to run hugo again, but this time with hugo in watch mode.
|
||||||
|
|
||||||
|
/path/to/hugo/from/step/1/hugo server --source=./docs --watch
|
||||||
|
> 29 pages created
|
||||||
|
> 0 tags index created
|
||||||
|
> in 27 ms
|
||||||
|
> Web Server is available at http://localhost:1313
|
||||||
|
> Watching for changes in /Users/spf13/Code/hugo/docs/content
|
||||||
|
> Press ctrl+c to stop
|
||||||
|
|
||||||
|
|
||||||
|
Open your [favorite editor](http://vim.spf13.com) and change one of the source
|
||||||
|
content pages. How about changing this very file to *fix the typo*. How about changing this very file to *fix the typo*.
|
||||||
|
|
||||||
|
Content files are found in `docs/content/`. Unless otherwise specified, files
|
||||||
|
are located at the same relative location as the url, in our case
|
||||||
|
`docs/content/overview/quickstart.md`.
|
||||||
|
|
||||||
|
Change and save this file.. Notice what happened in your terminal.
|
||||||
|
|
||||||
|
> Change detected, rebuilding site
|
||||||
|
|
||||||
|
> 29 pages created
|
||||||
|
> 0 tags index created
|
||||||
|
> in 26 ms
|
||||||
|
|
||||||
|
Refresh the browser and observe that the typo is now fixed.
|
||||||
|
|
||||||
|
Notice how quick that was. Try to refresh the site before it's finished building.. I double dare you.
|
||||||
|
Having nearly instant feedback enables you to have your creativity flow without waiting for long builds.
|
||||||
|
|
||||||
|
## Step 4. Have fun
|
||||||
|
|
||||||
|
The best way to learn something is to play with it.
|
||||||
19
content/blog/linked-post.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
+++
|
||||||
|
title = "Linked post"
|
||||||
|
date = "2015-10-02T21:49:20+02:00"
|
||||||
|
tags = ["golang", "programming", "theme", "hugo"]
|
||||||
|
categories = ["programming"]
|
||||||
|
banner = "img/banners/banner-4.jpg"
|
||||||
|
authors = ["John Doe","Jane Doe"]
|
||||||
|
+++
|
||||||
|
|
||||||
|
I'm a linked post in the menu. You can add other posts by adding the following line to the frontmatter:
|
||||||
|
|
||||||
|
menu = "main"
|
||||||
|
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim. Ut ante turpis, tristique vitae sagittis quis, sagittis nec diam. Fusce pulvinar cursus porta. Vivamus maximus leo dolor, ut pellentesque lorem fringilla nec. Mauris faucibus turpis posuere sapien euismod, a ullamcorper mi maximus.
|
||||||
|
|
||||||
|
Morbi varius ex vel justo dictum placerat. Sed ac arcu pretium, varius elit eget, gravida purus. Fusce sit amet massa mollis eros tincidunt sollicitudin. Suspendisse iaculis cursus mauris ut sagittis. Interdum et malesuada fames ac ante ipsum primis in faucibus. Maecenas elit ligula, molestie quis magna eu, semper posuere lorem. Mauris a justo pharetra, congue ex eget, tincidunt massa. Maecenas sit amet neque lorem.
|
||||||
|
|
||||||
|
Curabitur at elementum quam. Curabitur tristique elit non sapien aliquam vulputate. Vivamus in odio tincidunt, tempor sem quis, tincidunt lacus. Mauris pulvinar nunc sed tempus dictum. Nam vel arcu quis mi fermentum ullamcorper non ac lacus. Donec aliquet vitae ante at imperdiet. Aenean scelerisque venenatis urna, eget elementum risus convallis ac. Nullam gravida arcu lacus, non consectetur augue pretium non. Duis dignissim eros id urna pretium congue. Nullam eu magna in sem sollicitudin tempor. Pellentesque vel convallis ligula. Quisque semper, turpis a rhoncus efficitur, magna nibh iaculis elit, eget tempor dolor eros ut mi. Maecenas eu placerat lacus. Praesent congue pretium nulla, sed suscipit metus rutrum vel.
|
||||||
153
content/blog/migrate-from-jekyll.md
Normal file
@ -0,0 +1,153 @@
|
|||||||
|
+++
|
||||||
|
title = "Migrate from Jekyll"
|
||||||
|
tags = ["ipsum"]
|
||||||
|
categories = ["lorem"]
|
||||||
|
banner = "img/banners/banner-5.jpg"
|
||||||
|
twitter_author = "jekyllrb"
|
||||||
|
+++
|
||||||
|
|
||||||
|
## Move static content to `static`
|
||||||
|
Jekyll has a rule that any directory not starting with `_` will be copied as-is to the `_site` output. Hugo keeps all static content under `static`. You should therefore move it all there.
|
||||||
|
With Jekyll, something that looked like
|
||||||
|
|
||||||
|
▾ <root>/
|
||||||
|
▾ images/
|
||||||
|
logo.png
|
||||||
|
|
||||||
|
should become
|
||||||
|
|
||||||
|
▾ <root>/
|
||||||
|
▾ static/
|
||||||
|
▾ images/
|
||||||
|
logo.png
|
||||||
|
|
||||||
|
Additionally, you'll want any files that should reside at the root (such as `CNAME`) to be moved to `static`.
|
||||||
|
|
||||||
|
## Create your Hugo configuration file
|
||||||
|
Hugo can read your configuration as JSON, YAML or TOML. Hugo supports parameters custom configuration too. Refer to the [Hugo configuration documentation](/overview/configuration/) for details.
|
||||||
|
|
||||||
|
## Set your configuration publish folder to `_site`
|
||||||
|
The default is for Jekyll to publish to `_site` and for Hugo to publish to `public`. If, like me, you have [`_site` mapped to a git submodule on the `gh-pages` branch](http://blog.blindgaenger.net/generate_github_pages_in_a_submodule.html), you'll want to do one of two alternatives:
|
||||||
|
|
||||||
|
1. Change your submodule to point to map `gh-pages` to public instead of `_site` (recommended).
|
||||||
|
|
||||||
|
git submodule deinit _site
|
||||||
|
git rm _site
|
||||||
|
git submodule add -b gh-pages git@github.com:your-username/your-repo.git public
|
||||||
|
|
||||||
|
2. Or, change the Hugo configuration to use `_site` instead of `public`.
|
||||||
|
|
||||||
|
{
|
||||||
|
..
|
||||||
|
"publishdir": "_site",
|
||||||
|
..
|
||||||
|
}
|
||||||
|
|
||||||
|
## Convert Jekyll templates to Hugo templates
|
||||||
|
That's the bulk of the work right here. The documentation is your friend. You should refer to [Jekyll's template documentation](http://jekyllrb.com/docs/templates/) if you need to refresh your memory on how you built your blog and [Hugo's template](/layout/templates/) to learn Hugo's way.
|
||||||
|
|
||||||
|
As a single reference data point, converting my templates for [heyitsalex.net](https://heyitsalex.net/) took me no more than a few hours.
|
||||||
|
|
||||||
|
## Convert Jekyll plugins to Hugo shortcodes
|
||||||
|
Jekyll has [plugins](https://jekyllrb.com/docs/plugins/); Hugo has [shortcodes](/doc/shortcodes/). It's fairly trivial to do a port.
|
||||||
|
|
||||||
|
### Implementation
|
||||||
|
As an example, I was using a custom [`image_tag`](https://github.com/alexandre-normand/alexandre-normand/blob/74bb12036a71334fdb7dba84e073382fc06908ec/_plugins/image_tag.rb) plugin to generate figures with caption when running Jekyll. As I read about shortcodes, I found Hugo had a nice built-in shortcode that does exactly the same thing.
|
||||||
|
|
||||||
|
Jekyll's plugin:
|
||||||
|
|
||||||
|
module Jekyll
|
||||||
|
class ImageTag < Liquid::Tag
|
||||||
|
@url = nil
|
||||||
|
@caption = nil
|
||||||
|
@class = nil
|
||||||
|
@link = nil
|
||||||
|
// Patterns
|
||||||
|
IMAGE_URL_WITH_CLASS_AND_CAPTION =
|
||||||
|
IMAGE_URL_WITH_CLASS_AND_CAPTION_AND_LINK = /(\w+)(\s+)((https?:\/\/|\/)(\S+))(\s+)"(.*?)"(\s+)->((https?:\/\/|\/)(\S+))(\s*)/i
|
||||||
|
IMAGE_URL_WITH_CAPTION = /((https?:\/\/|\/)(\S+))(\s+)"(.*?)"/i
|
||||||
|
IMAGE_URL_WITH_CLASS = /(\w+)(\s+)((https?:\/\/|\/)(\S+))/i
|
||||||
|
IMAGE_URL = /((https?:\/\/|\/)(\S+))/i
|
||||||
|
def initialize(tag_name, markup, tokens)
|
||||||
|
super
|
||||||
|
if markup =~ IMAGE_URL_WITH_CLASS_AND_CAPTION_AND_LINK
|
||||||
|
@class = $1
|
||||||
|
@url = $3
|
||||||
|
@caption = $7
|
||||||
|
@link = $9
|
||||||
|
elsif markup =~ IMAGE_URL_WITH_CLASS_AND_CAPTION
|
||||||
|
@class = $1
|
||||||
|
@url = $3
|
||||||
|
@caption = $7
|
||||||
|
elsif markup =~ IMAGE_URL_WITH_CAPTION
|
||||||
|
@url = $1
|
||||||
|
@caption = $5
|
||||||
|
elsif markup =~ IMAGE_URL_WITH_CLASS
|
||||||
|
@class = $1
|
||||||
|
@url = $3
|
||||||
|
elsif markup =~ IMAGE_URL
|
||||||
|
@url = $1
|
||||||
|
end
|
||||||
|
end
|
||||||
|
def render(context)
|
||||||
|
if @class
|
||||||
|
source = "<figure class='#{@class}'>"
|
||||||
|
else
|
||||||
|
source = "<figure>"
|
||||||
|
end
|
||||||
|
if @link
|
||||||
|
source += "<a href=\"#{@link}\">"
|
||||||
|
end
|
||||||
|
source += "<img src=\"#{@url}\">"
|
||||||
|
if @link
|
||||||
|
source += "</a>"
|
||||||
|
end
|
||||||
|
source += "<figcaption>#{@caption}</figcaption>" if @caption
|
||||||
|
source += "</figure>"
|
||||||
|
source
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
Liquid::Template.register_tag('image', Jekyll::ImageTag)
|
||||||
|
|
||||||
|
is written as this Hugo shortcode:
|
||||||
|
|
||||||
|
<!-- image -->
|
||||||
|
<figure {{ with .Get "class" }}class="{{.}}"{{ end }}>
|
||||||
|
{{ with .Get "link"}}<a href="{{.}}">{{ end }}
|
||||||
|
<img src="{{ .Get "src" }}" {{ if or (.Get "alt") (.Get "caption") }}alt="{{ with .Get "alt"}}{{.}}{{else}}{{ .Get "caption" }}{{ end }}"{{ end }} />
|
||||||
|
{{ if .Get "link"}}</a>{{ end }}
|
||||||
|
{{ if or (or (.Get "title") (.Get "caption")) (.Get "attr")}}
|
||||||
|
<figcaption>{{ if isset .Params "title" }}
|
||||||
|
{{ .Get "title" }}{{ end }}
|
||||||
|
{{ if or (.Get "caption") (.Get "attr")}}<p>
|
||||||
|
{{ .Get "caption" }}
|
||||||
|
{{ with .Get "attrlink"}}<a href="{{.}}"> {{ end }}
|
||||||
|
{{ .Get "attr" }}
|
||||||
|
{{ if .Get "attrlink"}}</a> {{ end }}
|
||||||
|
</p> {{ end }}
|
||||||
|
</figcaption>
|
||||||
|
{{ end }}
|
||||||
|
</figure>
|
||||||
|
<!-- image -->
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
I simply changed:
|
||||||
|
|
||||||
|
{% image full http://farm5.staticflickr.com/4136/4829260124_57712e570a_o_d.jpg "One of my favorite touristy-type photos. I secretly waited for the good light while we were "having fun" and took this. Only regret: a stupid pole in the top-left corner of the frame I had to clumsily get rid of at post-processing." ->http://www.flickr.com/photos/alexnormand/4829260124/in/set-72157624547713078/ %}
|
||||||
|
|
||||||
|
to this (this example uses a slightly extended version named `fig`, different than the built-in `figure`):
|
||||||
|
|
||||||
|
{{%/* fig class="full" src="http://farm5.staticflickr.com/4136/4829260124_57712e570a_o_d.jpg" title="One of my favorite touristy-type photos. I secretly waited for the good light while we were having fun and took this. Only regret: a stupid pole in the top-left corner of the frame I had to clumsily get rid of at post-processing." link="http://www.flickr.com/photos/alexnormand/4829260124/in/set-72157624547713078/" */%}}
|
||||||
|
|
||||||
|
As a bonus, the shortcode named parameters are, arguably, more readable.
|
||||||
|
|
||||||
|
## Finishing touches
|
||||||
|
### Fix content
|
||||||
|
Depending on the amount of customization that was done with each post with Jekyll, this step will require more or less effort. There are no hard and fast rules here except that `hugo server --watch` is your friend. Test your changes and fix errors as needed.
|
||||||
|
|
||||||
|
### Clean up
|
||||||
|
You'll want to remove the Jekyll configuration at this point. If you have anything else that isn't used, delete it.
|
||||||
|
|
||||||
|
## A practical example in a diff
|
||||||
|
[Hey, it's Alex](https://heyitsalex.net/) was migrated in less than a _father-with-kids day_ from Jekyll to Hugo. You can see all the changes (and screw-ups) by looking at this [diff](https://github.com/alexandre-normand/alexandre-normand/compare/869d69435bd2665c3fbf5b5c78d4c22759d7613a...b7f6605b1265e83b4b81495423294208cc74d610).
|
||||||
11
content/contact.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
+++
|
||||||
|
title = "Contact"
|
||||||
|
id = "contact"
|
||||||
|
type = "page"
|
||||||
|
+++
|
||||||
|
|
||||||
|
# We are here to help you
|
||||||
|
|
||||||
|
Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.
|
||||||
|
|
||||||
|
Please feel free to contact us, our customer service center is working for you 24/7.
|
||||||
44
content/faq.md
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
+++
|
||||||
|
title = "FAQ"
|
||||||
|
description = "Frequently asked questions"
|
||||||
|
type = "page"
|
||||||
|
keywords = ["FAQ","How do I","questions","what if"]
|
||||||
|
+++
|
||||||
|
|
||||||
|
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
||||||
|
|
||||||
|
## 1. WHAT TO DO IF I HAVE STILL NOT RECEIVED THE ORDER?
|
||||||
|
|
||||||
|
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
||||||
|
|
||||||
|
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
|
||||||
|
* Aliquam tincidunt mauris eu risus.
|
||||||
|
* Vestibulum auctor dapibus neque.
|
||||||
|
|
||||||
|
## 2. WHAT ARE THE POSTAL RATES?
|
||||||
|
|
||||||
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||||
|
|
||||||
|
## 3. DO YOU SEND OVERSEAS?
|
||||||
|
|
||||||
|
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||||
|
|
||||||
|
## 4. WHY ARE YOU MORE EXPENSIVE THAN OTHERS?
|
||||||
|
|
||||||
|
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
||||||
|
|
||||||
|
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
|
||||||
|
* Aliquam tincidunt mauris eu risus.
|
||||||
|
* Vestibulum auctor dapibus neque.
|
||||||
|
|
||||||
|
## 5. ANOTHER IMPORTANT QUESTION
|
||||||
|
|
||||||
|
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
||||||
|
|
||||||
|
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
|
||||||
|
* Aliquam tincidunt mauris eu risus.
|
||||||
|
* Vestibulum auctor dapibus neque.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
> In case you haven't found the answer for your question please feel free to contact us, our customer support will be happy to help you.
|
||||||
26
content/ilteam.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
+++
|
||||||
|
title = "Il Team"
|
||||||
|
type = "page"
|
||||||
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
## Il Team di STC Labs
|
||||||
|
|
||||||
|
**Esperienza, visione e tecnologia al servizio della tua azienda**
|
||||||
|
|
||||||
|
La forza di **STC Labs** non risiede solo nelle competenze tecnologiche: il nostro team unisce **altissima professionalità** a una profonda comprensione dei processi aziendali.
|
||||||
|
|
||||||
|
Non ci limitiamo a progettare software: **creiamo il sistema nervoso della tua azienda**, strumenti e flussi digitali che permettono alle persone e alle informazioni di muoversi in modo fluido, veloce e sicuro.
|
||||||
|
|
||||||
|
Siamo sviluppatori, consulenti e analisti con anni di esperienza nel mondo enterprise e digitale, e il nostro approccio è **artigianale e personalizzato**: ascoltiamo, analizziamo, costruiamo insieme.
|
||||||
|
|
||||||
|
Ogni progetto è per noi una **partnership**, dove tecnologia e strategia si incontrano per generare valore reale e duraturo.
|
||||||
|
|
||||||
|
|
||||||
|
### Variante più breve, ideale per layout a blocchi o landing page
|
||||||
|
|
||||||
|
**Il nostro team non realizza solo software.**
|
||||||
|
Creiamo il sistema nervoso digitale della tua azienda: flussi, strumenti e processi che fanno muovere le informazioni in modo rapido e sicuro.
|
||||||
|
|
||||||
|
Siamo un gruppo di sviluppatori, consulenti e analisti con anni di esperienza, unendo **competenza tecnica e comprensione profonda del business**.
|
||||||
|
|
||||||
23
content/imagessource.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
+++
|
||||||
|
title = "Immagini e altre risorse grafiche"
|
||||||
|
type = "page"
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Acknowledgement
|
||||||
|
|
||||||
|
|
||||||
|
Le fotografie utilizzate in questo sito vengono dalla piattaforma Unsplash e in particolare sono state realizzate dai seguenti autori:
|
||||||
|
|
||||||
|
- David Fintz
|
||||||
|
- Med Badr Chemmaoui
|
||||||
|
- Nahrizul Kadri
|
||||||
|
- Roma Kaiuk
|
||||||
|
- Shahadat Rahman
|
||||||
|
- John FlPc9
|
||||||
|
- Kaleidico
|
||||||
|
- Steve Johnson
|
||||||
|
- Daniil Komov
|
||||||
|
- Roman Synkevych
|
||||||
|
- Next Academy
|
||||||
|
|
||||||
|
|
||||||
17
content/socbenefit.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
+++
|
||||||
|
title = "Società Benefit"
|
||||||
|
type = "page"
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Il nostro impegno
|
||||||
|
|
||||||
|
|
||||||
|
Le **Società Benefit (SB)** rappresentano un’evoluzione significativa del concetto tradizionale di impresa. Accanto all’obiettivo di generare profitto, esse integrano nella propria missione statutaria l’impegno a creare un **impatto positivo e misurabile sulla società e sull’ambiente**, operando in modo responsabile, sostenibile e trasparente.
|
||||||
|
|
||||||
|
In questo contesto, **STC Labs**, in qualità di Società Benefit, incarna un vero e proprio cambiamento di paradigma. A differenza delle società tradizionali, orientate prevalentemente alla massimizzazione del valore economico e alla distribuzione di dividendi agli azionisti, le Società Benefit adottano una visione più ampia e moderna dell’attività d’impresa, nella quale la crescita economica è inscindibilmente legata al benessere collettivo.
|
||||||
|
|
||||||
|
STC Labs ha scelto di integrare formalmente nel proprio statuto, oltre agli obiettivi di redditività, l’ambizione di contribuire in modo concreto allo sviluppo sostenibile, alla valorizzazione delle persone e alla tutela dell’ambiente. La forma giuridica di Società Benefit costituisce uno **strumento legale solido e innovativo**, capace di garantire l’allineamento della missione aziendale nel lungo periodo e di favorire la creazione di **valore condiviso** per tutti gli stakeholder.
|
||||||
|
|
||||||
|
Questo modello consente di preservare l’identità e i valori dell’impresa anche in momenti di cambiamento, come aumenti di capitale, passaggi generazionali, cambi di leadership, operazioni di cessione o percorsi di quotazione in borsa. Al contempo, offre maggiore flessibilità strategica e una visione di lungo termine nelle decisioni aziendali, senza compromettere la coerenza della missione.
|
||||||
|
|
||||||
|
Le Società Benefit non sono imprese sociali né una semplice estensione del settore non profit. Rappresentano, piuttosto, una **trasformazione positiva dei modelli di impresa a scopo di lucro**, rendendoli più resilienti, responsabili e adeguati alle sfide e alle opportunità del XXI secolo. STC Labs crede fermamente che il futuro dell’impresa passi da qui: dalla capacità di coniugare innovazione, profitto e impatto positivo in un’unica, solida visione.
|
||||||
9
data/carousel/customizable.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
weight: 4
|
||||||
|
title: "Easy to customize"
|
||||||
|
description: >
|
||||||
|
<ul class="list-style-none">
|
||||||
|
<li>7 preprepared colour variations.</li>
|
||||||
|
<li>Easily to change fonts</li>
|
||||||
|
</ul>
|
||||||
|
image: "img/carousel/template-easy-code.png"
|
||||||
|
href: "https://devcows.github.io/hugo-universal-theme/"
|
||||||
10
data/carousel/design.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
weight: 3
|
||||||
|
title: "Design"
|
||||||
|
description: >
|
||||||
|
<ul class="list-style-none">
|
||||||
|
<li>Clean and elegant design</li>
|
||||||
|
<li>Full width and boxed mode</li>
|
||||||
|
<li>Easily readable Roboto font and awesome icons</li>
|
||||||
|
<li>7 preprepared colour variations</li>
|
||||||
|
</ul>
|
||||||
|
image: "img/carousel/template-easy-customize.png"
|
||||||
11
data/carousel/features.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
weight: 2
|
||||||
|
title: "46 HTML pages full of features"
|
||||||
|
description: >
|
||||||
|
<ul class="list-style-none">
|
||||||
|
<li>Sliders and carousels</li>
|
||||||
|
<li>4 Header variations</li>
|
||||||
|
<li>Google maps, Forms, Megamenu, CSS3 Animations and much more</li>
|
||||||
|
<li>+ 11 extra pages showing template features</li>
|
||||||
|
</ul>
|
||||||
|
image: "img/carousel/template-mac.png"
|
||||||
|
href: "faq"
|
||||||
4
data/carousel/multipurpose.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
weight: 1
|
||||||
|
title: "Multipurpose responsive theme"
|
||||||
|
description: "<p>Business. Corporate. Agency.<br>Portfolio. Blog. E-commerce.</p>"
|
||||||
|
image: "img/carousel/template-homepage.png"
|
||||||
3
data/clients/DTI.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name: "Del Taglia Irrigazione"
|
||||||
|
image: "img/clients/DTI.png"
|
||||||
|
url: "https://dti.it"
|
||||||
3
data/clients/GFEuropa.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name: "GF Europa"
|
||||||
|
image: "img/clients/GFEuropa.png"
|
||||||
|
url: "https://gfeuropa.it"
|
||||||
3
data/clients/HRE.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name: "HRE"
|
||||||
|
image: "img/clients/HRE.png"
|
||||||
|
url: "https://h-realestate.it"
|
||||||
3
data/clients/Helaglobe.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name: "Helaglobe"
|
||||||
|
image: "img/clients/helaglobe.png"
|
||||||
|
url: "https://helaglobe.com"
|
||||||
3
data/clients/RaguAi.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name: "Ragu AI"
|
||||||
|
image: "img/clients/ragu.png"
|
||||||
|
url: "https://ragu.ai"
|
||||||
3
data/clients/STCompany.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
name: "ST Company"
|
||||||
|
image: "img/clients/stcompany.png"
|
||||||
|
url: "https://stcompany.it"
|
||||||
5
data/cosafacciamo/consulting.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 4
|
||||||
|
name: "Consulting"
|
||||||
|
icon: "fas fa-lightbulb"
|
||||||
|
url: ""
|
||||||
|
description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."
|
||||||
5
data/cosafacciamo/email.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 5
|
||||||
|
name: "Email Marketing"
|
||||||
|
icon: "far fa-envelope"
|
||||||
|
url: ""
|
||||||
|
description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil."
|
||||||
5
data/cosafacciamo/print.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 2
|
||||||
|
name: "Print"
|
||||||
|
icon: "fas fa-print"
|
||||||
|
url: ""
|
||||||
|
description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil."
|
||||||
5
data/cosafacciamo/seo.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 3
|
||||||
|
name: "SEO and SEM"
|
||||||
|
icon: "fas fa-globe"
|
||||||
|
url: ""
|
||||||
|
description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect."
|
||||||
5
data/cosafacciamo/uiux.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 6
|
||||||
|
name: "UI/UX"
|
||||||
|
icon: "fas fa-user"
|
||||||
|
url: ""
|
||||||
|
description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect."
|
||||||
5
data/cosafacciamo/webdesign.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 1
|
||||||
|
name: "Webdesign"
|
||||||
|
icon: "fas fa-desktop"
|
||||||
|
url: ""
|
||||||
|
description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."
|
||||||
5
data/features/consulting.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 4
|
||||||
|
name: "Consulting"
|
||||||
|
icon: "fas fa-lightbulb"
|
||||||
|
url: ""
|
||||||
|
description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."
|
||||||
5
data/features/email.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 5
|
||||||
|
name: "Email Marketing"
|
||||||
|
icon: "far fa-envelope"
|
||||||
|
url: ""
|
||||||
|
description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil."
|
||||||
5
data/features/print.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 2
|
||||||
|
name: "Print"
|
||||||
|
icon: "fas fa-print"
|
||||||
|
url: ""
|
||||||
|
description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil."
|
||||||
5
data/features/seo.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 3
|
||||||
|
name: "SEO and SEM"
|
||||||
|
icon: "fas fa-globe"
|
||||||
|
url: ""
|
||||||
|
description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect."
|
||||||
5
data/features/uiux.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 6
|
||||||
|
name: "UI/UX"
|
||||||
|
icon: "fas fa-user"
|
||||||
|
url: ""
|
||||||
|
description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect."
|
||||||
5
data/features/webdesign.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
weight: 1
|
||||||
|
name: "Webdesign"
|
||||||
|
icon: "fas fa-desktop"
|
||||||
|
url: ""
|
||||||
|
description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."
|
||||||
4
data/testimonials/1.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections."
|
||||||
|
name: "John McIntyre"
|
||||||
|
position: "CEO, TransTech"
|
||||||
|
avatar: "img/testimonials/person-1.jpg"
|
||||||
4
data/testimonials/2.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections."
|
||||||
|
name: "John McIntyre"
|
||||||
|
position: "CEO, TransTech"
|
||||||
|
avatar: "img/testimonials/person-2.jpg"
|
||||||
4
data/testimonials/3.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections."
|
||||||
|
name: "John McIntyre"
|
||||||
|
position: "CEO, TransTech"
|
||||||
|
avatar: "img/testimonials/person-3.png"
|
||||||
4
data/testimonials/4.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections."
|
||||||
|
name: "John McIntyre"
|
||||||
|
position: "CEO, TransTech"
|
||||||
|
avatar: "img/testimonials/person-4.jpg"
|
||||||
4
data/testimonials/5.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections."
|
||||||
|
name: "John McIntyre"
|
||||||
|
position: "CEO, TransTech"
|
||||||
|
avatar: "img/testimonials/person-1.jpg"
|
||||||
363
hugo.toml
Normal file
@ -0,0 +1,363 @@
|
|||||||
|
baseURL = 'https://stclabs.it/'
|
||||||
|
languageCode = 'it-it'
|
||||||
|
title = 'STC Labs SRL SB'
|
||||||
|
theme = 'hugo-universal-theme'
|
||||||
|
|
||||||
|
|
||||||
|
# Site language. Available translations in the theme's `/i18n` directory.
|
||||||
|
defaultContentLanguage = "it"
|
||||||
|
|
||||||
|
# number of words of summarized post content (default 70)
|
||||||
|
summaryLength = 70
|
||||||
|
|
||||||
|
# not pluralize title pages by default
|
||||||
|
pluralizelisttitles = false
|
||||||
|
|
||||||
|
[services]
|
||||||
|
# Enable comments by entering your Disqus shortname
|
||||||
|
# [services.disqus]
|
||||||
|
# shortname = "devcows"
|
||||||
|
|
||||||
|
# Enable Google Analytics by entering your tracking code
|
||||||
|
[services.googleAnalytics]
|
||||||
|
id = ""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Define the number of posts per page
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 10
|
||||||
|
|
||||||
|
# Main menu
|
||||||
|
[menu]
|
||||||
|
|
||||||
|
|
||||||
|
# Menu: Link Home Page
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Home"
|
||||||
|
identifier = "menu.home"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
# Menu: Chi siamo
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Chi siamo"
|
||||||
|
identifier = "menu.chisiamo"
|
||||||
|
url = "/img/eat-sleep-code-repeat.jpg"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "STC Labs"
|
||||||
|
identifier = "section.stclabs"
|
||||||
|
url = ""
|
||||||
|
weight = 1
|
||||||
|
parent = "menu.chisiamo"
|
||||||
|
post = 1
|
||||||
|
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Chi siamo"
|
||||||
|
url = "/about"
|
||||||
|
weight = 1
|
||||||
|
parent = "section.stclabs"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Il team"
|
||||||
|
url = "/ilteam"
|
||||||
|
weight = 2
|
||||||
|
parent = "section.stclabs"
|
||||||
|
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Società benefit"
|
||||||
|
url = "/socbenefit"
|
||||||
|
weight = 3
|
||||||
|
parent = "section.stclabs"
|
||||||
|
|
||||||
|
|
||||||
|
# Menu: Soluzioni
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Soluzioni"
|
||||||
|
identifier = "menu.soluzioni"
|
||||||
|
url = "/img/template-homepage.png"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "eCommerce"
|
||||||
|
identifier = "section.ecommerce"
|
||||||
|
url = ""
|
||||||
|
weight = 1
|
||||||
|
parent = "menu.soluzioni"
|
||||||
|
post = 1
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "MyDesk"
|
||||||
|
url = ""
|
||||||
|
weight = 1
|
||||||
|
parent = "section.ecommerce"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Integrazioni custom"
|
||||||
|
url = ""
|
||||||
|
weight = 2
|
||||||
|
parent = "section.ecommerce"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "AI"
|
||||||
|
identifier = "section.ai"
|
||||||
|
url = ""
|
||||||
|
weight = 2
|
||||||
|
parent = "menu.soluzioni"
|
||||||
|
post = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "AI e processi aziendali"
|
||||||
|
url = ""
|
||||||
|
weight = 1
|
||||||
|
parent = "section.ai"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "AI"
|
||||||
|
url = ""
|
||||||
|
weight = 2
|
||||||
|
parent = "section.ai"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Tailored development"
|
||||||
|
identifier = "section.tailored"
|
||||||
|
url = ""
|
||||||
|
weight = 3
|
||||||
|
parent = "menu.soluzioni"
|
||||||
|
post = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Progettazione"
|
||||||
|
url = ""
|
||||||
|
weight = 1
|
||||||
|
parent = "section.tailored"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Sviluppo"
|
||||||
|
url = ""
|
||||||
|
weight = 1
|
||||||
|
parent = "section.tailored"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Menu: Blog
|
||||||
|
#[[menu.main]]
|
||||||
|
# name = "Blog"
|
||||||
|
# identifier = "menu.blog"
|
||||||
|
# url = "/blog/"
|
||||||
|
# weight = 5
|
||||||
|
|
||||||
|
#[[menu.main]]
|
||||||
|
# name = "FAQ"
|
||||||
|
# identifier = "menu.faq"
|
||||||
|
# url = "/faq/"
|
||||||
|
# weight = 6
|
||||||
|
|
||||||
|
# Menu: Contatti
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "contact"
|
||||||
|
name = "Contact"
|
||||||
|
url = "/contact/"
|
||||||
|
weight = 7
|
||||||
|
|
||||||
|
|
||||||
|
# Top bar social links menu
|
||||||
|
|
||||||
|
[[menu.topbar]]
|
||||||
|
weight = 1
|
||||||
|
name = "Phone"
|
||||||
|
url = "tel:+39 xxx yyy yyy yy"
|
||||||
|
pre = "<i class='fas fa-2x fa-phone'></i>"
|
||||||
|
|
||||||
|
#[[menu.topbar]]
|
||||||
|
# weight = 2
|
||||||
|
# name = "GitHub"
|
||||||
|
# url = "https://github.com/devcows/hugo-universal-theme"
|
||||||
|
# pre = "<i class='fab fa-2x fa-github'></i>"
|
||||||
|
|
||||||
|
#[[menu.topbar]]
|
||||||
|
# weight = 3
|
||||||
|
# name = "Facebook"
|
||||||
|
# url = "https://facebook.com"
|
||||||
|
# pre = "<i class='fab fa-2x fa-facebook'></i>"
|
||||||
|
|
||||||
|
[[menu.topbar]]
|
||||||
|
weight = 4
|
||||||
|
name = "Linkedin"
|
||||||
|
url = "https://www.linkedin.com/company/stc-labs-s-r-l-societ%C3%A0-benefit/"
|
||||||
|
pre = "<i class='fab fa-2x fa-linkedin'></i>"
|
||||||
|
|
||||||
|
[[menu.topbar]]
|
||||||
|
weight = 5
|
||||||
|
name = "Email"
|
||||||
|
url = "mailto:info@stclabs.it"
|
||||||
|
pre = "<i class='fas fa-2x fa-envelope'></i>"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
viewMorePostLink = "/blog/"
|
||||||
|
author = "DevCows"
|
||||||
|
defaultKeywords = ["devcows", "hugo", "go"]
|
||||||
|
mainSections = ["blog"]
|
||||||
|
defaultDescription = "Site template made by Devcows using Hugo"
|
||||||
|
|
||||||
|
# Social media
|
||||||
|
# facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')
|
||||||
|
# twitter_site = "GoHugoIO" # the Twitter handle of your site (without the '@')
|
||||||
|
default_sharing_image = "img/sharing-default.png"
|
||||||
|
|
||||||
|
# Google Maps widget: If `googleMapsApiKey` is not set, no key will be passed to Google (which likely results in a broken map widget).
|
||||||
|
# enableGoogleMaps = true
|
||||||
|
# googleMapsApiKey = "AIzaSyAv7Sza8NSp9_l_g8G2vlo0H4ydEPn_2jY"
|
||||||
|
# latitude = "-12.043333"
|
||||||
|
# longitude = "-77.028333"
|
||||||
|
|
||||||
|
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
|
||||||
|
style = "red"
|
||||||
|
|
||||||
|
# Since this template is static, the contact form uses www.formspree.io as a
|
||||||
|
# proxy. The form makes a POST request to their servers to send the actual
|
||||||
|
# email. Visitors can send up to a 50 emails each month for free.
|
||||||
|
#
|
||||||
|
# What you need to do for the setup?
|
||||||
|
#
|
||||||
|
# - register your account to https://formspree.io/register
|
||||||
|
# - login and create new form
|
||||||
|
# - set your form's endpoint url under 'formspree_action' below
|
||||||
|
# - upload the generated site to your server
|
||||||
|
# - test a dummy email yourself
|
||||||
|
# - you're done. Happy mailing!
|
||||||
|
#
|
||||||
|
# Enable the contact form by entering your Formspree.io endpoint url
|
||||||
|
formspree_action = "https://formspree.io/sample/of/endpoint"
|
||||||
|
contact_form_ajax = false
|
||||||
|
|
||||||
|
# Formspree form supports Google reCAPTCHA Key (type v2).
|
||||||
|
# If you use this feature, you should enable reCAPTCHA feature in the Formspree dashboard.
|
||||||
|
#
|
||||||
|
# By default, Formspree use a redirect page for recaptcha widget.
|
||||||
|
# If you use a recaptcha widget in your contact page, you should do next steps.
|
||||||
|
# (if you don't want, skip these steps)
|
||||||
|
#
|
||||||
|
# 1. register your site on Google recaptcha admin page: https://www.google.com/recaptcha/admin
|
||||||
|
# 2. select reCAPTCHA v2 and checkbox widget type.
|
||||||
|
# 3. remember site key and secret key.
|
||||||
|
# 4. enter secret key into "Custom reCAPTCHA Key" field in your Formspree form setting page.
|
||||||
|
# 5. change `enableRecaptchaInContactForm` is to true
|
||||||
|
# 6. enter site key into `googleRecaptchaKey` to enable a recaptcha widget in your page.
|
||||||
|
#
|
||||||
|
enableRecaptchaInContactForm = false
|
||||||
|
googleRecaptchaKey = "site_key_for_google_recaptcha"
|
||||||
|
|
||||||
|
about_us = "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>"
|
||||||
|
copyright = "Copyright (c) 2025-2026, STC Labs Srl SB; all rights reserved."
|
||||||
|
|
||||||
|
# Format dates with Go's time formatting
|
||||||
|
date_format = "January 2, 2006"
|
||||||
|
|
||||||
|
dropdown_mouse_over = false
|
||||||
|
|
||||||
|
disabled_logo = false
|
||||||
|
logo_text = "STC Labs"
|
||||||
|
|
||||||
|
logo = "img/logo-stclabs.png"
|
||||||
|
logo_small = "img/logosmall-stclabs.png"
|
||||||
|
contact_url = "/contact"
|
||||||
|
address = """<p class="text-uppercase"><strong>STC Labs s.r.l. Società Benefit</strong>
|
||||||
|
<br>Via Luigi Casale n. 7
|
||||||
|
<br>05100 Terni (TR)
|
||||||
|
<br>Email: info@stclabs.it
|
||||||
|
<br>P.IVA e CF: 01742190554
|
||||||
|
</p>
|
||||||
|
"""
|
||||||
|
|
||||||
|
[permalinks]
|
||||||
|
blog = "/blog/:year/:month/:day/:contentbasename/"
|
||||||
|
|
||||||
|
# Enable or disable top bar with social icons
|
||||||
|
[params.topbar]
|
||||||
|
enable = true
|
||||||
|
text = """<p class="hidden-sm hidden-xs">Contattaci: +39 xxx yyy yyy yy - info@stclabs.it.</p>
|
||||||
|
<p class="hidden-md hidden-lg"><a href="tel:+39 xxx yyy yyy yy" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
|
||||||
|
<a href="mailto:info@stclabs.it" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
|
||||||
|
</p>
|
||||||
|
"""
|
||||||
|
|
||||||
|
# Enable and disable widgets for the right sidebar
|
||||||
|
[params.widgets]
|
||||||
|
categories = true
|
||||||
|
tags = true
|
||||||
|
search = true
|
||||||
|
|
||||||
|
[params.carouselCustomers]
|
||||||
|
items = 6
|
||||||
|
auto_play = false
|
||||||
|
slide_speed = 2000
|
||||||
|
pagination_speed = 1000
|
||||||
|
|
||||||
|
[params.carouselTestimonials]
|
||||||
|
items = 4
|
||||||
|
auto_play = false
|
||||||
|
slide_speed = 2000
|
||||||
|
pagination_speed = 1000
|
||||||
|
|
||||||
|
[params.carouselHomepage]
|
||||||
|
# All carousel items are defined in their own files. You can find example items
|
||||||
|
# at 'exampleSite/data/carousel'.
|
||||||
|
# For more information take a look at the README.
|
||||||
|
enable = true
|
||||||
|
auto_play = true
|
||||||
|
slide_speed = 2000
|
||||||
|
pagination_speed = 1000
|
||||||
|
|
||||||
|
[params.features]
|
||||||
|
enable = true
|
||||||
|
cols = 3 # Default: 3, Available values 2,3,4,6
|
||||||
|
# All features are defined in their own files. You can find example items
|
||||||
|
# at 'exampleSite/data/features'.
|
||||||
|
# For more information take a look at the README.
|
||||||
|
|
||||||
|
[params.testimonials]
|
||||||
|
enable = true
|
||||||
|
# All testimonials are defined in their own files. You can find example items
|
||||||
|
# at 'exampleSite/data/testimonials'.
|
||||||
|
# For more information take a look at the README.
|
||||||
|
title = "Testimonials"
|
||||||
|
subtitle = "We have worked with many clients and we always like to hear they come out from the cooperation happy and satisfied. Have a look what our clients said about us."
|
||||||
|
|
||||||
|
[params.see_more]
|
||||||
|
enable = true
|
||||||
|
icon = "far fa-file-alt"
|
||||||
|
title = "Do you want to see more?"
|
||||||
|
subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
|
||||||
|
link_url = "#"
|
||||||
|
link_text = "Check other homepages"
|
||||||
|
|
||||||
|
[params.clients]
|
||||||
|
enable = true
|
||||||
|
# All clients are defined in their own files. You can find example items
|
||||||
|
# at 'exampleSite/data/clients'.
|
||||||
|
# For more information take a look at the README.
|
||||||
|
title = "Clienti e Partner"
|
||||||
|
subtitle = ""
|
||||||
|
|
||||||
|
[params.recent_posts]
|
||||||
|
enable = true
|
||||||
|
title = "From our blog"
|
||||||
|
subtitle = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo."
|
||||||
|
hide_summary = false
|
||||||
|
|
||||||
|
[params.footer.recent_posts]
|
||||||
|
enable = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
category = "categories"
|
||||||
|
tag = "tags"
|
||||||
|
author = "authors"
|
||||||
@ -0,0 +1 @@
|
|||||||
|
{"Target":"/ananke/css/main.min.css","MediaType":"text/css","Data":{}}
|
||||||
17
static/css/custom.css
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
/* your styles go here */
|
||||||
|
/* Example site test */
|
||||||
|
|
||||||
|
.box-image-text .image {
|
||||||
|
min-height: 190px;
|
||||||
|
max-height: 190px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-image-text .image img {
|
||||||
|
max-height: 190px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box-simple {
|
||||||
|
min-height: 230px;
|
||||||
|
}
|
||||||
|
|
||||||
BIN
static/img/ai-1.jpg
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
static/img/ai-2.jpg
Normal file
|
After Width: | Height: | Size: 340 KiB |
BIN
static/img/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
static/img/banners/banner-1.jpg
Normal file
|
After Width: | Height: | Size: 202 KiB |
BIN
static/img/banners/banner-2.jpg
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
static/img/banners/banner-3.jpg
Normal file
|
After Width: | Height: | Size: 176 KiB |
BIN
static/img/banners/banner-4.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
static/img/banners/banner-5.jpg
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
static/img/carousel/template-easy-code.png
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
static/img/carousel/template-easy-customize-less.png
Normal file
|
After Width: | Height: | Size: 117 KiB |
BIN
static/img/carousel/template-easy-customize.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
static/img/carousel/template-homepage.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
static/img/carousel/template-mac.png
Normal file
|
After Width: | Height: | Size: 145 KiB |
BIN
static/img/carousel/template-tablets-2.png
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
static/img/carousel/template-tablets.png
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
static/img/clients/DTI.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/img/clients/GFEuropa.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
static/img/clients/HRE.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
static/img/clients/helaglobe.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
40
static/img/clients/helaglobe.svg
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<svg width="210" height="46" viewBox="0 0 210 46" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_2084_860)">
|
||||||
|
<path d="M18.241 36.1549C18.241 34.618 18.2393 33.0811 18.2427 31.5442C18.2427 31.2523 18.2588 30.9596 18.28 30.6677C18.3869 29.2023 19.7522 27.8042 21.3905 27.7882C21.6364 27.7857 21.8823 27.7823 22.1282 27.7823C24.5636 27.7823 26.9991 27.7891 29.4345 27.7781C30.196 27.7748 30.9592 27.7411 31.7181 27.6797C32.1056 27.6486 32.494 27.5535 32.8663 27.4391C33.6939 27.1842 34.246 26.6248 34.5665 25.8316C34.854 25.1182 34.96 24.367 34.971 23.6116C34.9947 21.9283 34.9956 20.2451 34.9668 18.5618C34.9574 18.0302 34.865 17.4926 34.7429 16.9728C34.3528 15.3105 33.2716 14.5812 31.7783 14.4845C30.4801 14.4003 29.1725 14.4643 27.8691 14.4718C27.6995 14.4727 27.5299 14.5215 27.362 14.5576C26.0934 14.8352 25.5066 15.4763 25.3675 16.7541C25.3311 17.0931 25.3302 17.4363 25.3285 17.777C25.3243 18.9235 25.3268 20.0701 25.326 21.2167C25.326 21.3874 25.3311 21.5582 25.3226 21.729C25.2564 23.1675 24.2194 24.2181 22.7735 24.2417C21.0275 24.2703 19.2798 24.277 17.5338 24.24C15.893 24.2055 15.0144 22.8789 15.0314 21.7744C15.0492 20.6034 15.0407 19.4325 15.0263 18.2615C15.0212 17.8485 14.9916 17.4321 14.9263 17.0241C14.7456 15.8935 14.0749 15.1835 12.9581 14.911C12.579 14.8184 12.1839 14.7705 11.7929 14.7486C11.2782 14.7192 10.7601 14.7326 10.2437 14.7326C8.12794 14.7318 6.01221 14.7293 3.89732 14.7343C3.4004 14.7351 2.9162 14.6712 2.44896 14.5072C1.00145 13.9991 0.0245633 12.6994 0.0118435 11.1743C-0.00935623 8.6372 0.00505957 6.1001 0.00675554 3.56301C0.00760353 1.77711 1.51024 0.0349637 3.59798 0.0172983C6.08259 -0.0028908 8.56804 0.0425346 11.0518 0.000474044C12.6545 -0.0264447 14.6668 1.09237 14.8279 3.53945C14.8423 3.75817 14.8364 3.97857 14.8364 4.19812C14.8364 6.07655 14.8253 7.95498 14.844 9.8334C14.8499 10.4155 14.8957 11.0035 14.9924 11.5772C15.2197 12.9257 16.0914 13.6576 17.4083 13.8956C17.8662 13.9789 18.336 14.0159 18.8016 14.0294C19.5393 14.0512 20.2779 14.0437 21.0157 14.0327C21.6313 14.0235 22.241 13.9553 22.8371 13.7879C23.9455 13.4758 24.5806 12.7322 24.8011 11.637C24.8867 11.2096 24.9232 10.7663 24.93 10.3297C24.9478 9.23194 24.9351 8.13415 24.9368 7.03637C24.9368 6.79242 24.9334 6.54763 24.9571 6.30536C25.0928 4.93418 26.3207 4.10307 27.2365 4.0854C27.384 4.08288 27.5316 4.07278 27.6791 4.07278C29.3276 4.07194 30.9753 4.06521 32.6238 4.07783C32.9638 4.08035 33.3234 4.09802 33.6388 4.20738C34.6937 4.5733 35.2568 5.34974 35.3797 6.44248C35.4018 6.63511 35.3874 6.8328 35.3882 7.02796C35.3891 8.10135 35.3712 9.17557 35.3975 10.2481C35.4103 10.7571 35.4603 11.2736 35.5739 11.769C35.8334 12.9013 36.5355 13.6836 37.6549 14.0386C38.1654 14.2001 38.7055 14.291 39.2398 14.3516C39.7511 14.4096 40.2709 14.3961 40.7873 14.3987C42.2145 14.4037 43.6408 14.4029 45.068 14.3987C45.5386 14.3978 46.0016 14.4424 46.4494 14.5888C47.7917 15.027 48.6923 16.214 48.7924 17.6642C48.7974 17.7374 48.7966 17.8106 48.7966 17.8838C48.7966 20.1525 48.8059 22.4213 48.7873 24.69C48.7839 25.0736 48.7092 25.4707 48.5888 25.8358C48.0877 27.3575 46.6291 28.1028 45.5386 28.0978C43.8655 28.0894 42.1933 28.0902 40.5202 28.1071C39.858 28.1138 39.1957 28.1752 38.5334 28.2139C38.4113 28.2215 38.2883 28.2349 38.1679 28.2576C36.4685 28.5815 35.6511 29.3806 35.3517 31.0976C35.2474 31.694 35.2305 32.3106 35.2279 32.9179C35.2152 35.577 35.2237 38.2361 35.2203 40.8952C35.2203 41.1871 35.2025 41.4798 35.1677 41.7692C35.0176 43.0142 34.0051 44.4299 32.0505 44.5914C31.8792 44.6057 31.7062 44.6007 31.5341 44.6007C28.3363 44.6007 25.1386 44.6041 21.94 44.5965C21.5736 44.5956 21.2031 44.557 20.8435 44.4922C19.4715 44.2432 18.3648 42.9797 18.2775 41.6413C18.2588 41.3494 18.2453 41.0567 18.2453 40.7648C18.2419 39.2279 18.2436 37.691 18.2436 36.1541L18.241 36.1549Z" fill="#00516E"/>
|
||||||
|
<path d="M169.907 13.8791C171.347 13.8505 172.792 14.1029 174.154 14.7254C177.029 16.0394 178.599 18.3098 179.064 21.3811C179.271 22.7522 179.21 24.115 178.848 25.4458C178.092 28.2209 176.376 30.186 173.638 31.1879C171.071 32.1284 168.467 32.1309 165.923 31.1332C162.809 29.9118 161.117 27.5497 160.631 24.295C160.427 22.9238 160.493 21.5611 160.864 20.232C161.747 17.0715 163.83 15.0871 167.004 14.2106C167.936 13.9532 168.888 13.8673 169.908 13.8783L169.907 13.8791ZM175.324 22.8885C175.249 22.3585 175.221 21.8176 175.093 21.3011C174.595 19.3125 173.361 17.9969 171.349 17.461C170.535 17.244 169.704 17.2112 168.862 17.3584C166.937 17.6932 165.572 18.7253 164.856 20.5314C164.236 22.0936 164.249 23.6835 164.873 25.2447C165.497 26.8001 166.667 27.7768 168.278 28.2369C169.02 28.4489 169.788 28.4901 170.547 28.3942C172.685 28.1225 174.184 27.0096 174.933 24.9781C175.18 24.3093 175.296 23.6111 175.324 22.8885Z" fill="#00516E"/>
|
||||||
|
<path d="M181.893 31.4014C181.874 31.1104 181.849 30.895 181.846 30.6805C181.759 24.7348 181.804 15.1172 181.93 14.398C182.077 14.3711 182.239 14.3164 182.401 14.3164C184.788 14.3248 187.175 14.3206 189.56 14.3669C190.192 14.3787 190.824 14.5301 191.449 14.6554C191.759 14.7177 192.063 14.8396 192.348 14.9776C193.758 15.6565 194.525 16.7627 194.553 18.334C194.56 18.6983 194.561 19.0709 194.496 19.4276C194.27 20.6768 193.503 21.518 192.383 22.0757C192.187 22.1733 191.994 22.2768 191.802 22.3819C191.787 22.3904 191.788 22.4265 191.771 22.4863C191.995 22.5544 192.219 22.6259 192.447 22.6924C193.744 23.0717 195.182 24.1569 195.351 26.2734C195.5 28.1451 194.754 29.5398 193.119 30.4736C192.341 30.9186 191.49 31.1667 190.608 31.2769C189.903 31.3652 189.188 31.4107 188.476 31.4182C186.582 31.4368 184.688 31.425 182.793 31.4241C182.526 31.4241 182.259 31.4115 181.895 31.4023L181.893 31.4014ZM185.574 24.363C185.572 25.0713 185.555 25.7014 185.574 26.3306C185.592 26.9531 185.486 27.5848 185.647 28.1972C185.748 28.2275 185.815 28.2662 185.884 28.2671C187.06 28.2704 188.237 28.2889 189.413 28.2561C189.769 28.246 190.141 28.1375 190.473 27.9962C191.258 27.6631 191.683 26.9531 191.643 26.1438C191.605 25.4011 191.164 24.8282 190.325 24.5758C189.814 24.4227 189.273 24.3285 188.74 24.3016C187.86 24.257 186.976 24.2856 186.094 24.2907C185.953 24.2907 185.813 24.3285 185.575 24.363H185.574ZM185.642 21.084C185.769 21.1142 185.884 21.1656 186 21.1664C186.859 21.1714 187.718 21.1815 188.576 21.158C189.017 21.1454 189.455 21.0697 189.855 20.8577C190.531 20.5002 190.841 19.9416 190.817 19.187C190.793 18.4417 190.403 17.9605 189.729 17.6871C189.27 17.5012 188.783 17.4255 188.291 17.418C187.555 17.4062 186.818 17.4121 186.082 17.4188C185.942 17.4205 185.802 17.4625 185.673 17.4844C185.633 17.5887 185.586 17.6552 185.586 17.7216C185.579 18.7437 185.576 19.7658 185.577 20.7878C185.577 20.8795 185.616 20.9721 185.642 21.0848V21.084Z" fill="#00516E"/>
|
||||||
|
<path d="M141.195 24.7246C140.211 24.7145 139.257 24.7044 138.318 24.6943C138.164 24.1879 138.129 22.3549 138.249 21.3614C138.401 21.3362 138.565 21.2849 138.728 21.284C140.574 21.2782 142.419 21.2782 144.263 21.2824C144.43 21.2824 144.597 21.3219 144.805 21.348C144.83 21.5566 144.873 21.745 144.873 21.9326C144.877 24.5185 144.876 27.1044 144.873 29.6911C144.873 29.8594 144.841 30.0268 144.822 30.2118C144.643 30.3094 144.478 30.412 144.302 30.4928C142.771 31.1986 141.158 31.6007 139.478 31.7428C138.841 31.7967 138.202 31.8572 137.565 31.8514C136.228 31.8387 134.917 31.6419 133.675 31.1271C130.647 29.8703 128.943 27.594 128.446 24.3974C128.221 22.9539 128.29 21.5204 128.693 20.1207C129.588 17.0191 131.665 15.0902 134.77 14.2187C135.578 13.9916 136.407 13.8974 137.247 13.8797C138.681 13.8494 140.095 13.9605 141.479 14.36C142.581 14.6789 143.563 15.2038 144.414 15.9583C144.181 16.4151 142.585 18.1842 141.834 18.8252C141.731 18.7436 141.617 18.6603 141.511 18.5686C140.218 17.449 138.683 17.1638 137.032 17.3068C135.847 17.4094 134.793 17.841 133.912 18.6519C132.97 19.52 132.462 20.6161 132.29 21.8569C132.15 22.8537 132.201 23.8472 132.509 24.8239C133.231 27.1103 135.236 28.3385 137.299 28.42C138.471 28.4663 139.603 28.304 140.683 27.8388C140.818 27.7807 140.965 27.7361 141.081 27.6503C141.17 27.583 141.249 27.4695 141.277 27.3626C141.347 27.101 141.282 25.1713 141.196 24.7246H141.195Z" fill="#00516E"/>
|
||||||
|
<path d="M66.8884 24.0103C66.6926 24.3139 66.7485 24.5899 66.7485 24.8523C66.7434 26.7551 66.7485 28.6588 66.7434 30.5616C66.7434 30.8241 66.7875 31.0958 66.6637 31.3364C66.071 31.4516 63.8136 31.4592 63.0886 31.3448C63.0725 31.2195 63.0479 31.0815 63.0377 30.9419C63.0284 30.8207 63.0343 30.6979 63.0343 30.5759C63.0343 25.4521 63.0343 20.3283 63.0352 15.2036C63.0352 14.9403 63.0547 14.6779 63.0666 14.375C63.6907 14.2581 64.2783 14.3153 64.86 14.3145C65.446 14.3136 66.0354 14.2631 66.6205 14.3616C66.7977 14.6215 66.74 14.8974 66.7417 15.1574C66.7477 16.7186 66.7417 18.2808 66.7485 19.8421C66.7494 20.1037 66.6875 20.3813 66.8605 20.6177C67.4303 20.7178 73.4815 20.7279 74.1574 20.6294C74.3338 20.4225 74.2693 20.1685 74.2702 19.9329C74.2761 18.3716 74.2736 16.8095 74.2736 15.2482C74.2736 14.9824 74.2736 14.7174 74.2736 14.4255C74.4279 14.3818 74.5398 14.3237 74.6518 14.3229C75.66 14.317 76.6691 14.3195 77.6774 14.3246C77.7478 14.3246 77.819 14.3582 77.9301 14.386C77.9581 14.5365 77.9971 14.6972 78.014 14.8604C78.0285 15.0051 78.0183 15.1531 78.0183 15.2995C78.0183 20.3502 78.02 25.4008 78.0149 30.4514C78.0149 30.7602 78.0963 31.0874 77.8962 31.3709C77.1754 31.4558 74.9384 31.4432 74.3312 31.3456C74.2405 31.1042 74.2753 30.8359 74.2753 30.5742C74.2719 28.6714 74.2753 26.7678 74.271 24.8649C74.271 24.6025 74.3109 24.3316 74.1879 24.0363C74.048 24.0178 73.9081 23.9834 73.7673 23.9825C71.6024 23.9791 69.4375 23.9791 67.2717 23.9808C67.1505 23.9808 67.0292 23.9993 66.8876 24.0103H66.8884Z" fill="#00516E"/>
|
||||||
|
<path d="M201.616 17.8074C201.607 18.8539 201.579 19.8684 201.635 20.8888C201.931 21.0326 202.205 20.9855 202.468 20.9863C204.386 20.9914 206.304 20.9863 208.222 20.9922C208.486 20.9922 208.762 20.935 209.044 21.089C209.188 21.4229 209.11 21.7922 209.122 22.1497C209.135 22.5148 209.133 22.8816 209.122 23.2467C209.112 23.6084 209.177 23.9769 209.049 24.3453C208.814 24.4622 208.565 24.416 208.327 24.416C206.384 24.4193 204.441 24.416 202.5 24.4202C202.235 24.4202 201.962 24.3806 201.676 24.4892C201.551 24.8736 201.618 25.2639 201.607 25.6458C201.596 26.0109 201.597 26.3777 201.607 26.7428C201.616 27.1264 201.563 27.5158 201.672 27.9415C202.144 28.0231 202.608 27.9793 203.069 27.9861C203.511 27.9928 203.954 27.9878 204.396 27.9878H209.878C209.925 28.124 209.996 28.2325 209.997 28.3411C210.004 29.2672 210 30.1934 209.994 31.1204C209.994 31.1886 209.952 31.2567 209.919 31.3585C209.675 31.4721 209.402 31.4224 209.141 31.4233C206.116 31.4275 203.092 31.4258 200.068 31.4258C199.526 31.4258 198.985 31.4283 198.444 31.4241C198.278 31.4224 198.111 31.4022 198.001 31.3947C197.932 31.3299 197.91 31.3164 197.898 31.2962C197.886 31.2761 197.881 31.25 197.881 31.2256C197.872 25.7636 197.864 20.3024 197.858 14.8405C197.858 14.7193 197.876 14.5982 197.891 14.477C197.893 14.4569 197.92 14.44 197.956 14.3988C197.998 14.382 198.064 14.3332 198.13 14.3332C201.818 14.3256 205.506 14.3223 209.194 14.3223C209.287 14.3223 209.38 14.3643 209.462 14.3845C209.6 14.9557 209.61 16.9418 209.477 17.6291C209.241 17.746 208.968 17.6964 208.707 17.6972C206.641 17.7023 204.576 17.698 202.511 17.7023C202.245 17.7023 201.972 17.6627 201.616 17.8091V17.8074Z" fill="#00516E"/>
|
||||||
|
<path d="M85.5968 24.4816C85.5611 24.564 85.5086 24.6296 85.5077 24.6961C85.4992 25.671 85.495 26.6468 85.4967 27.6218C85.4967 27.7135 85.5408 27.8052 85.5705 27.9213C86.2624 28.0492 86.9493 27.9684 87.6302 27.9827C88.3188 27.997 89.0074 27.9861 89.6968 27.9861H93.7722C93.9749 28.5615 93.8638 29.1225 93.8774 29.6702C93.8918 30.2245 93.9121 30.7831 93.8562 31.2853C93.7824 31.3501 93.7654 31.3694 93.7451 31.3812C93.7247 31.393 93.7001 31.4022 93.6772 31.4022C89.963 31.4098 86.2489 31.4165 82.5347 31.4224C82.3625 31.4224 82.1904 31.4165 82.0191 31.4056C81.9742 31.4031 81.9318 31.3719 81.8368 31.3324C81.8207 31.2222 81.7944 31.0842 81.7825 30.9446C81.7723 30.8235 81.7783 30.7007 81.7783 30.5787C81.7783 25.4313 81.7783 20.2839 81.78 15.1357C81.78 14.8968 81.8029 14.6587 81.8147 14.4131C82.1039 14.2735 82.377 14.3113 82.6407 14.3113C84.9285 14.308 87.2164 14.3096 89.5043 14.3096C90.5371 14.3096 91.5708 14.308 92.6037 14.3113C92.8454 14.3113 93.087 14.3307 93.3135 14.3408C93.4652 14.8623 93.5 16.5624 93.3889 17.5836C93.1608 17.7704 92.8784 17.6913 92.6189 17.6922C90.5524 17.6997 88.4859 17.6955 86.4202 17.6972C86.1539 17.6972 85.8868 17.7115 85.6163 17.7199C85.5662 17.852 85.5111 17.9386 85.5026 18.0295C85.4356 18.7285 85.4814 20.4059 85.5781 20.8963C85.8096 21.0368 86.0852 20.9838 86.3472 20.9847C88.2662 20.9897 90.1844 20.9847 92.1034 20.9897C92.3696 20.9897 92.6444 20.9392 92.9369 21.0822C93.0582 21.4154 92.9929 21.7813 93.0031 22.1388C93.0133 22.5047 93.0082 22.8707 93.0048 23.2366C93.0014 23.5975 92.9912 23.9592 92.9844 24.294C92.7114 24.4757 92.4595 24.4126 92.2212 24.4134C90.2777 24.4185 88.3349 24.4151 86.3913 24.4185C86.1259 24.4185 85.8537 24.3806 85.5985 24.4824L85.5968 24.4816Z" fill="#00516E"/>
|
||||||
|
<path d="M122.637 27.841C122 27.7611 116.807 27.7434 115.883 27.8149C115.809 27.9554 115.706 28.1169 115.636 28.2919C115.307 29.1062 114.988 29.9247 114.662 30.7407C114.572 30.9644 114.466 31.1823 114.367 31.4027H110.424C110.322 31.1478 110.474 30.9661 110.557 30.7751C111.549 28.4913 112.543 26.209 113.538 23.9268C114.815 20.9952 116.092 18.0636 117.37 15.1328C117.477 14.8872 117.591 14.6441 117.695 14.4144C118.253 14.2865 119.96 14.2655 120.851 14.3774C121.496 15.7334 122.083 17.15 122.702 18.5523C123.333 19.9816 123.957 21.4133 124.586 22.8442C125.204 24.2524 125.833 25.6555 126.441 27.0679C127.046 28.4744 127.697 29.8633 128.251 31.242C128.21 31.3261 128.204 31.3531 128.187 31.369C128.171 31.3842 128.144 31.396 128.121 31.396C126.819 31.3968 125.518 31.3968 124.172 31.3968C124.09 31.2437 123.985 31.0805 123.912 30.9055C123.593 30.1392 123.286 29.3686 122.971 28.6015C122.869 28.3541 122.756 28.111 122.637 27.8418V27.841ZM119.222 19.3288C119.088 19.4894 119.024 19.5366 119 19.5996C118.39 21.1399 117.784 22.681 117.182 24.2246C117.142 24.3273 117.147 24.4467 117.131 24.5577C117.799 24.6604 120.605 24.657 121.211 24.5577C121.217 24.4921 121.247 24.4147 121.225 24.3559C120.594 22.6978 119.938 21.0499 119.222 19.3296V19.3288Z" fill="#00516E"/>
|
||||||
|
<path d="M97.2057 14.4356C97.3211 14.386 97.3855 14.3338 97.4516 14.333C98.4353 14.322 99.419 14.3153 100.403 14.3145C100.546 14.3145 100.689 14.3498 100.839 14.37C100.99 14.6619 100.93 14.9588 100.931 15.244C100.935 19.1725 100.933 23.1001 100.935 27.0285C100.935 27.3162 100.903 27.609 100.995 27.9059C101.267 28.0279 101.54 27.9833 101.804 27.9841C103.6 27.9884 105.396 27.9858 107.192 27.9875C107.432 27.9875 107.673 28.0052 107.901 28.0136C108.04 28.557 108.063 30.5608 107.942 31.3431C107.707 31.4743 107.432 31.4205 107.17 31.4205C104.119 31.4247 101.069 31.4239 98.0181 31.4222C97.7764 31.4222 97.5347 31.407 97.26 31.3978C97.2312 31.2262 97.1964 31.0882 97.1862 30.9486C97.1743 30.7787 97.182 30.607 97.182 30.4363C97.182 25.3856 97.182 20.335 97.1828 15.2852C97.1828 14.9975 97.1981 14.7098 97.2057 14.4347V14.4356Z" fill="#00516E"/>
|
||||||
|
<path d="M159.176 27.9877C159.3 28.6892 159.3 30.7283 159.183 31.3794C158.319 31.4812 157.437 31.4089 156.561 31.4215C155.675 31.435 154.789 31.4249 153.904 31.4249C153.019 31.4249 152.132 31.4257 151.247 31.4249C150.366 31.424 149.485 31.4307 148.569 31.419C148.528 31.2339 148.482 31.0993 148.471 30.9614C148.455 30.767 148.462 30.571 148.462 30.3759C148.462 25.3749 148.462 20.3739 148.463 15.3729C148.463 15.0608 148.485 14.7478 148.498 14.4206C149.142 14.2153 149.757 14.3306 150.362 14.3171C150.944 14.3037 151.531 14.27 152.129 14.3642C152.226 14.6873 152.194 14.98 152.194 15.2669C152.197 19.1701 152.195 23.0733 152.197 26.9765C152.197 27.2668 152.207 27.5561 152.211 27.811C152.45 28.0566 152.71 27.9826 152.946 27.9835C154.742 27.9894 156.537 27.9868 158.333 27.9868C158.602 27.9868 158.871 27.9868 159.177 27.9868L159.176 27.9877Z" fill="#00516E"/>
|
||||||
|
<path d="M63.0063 44.4677V37.8516H63.5016V44.4677H63.0063Z" fill="#C96042"/>
|
||||||
|
<path d="M72.324 44.4689V41.6054C72.324 40.5656 71.7813 39.9608 70.885 39.9608C70.0658 39.9608 69.351 40.585 69.351 41.6617V44.4689H68.8837V41.5768C68.8837 40.5749 68.3309 39.9608 67.4642 39.9608C66.5976 39.9608 65.9115 40.7171 65.9115 41.6903V44.4689H65.4443V39.6487H65.9115V40.5084C66.2262 40.0079 66.6646 39.5352 67.5312 39.5352C68.3978 39.5352 68.9032 40.0172 69.1704 40.5749C69.485 40.0365 70.009 39.5352 70.9232 39.5352C72.0756 39.5352 72.7904 40.3385 72.7904 41.5482V44.4689H72.3232H72.324Z" fill="#C96042"/>
|
||||||
|
<path d="M76.9719 44.5813C76.0001 44.5813 75.3709 44.0337 74.9715 43.428V45.9794H74.5042V39.6468H74.9715V40.7244C75.3904 40.0909 76.0102 39.5332 76.9719 39.5332C78.1438 39.5332 79.3344 40.4686 79.3344 42.0375V42.0568C79.3344 43.6257 78.1438 44.5805 76.9719 44.5805V44.5813ZM78.8298 42.0577C78.8298 40.7908 77.9437 39.9782 76.9244 39.9782C75.9051 39.9782 74.9426 40.8194 74.9426 42.0476V42.0661C74.9426 43.3044 75.9144 44.1355 76.9244 44.1355C77.9343 44.1355 78.8298 43.37 78.8298 42.0753V42.0568V42.0577Z" fill="#C96042"/>
|
||||||
|
<path d="M83.364 40.0826C82.2396 40.0826 81.2584 40.9238 81.2584 42.4926V44.4678H80.7912V39.6477H81.2584V41.018C81.6392 40.1583 82.449 39.5341 83.4115 39.5719V40.0826H83.364Z" fill="#C96042"/>
|
||||||
|
<path d="M86.5177 44.5816C85.0786 44.5816 84.0314 43.4283 84.0314 42.0773V42.0588C84.0314 40.707 85.0888 39.5352 86.5372 39.5352C87.9855 39.5352 89.0235 40.6885 89.0235 42.0394V42.0588C89.0235 43.4098 87.966 44.5824 86.5177 44.5824V44.5816ZM88.5181 42.0579C88.5181 40.8954 87.6413 39.9692 86.5177 39.9692C85.3941 39.9692 84.5359 40.9046 84.5359 42.0386V42.0579C84.5359 43.2205 85.4127 44.1467 86.5363 44.1467C87.6599 44.1467 88.5181 43.2113 88.5181 42.0773V42.0588V42.0579Z" fill="#C96042"/>
|
||||||
|
<path d="M92.2619 44.5064H91.8617L89.6798 39.6484H90.2225L92.061 43.9487L93.9189 39.6484H94.4429L92.2611 44.5064H92.2619Z" fill="#C96042"/>
|
||||||
|
<path d="M95.7285 38.3912V37.7578H96.3094V38.3912H95.7285ZM95.7853 44.469V39.6489H96.2526V44.469H95.7853Z" fill="#C96042"/>
|
||||||
|
<path d="M101.788 44.4672V41.6037C101.788 40.6111 101.226 39.9591 100.245 39.9591C99.2638 39.9591 98.5582 40.6775 98.5582 41.6794V44.468H98.091V39.6479H98.5582V40.5463C98.8822 39.9793 99.4249 39.5352 100.311 39.5352C101.54 39.5352 102.255 40.3671 102.255 41.5196V44.4689H101.787L101.788 44.4672Z" fill="#C96042"/>
|
||||||
|
<path d="M106.065 45.9999C105.256 45.9999 104.503 45.7542 103.836 45.263L104.113 44.8844C104.694 45.3286 105.361 45.565 106.076 45.565C107.191 45.565 107.981 44.9315 107.981 43.6933V42.9942C107.562 43.5898 106.914 44.1097 105.952 44.1097C104.78 44.1097 103.617 43.2213 103.617 41.8409V41.8224C103.617 40.4327 104.78 39.5352 105.952 39.5352C106.924 39.5352 107.581 40.0458 107.981 40.6127V39.6487H108.448V43.7227C108.448 45.1873 107.448 46.0007 106.066 46.0007L106.065 45.9999ZM108.009 41.8132C108.009 40.6977 107.008 39.9793 105.998 39.9793C104.989 39.9793 104.121 40.6784 104.121 41.8031V41.8216C104.121 42.9084 104.998 43.6647 105.998 43.6647C106.999 43.6647 108.009 42.9269 108.009 41.8308V41.8123V41.8132Z" fill="#C96042"/>
|
||||||
|
<path d="M117.945 44.4677V41.3678H113.676V44.4677H113.181V37.8516H113.676V40.9136H117.945V37.8516H118.44V44.4677H117.945Z" fill="#C96042"/>
|
||||||
|
<path d="M122.383 44.1475C123.136 44.1475 123.65 43.8169 124.05 43.3913L124.374 43.6748C123.879 44.2039 123.297 44.5824 122.364 44.5824C121.087 44.5824 119.982 43.5713 119.982 42.068V42.0495C119.982 40.6506 120.972 39.5352 122.287 39.5352C123.603 39.5352 124.517 40.6313 124.517 42.0588V42.0773C124.517 42.1429 124.517 42.1715 124.508 42.2472H120.477C120.563 43.4476 121.43 44.1467 122.382 44.1467L122.383 44.1475ZM124.012 41.8317C123.945 40.8584 123.383 39.96 122.269 39.96C121.306 39.96 120.564 40.7633 120.478 41.8317H124.013H124.012Z" fill="#C96042"/>
|
||||||
|
<path d="M129.214 44.4673V43.6639C128.881 44.1274 128.28 44.5808 127.356 44.5808C126.432 44.5808 125.478 44.0702 125.478 43.0683V43.0498C125.478 42.048 126.345 41.481 127.604 41.481C128.28 41.481 128.747 41.5659 129.214 41.6888V41.481C129.214 40.5077 128.614 40.0063 127.613 40.0063C127.022 40.0063 126.536 40.167 126.088 40.3941L125.917 39.9878C126.45 39.7422 126.974 39.5723 127.642 39.5723C128.89 39.5723 129.671 40.215 129.671 41.4625V44.4681H129.214V44.4673ZM129.223 42.1136C128.814 42.0093 128.27 41.8965 127.575 41.8965C126.546 41.8965 125.974 42.3499 125.974 43.0212V43.0397C125.974 43.7388 126.64 44.1459 127.384 44.1459C128.375 44.1459 129.223 43.5411 129.223 42.662V42.1136Z" fill="#C96042"/>
|
||||||
|
<path d="M131.414 44.468V37.5684H131.882V44.468H131.414Z" fill="#C96042"/>
|
||||||
|
<path d="M135.339 44.5545C134.586 44.5545 133.976 44.1482 133.976 43.2312V40.0742H133.271V39.6485H133.976V38.1074H134.443V39.6485H136.149V40.0742H134.443V43.1841C134.443 43.8739 134.853 44.1196 135.415 44.1196C135.653 44.1196 135.854 44.0725 136.13 43.9496V44.3845C135.882 44.4981 135.644 44.5545 135.339 44.5545Z" fill="#C96042"/>
|
||||||
|
<path d="M141.227 44.4671V41.6037C141.227 40.611 140.665 39.9591 139.684 39.9591C138.703 39.9591 137.997 40.6775 137.997 41.6794V44.468H137.53V37.5684H137.997V40.5454C138.321 39.9784 138.865 39.5343 139.75 39.5343C140.98 39.5343 141.694 40.3662 141.694 41.5187V44.468H141.226L141.227 44.4671Z" fill="#C96042"/>
|
||||||
|
<path d="M151.267 44.6009L150.115 43.4198C149.486 44.1475 148.752 44.563 147.857 44.563C146.685 44.563 145.808 43.816 145.808 42.7199C145.808 41.8215 146.447 41.1696 147.533 40.7725C147.028 40.2148 146.79 39.8085 146.79 39.2508C146.79 38.3902 147.485 37.7383 148.457 37.7383C149.324 37.7383 149.991 38.381 149.991 39.1843C149.991 39.9877 149.372 40.5547 148.353 40.9046L150.106 42.6905C150.43 42.2371 150.715 41.6886 150.972 41.0838L151.42 41.263C151.115 41.9435 150.791 42.5391 150.43 43.0211L151.658 44.2779L151.267 44.5992V44.6009ZM147.828 41.0754C146.771 41.4346 146.303 42.0487 146.303 42.7014C146.303 43.514 146.951 44.1382 147.866 44.1382C148.609 44.1382 149.248 43.7412 149.8 43.0985L147.828 41.0754ZM148.438 38.1547C147.761 38.1547 147.284 38.6274 147.284 39.2323C147.284 39.6579 147.465 39.9793 148.056 40.6026C149.009 40.2998 149.495 39.8464 149.495 39.2037C149.495 38.6081 149.038 38.1547 148.438 38.1547Z" fill="#C96042"/>
|
||||||
|
<path d="M155.82 44.4677V37.8516H156.316V44.0143H160.232V44.4677H155.82Z" fill="#C96042"/>
|
||||||
|
<path d="M161.621 38.3912V37.7578H162.202V38.3912H161.621ZM161.678 44.469V39.6489H162.145V44.469H161.678Z" fill="#C96042"/>
|
||||||
|
<path d="M166.071 44.5064H165.671L163.489 39.6484H164.031L165.871 43.9487L167.729 39.6484H168.253L166.071 44.5064Z" fill="#C96042"/>
|
||||||
|
<path d="M171.31 44.1475C172.063 44.1475 172.577 43.8169 172.977 43.3913L173.301 43.6748C172.806 44.2039 172.224 44.5824 171.29 44.5824C170.013 44.5824 168.908 43.5713 168.908 42.068V42.0495C168.908 40.6506 169.899 39.5352 171.214 39.5352C172.529 39.5352 173.443 40.6313 173.443 42.0588V42.0773C173.443 42.1429 173.443 42.1715 173.434 42.2472H169.403C169.489 43.4476 170.357 44.1467 171.309 44.1467L171.31 44.1475ZM172.939 41.8317C172.872 40.8584 172.309 39.96 171.195 39.96C170.233 39.96 169.49 40.7633 169.404 41.8317H172.94H172.939Z" fill="#C96042"/>
|
||||||
|
<path d="M176.378 44.5624C175.673 44.5624 174.902 44.2789 174.387 43.8634L174.663 43.4949C175.197 43.9012 175.788 44.1284 176.407 44.1284C177.064 44.1284 177.579 43.7692 177.579 43.2114V43.1929C177.579 42.6259 176.969 42.4182 176.292 42.2289C175.501 42.0018 174.625 41.7654 174.625 40.9057V40.8872C174.625 40.1124 175.282 39.5547 176.226 39.5547C176.807 39.5547 177.465 39.7625 177.951 40.0838L177.704 40.4708C177.256 40.178 176.722 39.9888 176.208 39.9888C175.541 39.9888 175.103 40.348 175.103 40.83V40.8493C175.103 41.3877 175.76 41.5862 176.455 41.7847C177.236 42.0018 178.056 42.2853 178.056 43.1366V43.1551C178.056 44.0148 177.313 44.5633 176.379 44.5633L176.378 44.5624Z" fill="#C96042"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_2084_860">
|
||||||
|
<rect width="210" height="46" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 23 KiB |
BIN
static/img/clients/ragu-logo-blu.webp
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
static/img/clients/ragu.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
static/img/clients/stcompany.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
143
static/img/clients/stcompany.svg
Normal file
@ -0,0 +1,143 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 1000 195.3" style="enable-background:new 0 0 1000 195.3;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#D02D36;}
|
||||||
|
.st1{fill:#3C3C3B;}
|
||||||
|
.st2{enable-background:new ;}
|
||||||
|
.st3{fill:#E4042C;}
|
||||||
|
</style>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path class="st0" d="M276.8,77.2c-2.7,0-23.4,0-26.1-0.1c-13.8-1.2-24.6-13-24.6-27c0-14,10.9-25.9,24.9-27c2.7,0,24-0.1,25.9-0.1
|
||||||
|
c6.3,0,11.5-5.1,11.5-11.5s-5.1-11.5-11.5-11.5c-0.2,0-25.7,0-27.4,0.1c-23.5,1.7-42.4,19.7-45.8,42.4l-52.9,0.3V23.1h19.1
|
||||||
|
c6.3,0,11.5-5.1,11.5-11.5s-5.1-11.5-11.5-11.5h-46.4c-0.5-0.1-1.1-0.1-1.7-0.1l0,0c-41.6,0-91.9,0-92.4,0.1
|
||||||
|
C12.9,1.3,0,14.8,0,30.8c0,16,12.8,29.5,29.2,30.7c0.5,0,1,0.1,17.6,0.1c0,0,0,0,0,0c0.5,0,1,0,1.5-0.1c4.8,0,9.7,0,10.9,0
|
||||||
|
c4.4,0.4,7.8,3.8,7.8,7.8c0,4-3.4,7.3-7.8,7.8c-3.2,0-30.2,0-47,0.1c-6.3,0-11.5,5.2-11.5,11.5s5.1,11.5,11.5,11.5l0,0
|
||||||
|
c0,0,52-0.1,52.5-0.1c15.6,0,25.2-14.6,25.2-30.7c0-16-12.8-29.4-29.2-30.7c-0.5,0-1-0.1-14.2-0.1c0,0,0,0,0,0c-0.5,0-1,0-1.5,0.1
|
||||||
|
c-6.3,0-12.8,0-14.4,0c-4.4-0.5-7.8-3.8-7.8-7.8c0-4,3.4-7.4,7.8-7.8c2.5,0,49.9,0,76.3,0c0.5,0.1,1.1,0.1,1.6,0.1h19.1v65.4
|
||||||
|
c0,6.3,5.1,11.5,11.5,11.5s11.5-5.1,11.5-11.5V65.9l54.7-0.3c2.2,6.8,5.9,13.2,10.9,18.5c8.6,9.2,20.1,14.8,32.6,15.9
|
||||||
|
c1.8,0.1,27.5,0.2,27.7,0.2c6.3,0,11.5-5.1,11.5-11.5C288.3,82.3,283.2,77.2,276.8,77.2z"/>
|
||||||
|
<g>
|
||||||
|
<path class="st1" d="M881.4,0.1c-6.3,0-11.5,5.1-11.5,11.5v49.1L814.1,4.1c-4.1-4.8-11.3-5.5-16.2-1.4c-2,1.7-3.2,3.9-3.8,6.2
|
||||||
|
c-0.3,1.1-0.5,2.2-0.5,3.3v76.4c0,6.3,5.1,11.5,11.5,11.5c6.3,0,11.5-5.1,11.5-11.5V39.2l56,56.9c0.1,0.1,0.2,0.2,0.3,0.4
|
||||||
|
c0.1,0.2,0.3,0.3,0.4,0.4c0.2,0.2,0.3,0.3,0.5,0.4c0.1,0.1,0.3,0.2,0.4,0.3c0.2,0.1,0.4,0.3,0.5,0.4c0.1,0.1,0.3,0.2,0.4,0.3
|
||||||
|
c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.4,0.2,0.6,0.2c0.2,0.1,0.3,0.1,0.5,0.2
|
||||||
|
c0.2,0.1,0.5,0.1,0.8,0.2c0.1,0,0.2,0.1,0.4,0.1c0.3,0.1,0.6,0.1,0.9,0.2c0.1,0,0.2,0,0.3,0c0.4,0,0.8,0.1,1.2,0.1
|
||||||
|
c0.6,0,1.2-0.1,1.8-0.2c0.1,0,0.2,0,0.3,0c0.6-0.1,1.1-0.2,1.7-0.4c0.1,0,0.2-0.1,0.2-0.1c0.6-0.2,1.1-0.5,1.7-0.8
|
||||||
|
c0,0,0.1-0.1,0.1-0.1c0.6-0.3,1.1-0.7,1.6-1.1c0,0,0,0,0,0l0,0c0.6-0.5,1.1-1,1.6-1.6c0,0,0-0.1,0.1-0.1c0.4-0.6,0.8-1.2,1.2-1.8
|
||||||
|
c0,0,0-0.1,0-0.1c0.3-0.6,0.6-1.3,0.8-2c0,0,0,0,0-0.1c0.2-0.7,0.3-1.4,0.4-2.1c0,0,0,0,0,0c0-0.3,0-0.6,0-1V11.6
|
||||||
|
C892.9,5.3,887.7,0.1,881.4,0.1z"/>
|
||||||
|
<path class="st1" d="M708.2,47.6c-5.7-2.8-12.6-0.4-15.4,5.2L678,83.6c-2.8,5.7-0.4,12.6,5.2,15.4c1.6,0.8,3.3,1.2,5,1.2
|
||||||
|
c4.2,0,8.3-2.4,10.3-6.4L713.4,63C716.2,57.3,713.9,50.4,708.2,47.6z"/>
|
||||||
|
<path class="st1" d="M736.9,6.5c-2.8-5.7-9.7-8.1-15.4-5.2c-5.7,2.8-8,9.7-5.2,15.4l37.8,77.1c2,4.1,6.1,6.4,10.3,6.4
|
||||||
|
c1.7,0,3.4-0.4,5-1.2c5.7-2.8,8-9.7,5.2-15.4L736.9,6.5z"/>
|
||||||
|
<path class="st1" d="M449.5,47.6c-5.7-2.8-12.6-0.4-15.4,5.2l-14.9,30.7c-2.8,5.7-0.4,12.6,5.2,15.4c1.6,0.8,3.4,1.2,5,1.2
|
||||||
|
c4.2,0,8.3-2.4,10.3-6.4L454.7,63C457.5,57.3,455.1,50.4,449.5,47.6z"/>
|
||||||
|
<path class="st1" d="M478.1,6.5c-2.8-5.7-9.7-8.1-15.4-5.2c-5.7,2.8-8,9.7-5.2,15.4l37.8,77.1c2,4.1,6.1,6.4,10.3,6.4
|
||||||
|
c1.7,0,3.4-0.4,5-1.2c5.7-2.8,8.1-9.7,5.2-15.4L478.1,6.5z"/>
|
||||||
|
<path class="st1" d="M530.1,6.5c-2.8-5.7-9.7-8.1-15.4-5.2c-5.7,2.8-8,9.7-5.2,15.4l37.8,77.1c2,4.1,6.1,6.4,10.3,6.4
|
||||||
|
c1.7,0,3.4-0.4,5-1.2c5.7-2.8,8-9.7,5.2-15.4L530.1,6.5z"/>
|
||||||
|
<path class="st1" d="M355.5,0.1c-27.6,0-50,22.4-50,50s22.4,50,50,50s50-22.4,50-50C405.5,22.5,383.1,0.1,355.5,0.1z M355.5,77.2
|
||||||
|
c-14.9,0-27.1-12.1-27.1-27.1S340.6,23,355.5,23c14.9,0,27.1,12.1,27.1,27.1C382.6,65,370.5,77.2,355.5,77.2z"/>
|
||||||
|
<path class="st1" d="M643.9,0.1c-0.6,0-13.7-0.1-43.4-0.1h0C594.1,0,589,5.2,589,11.5c0,6.3,5.1,11.5,11.5,11.5
|
||||||
|
c10.2,0,39.2,0,41.9,0.1c5,0.5,9,4.9,9,10c0,5.2-4,9.5-9,10c-2.6,0-31.6,0-41.8,0c-6.3,0-11.5,5.2-11.5,11.5c0,0.3,0,0.5,0,0.8
|
||||||
|
v33.3c0,6.3,5.1,11.5,11.5,11.5c6.3,0,11.5-5.1,11.5-11.5V66.1c21.5,0,31.2-0.1,31.7-0.1c17.2-1.2,30.6-15.7,30.6-32.9
|
||||||
|
C674.3,15.9,660.9,1.5,643.9,0.1z"/>
|
||||||
|
<path class="st1" d="M993.6,1.2c-1.6-0.8-3.3-1.2-5-1.2c-4.2,0-8.3,2.4-10.3,6.4l-22.8,33.8L932.6,6.5c-2-4.1-6.1-6.4-10.3-6.4
|
||||||
|
c-1.7,0-3.4,0.4-5,1.2c-5.7,2.8-8,9.7-5.2,15.4l31.9,47.8v24.2c0,6.3,5.1,11.5,11.5,11.5c0,0,0,0,0,0s0,0,0,0
|
||||||
|
c6.3,0,11.5-5.1,11.5-11.5V64.4l31.9-47.8C1001.6,10.9,999.3,4,993.6,1.2z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g class="st2">
|
||||||
|
<path class="st3" d="M251.6,161.4c0.6-0.4,1.4-0.7,2.5-1.1c1.1-0.4,2.4-0.6,3.9-0.6c1.8,0,3.5,0.3,4.9,1c1.4,0.7,2.6,1.6,3.6,2.8
|
||||||
|
s1.7,2.6,2.3,4.3c0.5,1.7,0.8,3.5,0.8,5.4c0,2.1-0.3,4-0.9,5.6c-0.6,1.7-1.5,3.1-2.6,4.2c-1.1,1.2-2.5,2-4.1,2.7
|
||||||
|
c-1.6,0.6-3.4,0.9-5.3,0.9c-2.1,0-4-0.1-5.7-0.4c-1.7-0.3-3-0.6-4.1-0.9v-36.9l4.6-0.8V161.4z M251.6,181.9c0.5,0.1,1.1,0.3,2,0.4
|
||||||
|
c0.8,0.1,1.9,0.2,3.1,0.2c2.5,0,4.5-0.8,5.9-2.5c1.5-1.6,2.2-4,2.2-7c0-1.3-0.1-2.6-0.4-3.7c-0.3-1.2-0.7-2.2-1.3-3
|
||||||
|
c-0.6-0.8-1.4-1.5-2.3-2c-0.9-0.5-2.1-0.7-3.4-0.7c-1.3,0-2.4,0.2-3.5,0.6c-1.1,0.4-1.9,0.9-2.4,1.3V181.9z"/>
|
||||||
|
<path class="st3" d="M276.7,173.1c0-2.3,0.3-4.3,1-6c0.7-1.7,1.5-3.1,2.6-4.2c1.1-1.1,2.3-2,3.8-2.5c1.4-0.6,2.9-0.8,4.4-0.8
|
||||||
|
c3.5,0,6.1,1.1,8,3.2c1.8,2.2,2.8,5.5,2.8,9.9c0,0.2,0,0.5,0,0.8c0,0.3,0,0.6,0,0.9h-17.6c0.2,2.7,1,4.7,2.3,6.1
|
||||||
|
c1.4,1.4,3.5,2.1,6.3,2.1c1.6,0,3-0.1,4.1-0.4c1.1-0.3,1.9-0.6,2.5-0.8l0.6,3.9c-0.6,0.3-1.5,0.6-2.9,0.9c-1.4,0.3-3,0.5-4.8,0.5
|
||||||
|
c-2.2,0-4.2-0.3-5.8-1s-3-1.6-4-2.8c-1.1-1.2-1.8-2.6-2.4-4.2C276.9,176.9,276.7,175.1,276.7,173.1z M294.3,170.6
|
||||||
|
c0-2.1-0.5-3.8-1.6-5.1c-1.1-1.3-2.5-2-4.4-2c-1.1,0-2,0.2-2.8,0.6c-0.8,0.4-1.5,0.9-2.1,1.6c-0.6,0.7-1,1.4-1.3,2.3
|
||||||
|
c-0.3,0.9-0.5,1.7-0.6,2.6H294.3z"/>
|
||||||
|
<path class="st3" d="M304.7,190.8c0.4,0.2,0.8,0.3,1.4,0.5c0.6,0.1,1.1,0.2,1.7,0.2c1.8,0,3.2-0.4,4.3-1.2c1-0.8,1.9-2.1,2.8-3.9
|
||||||
|
c-2.1-4-4-8.2-5.8-12.6c-1.8-4.4-3.3-8.9-4.5-13.5h4.9c0.4,1.5,0.8,3.1,1.3,4.8c0.5,1.7,1.1,3.5,1.7,5.3c0.6,1.8,1.3,3.6,2,5.4
|
||||||
|
c0.7,1.8,1.5,3.6,2.3,5.2c1.3-3.5,2.3-6.9,3.3-10.3c0.9-3.4,1.8-6.9,2.6-10.5h4.8c-1.2,4.8-2.5,9.5-4,14c-1.5,4.5-3,8.7-4.7,12.5
|
||||||
|
c-0.7,1.5-1.3,2.8-2.1,3.8c-0.7,1.1-1.5,2-2.4,2.6c-0.9,0.7-1.8,1.2-2.9,1.5c-1.1,0.3-2.3,0.5-3.6,0.5c-0.4,0-0.7,0-1.1-0.1
|
||||||
|
s-0.8-0.1-1.2-0.2c-0.4-0.1-0.7-0.2-1-0.3c-0.3-0.1-0.5-0.2-0.7-0.2L304.7,190.8z"/>
|
||||||
|
<path class="st3" d="M357,173.1c0,2-0.3,3.9-0.9,5.5c-0.6,1.7-1.4,3.1-2.5,4.3c-1.1,1.2-2.4,2.1-3.8,2.7c-1.5,0.6-3.1,1-4.9,1
|
||||||
|
c-1.7,0-3.4-0.3-4.8-1c-1.5-0.6-2.8-1.6-3.8-2.7c-1.1-1.2-1.9-2.6-2.5-4.3c-0.6-1.6-0.9-3.5-0.9-5.5c0-2,0.3-3.9,0.9-5.5
|
||||||
|
c0.6-1.7,1.4-3.1,2.5-4.3c1.1-1.2,2.4-2.1,3.8-2.7c1.5-0.6,3.1-1,4.8-1c1.7,0,3.4,0.3,4.9,1c1.5,0.6,2.8,1.6,3.8,2.7
|
||||||
|
c1.1,1.2,1.9,2.6,2.5,4.3C356.7,169.2,357,171.1,357,173.1z M352.2,173.1c0-2.9-0.7-5.2-2-6.9c-1.3-1.7-3.1-2.5-5.3-2.5
|
||||||
|
c-2.2,0-4,0.9-5.3,2.5c-1.3,1.7-2,4-2,6.9c0,2.9,0.7,5.2,2,6.9c1.3,1.7,3.1,2.5,5.3,2.5c2.2,0,4-0.8,5.3-2.5
|
||||||
|
C351.6,178.3,352.2,176,352.2,173.1z"/>
|
||||||
|
<path class="st3" d="M365.5,161c1.1-0.3,2.5-0.5,4.2-0.8c1.7-0.3,3.8-0.4,6-0.4c2,0,3.7,0.3,5.1,0.9c1.4,0.6,2.4,1.4,3.2,2.4
|
||||||
|
c0.8,1,1.4,2.3,1.7,3.7c0.3,1.5,0.5,3.1,0.5,4.8V186h-4.6v-13.5c0-1.6-0.1-2.9-0.3-4.1c-0.2-1.1-0.6-2-1.1-2.7
|
||||||
|
c-0.5-0.7-1.2-1.2-2-1.5c-0.8-0.3-1.8-0.5-3.1-0.5c-0.5,0-1,0-1.5,0c-0.5,0-1,0.1-1.5,0.1c-0.5,0-0.9,0.1-1.3,0.2
|
||||||
|
c-0.4,0.1-0.7,0.1-0.8,0.1V186h-4.6V161z"/>
|
||||||
|
<path class="st3" d="M412.5,148.3l4.6-0.8v37.7c-1.1,0.3-2.4,0.6-4.1,0.9c-1.7,0.3-3.5,0.4-5.7,0.4c-2,0-3.8-0.3-5.3-0.9
|
||||||
|
c-1.6-0.6-2.9-1.5-4.1-2.7c-1.1-1.2-2-2.6-2.6-4.2c-0.6-1.7-0.9-3.5-0.9-5.6c0-2,0.3-3.8,0.8-5.4c0.5-1.6,1.3-3.1,2.3-4.3
|
||||||
|
s2.2-2.1,3.6-2.8c1.4-0.7,3.1-1,4.9-1c1.5,0,2.8,0.2,3.9,0.6c1.1,0.4,2,0.8,2.5,1.1V148.3z M412.5,165.7c-0.6-0.5-1.4-0.9-2.4-1.3
|
||||||
|
c-1.1-0.4-2.2-0.6-3.5-0.6c-1.3,0-2.4,0.2-3.4,0.7c-0.9,0.5-1.7,1.1-2.3,2c-0.6,0.8-1,1.8-1.3,3c-0.3,1.2-0.4,2.4-0.4,3.7
|
||||||
|
c0,3,0.7,5.3,2.2,7c1.5,1.6,3.5,2.5,5.9,2.5c1.3,0,2.3-0.1,3.1-0.2c0.8-0.1,1.5-0.2,2-0.4V165.7z"/>
|
||||||
|
<path class="st3" d="M444.7,160.2h9.7v3.9h-9.7V176c0,1.3,0.1,2.4,0.3,3.2c0.2,0.8,0.5,1.5,0.9,2c0.4,0.5,0.9,0.8,1.5,1
|
||||||
|
c0.6,0.2,1.3,0.3,2.1,0.3c1.4,0,2.5-0.2,3.3-0.5s1.4-0.5,1.8-0.7l0.9,3.8c-0.5,0.2-1.3,0.5-2.4,0.9c-1.2,0.3-2.5,0.5-4,0.5
|
||||||
|
c-1.7,0-3.2-0.2-4.3-0.7s-2.1-1.1-2.7-2s-1.2-2-1.5-3.3c-0.3-1.3-0.4-2.8-0.4-4.5v-23l4.6-0.8V160.2z"/>
|
||||||
|
<path class="st3" d="M462.3,186v-37.6l4.6-0.8v13.2c0.9-0.3,1.8-0.6,2.7-0.8c1-0.2,1.9-0.3,2.9-0.3c2,0,3.7,0.3,5.1,0.9
|
||||||
|
c1.4,0.6,2.4,1.4,3.2,2.4c0.8,1,1.4,2.3,1.7,3.7c0.3,1.5,0.5,3.1,0.5,4.8V186h-4.6v-13.5c0-1.6-0.1-2.9-0.3-4.1
|
||||||
|
c-0.2-1.1-0.6-2-1.1-2.7c-0.5-0.7-1.2-1.2-2-1.5c-0.8-0.3-1.8-0.5-3.1-0.5c-0.5,0-1,0-1.5,0.1c-0.5,0.1-1,0.1-1.5,0.2
|
||||||
|
c-0.5,0.1-0.9,0.2-1.3,0.3c-0.4,0.1-0.7,0.2-0.8,0.2V186H462.3z"/>
|
||||||
|
<path class="st3" d="M491.1,173.1c0-2.3,0.3-4.3,1-6c0.7-1.7,1.5-3.1,2.6-4.2c1.1-1.1,2.3-2,3.8-2.5c1.4-0.6,2.9-0.8,4.4-0.8
|
||||||
|
c3.5,0,6.1,1.1,8,3.2c1.8,2.2,2.8,5.5,2.8,9.9c0,0.2,0,0.5,0,0.8c0,0.3,0,0.6,0,0.9h-17.6c0.2,2.7,1,4.7,2.3,6.1
|
||||||
|
c1.4,1.4,3.5,2.1,6.3,2.1c1.6,0,3-0.1,4.1-0.4s1.9-0.6,2.5-0.8l0.6,3.9c-0.6,0.3-1.5,0.6-2.9,0.9c-1.4,0.3-3,0.5-4.8,0.5
|
||||||
|
c-2.2,0-4.2-0.3-5.8-1s-3-1.6-4-2.8c-1.1-1.2-1.8-2.6-2.4-4.2C491.3,176.9,491.1,175.1,491.1,173.1z M508.8,170.6
|
||||||
|
c0-2.1-0.5-3.8-1.6-5.1s-2.5-2-4.4-2c-1.1,0-2,0.2-2.8,0.6c-0.8,0.4-1.5,0.9-2.1,1.6c-0.6,0.7-1,1.4-1.3,2.3
|
||||||
|
c-0.3,0.9-0.5,1.7-0.6,2.6H508.8z"/>
|
||||||
|
<path class="st3" d="M541.6,182.6c1.9,0,3.3-0.2,4.2-0.7c0.9-0.5,1.4-1.3,1.4-2.4c0-1.1-0.4-2-1.3-2.7s-2.4-1.4-4.4-2.2
|
||||||
|
c-1-0.4-1.9-0.8-2.8-1.2c-0.9-0.4-1.7-0.9-2.4-1.5c-0.7-0.6-1.2-1.2-1.6-2c-0.4-0.8-0.6-1.8-0.6-2.9c0-2.3,0.8-4.1,2.5-5.4
|
||||||
|
c1.7-1.3,4-2,6.9-2c0.7,0,1.5,0,2.2,0.1c0.7,0.1,1.4,0.2,2,0.3c0.6,0.1,1.2,0.2,1.7,0.4c0.5,0.1,0.8,0.2,1.1,0.3l-0.8,4
|
||||||
|
c-0.5-0.3-1.3-0.5-2.3-0.8c-1.1-0.3-2.3-0.4-3.8-0.4c-1.3,0-2.4,0.3-3.4,0.8c-1,0.5-1.4,1.3-1.4,2.4c0,0.6,0.1,1.1,0.3,1.5
|
||||||
|
c0.2,0.4,0.5,0.8,1,1.2s1,0.7,1.7,1c0.7,0.3,1.5,0.6,2.4,0.9c1.2,0.5,2.3,0.9,3.3,1.4s1.8,1,2.4,1.6s1.2,1.3,1.6,2.2
|
||||||
|
c0.4,0.8,0.5,1.9,0.5,3.1c0,2.4-0.9,4.2-2.6,5.4c-1.8,1.2-4.3,1.8-7.5,1.8c-2.3,0-4.1-0.2-5.3-0.6c-1.3-0.4-2.2-0.7-2.6-0.9l0.8-4
|
||||||
|
c0.5,0.2,1.4,0.5,2.5,0.9C538.1,182.4,539.7,182.6,541.6,182.6z"/>
|
||||||
|
<path class="st3" d="M582.3,173.1c0,2-0.3,3.9-0.9,5.5c-0.6,1.7-1.4,3.1-2.5,4.3c-1.1,1.2-2.4,2.1-3.8,2.7c-1.5,0.6-3.1,1-4.8,1
|
||||||
|
c-1.7,0-3.4-0.3-4.8-1c-1.5-0.6-2.8-1.6-3.8-2.7c-1.1-1.2-1.9-2.6-2.5-4.3c-0.6-1.6-0.9-3.5-0.9-5.5c0-2,0.3-3.9,0.9-5.5
|
||||||
|
c0.6-1.7,1.4-3.1,2.5-4.3c1.1-1.2,2.4-2.1,3.8-2.7s3.1-1,4.8-1c1.7,0,3.4,0.3,4.8,1c1.5,0.6,2.8,1.6,3.8,2.7
|
||||||
|
c1.1,1.2,1.9,2.6,2.5,4.3C582,169.2,582.3,171.1,582.3,173.1z M577.5,173.1c0-2.9-0.7-5.2-2-6.9c-1.3-1.7-3.1-2.5-5.3-2.5
|
||||||
|
c-2.2,0-4,0.9-5.3,2.5c-1.3,1.7-2,4-2,6.9c0,2.9,0.7,5.2,2,6.9c1.3,1.7,3.1,2.5,5.3,2.5c2.2,0,4-0.8,5.3-2.5
|
||||||
|
C576.9,178.3,577.5,176,577.5,173.1z"/>
|
||||||
|
<path class="st3" d="M600.9,147.5c1.4,0,2.5,0.1,3.5,0.3c1,0.2,1.7,0.4,2.1,0.5l-0.8,4c-0.4-0.2-1-0.4-1.7-0.6s-1.6-0.3-2.7-0.3
|
||||||
|
c-2.1,0-3.6,0.6-4.5,1.8c-0.9,1.2-1.3,2.7-1.3,4.7v2.2h9.9v3.9h-9.9V186h-4.6v-28.1c0-3.3,0.8-5.8,2.4-7.6
|
||||||
|
C594.8,148.4,597.4,147.5,600.9,147.5z"/>
|
||||||
|
<path class="st3" d="M616.2,160.2h9.7v3.9h-9.7V176c0,1.3,0.1,2.4,0.3,3.2c0.2,0.8,0.5,1.5,0.9,2c0.4,0.5,0.9,0.8,1.5,1
|
||||||
|
s1.3,0.3,2.1,0.3c1.4,0,2.5-0.2,3.3-0.5c0.8-0.3,1.4-0.5,1.8-0.7l0.9,3.8c-0.5,0.2-1.3,0.5-2.4,0.9c-1.2,0.3-2.5,0.5-4,0.5
|
||||||
|
c-1.7,0-3.2-0.2-4.3-0.7c-1.1-0.4-2.1-1.1-2.7-2c-0.7-0.9-1.2-2-1.5-3.3c-0.3-1.3-0.4-2.8-0.4-4.5v-23l4.6-0.8V160.2z"/>
|
||||||
|
<path class="st3" d="M654.8,186c-0.9-2.4-1.9-5.1-2.9-8.1s-2-6.2-2.8-9.5c-0.9,3.3-1.8,6.5-2.8,9.5c-1,3.1-2,5.8-2.9,8.1h-4
|
||||||
|
c-1.5-3.4-3-7.3-4.5-11.6c-1.5-4.4-2.8-9.1-4.1-14.1h4.9c0.3,1.6,0.7,3.2,1.2,5c0.5,1.8,0.9,3.6,1.5,5.4c0.5,1.8,1,3.6,1.6,5.2
|
||||||
|
c0.6,1.7,1.1,3.2,1.6,4.4c0.6-1.6,1.1-3.2,1.7-4.9c0.5-1.7,1.1-3.5,1.6-5.2c0.5-1.8,1-3.5,1.4-5.2c0.4-1.7,0.8-3.3,1.2-4.8h3.8
|
||||||
|
c0.3,1.5,0.7,3.1,1.1,4.8s0.9,3.4,1.4,5.2c0.5,1.8,1,3.5,1.6,5.2c0.5,1.7,1.1,3.4,1.7,4.9c0.5-1.3,1-2.7,1.6-4.4
|
||||||
|
c0.5-1.7,1.1-3.4,1.6-5.2c0.5-1.8,1-3.6,1.5-5.4c0.5-1.8,0.9-3.5,1.2-5h4.8c-1.3,5-2.7,9.7-4.1,14.1c-1.5,4.4-2.9,8.2-4.5,11.6
|
||||||
|
H654.8z"/>
|
||||||
|
<path class="st3" d="M682.5,159.6c1.8,0,3.4,0.2,4.7,0.7c1.3,0.5,2.3,1.2,3.1,2s1.3,1.9,1.7,3.1c0.3,1.2,0.5,2.5,0.5,4v16.1
|
||||||
|
c-0.4,0.1-0.9,0.2-1.7,0.3c-0.7,0.1-1.5,0.2-2.4,0.3s-1.9,0.2-2.9,0.3c-1,0.1-2.1,0.1-3.1,0.1c-1.5,0-2.8-0.1-4-0.4
|
||||||
|
c-1.2-0.3-2.3-0.8-3.2-1.4c-0.9-0.6-1.6-1.5-2.1-2.5c-0.5-1.1-0.7-2.3-0.7-3.8c0-1.4,0.3-2.6,0.9-3.7c0.6-1,1.4-1.8,2.4-2.5
|
||||||
|
c1-0.6,2.1-1.1,3.5-1.4s2.7-0.4,4.2-0.4c0.5,0,0.9,0,1.4,0.1c0.5,0,1,0.1,1.4,0.2c0.4,0.1,0.8,0.2,1.2,0.2
|
||||||
|
c0.3,0.1,0.6,0.1,0.7,0.1v-1.3c0-0.8-0.1-1.5-0.2-2.3c-0.2-0.7-0.5-1.4-0.9-2c-0.4-0.6-1-1-1.8-1.4c-0.7-0.3-1.7-0.5-2.9-0.5
|
||||||
|
c-1.5,0-2.8,0.1-4,0.3c-1.1,0.2-2,0.4-2.5,0.7l-0.5-3.8c0.6-0.3,1.6-0.5,3-0.8C679.4,159.7,680.9,159.6,682.5,159.6z M682.9,182.6
|
||||||
|
c1.1,0,2.1,0,2.9-0.1c0.8,0,1.5-0.1,2.1-0.3v-7.7c-0.3-0.2-0.9-0.3-1.6-0.4s-1.6-0.2-2.7-0.2c-0.7,0-1.4,0-2.2,0.1
|
||||||
|
c-0.8,0.1-1.5,0.3-2.1,0.6s-1.2,0.7-1.6,1.3c-0.4,0.5-0.6,1.3-0.6,2.2c0,1.6,0.5,2.8,1.6,3.4C679.7,182.3,681.1,182.6,682.9,182.6
|
||||||
|
z"/>
|
||||||
|
<path class="st3" d="M711.5,159.7c0.4,0,0.8,0,1.4,0.1c0.5,0,1,0.1,1.5,0.2c0.5,0.1,0.9,0.2,1.4,0.2s0.7,0.2,0.9,0.2l-0.8,4
|
||||||
|
c-0.4-0.1-1-0.3-1.8-0.5c-0.8-0.2-1.9-0.3-3.2-0.3c-0.9,0-1.7,0.1-2.5,0.3c-0.8,0.2-1.4,0.3-1.7,0.4V186H702v-24.6
|
||||||
|
c1.1-0.4,2.4-0.8,4.1-1.1C707.7,159.8,709.5,159.7,711.5,159.7z"/>
|
||||||
|
<path class="st3" d="M721.7,173.1c0-2.3,0.3-4.3,1-6c0.7-1.7,1.5-3.1,2.6-4.2c1.1-1.1,2.3-2,3.8-2.5c1.4-0.6,2.9-0.8,4.4-0.8
|
||||||
|
c3.5,0,6.1,1.1,8,3.2c1.8,2.2,2.8,5.5,2.8,9.9c0,0.2,0,0.5,0,0.8c0,0.3,0,0.6,0,0.9h-17.6c0.2,2.7,1,4.7,2.3,6.1
|
||||||
|
c1.4,1.4,3.5,2.1,6.3,2.1c1.6,0,3-0.1,4.1-0.4c1.1-0.3,1.9-0.6,2.5-0.8l0.6,3.9c-0.6,0.3-1.5,0.6-2.9,0.9c-1.4,0.3-3,0.5-4.8,0.5
|
||||||
|
c-2.2,0-4.2-0.3-5.8-1s-3-1.6-4-2.8c-1.1-1.2-1.8-2.6-2.4-4.2C721.9,176.9,721.7,175.1,721.7,173.1z M739.3,170.6
|
||||||
|
c0-2.1-0.5-3.8-1.6-5.1s-2.5-2-4.4-2c-1.1,0-2,0.2-2.8,0.6c-0.8,0.4-1.5,0.9-2.1,1.6c-0.6,0.7-1,1.4-1.3,2.3
|
||||||
|
c-0.3,0.9-0.5,1.7-0.6,2.6H739.3z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 14 KiB |
BIN
static/img/code-1.jpg
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
static/img/computer-1.jpg
Normal file
|
After Width: | Height: | Size: 194 KiB |
BIN
static/img/computer-2.jpg
Normal file
|
After Width: | Height: | Size: 285 KiB |
BIN
static/img/eat-sleep-code-repeat.jpg
Normal file
|
After Width: | Height: | Size: 178 KiB |
BIN
static/img/eat-sleep-code.jpg
Normal file
|
After Width: | Height: | Size: 201 KiB |
BIN
static/img/favicon.ico
Normal file
|
After Width: | Height: | Size: 557 B |
BIN
static/img/flow-1.jpg
Normal file
|
After Width: | Height: | Size: 224 KiB |
BIN
static/img/gohugo-default-sample-hero-image.jpg
Normal file
|
After Width: | Height: | Size: 276 KiB |
BIN
static/img/handshake.jpg
Normal file
|
After Width: | Height: | Size: 277 KiB |
BIN
static/img/logo-stclabs.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
static/img/logorev-stclabs.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/img/logosmall-stclabs.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
static/img/make-it-happen.jpg
Normal file
|
After Width: | Height: | Size: 321 KiB |
BIN
static/img/mechanical.jpg
Normal file
|
After Width: | Height: | Size: 396 KiB |
BIN
static/img/meeting-1.jpg
Normal file
|
After Width: | Height: | Size: 698 KiB |
BIN
static/img/meeting-2.jpg
Normal file
|
After Width: | Height: | Size: 335 KiB |
BIN
static/img/notes.jpg
Normal file
|
After Width: | Height: | Size: 566 KiB |
BIN
static/img/sharing-default.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/img/speed.jpg
Normal file
|
After Width: | Height: | Size: 303 KiB |
BIN
static/img/template-easy-customize.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
static/img/template-homepage.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
static/img/testimonials/person-1.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
static/img/testimonials/person-2.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
static/img/testimonials/person-3.png
Normal file
|
After Width: | Height: | Size: 262 KiB |
BIN
static/img/testimonials/person-4.jpg
Normal file
|
After Width: | Height: | Size: 144 KiB |