This commit is contained in:
qo-op 2020-05-31 22:42:34 +02:00
parent fc1b2ab287
commit 6204ac01ae
2 changed files with 38 additions and 33 deletions

View File

@ -255,34 +255,30 @@ Alors que de plus en plus de gens font du Web Social leur première source d'inf
<script type='text/javascript' src='app/themes/joystick-v20/js/ieFix3428.js?ver=4.5.2'></script> <script type='text/javascript' src='app/themes/joystick-v20/js/ieFix3428.js?ver=4.5.2'></script>
<script type='text/javascript' src='wp/wp-includes/js/wp-embed.min3428.js?ver=4.5.2'></script> <script type='text/javascript' src='wp/wp-includes/js/wp-embed.min3428.js?ver=4.5.2'></script>
<!--
<footer> <footer>
<div class="social-links-wrapper"> <div class="social-links-wrapper">
<div class="social-links"> <div class="social-links">
<a href="http://www.facebook.com/SiliconHBO" target="_blank"> <a href="http://www.facebook.com/" target="_blank">
<img src="app/themes/joystick-v20/images/ic_facebook.svg" class="social-link"/> <img src="../app/themes/joystick-v20/images/ic_facebook.svg" class="social-link"/>
</a> </a>
<a href="http://twitter.com/SiliconHBO" target="_blank"> <a href="http://twitter.com/" target="_blank">
<img src="app/themes/joystick-v20/images/ic_twitter.svg" class="social-link"/> <img src="../app/themes/joystick-v20/images/ic_twitter.svg" class="social-link"/>
</a> </a>
<a href="https://www.instagram.com/siliconhbo" target="_blank"> <a href="https://www.instagram.com/" target="_blank">
<img src="app/themes/joystick-v20/images/ic_instagram.svg" class="social-link"/> <img src="../app/themes/joystick-v20/images/ic_instagram.svg" class="social-link"/>
</a> </a>
</div> </div>
</div> </div>
<div class="message"> <div class="message">
The old Astroport “flute player” logo was referencing a fairytale character and in no way was meant to Astroport est un système d'opération Internet distribué. Il vous libère des systèmes d'exploitation et des services Web2.0 limités et propriétaires.
suggest a
sexual act involving either the mouth or ear of the figure depicted. Apologies to any who were offended.
</div> </div>
<div class="copyright"> <div class="copyright">
<br>©2019 Home Box Office, Inc. All Rights Reserved. This website may contain mature content.<br> <br>©2019 Qwantic. Tout droits cédés.<br>
<a href="https://www.hbo.com/privacy-policy" target="_blank">Privacy | </a>
<a href="https://www.hbo.com/terms-of-use" target="_blank">Terms</a>
</div> </div>
</footer> </footer>
Lines animations--> <!--Lines animations-->
<script> <script>
(function () { (function () {
var imagesContainer; var imagesContainer;

View File

@ -248,22 +248,21 @@ p#si_captcha_code { clear: left; padding-top:10px; }
<article class="developers-startup"> <article class="developers-startup">
<h1 class="title slide-up-animation hidden">Commencez à utiliser <span class="bold">Astroport</span> en quelques minutes</h1> <h1 class="title slide-up-animation hidden">Commencez à utiliser <span class="bold">Astroport</span> en quelques minutes</h1>
<p class="description slide-up-animation hidden"> <p class="description slide-up-animation hidden">
Choisissez Joignez-vous à notre
<span class="bold">adventure</span>! <span class="bold">aventure</span>!
</p> </p>
<div class="code-container slide-up-animation "> <div class="code-container slide-up-animation ">
<div class="code-header"> <div class="code-header">
<p class="">astroport.code</p> <p class="">astroport.install</p>
</div> </div>
<pre class="sc-iQNlJl jeEayy line-numbers language-groovy"> <pre class="sc-iQNlJl jeEayy line-numbers language-groovy">
<code id="code" class=" sc-bsbRJL hhlgKw language-groovy"> <code id="code" class=" sc-bsbRJL hhlgKw language-groovy">
export YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1) || er+=" ipfs daemon not running" YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1)
export IPFSNODEID=$(ipfs id -f='<id>\n') || er+=" ipfs id problem" IPFSNODEID=$(ipfs id -f='<id>\n')
export WHOAMI=$(sbotc whoami | jq -r .id) || er+=" sbotc whoami problem" WHOAMI=$(sbotc whoami | jq -r .id)
[[ "$YOU" == "" || "$IPFSNODEID" == "" || "$WHOAMI" == "" ]] && \
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/install.sh | bash [[ "$YOU" == "" || "$IPFSNODEID" == "" || "$WHOAMI" == "" ]] && curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/install.sh | bash
<span aria-hidden="true" class="line-numbers-rows"><span></span> <span aria-hidden="true" class="line-numbers-rows"><span></span>
<span>1</span> <span>1</span>
<span>2</span> <span>2</span>
@ -275,7 +274,21 @@ p#si_captcha_code { clear: left; padding-top:10px; }
<span>8</span> <span>8</span>
<span>9</span> <span>9</span>
<span>10</span> <span>10</span>
</span></code></pre> <span>11</span>
<span>12</span>
<span>13</span>
<span>14</span>
<span>15</span>
<span>16</span>
<span>17</span>
<span>18</span>
<span>19</span>
<span>20</span>
<span>21</span>
<span>22</span>
<span>23</span>
<span>24</span>
<span>25</span></span></code></pre>
<div class="code-footer"> <div class="code-footer">
<button onclick="copyToClipboard()" id="code-copy" class="code-copy">copier</button> <button onclick="copyToClipboard()" id="code-copy" class="code-copy">copier</button>
@ -307,26 +320,22 @@ p#si_captcha_code { clear: left; padding-top:10px; }
<footer> <footer>
<div class="social-links-wrapper"> <div class="social-links-wrapper">
<div class="social-links"> <div class="social-links">
<a href="http://www.facebook.com/SiliconHBO" target="_blank"> <a href="http://www.facebook.com/" target="_blank">
<img src="../app/themes/joystick-v20/images/ic_facebook.svg" class="social-link"/> <img src="../app/themes/joystick-v20/images/ic_facebook.svg" class="social-link"/>
</a> </a>
<a href="http://twitter.com/SiliconHBO" target="_blank"> <a href="http://twitter.com/" target="_blank">
<img src="../app/themes/joystick-v20/images/ic_twitter.svg" class="social-link"/> <img src="../app/themes/joystick-v20/images/ic_twitter.svg" class="social-link"/>
</a> </a>
<a href="https://www.instagram.com/siliconhbo" target="_blank"> <a href="https://www.instagram.com/" target="_blank">
<img src="../app/themes/joystick-v20/images/ic_instagram.svg" class="social-link"/> <img src="../app/themes/joystick-v20/images/ic_instagram.svg" class="social-link"/>
</a> </a>
</div> </div>
</div> </div>
<div class="message"> <div class="message">
The old Astroport “flute player” logo was referencing a fairytale character and in no way was meant to Astroport est un système d'opération Internet distribué. Il vous libère des systèmes d'exploitation et des services Web2.0 limités et propriétaires.
suggest a
sexual act involving either the mouth or ear of the figure depicted. Apologies to any who were offended.
</div> </div>
<div class="copyright"> <div class="copyright">
<br>©2019 Home Box Office, Inc. All Rights Reserved. This website may contain mature content.<br> <br>©2019 Qwantic. Tout droits cédés.<br>
<a href="https://www.hbo.com/privacy-policy" target="_blank">Privacy | </a>
<a href="https://www.hbo.com/terms-of-use" target="_blank">Terms</a>
</div> </div>
</footer> </footer>