diff --git a/org/about.org b/org/about.org
index 14196a7..1f44666 100644
--- a/org/about.org
+++ b/org/about.org
@@ -1,6 +1,7 @@
#+OPTIONS: toc:nil
#+OPTIONS: num:nil
-# #+TITLE: Francesco's place
+#+OPTIONS: title:nil
+#+TITLE: fragal.eu - About
#+HTML_HEAD:
#+INCLUDE: "./header.html" export html
diff --git a/org/articles/20260314_london_italy.org b/org/articles/20260314_london_italy.org
index 690ff9f..0ba7f49 100644
--- a/org/articles/20260314_london_italy.org
+++ b/org/articles/20260314_london_italy.org
@@ -1,6 +1,8 @@
#+LANGUAGE: it
#+OPTIONS: num:nil
#+OPTIONS: toc:nil
+#+OPTIONS: title:nil
+#+TITLE: fragal.eu - Da Londra all'Italia con una bici da corsa - Marzo 2026
#+HTML_HEAD:
#+INCLUDE: "../header.html" export html
diff --git a/org/index.org b/org/index.org
index b6b2bd6..ac8b6c4 100644
--- a/org/index.org
+++ b/org/index.org
@@ -1,6 +1,7 @@
#+OPTIONS: toc:nil
#+OPTIONS: num:nil
-# #+TITLE: Francesco's place
+#+OPTIONS: title:nil
+#+TITLE: fragal.eu - Bikes, programming, noisy colors
#+HTML_HEAD:
#+INCLUDE: "./header.html" export html
@@ -10,10 +11,11 @@
#+INCLUDE: "./articles.html" export html
#+NAME: fig-marmottes
-#+ATTR_HTML: :style float:left;max-width:45%;margin:0px 20px 0px 0px;
+#+ATTR_HTML: :style float:left;max-width:45%;margin:35px 20px 0px 0px;
[[file:../images/home/marmottes.jpg]]
#+BEGIN_EXPORT html
+
~ Contacts
Hai bisogno di una consulenza informatica? Vuoi
@@ -32,6 +34,8 @@
Email: me (at) fragal.eu
XMPP: me (at) chat.fragal.eu
+
+
#+END_EXPORT
** *~* Gallery
@@ -43,17 +47,28 @@
#+NAME: fig-sarenne
[[file:../images/home/saronne.jpg]]
+#+CAPTION: Monte Thabor
+#+NAME: fig-thabor
+[[file:../images/home/thabor.jpg]]
+
+#+CAPTION: Tour du Mont Blanc, Chamonix, France
+#+NAME: fig-blanc
+[[file:../images/home/blanc.jpg]]
+
#+CAPTION: Col Furfande, Queyras, France
#+NAME: fig-furfande
[[file:../images/home/furfande.jpg]]
-#+CAPTION: Monte Thabor
-#+NAME: fig-thabor
-[[file:../images/home/thabor.jpg]]
+#+CAPTION: Tour du Mont Blanc, France
+#+NAME: fig-blanc
+[[file:../images/home/blanc2.jpg]]
#+CAPTION: Velorution Universelle 2026, Lyon
#+NAME: fig-velorution
[[file:../images/home/velorution.jpg]]
+#+CAPTION: Tour du Mont Blanc, Cormet de Rosend con Diego, France
+#+NAME: fig-blanc
+[[file:../images/home/blanc3.jpg]]
#+INCLUDE: "./footer.html" export html
diff --git a/site/css/stylesheet.css b/site/css/stylesheet.css
index f5151e5..576e0ef 100644
--- a/site/css/stylesheet.css
+++ b/site/css/stylesheet.css
@@ -7,7 +7,7 @@
word-wrap: break-word;
margin: 0 auto;
padding: 1.5em;
- background: #f4c430;
+ background: #f5c944;
}
body {
margin:0 auto;
@@ -32,7 +32,7 @@
text-align: center;
font-size: 18px;
font-style: italic;
- margin: 20px;
+ margin: 10px;
}
.figure img {
diff --git a/site/images/about.jpg b/site/images/about.jpg
new file mode 100644
index 0000000..e80bb23
--- /dev/null
+++ b/site/images/about.jpg
Binary files differ
diff --git a/site/images/home/blanc.jpg b/site/images/home/blanc.jpg
new file mode 100644
index 0000000..6a23c46
--- /dev/null
+++ b/site/images/home/blanc.jpg
Binary files differ
diff --git a/site/images/home/blanc2.jpg b/site/images/home/blanc2.jpg
new file mode 100644
index 0000000..997becb
--- /dev/null
+++ b/site/images/home/blanc2.jpg
Binary files differ
diff --git a/site/images/home/blanc3.jpg b/site/images/home/blanc3.jpg
new file mode 100644
index 0000000..6ba74fb
--- /dev/null
+++ b/site/images/home/blanc3.jpg
Binary files differ
diff --git a/site/images/home/furfande.jpg b/site/images/home/furfande.jpg
new file mode 100644
index 0000000..b0c6f6c
--- /dev/null
+++ b/site/images/home/furfande.jpg
Binary files differ
diff --git a/site/images/home/izoard.jpg b/site/images/home/izoard.jpg
new file mode 100644
index 0000000..cc17f40
--- /dev/null
+++ b/site/images/home/izoard.jpg
Binary files differ
diff --git a/site/images/home/marmottes.jpg b/site/images/home/marmottes.jpg
new file mode 100644
index 0000000..2894fed
--- /dev/null
+++ b/site/images/home/marmottes.jpg
Binary files differ
diff --git a/site/images/home/saronne.jpg b/site/images/home/saronne.jpg
new file mode 100644
index 0000000..cda1bfd
--- /dev/null
+++ b/site/images/home/saronne.jpg
Binary files differ
diff --git a/site/images/home/tattingstone.jpg b/site/images/home/tattingstone.jpg
new file mode 100644
index 0000000..7189c75
--- /dev/null
+++ b/site/images/home/tattingstone.jpg
Binary files differ
diff --git a/site/images/home/thabor.jpg b/site/images/home/thabor.jpg
new file mode 100644
index 0000000..8ca4b6e
--- /dev/null
+++ b/site/images/home/thabor.jpg
Binary files differ
diff --git a/site/images/home/velorution.jpg b/site/images/home/velorution.jpg
new file mode 100644
index 0000000..85a4df9
--- /dev/null
+++ b/site/images/home/velorution.jpg
Binary files differ
diff --git a/site/js/randomQuote.js b/site/js/randomQuote.js
index cb12db2..1fd1fb6 100644
--- a/site/js/randomQuote.js
+++ b/site/js/randomQuote.js
@@ -22,7 +22,9 @@
{"quote":"Keep the internet free", "author":"keepitfree.ai"},
{"quote":"r*esist", "author":"A/I"},
{"quote":"Fuoco ai CPR", "author":""},
- {"quote":"BIKEPUNK!", "author":""}
+ {"quote":"BIKEPUNK!", "author":""},
+ {"quote":"Velo-Velo-Velo-Velorution!", "author":""},
+ {"quote":"Ain't it funky?", "author":"James Brown"}
];
function random(l)