This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Hello{ | |
public static main void(String[] args){ | |
System.out.println("Hello World"); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class NameOfTheFile{ | |
public static void main(String[] args){ | |
//Your Code Here, oh, that's an inline comment by the way | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="partner-show"> | |
<tr> | |
<td> | |
<img src="LINK ALLA IMMAGINE"> | |
</td> | |
<td> | |
<span style="color: #cd0000;"><strong>NOME PARTNER</strong></span> | |
DESCRIZIONE | |
</td> | |
</tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="partner-show"> | |
<tr> | |
<td> | |
<img src="LINK ALLA IMMAGINE"> | |
</td> | |
<td> | |
</td> | |
</tr> | |
</table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class=" black lettera"> | |
<tbody> | |
<tr> | |
<th colspan="2">Le competenze organizzative e gestionali: Commessa</th> | |
</tr> | |
<tr> | |
<td><strong>Competenze organizzative e gestionali</strong></td> | |
<td>Posseggo innatamente buone capacità organizzative e il fatto di lavorare come addetta alla vendita da diversi anni, mi ha permesso di affinarle. Applico al mio lavoro queste competenze in particolare quando lo Store Manager non è in negozio. In queste situazioni, assumo io la responsabilità dell'intero store. <strong>Supporto il Team</strong> e lo <strong>aiuto nel raggiungimento dei loro obiettivi di vendita</strong> e <strong>organizzo i turni e le mansioni</strong>.</td> | |
</tr> | |
</tbody> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="pro"> | |
<tbody> | |
<tr> | |
<th>Vantaggi del Portfolio</th> | |
</tr> | |
<tr> | |
<td>Elenco visuale d'impatto dei migliori lavori da te eseguiti</td> | |
</tr> | |
<tr> | |
<td>Grande libertà di personalizzazione per comunicare al meglio la tua identità di professionista</td> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="contro"> | |
<tbody> | |
<tr> | |
<th>Cosa evitare nello scrivere la lettera di presentazione</th> | |
</tr> | |
<tr> | |
<td>Errori di grammatica o di sintassi</td> | |
</tr> | |
<tr> | |
<td>Mail di contatto stile [email protected]</td> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="black"> | |
<tbody> | |
<tr> | |
<th>Le competenze trasversali o Soft Skills: cosa sono?</th> | |
</tr> | |
<tr> | |
<td><strong>Le competenze trasversali o Soft Skills</strong> in inglese, sono tutte quelle <strong>competenze personali</strong> come la buona capacità di organizzazione, la precisione, la determinazione, la resistenza allo stress, l'empatia, l'assertività ecc... <strong>che non sono necessariamente apprendibili ad un corso o a scuola</strong>, ma che un individuo può avere per sua natura, grazie all'educazione o grazie ad esperienze lavorative che gli hanno permesso di maturarle.</td> | |
</tr> | |
</tbody> | |
</table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="riepilogo"> | |
Testo da scrivere | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
*{ | |
border: 0; | |
padding: 0; | |
margin: 0; | |
} | |
.singolo{ | |
display: flex; | |
height: 100%; | |
} |
OlderNewer