-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
727 additions
and
258 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="icon" href="data:,"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="./style.css"> | ||
<title>NapulETH</title> | ||
</head> | ||
|
||
<body> | ||
<!-- Navigation Bar --> | ||
<div class="w3-container" style="position:fixed; width:100%; z-index:1; top:0; padding:unset;"> | ||
|
||
<div class="navBar"> | ||
<a href="./index-ita.html" style="text-decoration: none;"> | ||
<code style="margin: 10px;">NapulETH</code> | ||
</a> | ||
<div class="navLinks"> | ||
<a href="./index-ita.html" class="navAdress" > | ||
Home | ||
</a> | ||
<!-- <a href="./events-ita.html" class="navAdress"> --> | ||
<!-- Eventi Passati --> | ||
<!-- </a> --> | ||
<a href="./about-ita.html" class="navAdress" style="color: #ca75ab;"> | ||
Chi Siamo | ||
</a> | ||
</div> | ||
<div style="margin: 10px; align-self: center;"> | ||
<a href="./index-ita.html" class="icon"> | ||
<div class="flag italy"></div> | ||
</a> | ||
<a href="./index.html" class="icon"> | ||
<div class="flag the-united-kingdom"></div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Body --> | ||
<div style="margin: 50px auto; max-width: 900px; padding: 16px;"> | ||
|
||
|
||
<h2>Info</h2> | ||
<code>NapulETH</code> è il posto per tutte le compagnie, i professionisti e gli hobbysti crypto che vivono, lavorano o semplicemente sentono di avere una relazione con la città di Napoli. Come community, organizziamo eventi ed incontri di persona, periodicamente. | ||
|
||
<h2>Team</h2> | ||
|
||
<ul> | ||
<li>Fabrizio Genovese: Partner di 20squares.xyz e co-organizzatore di SpaghettETH II;</li> | ||
<li>Andrea Pesano: Evangelist marketing per DeGate, Ambassador per Nexo e co-organizzatore di SpaghettETH II;</li> | ||
<li>Raffaele Orefice: Crypto-veterano, volontario in molteplici eventi Ethereum internazionali e co-organizzatore di SpaghettETH II;</li> | ||
<li>Matteo Tavano: Accademico, responsabile collegamenti con la realtà Universitaria locale.</li> | ||
</ul> | ||
|
||
<h2>ARCA Studio</h2> | ||
I nostri amici di ARCA Studio coi quali stiamo collaborando per dare vita all'evento. | ||
</div> | ||
<img src="./assets/ABOUT US 2.png" class="staticImg"> | ||
<img src="./assets/casarelle.png" style="width: 100%;"> | ||
|
||
<footer> | ||
|
||
<div class="footerDiv"> | ||
<h2>Progetti</h2> | ||
<a href="https://20squares.xyz" target="_blank" rel="noopener noreferrer" class="navAdress">20squares</a> | ||
<a href="https://decripto.org" target="_blank" rel="noopener noreferrer" class="navAdress">decripto</a> | ||
<a href="https://napoliblockchain.it/" target="_blank" rel="noopener noreferrer" class="navAdress">Napoli Blockchain</a> | ||
<a href="https://pizzawallet.io/" target="_blank" rel="noopener noreferrer" class="navAdress">Pizzawallet</a> | ||
</div> | ||
<div class="footerDiv"> | ||
<h2>Amici</h2> | ||
<a href="https://www.spaghett-eth.com/" target="_blank" rel="noopener noreferrer" class="navAdress">SpaghettETH</a> | ||
<a href="https://ethereum.foundation/" target="_blank" rel="noopener noreferrer" class="navAdress">Ethereum Foundation</a> | ||
<a href="https://www.thesparkhub.it/" target="_blank" rel="noopener noreferrer" class="navAdress">The Spark Creative Hub</a> | ||
<a href="https://spaziotra.xyz/" target="_blank" rel="noopener noreferrer" class="navAdress">Spazio TRA</a> | ||
</div> | ||
<div class="footerDiv"> | ||
<h2>Social</h2> | ||
<a href="https://t.me/napuleth" target="_blank" rel="noopener noreferrer" class="navAdress"> | ||
Telegram | ||
</a> | ||
<a href="https://twitter.com/napuleth" target="_blank" rel="noopener noreferrer" class="navAdress"> | ||
</a> | ||
<a href="https://www.linkedin.com/company/napul-eth/" target="_blank" rel="noopener noreferrer" class="navAdress"> | ||
</a> | ||
</div> | ||
<div class="footerDiv" style="align-self: center"> | ||
<b style="margin-top: 20px;">Per ulteriori info contatta:</b> | ||
<a href="mailto:[email protected]?subject=NapulETH Info" class="navAdress"> | ||
[email protected] | ||
</a> | ||
<a href="mailto:[email protected]?subject=NapulETH Info" class="navAdress"> | ||
[email protected] | ||
</a> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="icon" href="data:,"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="./style.css"> | ||
<title>NapulETH</title> | ||
</head> | ||
|
||
<body> | ||
<!-- Navigation Bar --> | ||
<div class="w3-container" style="position:fixed; width:100%; z-index:1; top:0; padding:unset;"> | ||
|
||
<div class="navBar"> | ||
<a href="./index.html" style="text-decoration: none;"> | ||
<code style="margin: 10px;">NapulETH</code> | ||
</a> | ||
<div class="navLinks"> | ||
<a href="./index.html" class="navAdress" > | ||
Home | ||
</a> | ||
<!-- <a href="./events-ita.html" class="navAdress"> --> | ||
<!-- Eventi Passati --> | ||
<!-- </a> --> | ||
<a href="./about.html" class="navAdress" style="color: #ca75ab;"> | ||
About Us | ||
</a> | ||
</div> | ||
<div style="margin: 10px; align-self: center;"> | ||
<a href="./index-ita.html" class="icon"> | ||
<div class="flag italy"></div> | ||
</a> | ||
<a href="./index.html" class="icon"> | ||
<div class="flag the-united-kingdom"></div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Body --> | ||
<div style="margin: 50px auto; max-width: 900px; padding: 16px;"> | ||
|
||
|
||
<h2>Info</h2> | ||
<code>NapulETH</code> is the place for all crypto companies, professionals, and hobbyists who live, work, or simply feel they have a relationship with the city of Naples. As a community, we organize events and in-person meetings periodically. | ||
|
||
<h2>Team</h2> | ||
|
||
<ul> | ||
<li>Fabrizio Genovese: Partner at 20squares.xyz and co-organizer of SpaghettETH II;</li> | ||
<li>Andrea Pesano: Marketing evangelist for DeGate, Ambassador for Nexo and co-organizer of SpaghettETH II;</li> | ||
<li>Raffaele Orefice: Crypto-veteran, volunteer at multiple international Ethereum events and co-organizer of SpaghettETH II;</li> | ||
<li>Matteo Tavano: Academic, responsible for connections with the local University reality.</li> | ||
</ul> | ||
|
||
<h2>ARCA Studio</h2> | ||
Our friends at ARCA Studio with whom we are collaborating to bring the event to life. | ||
|
||
</div> | ||
<img src="./assets/ABOUT US 2.png" class="staticImg"> | ||
<img src="./assets/casarelle.png" style="width: 100%;"> | ||
|
||
<footer> | ||
|
||
<div class="footerDiv"> | ||
<h2>Projects</h2> | ||
<a href="https://20squares.xyz" target="_blank" rel="noopener noreferrer" class="navAdress">20squares</a> | ||
<a href="https://decripto.org" target="_blank" rel="noopener noreferrer" class="navAdress">decripto</a> | ||
<a href="https://napoliblockchain.it/" target="_blank" rel="noopener noreferrer" class="navAdress">Napoli Blockchain</a> | ||
<a href="https://pizzawallet.io/" target="_blank" rel="noopener noreferrer" class="navAdress">Pizzawallet</a> | ||
</div> | ||
<div class="footerDiv"> | ||
<h2>Friends</h2> | ||
<a href="https://www.spaghett-eth.com/" target="_blank" rel="noopener noreferrer" class="navAdress">SpaghettETH</a> | ||
<a href="https://ethereum.foundation/" target="_blank" rel="noopener noreferrer" class="navAdress">Ethereum Foundation</a> | ||
<a href="https://www.thesparkhub.it/" target="_blank" rel="noopener noreferrer" class="navAdress">The Spark Creative Hub</a> | ||
<a href="https://spaziotra.xyz/" target="_blank" rel="noopener noreferrer" class="navAdress">Spazio TRA</a> | ||
</div> | ||
<div class="footerDiv"> | ||
<h2>Social</h2> | ||
<a href="https://t.me/napuleth" target="_blank" rel="noopener noreferrer" class="navAdress"> | ||
Telegram | ||
</a> | ||
<a href="https://twitter.com/napuleth" target="_blank" rel="noopener noreferrer" class="navAdress"> | ||
</a> | ||
<a href="https://www.linkedin.com/company/napul-eth/" target="_blank" rel="noopener noreferrer" class="navAdress"> | ||
</a> | ||
</div> | ||
<div class="footerDiv" style="align-self: center"> | ||
<b style="margin-top: 20px;">For more info contact:</b> | ||
<a href="mailto:[email protected]?subject=NapulETH Info" class="navAdress"> | ||
[email protected] | ||
</a> | ||
<a href="mailto:[email protected]?subject=NapulETH Info" class="navAdress"> | ||
[email protected] | ||
</a> | ||
</div> | ||
<img src="./assets/supercat.png" style="width: 250px;"> | ||
</footer> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<link rel="icon" href="data:,"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="./style.css"> | ||
<title>NapulETH</title> | ||
</head> | ||
|
||
<body> | ||
<!-- Language Selection --> | ||
<div class="w3-container" style="position:fixed;width:100%;z-index:1;top:0;"> | ||
|
||
<div class="navBar"> | ||
<a href="./index-ita.html" style="text-decoration: none;"> | ||
<code style="margin: 10px;">NapulETH</code> | ||
</a> | ||
<div class="navLinks"> | ||
<a href="./index-ita.html" class="navAdress"> | ||
Home | ||
</a> | ||
<a href="./events-ita.html" class="navAdress"> | ||
Eventi Passati | ||
</a> | ||
<!-- <a href="./index-ita.html" class="navAdress"> --> | ||
<!-- Pitch Deck --> | ||
<!-- </a> --> | ||
<a href="./about-ita.html" class="navAdress"> | ||
Chi Siamo | ||
</a> | ||
</div> | ||
<div style="margin: 10px; align-self: center;"> | ||
<a href="./index-ita.html" class="icon"> | ||
<div class="flag italy"></div> | ||
</a> | ||
<a href="./index.html" class="icon"> | ||
<div class="flag the-united-kingdom"></div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Body --> | ||
<div style="margin: 50px auto; max-width: 900px; padding: 16px;"> | ||
|
||
Siamo molto orgogliosi di annunciare che la seconda edizione di <a href="https://naples.spaghett-eth.com/">spaghett-eth</a> si terrà a Napoli! Al momento stiamo collaborando con la community e il team di spaghett-eth e ce la stiamo mettendo tutta per darvi la migliore esperienza possibile nella nostra città. Qui trovate qualche informazione utile: | ||
<ul> | ||
<li><a href="https://naples.spaghett-eth.com/">Link ufficiale dell'evento</a></li> | ||
<li>Dove: Napoli, alla <a href="https://www.foqusnapoli.it/">Fondazione Foqus</a></li> | ||
<li>Quando: 24-26 Maggio 2023</li> | ||
<li>Tema: <a href="https://medium.com/p/32398a7b08a5/"><code>raWstories</code></a>, ovvero racconti dalle 'crypto-trincee'</li> | ||
<li>È possibile applicare come: | ||
<ul> | ||
<li>Speaker, se volete dare un talk. Linee guida approssimative per i talk si possono trovare <a href="https://hackmd.io/-8y81FLzQQeZZ25r_1_HPQ?view">qui</a>.</li> | ||
<li>Volontario, se vuoi aiutarci a durante l'evento. In questo caso il ticket è omaggio. È richiesto il saper parlare inglese fluentemente.</li> | ||
<li>Partner, se vuoi diffondere il tuo progetto e nel contempo aiutarci o finanziariamente o con una partecipazione materiale.</li> | ||
</ul> | ||
</ul> | ||
|
||
|
||
</div> | ||
<footer> | ||
<div class="footerDiv"> | ||
<h3>Social</h3> | ||
<a href="https://t.me/napuleth" target="_blank" rel="noopener noreferrer" class="navAdress"> | ||
Telegram | ||
</a> | ||
<a href="https://twitter.com/napuleth" target="_blank" rel="noopener noreferrer" class="navAdress"> | ||
</a> | ||
</div> | ||
<div class="footerDiv"> | ||
<p>Per ulteriori informazioni contatta:</p> | ||
<a href="mailto:[email protected]?subject=NapulETH Info"> | ||
[email protected] | ||
</a> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.