diff --git a/help/info.html b/help/info.html index aba5d06..b6d7d88 100644 --- a/help/info.html +++ b/help/info.html @@ -33,7 +33,7 @@ <ul> <li><h4>Python package</h4> <ul> - <li><a href="https://speasy.readthedocs.io/en/latest/amda.html" target="_blank">speasy</a> + <li><a href="https://speasy.readthedocs.io/en/stable/" target="_blank">speasy</a> </ul> </ul> </div> diff --git a/index.html b/index.html index 0cd97e0..dac04f8 100644 --- a/index.html +++ b/index.html @@ -88,9 +88,10 @@ </div> </form> <a href="mailto:amda@irap.omp.eu?subject=AMDA registration" id="Btn_Register"></a> -<a href="mailto:amda@irap.omp.eu?subject=AMDA contact" id="Btn_Contact"></a> <div id="Btn_About" onclick="location.href='help/info.html';"></div> <div id="textAbout">AMDA Info</div> +<div id="Btn_Python" onclick="window.open('https://speasy.readthedocs.io/en/stable/')"></div> +<div id="textPython">Python Access</div> <a href="http://www.cdpp.eu/" id="Logo_CDPP" target="_blank"></a> <div id="PaveGuest"> @@ -111,5 +112,3 @@ <div id="TexteAnnoucement">New data:</br>MMS (including burst mode), <br/>VEX IMA: Version 2.0,<br/> BepiColombo Venus flybys ephemeris,<br/> PSP Venus flybys: ephemeris & data,<br/>JASON3: AMBRE</div> <div id="DateAnnoucement">28/07/2021</div> <div id="TexteAnnoucement">Fix remote access to CDAWeb</div> -<div id="DateAnnoucement">19/04/2021</div> -<div id="TexteAnnoucement">New tool:<a target='_blank' href="https://speasy.readthedocs.io/en/latest/amda.html"> Python package for AMDA</a></div> diff --git a/js/resources/css/AccueilAmda.css b/js/resources/css/AccueilAmda.css index 0c5f3d0..13a4a8b 100644 --- a/js/resources/css/AccueilAmda.css +++ b/js/resources/css/AccueilAmda.css @@ -65,7 +65,7 @@ body{ background: url(../images/boutonLogin_over.png) 0 0 no-repeat scroll; } -#Btn_About, #Btn_FirstVisit, #Btn_Rules, #Btn_Register, #Btn_Contact{ +#Btn_About, #Btn_FirstVisit, #Btn_Rules, #Btn_Register, #Btn_Python{ background: url(../images/bouton_off.png) 0 0 no-repeat scroll; z-index: 6; position: relative; @@ -73,7 +73,7 @@ body{ height: 40px; } -#Btn_About:hover, #Btn_FirstVisit:hover, #Btn_Rules:hover, #Btn_Register:hover, #Btn_Contact:hover{ +#Btn_About:hover, #Btn_FirstVisit:hover, #Btn_Rules:hover, #Btn_Register:hover, #Btn_Python:hover{ background: url(../images/bouton_over.png) 0 0 no-repeat scroll; } @@ -129,15 +129,14 @@ body{ display: block; } -#Btn_Contact{ +#Btn_About{ left: 35px; top: 93px; - display: block; } -#Btn_About{ - left: 0px; - top: 100px; +#Btn_Python{ + left:-4px; + top: 90px; } #Logo_CDPP{ @@ -170,7 +169,7 @@ body{ /*------------------ Logins -----------------*/ #PaveGuest{ left: 450px; - top: -118px; + top: -133px; position: relative; width: 180px; height: 50px; @@ -217,12 +216,22 @@ body{ font-size: 16px; color: rgba(0, 107, 179, 0.9); } -/* •••••••••••••••••••••••••••••••• ANNOUCEMENTS••••••••••••••••••••••••••••••••••••*/ +/* •••••••••••••••••••••••••••••••• AMDA info and Python Access buttons••••••••••••••••••••••••••••••••••••*/ #textAbout { z-index: 6; position: relative; - left: 45px; - top: 90px; + left: 78px; + top: 75px; + font-family: orbitronlight; + font-size: 14px; + color: rgba(255, 255, 255, 0.5); + font-weight: bold; +} +#textPython { + z-index: 6; + position: relative; + left: 41px; + top: 75px; font-family: orbitronlight; font-size: 14px; color: rgba(255, 255, 255, 0.5); @@ -235,7 +244,7 @@ body{ font-size: 30px; color: rgba(0, 0, 42, 0.3); left: 300px; - top: -100px; + top: -120px; width: 300px; height: 300px; z-index: 100; diff --git a/js/resources/images/trou.jpg b/js/resources/images/trou.jpg index a9de908..d2b924e 100644 Binary files a/js/resources/images/trou.jpg and b/js/resources/images/trou.jpg differ -- libgit2 0.21.2