forked from unitoo/website
Merge branch 'master' into 'master'
New staff member: Sara Freddoni! See merge request unitoo/unitoo-site!66
This commit is contained in:
commit
4e78c744d3
11 changed files with 88 additions and 5 deletions
|
@ -225,6 +225,10 @@ staff:
|
|||
instagram_url: "https://www.instagram.com/sydro83/"
|
||||
twitter_url: "https://twitter.com/sydro83"
|
||||
flickr_url: "https://www.flickr.com/photos/130497152@N05/"
|
||||
sara:
|
||||
text: "Marchigiana, laureata in Lingue e culture straniere, appassionata di musica, cinema, teatro, e soprattutto di libri. Mi sono appassionata di Letteratura quando ho scoperto che bastava leggerla con altri punti di vista per scoprire che in realtà parla di noi e sa essere meno noiosa di un sequel di un film epico."
|
||||
instagram_url: "https://www.instagram.com/sara_freddoni/"
|
||||
facebook_url: "https://www.facebook.com/sara.freddoni"
|
||||
grafixprint:
|
||||
text: "Fondatore di Grafixprint, un'azienda che si occupa di stampa digitale, web design e artworks. Un professionista come pochi... e simpaticissimo!"
|
||||
website_url: "https://www.grafixprint.it"
|
||||
|
|
9
_includes/staff/sara.html
Normal file
9
_includes/staff/sara.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div class="card border-0 shadow">
|
||||
{% asset sara.jpg class="card-img-top" %}
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Sara Freddoni</h5>
|
||||
<p class="card-text">{% t staff.sara.text %}</p>
|
||||
<a rel="nofollow" target="_blank" href="{% t staff.sara.instagram_url %}"><i class="fab fa-instagram fa-2x"></i></a>
|
||||
<a class="ml-2" rel="nofollow" target="_blank" href="{% t staff.sara.facebook_url %}"><i class="fab fa-facebook fa-2x"></i></a>
|
||||
</div>
|
||||
</div>
|
|
@ -43,7 +43,7 @@ tags: unitoo aboutus chisiamo team
|
|||
|
||||
<br>
|
||||
<h4>{% t aboutus.staff_title %}</h4>
|
||||
{% assign staff = "cmaradonna,sydro,fabio_purple,grafixprint" | split: ',' %}
|
||||
{% assign staff = "cmaradonna,sydro,fabio_purple,sara,grafixprint" | split: ',' %}
|
||||
<div class="card-columns">
|
||||
{% for member in staff %}
|
||||
{% include staff/{{ member }}.html %}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it"><generator uri="https://jekyllrb.com/" version="3.8.7">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml"/><link href="https://www.unitoo.it/" rel="alternate" type="text/html" hreflang="it"/><updated>2021-02-01T14:55:32+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla consulenza informatica e alla formazione</subtitle></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it"><generator uri="https://jekyllrb.com/" version="3.8.7">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml"/><link href="https://www.unitoo.it/" rel="alternate" type="text/html" hreflang="it"/><updated>2021-02-02T15:06:29+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla consulenza informatica e alla formazione</subtitle></feed>
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Loading…
Reference in a new issue