Selaa lähdekoodia

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 4 vuotta sitten
vanhempi
commit
772190bbc7
11 muutettua tiedostoa jossa 334 lisäystä ja 0 poistoa
  1. BIN
      5mode.png
  2. BIN
      Italian-cheetsheet.pdf
  3. BIN
      cv.doc
  4. BIN
      foto.jpg
  5. 98 0
      index.xml
  6. 234 0
      index.xsl
  7. 1 0
      js/jquery-3.1.0.min.js
  8. BIN
      res/burger-menu2.png
  9. BIN
      res/favicon.ico
  10. BIN
      res/logo.png
  11. 1 0
      stradario.pdf

BIN
5mode.png


BIN
Italian-cheetsheet.pdf


BIN
cv.doc


BIN
foto.jpg


+ 98 - 0
index.xml

@@ -0,0 +1,98 @@
+<?xml version="1.0"?>
+
+<!-- File name: index.xml 
+
+ Copyright 2021, 2024 5 Mode
+ 
+ This file is part of Secchione.
+ 
+ Secchione is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ 
+ Secchione is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.  
+ 
+ You should have received a copy of the GNU General Public License
+ along with Secchione. If not, see <https://www.gnu.org/licenses/>.
+
+ index.xml
+  
+ Secchione index file.
+ 
+ @author Daniele Bonini <my25mb@aol.com>
+ @copyrights (c) 2021, 2024, 5 Mode     
+
+-->
+
+<?xml-stylesheet type="text/xsl" href="index.xsl"?>
+
+
+<CONTENT>
+	<LINK>
+		<TEXT></TEXT>
+		<IMAGE>
+		   <ADDRESS>/foto.jpg</ADDRESS>
+		   <WIDTH>140</WIDTH>
+		   <HEIGHT>169</HEIGHT> 
+		</IMAGE>   
+		<ADDRESS>/</ADDRESS>
+		<TYPE>personal-image</TYPE>
+		<INDEX>1</INDEX>
+	</LINK>
+	<LINK>
+		<TEXT>cv</TEXT>
+		<IMAGE></IMAGE>
+		<ADDRESS>/cv.doc</ADDRESS>
+		<TYPE>resume</TYPE>
+		<TITLE>Download CV</TITLE>
+		<INDEX>1</INDEX> 
+	</LINK>
+  <LINK>
+		<TEXT>Linkedin</TEXT>
+		<IMAGE></IMAGE>
+		<ADDRESS>http://linkedin.com/</ADDRESS>
+		<TYPE>footer</TYPE>
+		<TITLE>Linkedin public profile</TITLE>
+		<INDEX>1</INDEX>
+	</LINK>
+	<LINK>
+		<TEXT>Facebook</TEXT>
+		<IMAGE></IMAGE>
+		<ADDRESS>https://www.facebook.com/</ADDRESS>
+		<TYPE>footer</TYPE>
+		<TITLE>Facebook page</TITLE>
+		<INDEX>2</INDEX>
+	</LINK>
+	<LINK>
+		<TEXT>Stradario</TEXT>
+		<IMAGE></IMAGE>
+		<ADDRESS>/stradario.pdf</ADDRESS>
+		<TYPE>footer</TYPE>
+		<TITLE>Map</TITLE>
+		<INDEX>3</INDEX>
+	</LINK>
+	<LINK>
+		<TEXT>Italian cheetsheet</TEXT>
+		<IMAGE></IMAGE>
+		<ADDRESS>/Italian-cheetsheet.pdf</ADDRESS>
+		<TYPE>footer</TYPE>
+		<TITLE>Some basics of the Italian language</TITLE>
+		<INDEX>4</INDEX>
+	</LINK>
+	<LINK>
+		<TEXT>5 Mode</TEXT>
+		<IMAGE>
+		   <ADDRESS>/5mode.png</ADDRESS>
+		   <WIDTH>129</WIDTH>
+		   <HEIGHT>61</HEIGHT> 
+		</IMAGE>
+		<ADDRESS>http://5mode.com/</ADDRESS>
+		<TYPE>sponsor</TYPE>
+		<TITLE>5 Mode</TITLE>
+		<INDEX>1</INDEX>
+	</LINK>
+</CONTENT>

+ 234 - 0
index.xsl

@@ -0,0 +1,234 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+		xmlns:xlink="http://www.w3.org/1999/xlink"
+		version="1.0"> 
+
+<xsl:output method="html" version="4"/>
+
+<!-- File name: index.xsl 
+
+ Copyright 2021, 2024 5 Mode
+ 
+ This file is part of Secchione.
+ 
+ Secchione is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ 
+ Secchione is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.  
+ 
+ You should have received a copy of the GNU General Public License
+ along with Secchione. If not, see <https://www.gnu.org/licenses/>.
+
+ index.xsl
+  
+ Secchione stylesheet.
+ 
+ @author Daniele Bonini <my25mb@aol.com>
+ @copyrights (c) 2021, 2024, 5 Mode     
+
+-->
+
+	<xsl:template match="CONTENT">
+
+	  <HTML>
+	  <HEAD>
+
+      <TITLE>My lives, works, contacts, ..</TITLE>
+	  
+	  	<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
+		  <meta name="description" content="Welcome to my personal website!"/>
+	  
+	    <link rel="shortcut icon" href="/res/favicon.ico"/>
+	  	
+      <script src="/js/jquery-3.1.0.min.js" type="text/javascript"></script>
+      
+	  	<script language="text/javascript">
+	  	<![CDATA[
+
+      ]]>
+		  </script>
+		
+	  </HEAD>
+	  
+	  <BODY style="background-color:#FFFFFF">
+
+    <div id="HCsplash" style="padding-top: 160px; text-align:center;color:#ffffff;display:none;">
+       <div id="myh1"><H1>Secchione</H1></div><br>
+       <img src="/res/logo.png" style="width:310px;">
+    </div>
+
+    <div class="header">
+      <a id="burger-menu" href="#" style="display:none;"><img src="/res/burger-menu2.png" style="width:58px;"></a><a id="ahome" href="http://secchi.one" target="_blank" style="color:black; text-decoration: none;"><img id="logo-secc" src="/res/logo.png" style="width:48px;">&nbsp;Secchione</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="agithub" href="https://github.com/par7133/Secchione" style="color:#000000"><span style="color:#119fe2">on</span> github</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="afeedback" href="mailto:info@secchi.one" style="color:#000000"><span style="color:#119fe2">for</span> feedback</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a id="asupport" href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:black;height:27px;text-decoration:none;">&nbsp;&nbsp;get support
+    </div>
+
+		<br/><br/><br/>
+
+		<div style="max-height:450px;" align="center">
+
+		<table border="0" width="100%" height="449px">
+		<tr>
+		<td height="70%" align="center">
+		<p align="center">
+
+	    <a>
+	      	<xsl:attribute name="target">_blank</xsl:attribute> 
+          <xsl:attribute name="href"><xsl:value-of select="LINK[TYPE='personal-image']/ADDRESS"/></xsl:attribute>
+          <img >
+		  		  <xsl:attribute name="border">0</xsl:attribute> 
+		  		  <xsl:attribute name="src"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/ADDRESS"/></xsl:attribute>
+		  		  <xsl:attribute name="width"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/WIDTH"/></xsl:attribute>
+		  		  <xsl:attribute name="height"><xsl:value-of select="LINK[TYPE='personal-image']/IMAGE/HEIGHT"/></xsl:attribute>
+			    </img> 
+      </a>  
+
+		</p>
+		
+		<p align="center">
+		
+		<xsl:for-each select="LINK[TYPE='resume']">
+		
+			<xsl:sort select="INDEX" data-type="number" order="ascending"/>
+		
+			<H1><a>
+		      	<xsl:attribute name="target">_blank</xsl:attribute>
+		      	<xsl:attribute name="style">font-family: sans-serif; color: #000000</xsl:attribute> 
+	          	<xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
+                <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
+                <xsl:value-of select="TEXT"/>
+	        </a></H1>
+		
+		</xsl:for-each>
+		
+    <br/><br/>
+    
+    <div style="max-width: 300px; height: 50px; max-height: 50px; font-size:11px;">  
+    <!-- short description -->  
+    </div>
+    
+		</p>
+		
+		</td>
+		</tr>
+		
+		<tr>
+		<td valign="top" align="center">
+
+		<br/><br/>
+
+		<xsl:for-each select="LINK[TYPE='footer']">
+		
+			<xsl:sort select="INDEX" data-type="number" order="ascending"/>
+		
+		    <xsl:choose>
+		    
+	        <xsl:when test="TEXT!=''">
+
+				    <a>
+			      	<xsl:attribute name="target">_blank</xsl:attribute>
+			      	<xsl:attribute name="style">font-family: sans-serif; color: #a01406; font-size: 9px</xsl:attribute> 
+              <xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
+	            <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
+	            <xsl:value-of select="TEXT"/>
+		        </a>&#8201;
+
+				  </xsl:when>    
+			    <xsl:otherwise>
+			
+			    <a>
+			      	<xsl:attribute name="target">_blank</xsl:attribute> 
+			      	<xsl:attribute name="href"><xsl:value-of select="ADDRESS"/></xsl:attribute>
+              <xsl:attribute name="title"><xsl:value-of select="TITLE"/></xsl:attribute>
+              <img >
+				  		  <xsl:attribute name="border">0</xsl:attribute> 
+				  		  <xsl:attribute name="src"><xsl:value-of select="IMAGE/ADDRESS"/></xsl:attribute>
+				  		  <xsl:attribute name="width"><xsl:value-of select="IMAGE/WIDTH"/></xsl:attribute>
+                <xsl:attribute name="height"><xsl:value-of select="IMAGE/HEIGHT"/></xsl:attribute>
+					    </img> 
+	        </a>&#8201;
+			
+			    </xsl:otherwise>
+			
+		    </xsl:choose>
+		
+		</xsl:for-each>
+
+    <br/><br/>
+
+		<br/><br/>
+		
+		<SPAN STYLE="font-family: sans-serif; color: #000000; font-size: 9px;">
+		<![CDATA[
+		< Copyrights  
+		]]>
+    </SPAN>
+
+    <a>
+      <xsl:attribute name="target">_blank</xsl:attribute>
+      <xsl:attribute name="style">font-family: sans-serif; color: #000000; font-size: 9px</xsl:attribute> 
+      <xsl:attribute name="href"><xsl:value-of select="LINK[TYPE='sponsor']/ADDRESS"/></xsl:attribute>
+      <xsl:attribute name="title"><xsl:value-of select="LINK[TYPE='sponsor']/TITLE"/></xsl:attribute>
+      <xsl:value-of select="LINK[TYPE='sponsor']/TEXT"/>
+    </a>
+
+		<SPAN STYLE="font-family: sans-serif; color: #000000; font-size: 9px;">
+		<![CDATA[
+     2021, 2024 - All rights reserved >
+		]]>
+    </SPAN>
+    
+    <br/><br/>
+    
+    	 <a>
+	      	<xsl:attribute name="target">_blank</xsl:attribute> 
+          <xsl:attribute name="href"><xsl:value-of select="LINK[TYPE='sponsor']/ADDRESS"/></xsl:attribute>
+          <xsl:attribute name="title"><xsl:value-of select="LINK[TYPE='sponsor']/TITLE"/></xsl:attribute>
+          	<img >
+		      		<xsl:attribute name="border">0</xsl:attribute> 
+		  		    <xsl:attribute name="src"><xsl:value-of select="LINK[TYPE='sponsor']/IMAGE/ADDRESS"/></xsl:attribute>
+		  	    	<xsl:attribute name="width"><xsl:value-of select="LINK[TYPE='sponsor']/IMAGE/WIDTH"/></xsl:attribute>
+		  		    <xsl:attribute name="height"><xsl:value-of select="LINK[TYPE='sponsor']/IMAGE/HEIGHT"/></xsl:attribute>
+			     </img> 
+      </a>
+        
+		</td>
+		</tr>
+		</table>
+
+    </div>
+
+
+		<script language="text/javascript">
+		<![CDATA[ 
+      
+      function hideTitle() {
+        $("#myh1").hide("slow");
+      }
+
+      function startApp() {
+        $("#HCsplash").hide("slow");
+        $(document.body).css("background","#ffffff");
+        $("#frmHC").show();
+      }			
+
+      window.addEventListener("load", function() {
+        $(document.body).css("background","#000000");
+        $("#HCsplash").show("slow");	  
+        setTimeout("hideTitle()", 2000);
+        setTimeout("startApp()", 4000);
+      }, true);
+      
+		]]>
+		</script>
+
+    <br/><br/><br/><br/><br/> 
+
+	  </BODY>
+	  </HTML>     	
+	
+	</xsl:template>
+
+</xsl:stylesheet> 

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1 - 0
js/jquery-3.1.0.min.js


BIN
res/burger-menu2.png


BIN
res/favicon.ico


BIN
res/logo.png


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1 - 0
stradario.pdf


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä