c
This commit is contained in:
parent
3dbe953966
commit
f91af3544d
116
css/main.css
116
css/main.css
@ -1,5 +1,9 @@
|
||||
@import url("font-sourcesanspro.css");
|
||||
|
||||
svg {
|
||||
fill: #ffffff;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: #1c0920;
|
||||
color: white;
|
||||
@ -20,6 +24,7 @@ body {
|
||||
line-height: 1.85em;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#nav {
|
||||
@ -256,10 +261,18 @@ hr::after {
|
||||
background-size: 100% 150%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: linear-gradient(145deg, #c7bbbd 0%, #7b6b75 10%,#58445d 18%,#7b6b75 25%,#544352 40%, #362437 55%, #aa9aa5 94%);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
background-size: 100% 150%;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 64em;
|
||||
max-width: calc(100% - 4em);
|
||||
background-color: #ffffff12;
|
||||
background-color: #1c0920ad;
|
||||
border: 2px solid #553f59;
|
||||
margin: auto;
|
||||
color: #fffd;
|
||||
@ -270,19 +283,20 @@ main > section {
|
||||
border-bottom: 2px solid #553f59;
|
||||
}
|
||||
|
||||
main > section:last-child {
|
||||
border:0;
|
||||
}
|
||||
|
||||
main section h2 {
|
||||
font-size: 2em;
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
margin: 0 0 0.7em 0;
|
||||
letter-spacing: -0.025em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
main section.main h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
main section.main h2::after {
|
||||
main section h2::after {
|
||||
display: block;
|
||||
content: '';
|
||||
width: 65%;
|
||||
@ -291,7 +305,7 @@ main section.main h2::after {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
main section.main h2::after {
|
||||
main section h2::after {
|
||||
background-image: -moz-linear-gradient(90deg, transparent, #422d4f, #df7366, #422d4f, transparent);
|
||||
background-image: -webkit-linear-gradient(90deg, transparent, #422d4f, #df7366, #422d4f, transparent);
|
||||
background-image: -ms-linear-gradient(90deg, transparent, #422d4f, #df7366, #422d4f, transparent);
|
||||
@ -299,7 +313,7 @@ main section.main h2::after {
|
||||
}
|
||||
|
||||
.main footer {
|
||||
margin: 1.5em 0.5em 0;
|
||||
padding: 1.5em 0.5em 0;
|
||||
opacity: 0.85;
|
||||
text-align: left;
|
||||
}
|
||||
@ -358,72 +372,23 @@ main section.main h2::after {
|
||||
}
|
||||
|
||||
#contact {
|
||||
display: flex;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
/*width: 80%;
|
||||
margin: auto;
|
||||
background-color: #ffffff12;*/
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#contact * {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#contact > section {
|
||||
flex-basis: 50%;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
border-left: 2px solid #553f59;
|
||||
}
|
||||
|
||||
#contact > section:first-child {
|
||||
padding: 4rem;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#contact section section {
|
||||
display: table-row;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#contact section section > * {
|
||||
display: table-cell;
|
||||
padding: 4rem 0.5rem 3rem;
|
||||
border-bottom: 2px solid #553f59;
|
||||
}
|
||||
|
||||
#contact section section p, #contact section section ul {
|
||||
font-size: 1rem;
|
||||
color: #d6c6d9;
|
||||
}
|
||||
|
||||
#contact section section > *:first-child {
|
||||
padding-left: 4rem;
|
||||
}
|
||||
|
||||
#contact section section > *:last-child {
|
||||
padding-right: 4rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#contact input[type="text"], #contact input[type="password"], #contact input[type="email"], #contact select {
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
#contact .fields {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: calc(100% + 3rem);
|
||||
margin: -1.5rem 0 2rem -1.5rem;
|
||||
margin: -1rem 0 1rem;
|
||||
}
|
||||
|
||||
#contact .fields .field{
|
||||
padding: 1.5rem 0 0 1.5rem;
|
||||
width: calc(100% - 1.5rem);
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
padding: 0 0 1.5rem;
|
||||
}
|
||||
|
||||
#contact input[type="text"], #contact input[type="password"], #contact input[type="email"], #contact select, #contact textarea {
|
||||
@ -436,13 +401,15 @@ main section.main h2::after {
|
||||
border-radius: 0;
|
||||
border: solid 2px #553f59;
|
||||
color: inherit;
|
||||
line-height: 3em;
|
||||
}
|
||||
|
||||
#contact input[type="text"]:focus, #contact input[type="password"]:focus, #contact input[type="email"]:focus, #contact select:focus, #contact textarea:focus {
|
||||
#contact form input[type="text"]:focus, #contact form input[type="password"]:focus, #contact form input[type="email"]:focus, #contact form select:focus, #contact form textarea:focus {
|
||||
border-color: #a869a7;
|
||||
}
|
||||
|
||||
#contact input[type="submit"]:hover, #contact input[type="reset"]:hover, #contact input[type="button"]:hover, #contact button:hover, #contact .button:hover, #contact a:hover{
|
||||
#contact form input[type="submit"]:hover, #contact form input[type="reset"]:hover, #contact form input[type="button"]:hover, #contact form button:hover,
|
||||
#contact form .button:hover, #contact form a:hover{
|
||||
color: #a869a7;
|
||||
}
|
||||
|
||||
@ -460,11 +427,32 @@ main section.main h2::after {
|
||||
padding: 0.75rem 1rem;
|
||||
}
|
||||
|
||||
#contact ul, #contact li {
|
||||
#contact ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#contact .social_network {
|
||||
position: absolute;
|
||||
right: 6em;
|
||||
bottom: 2.4em;
|
||||
}
|
||||
|
||||
#contact .social_network .icons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#contact li img, #contact li svg {
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
||||
#contact li a:hover svg {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
#contact input[type="submit"], #contact input[type="reset"], #contact input[type="button"], #contact button, #contact .button {
|
||||
background-color: transparent;
|
||||
box-shadow: inset 0 0 0 2px;
|
||||
@ -488,7 +476,7 @@ main section.main h2::after {
|
||||
|
||||
main footer, body > footer {
|
||||
line-height: 0.8rem;
|
||||
margin: 2.5em 0 2em 0;
|
||||
padding: 2.5em 0 2em 0;
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
opacity: 0.75;
|
||||
|
1
docker.svg
Normal file
1
docker.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172 172"><g fill="#ffffff"><path d="M68.8,30.96v17.2h-34.4v17.2h-17.2v17.2h-13.33c-1.63937,0.02688 -3.02344,1.19594 -3.3325,2.795c0,0 -0.5375,2.94281 -0.5375,6.665c0,2.365 0.24188,4.93156 0.645,7.525c-0.20156,0.05375 -0.47031,0.17469 -0.645,0.215h0.645c0.99438,6.22156 3.27875,12.84625 7.095,19.135c0.01344,0.02688 -0.01344,0.08063 0,0.1075c0.02688,0.06719 0.06719,0.14781 0.1075,0.215c0.17469,0.81969 0.63156,1.54531 1.29,2.0425c0.06719,0.04031 0.14781,0.08063 0.215,0.1075c1.06156,1.53188 2.17688,3.06375 3.44,4.515c9.20469,10.61563 24.14719,18.5975 45.6875,18.5975c35.16594,0 64.90313,-14.98281 81.7,-44.72h31.2825c-3.73562,-0.94062 -11.75781,-2.20375 -10.4275,-7.095c-4.44781,5.14656 -12.91344,5.79156 -19.4575,4.6225c1.24969,-2.365 2.45906,-4.77031 3.5475,-7.31c9.94375,-0.25531 17.07906,-3.45344 21.07,-7.31c4.36719,-4.21937 5.6975,-8.9225 5.6975,-8.9225c0.33594,-1.31687 -0.12094,-2.70094 -1.1825,-3.5475c0,0 -8.69406,-6.3425 -21.715,-4.1925c-3.70875,-12.16094 -13.33,-18.06 -13.33,-18.06c-0.71219,-0.41656 -1.54531,-0.57781 -2.365,-0.43c-0.55094,0.12094 -1.075,0.37625 -1.505,0.7525c0,0 -2.29781,1.96188 -4.1925,5.4825c-1.89469,3.52063 -3.64156,8.88219 -3.01,15.8025c0.29563,3.23844 1.31688,6.31563 2.795,9.245c-0.83312,0.51063 -1.31687,0.94063 -2.6875,1.505c-2.84875,1.1825 -7.00094,2.2575 -12.9,2.2575h-1.72v-17.2h-17.2v-34.4zM75.68,37.84h10.32v10.32h-10.32zM41.28,55.04h10.32v10.32h-10.32zM58.48,55.04h10.32v10.32h-10.32zM75.68,55.04h10.32v10.32h-10.32zM134.4825,55.7925c2.55313,1.89469 7.17563,5.85875 8.815,14.5125c0.17469,0.95406 0.73906,1.77375 1.55875,2.28438c0.81969,0.51062 1.81406,0.65844 2.74125,0.40312c8.77469,-2.40531 13.51813,-0.43 16.125,1.075c-0.49719,1.08844 -0.41656,1.76031 -2.365,3.655c-3.13094,3.02344 -8.43875,6.07375 -18.3825,5.6975c-1.45125,-0.05375 -2.78156,0.80625 -3.3325,2.15c-1.37062,3.42656 -2.95625,6.59781 -4.6225,9.675c-0.51062,-0.29562 -0.94062,-0.645 -1.29,-0.9675c-4.60906,6.67844 -31.34969,4.12531 -33.2175,-1.075c-5.76469,6.7725 -23.67687,6.7725 -29.455,0c-1.86781,5.20031 -28.71594,7.75344 -33.325,1.075c-4.12531,3.87 -20.41156,6.24844 -27.1975,-1.6125c0.645,2.365 -1.02125,3.89688 -3.225,4.945c-0.28219,-1.96187 -0.43,-3.82969 -0.43,-5.59c0,-1.47812 0.1075,-1.6125 0.215,-2.58h104.705c6.7725,0 11.85188,-1.29 15.48,-2.795c3.62813,-1.505 6.20813,-3.3325 6.5575,-3.5475c0.83313,-0.52406 1.3975,-1.37062 1.55875,-2.33812c0.16125,-0.95406 -0.09406,-1.94844 -0.69875,-2.71438c-1.90812,-2.48594 -2.9025,-5.60344 -3.225,-9.1375c-0.49719,-5.54969 0.80625,-9.43312 2.15,-11.9325c0.45688,-0.84656 0.48375,-0.67187 0.86,-1.1825zM24.08,72.24h10.32v10.32h-10.32zM41.28,72.24h10.32v10.32h-10.32zM58.48,72.24h10.32v10.32h-10.32zM75.68,72.24h10.32v10.32h-10.32zM92.88,72.24h10.32v10.32h-10.32zM7.74,99.76h124.7c-15.78906,25.50438 -42.00562,37.84 -73.96,37.84c-18.8125,0 -31.01375,-6.38281 -39.0225,-14.835c15.265,0.72563 27.09,-3.3325 27.09,-3.3325c1.89469,-0.24187 3.25188,-1.97531 3.01,-3.87c-0.24187,-1.89469 -1.97531,-3.25187 -3.87,-3.01c-0.18812,0.02688 -0.36281,0.05375 -0.5375,0.1075c-0.29562,0.04031 -0.57781,0.1075 -0.86,0.215c0,0 -14.06906,4.79719 -30.53,2.4725c-3.09062,-5.09281 -5.03906,-10.54844 -6.02,-15.5875zM55.04,106.64c-1.89469,0 -3.44,1.54531 -3.44,3.44c0,1.89469 1.54531,3.44 3.44,3.44c1.89469,0 3.44,-1.54531 3.44,-3.44c0,-0.47031 -0.04031,-0.88687 -0.215,-1.29c-0.24187,0.43 -0.76594,0.7525 -1.29,0.7525c-0.77937,0 -1.3975,-0.72562 -1.3975,-1.505c0,-0.52406 0.33594,-0.94062 0.7525,-1.1825c-0.38969,-0.14781 -0.84656,-0.215 -1.29,-0.215z"></path></g></svg>
|
After Width: | Height: | Size: 3.5 KiB |
2
github.svg
Normal file
2
github.svg
Normal file
@ -0,0 +1,2 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 172 172"><g fill="#ffffff"><path d="M86,6.88c-43.64901,0 -79.12,35.47099 -79.12,79.12c0,43.64901 35.47099,79.12 79.12,79.12c43.64901,0 79.12,-35.47099 79.12,-79.12c0,-43.64901 -35.47099,-79.12 -79.12,-79.12zM86,13.76c39.92923,0 72.24,32.31077 72.24,72.24c0,0.24552 -0.01772,0.48741 -0.02015,0.73235c-2.20027,-0.20309 -4.7425,-0.396 -7.97516,-0.51063c-4.57079,-0.16208 -10.33212,-0.11512 -16.86406,0.20828c0.24222,-1.6868 0.412,-3.39742 0.41656,-5.15328c0.3331,-6.44182 -1.83011,-12.46824 -5.34812,-17.79125c0.84992,-2.93682 1.84695,-6.67312 2.09625,-10.91125c0.28414,-4.83072 -0.13285,-10.18735 -4.0111,-13.80703l-0.99437,-0.92719h-1.35719c-9.22976,0 -15.54738,3.86384 -19.41047,6.92703c-5.57797,-2.15912 -11.85015,-3.48703 -18.77219,-3.48703c-6.9613,0 -13.29379,1.34647 -19.1014,3.50047c-3.8609,-3.06465 -10.18405,-6.94047 -19.42391,-6.94047h-1.35047l-0.99437,0.92047c-3.77776,3.50792 -4.12581,8.71758 -3.89016,13.52485c0.20781,4.23907 1.14707,8.09406 1.98203,11.17328c-3.57748,5.42692 -5.72437,11.60915 -5.72437,17.72406c0,1.76 0.16367,3.47599 0.40312,5.16672c-6.21182,-0.28811 -11.74925,-0.34364 -16.14516,-0.18812c-3.23258,0.11436 -5.77499,0.3056 -7.97516,0.51062c-0.00205,-0.22477 -0.02016,-0.44662 -0.02016,-0.67187c0,-39.92923 32.31077,-72.24 72.24,-72.24zM49.5239,45.17015c6.94049,0.65767 12.16216,3.75687 14.57969,5.90578l1.6125,1.42438l1.98875,-0.81297c5.44019,-2.24008 11.50798,-3.52735 18.29515,-3.52735c6.78718,0 12.85663,1.2937 17.88531,3.49375l2.01562,0.88688l1.6461,-1.46469c2.41836,-2.14965 7.64888,-5.24979 14.59312,-5.90578c0.92329,1.53074 1.7256,3.70766 1.53188,7.00094c-0.23186,3.94128 -1.28611,8.23413 -2.08281,10.78359l-0.51735,1.65953l1.02797,1.40422c3.40379,4.64154 5.13929,9.66479 4.84422,14.9761l-0.00672,0.09406v0.09406c0,8.58437 -3.09122,15.45499 -9.675,20.54594c-6.58362,5.09097 -16.97718,8.3514 -31.605,8.3514c-14.62782,0 -25.02794,-3.26046 -31.61172,-8.3514c-6.58379,-5.09095 -9.66828,-11.96157 -9.66828,-20.54594c0,-5.03859 1.81947,-10.58147 5.18015,-15.16422l1.00781,-1.37062l-0.48375,-1.63266c-0.79714,-2.71029 -1.77425,-7.10104 -1.9686,-11.06578c-0.16165,-3.29766 0.61883,-5.382 1.41094,-6.77922zM30.56359,89.5139c2.43102,0.03105 5.21743,0.16227 8.00875,0.30235c0.2667,1.07258 0.5708,2.12772 0.94062,3.15781c-11.3773,0.23993 -19.88869,1.38402 -25.13484,2.365c-0.22181,-1.7212 -0.39849,-3.45659 -0.49719,-5.21375c3.87705,-0.36793 9.34249,-0.70515 16.68266,-0.61141zM141.4364,89.56765c7.33509,-0.09314 12.7985,0.2444 16.67594,0.61141c-0.09858,1.73198 -0.27225,3.44282 -0.49047,5.13984c-5.43362,-0.99682 -14.17499,-2.1407 -25.84703,-2.32469c0.36225,-1.00973 0.66387,-2.04674 0.92719,-3.09735c3.07921,-0.16505 6.08327,-0.29555 8.73437,-0.32922zM40.97765,96.38719c2.05279,4.11354 4.98596,7.7864 8.86203,10.7836c5.29947,4.09784 12.1891,6.96098 20.59969,8.4925c-1.10033,1.13056 -2.10109,2.37205 -2.98984,3.68187l-0.20828,-0.1814c0.01892,-0.02167 -1.71011,0.84367 -4.29328,1.075c-2.58317,0.23134 -5.76961,0.16125 -8.59328,0.16125c-4.214,0 -6.07012,-1.99104 -9.03672,-5.61687c-1.64275,-2.21408 -3.64546,-4.00711 -5.59,-5.36828c-1.9911,-1.39377 -3.68964,-2.37749 -5.79156,-2.72781l-0.28219,-0.04703h-0.28891c-1.60533,0 -3.15873,0.11624 -4.60906,1.77375c-0.72517,0.82876 -1.22498,2.36306 -0.90031,3.66172c0.32466,1.29866 1.14621,2.09669 1.88125,2.58672c4.70153,3.13435 5.53243,9.33781 8.47906,14.85516c2.75174,5.4831 8.69043,8.08265 14.7611,8.08265h8.94265v16.5214c-24.19073,-8.53876 -42.4335,-29.57754 -47.01781,-55.38265c5.2663,-0.99192 14.08511,-2.18446 26.07547,-2.35156zM130.31687,96.41406c12.25578,0.10491 21.32194,1.29591 26.78766,2.30453c-4.57821,25.81458 -22.82732,46.86176 -47.02453,55.40281v-17.89875c0,-5.45091 -1.79003,-11.46173 -4.90469,-16.47437c-0.94565,-1.5219 -2.05806,-2.96119 -3.29891,-4.25297c7.96435,-1.57338 14.50693,-4.38737 19.5986,-8.32453c3.86767,-2.9907 6.7943,-6.65252 8.84187,-10.75672zM81.52531,117.30265h9.63469c2.7961,0 5.78066,2.2284 8.17,6.07375c2.38934,3.84535 3.87,9.00916 3.87,12.84625v19.94797c-5.51292,1.34434 -11.27016,2.06937 -17.2,2.06937c-5.92984,0 -11.68708,-0.72504 -17.2,-2.06937v-19.94797c0,-3.75215 1.60933,-8.90376 4.1589,-12.76562c2.54958,-3.86186 5.7703,-6.15438 8.56641,-6.15438zM42.34156,121.3675c2.97826,3.08915 6.58392,5.9125 12.01312,5.9125c2.68033,0 6.02586,0.09657 9.20469,-0.18813c0.0113,-0.00101 0.02229,-0.0057 0.0336,-0.00672c-0.41881,1.20401 -0.73129,2.41546 -0.99437,3.63485h-9.62125c-4.24267,0 -7.2399,-1.53276 -8.62016,-4.29328l-0.02687,-0.04703l-0.02016,-0.04031c-0.56554,-1.05048 -1.30794,-3.15094 -1.96859,-4.97187z"></path></g></svg>
|
After Width: | Height: | Size: 4.5 KiB |
106
index.html
106
index.html
@ -57,6 +57,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<main>
|
||||
<section id="jeanqui" class="main">
|
||||
<h2>Qui est Jean-Cloud ?</h2>
|
||||
@ -98,12 +99,6 @@
|
||||
</span>
|
||||
<a href="https://videos.jean-cloud.net">La plateforme vidéo</a> À VENIR pour partager et visioner les vidéos du réseau <a href="https://joinpeertube.org">PeerTube</a>
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon">
|
||||
<img class="black" src="https://img.icons8.com/metro/384/binoculars.png"/>
|
||||
</span>
|
||||
<a href="https://videos.jean-cloud.net">La plateforme vidéo</a> À VENIR pour partager et visioner les vidéos du réseau <a href="https://joinpeertube.org">PeerTube</a>
|
||||
</li>
|
||||
</ul>
|
||||
<footer>
|
||||
<p>L’utilisation de tous ces services est soumise à nos <a href="cgu.html">Conditions générales d’utilisation</a></p>
|
||||
@ -120,36 +115,35 @@
|
||||
<a href=«"hosting.html">En savoir plus</a>
|
||||
</footer>
|
||||
</p>
|
||||
<!--
|
||||
<section>
|
||||
<h3>Alertes</h3>
|
||||
<p>Pour être averti en cas de panne du service : <a href="#">liste mail d’alertes</a></p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Nouveautés</h3>
|
||||
<p>Pour recevoir nos publications : <a href="#">liste mail des nouveautés</a></p>
|
||||
</section>
|
||||
-->
|
||||
</section>
|
||||
<!--
|
||||
<section>
|
||||
<h3>Alertes</h3>
|
||||
<p>Pour être averti en cas de panne du service : <a href="#">liste mail d’alertes</a></p>
|
||||
</section>
|
||||
<section>
|
||||
<h3>Nouveautés</h3>
|
||||
<p>Pour recevoir nos publications : <a href="#">liste mail des nouveautés</a></p>
|
||||
</section>
|
||||
-->
|
||||
</section>
|
||||
|
||||
<section id="trust" class="main">
|
||||
<h2>Ils nous font confiance</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="https://leida.fr">leida.fr</a></li>
|
||||
<!--<li><a href="https://feteducourt.jean-cloud.net">feteducourt.jean-cloud.net</a></li>-->
|
||||
<li><a href="https://lalis.fr">lalis.fr</a></li>
|
||||
<li><a href="https://rpnow.jean-cloud.org">rpnow.jean-cloud.net</a></li>
|
||||
<li><a href="https://velov.jean-cloud.net">velov.jean-cloud.net</a></li>
|
||||
<li><a href="https://oma-radio.fr">oma-radio.fr</a></li>
|
||||
<li>Et d’autres anonymes…</li>
|
||||
</ul>
|
||||
</p>
|
||||
</section>
|
||||
<section id="trust" class="main">
|
||||
<h2>Ils nous font confiance</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="https://leida.fr">leida.fr</a></li>
|
||||
<!--<li><a href="https://feteducourt.jean-cloud.net">feteducourt.jean-cloud.net</a></li>-->
|
||||
<li><a href="https://lalis.fr">lalis.fr</a></li>
|
||||
<li><a href="https://rpnow.jean-cloud.org">rpnow.jean-cloud.net</a></li>
|
||||
<li><a href="https://velov.jean-cloud.net">velov.jean-cloud.net</a></li>
|
||||
<li><a href="https://oma-radio.fr">oma-radio.fr</a></li>
|
||||
<li>Et d’autres anonymes…</li>
|
||||
</ul>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<!-- Contact -->
|
||||
<section id="contact">
|
||||
<section class="split contact">
|
||||
<!-- Contact -->
|
||||
<section id="contact">
|
||||
<h2>Nous contacter</h2>
|
||||
<form method="post" action="/contact">
|
||||
<div class="fields">
|
||||
@ -170,29 +164,27 @@
|
||||
<li><input type="submit" value="Send Message" /></li>
|
||||
</ul>
|
||||
</form>
|
||||
</section>
|
||||
<section class="split contact">
|
||||
<section class="alt">
|
||||
<h3>Hébergement des services</h3>
|
||||
<p>Grenoble, Lyon et alentours</p>
|
||||
</section>
|
||||
<section class="alt">
|
||||
<h3>Email</h3>
|
||||
<p><a href="#contact">Via le formulaire ci-contre</a></p>
|
||||
</section>
|
||||
<section class="alt">
|
||||
|
||||
<div class="social_network">
|
||||
<h3>Réseaux sociaux</h3>
|
||||
<ul class="icons alt">
|
||||
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
|
||||
<li><a href="https://hub.docker.com/u/jeancloud" class="icon brands alt"><span class="label">Docker Hub</span></a></li>
|
||||
<ul class="icons">
|
||||
<li><a href="#">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172 172">
|
||||
<g><path d="M86,6.88c-43.64901,0 -79.12,35.47099 -79.12,79.12c0,43.64901 35.47099,79.12 79.12,79.12c43.64901,0 79.12,-35.47099 79.12,-79.12c0,-43.64901 -35.47099,-79.12 -79.12,-79.12zM86,13.76c39.92923,0 72.24,32.31077 72.24,72.24c0,0.24552 -0.01772,0.48741 -0.02015,0.73235c-2.20027,-0.20309 -4.7425,-0.396 -7.97516,-0.51063c-4.57079,-0.16208 -10.33212,-0.11512 -16.86406,0.20828c0.24222,-1.6868 0.412,-3.39742 0.41656,-5.15328c0.3331,-6.44182 -1.83011,-12.46824 -5.34812,-17.79125c0.84992,-2.93682 1.84695,-6.67312 2.09625,-10.91125c0.28414,-4.83072 -0.13285,-10.18735 -4.0111,-13.80703l-0.99437,-0.92719h-1.35719c-9.22976,0 -15.54738,3.86384 -19.41047,6.92703c-5.57797,-2.15912 -11.85015,-3.48703 -18.77219,-3.48703c-6.9613,0 -13.29379,1.34647 -19.1014,3.50047c-3.8609,-3.06465 -10.18405,-6.94047 -19.42391,-6.94047h-1.35047l-0.99437,0.92047c-3.77776,3.50792 -4.12581,8.71758 -3.89016,13.52485c0.20781,4.23907 1.14707,8.09406 1.98203,11.17328c-3.57748,5.42692 -5.72437,11.60915 -5.72437,17.72406c0,1.76 0.16367,3.47599 0.40312,5.16672c-6.21182,-0.28811 -11.74925,-0.34364 -16.14516,-0.18812c-3.23258,0.11436 -5.77499,0.3056 -7.97516,0.51062c-0.00205,-0.22477 -0.02016,-0.44662 -0.02016,-0.67187c0,-39.92923 32.31077,-72.24 72.24,-72.24zM49.5239,45.17015c6.94049,0.65767 12.16216,3.75687 14.57969,5.90578l1.6125,1.42438l1.98875,-0.81297c5.44019,-2.24008 11.50798,-3.52735 18.29515,-3.52735c6.78718,0 12.85663,1.2937 17.88531,3.49375l2.01562,0.88688l1.6461,-1.46469c2.41836,-2.14965 7.64888,-5.24979 14.59312,-5.90578c0.92329,1.53074 1.7256,3.70766 1.53188,7.00094c-0.23186,3.94128 -1.28611,8.23413 -2.08281,10.78359l-0.51735,1.65953l1.02797,1.40422c3.40379,4.64154 5.13929,9.66479 4.84422,14.9761l-0.00672,0.09406v0.09406c0,8.58437 -3.09122,15.45499 -9.675,20.54594c-6.58362,5.09097 -16.97718,8.3514 -31.605,8.3514c-14.62782,0 -25.02794,-3.26046 -31.61172,-8.3514c-6.58379,-5.09095 -9.66828,-11.96157 -9.66828,-20.54594c0,-5.03859 1.81947,-10.58147 5.18015,-15.16422l1.00781,-1.37062l-0.48375,-1.63266c-0.79714,-2.71029 -1.77425,-7.10104 -1.9686,-11.06578c-0.16165,-3.29766 0.61883,-5.382 1.41094,-6.77922zM30.56359,89.5139c2.43102,0.03105 5.21743,0.16227 8.00875,0.30235c0.2667,1.07258 0.5708,2.12772 0.94062,3.15781c-11.3773,0.23993 -19.88869,1.38402 -25.13484,2.365c-0.22181,-1.7212 -0.39849,-3.45659 -0.49719,-5.21375c3.87705,-0.36793 9.34249,-0.70515 16.68266,-0.61141zM141.4364,89.56765c7.33509,-0.09314 12.7985,0.2444 16.67594,0.61141c-0.09858,1.73198 -0.27225,3.44282 -0.49047,5.13984c-5.43362,-0.99682 -14.17499,-2.1407 -25.84703,-2.32469c0.36225,-1.00973 0.66387,-2.04674 0.92719,-3.09735c3.07921,-0.16505 6.08327,-0.29555 8.73437,-0.32922zM40.97765,96.38719c2.05279,4.11354 4.98596,7.7864 8.86203,10.7836c5.29947,4.09784 12.1891,6.96098 20.59969,8.4925c-1.10033,1.13056 -2.10109,2.37205 -2.98984,3.68187l-0.20828,-0.1814c0.01892,-0.02167 -1.71011,0.84367 -4.29328,1.075c-2.58317,0.23134 -5.76961,0.16125 -8.59328,0.16125c-4.214,0 -6.07012,-1.99104 -9.03672,-5.61687c-1.64275,-2.21408 -3.64546,-4.00711 -5.59,-5.36828c-1.9911,-1.39377 -3.68964,-2.37749 -5.79156,-2.72781l-0.28219,-0.04703h-0.28891c-1.60533,0 -3.15873,0.11624 -4.60906,1.77375c-0.72517,0.82876 -1.22498,2.36306 -0.90031,3.66172c0.32466,1.29866 1.14621,2.09669 1.88125,2.58672c4.70153,3.13435 5.53243,9.33781 8.47906,14.85516c2.75174,5.4831 8.69043,8.08265 14.7611,8.08265h8.94265v16.5214c-24.19073,-8.53876 -42.4335,-29.57754 -47.01781,-55.38265c5.2663,-0.99192 14.08511,-2.18446 26.07547,-2.35156zM130.31687,96.41406c12.25578,0.10491 21.32194,1.29591 26.78766,2.30453c-4.57821,25.81458 -22.82732,46.86176 -47.02453,55.40281v-17.89875c0,-5.45091 -1.79003,-11.46173 -4.90469,-16.47437c-0.94565,-1.5219 -2.05806,-2.96119 -3.29891,-4.25297c7.96435,-1.57338 14.50693,-4.38737 19.5986,-8.32453c3.86767,-2.9907 6.7943,-6.65252 8.84187,-10.75672zM81.52531,117.30265h9.63469c2.7961,0 5.78066,2.2284 8.17,6.07375c2.38934,3.84535 3.87,9.00916 3.87,12.84625v19.94797c-5.51292,1.34434 -11.27016,2.06937 -17.2,2.06937c-5.92984,0 -11.68708,-0.72504 -17.2,-2.06937v-19.94797c0,-3.75215 1.60933,-8.90376 4.1589,-12.76562c2.54958,-3.86186 5.7703,-6.15438 8.56641,-6.15438zM42.34156,121.3675c2.97826,3.08915 6.58392,5.9125 12.01312,5.9125c2.68033,0 6.02586,0.09657 9.20469,-0.18813c0.0113,-0.00101 0.02229,-0.0057 0.0336,-0.00672c-0.41881,1.20401 -0.73129,2.41546 -0.99437,3.63485h-9.62125c-4.24267,0 -7.2399,-1.53276 -8.62016,-4.29328l-0.02687,-0.04703l-0.02016,-0.04031c-0.56554,-1.05048 -1.30794,-3.15094 -1.96859,-4.97187z"></path></g></svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://hub.docker.com/u/jeancloud">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172 172"><g><path d="M68.8,30.96v17.2h-34.4v17.2h-17.2v17.2h-13.33c-1.63937,0.02688 -3.02344,1.19594 -3.3325,2.795c0,0 -0.5375,2.94281 -0.5375,6.665c0,2.365 0.24188,4.93156 0.645,7.525c-0.20156,0.05375 -0.47031,0.17469 -0.645,0.215h0.645c0.99438,6.22156 3.27875,12.84625 7.095,19.135c0.01344,0.02688 -0.01344,0.08063 0,0.1075c0.02688,0.06719 0.06719,0.14781 0.1075,0.215c0.17469,0.81969 0.63156,1.54531 1.29,2.0425c0.06719,0.04031 0.14781,0.08063 0.215,0.1075c1.06156,1.53188 2.17688,3.06375 3.44,4.515c9.20469,10.61563 24.14719,18.5975 45.6875,18.5975c35.16594,0 64.90313,-14.98281 81.7,-44.72h31.2825c-3.73562,-0.94062 -11.75781,-2.20375 -10.4275,-7.095c-4.44781,5.14656 -12.91344,5.79156 -19.4575,4.6225c1.24969,-2.365 2.45906,-4.77031 3.5475,-7.31c9.94375,-0.25531 17.07906,-3.45344 21.07,-7.31c4.36719,-4.21937 5.6975,-8.9225 5.6975,-8.9225c0.33594,-1.31687 -0.12094,-2.70094 -1.1825,-3.5475c0,0 -8.69406,-6.3425 -21.715,-4.1925c-3.70875,-12.16094 -13.33,-18.06 -13.33,-18.06c-0.71219,-0.41656 -1.54531,-0.57781 -2.365,-0.43c-0.55094,0.12094 -1.075,0.37625 -1.505,0.7525c0,0 -2.29781,1.96188 -4.1925,5.4825c-1.89469,3.52063 -3.64156,8.88219 -3.01,15.8025c0.29563,3.23844 1.31688,6.31563 2.795,9.245c-0.83312,0.51063 -1.31687,0.94063 -2.6875,1.505c-2.84875,1.1825 -7.00094,2.2575 -12.9,2.2575h-1.72v-17.2h-17.2v-34.4zM75.68,37.84h10.32v10.32h-10.32zM41.28,55.04h10.32v10.32h-10.32zM58.48,55.04h10.32v10.32h-10.32zM75.68,55.04h10.32v10.32h-10.32zM134.4825,55.7925c2.55313,1.89469 7.17563,5.85875 8.815,14.5125c0.17469,0.95406 0.73906,1.77375 1.55875,2.28438c0.81969,0.51062 1.81406,0.65844 2.74125,0.40312c8.77469,-2.40531 13.51813,-0.43 16.125,1.075c-0.49719,1.08844 -0.41656,1.76031 -2.365,3.655c-3.13094,3.02344 -8.43875,6.07375 -18.3825,5.6975c-1.45125,-0.05375 -2.78156,0.80625 -3.3325,2.15c-1.37062,3.42656 -2.95625,6.59781 -4.6225,9.675c-0.51062,-0.29562 -0.94062,-0.645 -1.29,-0.9675c-4.60906,6.67844 -31.34969,4.12531 -33.2175,-1.075c-5.76469,6.7725 -23.67687,6.7725 -29.455,0c-1.86781,5.20031 -28.71594,7.75344 -33.325,1.075c-4.12531,3.87 -20.41156,6.24844 -27.1975,-1.6125c0.645,2.365 -1.02125,3.89688 -3.225,4.945c-0.28219,-1.96187 -0.43,-3.82969 -0.43,-5.59c0,-1.47812 0.1075,-1.6125 0.215,-2.58h104.705c6.7725,0 11.85188,-1.29 15.48,-2.795c3.62813,-1.505 6.20813,-3.3325 6.5575,-3.5475c0.83313,-0.52406 1.3975,-1.37062 1.55875,-2.33812c0.16125,-0.95406 -0.09406,-1.94844 -0.69875,-2.71438c-1.90812,-2.48594 -2.9025,-5.60344 -3.225,-9.1375c-0.49719,-5.54969 0.80625,-9.43312 2.15,-11.9325c0.45688,-0.84656 0.48375,-0.67187 0.86,-1.1825zM24.08,72.24h10.32v10.32h-10.32zM41.28,72.24h10.32v10.32h-10.32zM58.48,72.24h10.32v10.32h-10.32zM75.68,72.24h10.32v10.32h-10.32zM92.88,72.24h10.32v10.32h-10.32zM7.74,99.76h124.7c-15.78906,25.50438 -42.00562,37.84 -73.96,37.84c-18.8125,0 -31.01375,-6.38281 -39.0225,-14.835c15.265,0.72563 27.09,-3.3325 27.09,-3.3325c1.89469,-0.24187 3.25188,-1.97531 3.01,-3.87c-0.24187,-1.89469 -1.97531,-3.25187 -3.87,-3.01c-0.18812,0.02688 -0.36281,0.05375 -0.5375,0.1075c-0.29562,0.04031 -0.57781,0.1075 -0.86,0.215c0,0 -14.06906,4.79719 -30.53,2.4725c-3.09062,-5.09281 -5.03906,-10.54844 -6.02,-15.5875zM55.04,106.64c-1.89469,0 -3.44,1.54531 -3.44,3.44c0,1.89469 1.54531,3.44 3.44,3.44c1.89469,0 3.44,-1.54531 3.44,-3.44c0,-0.47031 -0.04031,-0.88687 -0.215,-1.29c-0.24187,0.43 -0.76594,0.7525 -1.29,0.7525c-0.77937,0 -1.3975,-0.72562 -1.3975,-1.505c0,-0.52406 0.33594,-0.94062 0.7525,-1.1825c-0.38969,-0.14781 -0.84656,-0.215 -1.29,-0.215z"></path></g></svg>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>Conditions générales d’utilisation : <a href="cgu.html">disponibles ici</a></p>
|
||||
<p>Design : <a href="http://html5up.net">HTML5 UP</a> modifié par nos soins</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</main>
|
||||
<footer>
|
||||
<p>Conditions générales d’utilisation : <a href="cgu.html">disponibles ici</a></p>
|
||||
<p>Design : <a href="http://html5up.net">HTML5 UP</a> modifié par nos soins</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user