Skip to content

Commit

Permalink
Adding repos to Github Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz authored Dec 16, 2023
1 parent 60b0811 commit d1fd9b9
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hello Internet">
<meta name="author" content="niclaz">
<meta http-equiv="content-security-policy" content="default-src 'self'">
<title>Simple list of repositories hosted within Github</title>
</head>
<body>
<h1>Hello Internet</h1>
<p>This static webpage is hosted with GitHub Pages.</p>
<h1>Archive of Bitcoin Whitepaper Translations</h1>
<p>Archive of all the PDF versions of Bitcoin Whitepaper in various languages - saved for posterity
Sources:
https://bitcoin.org repository on Github
https://exonumia.africa's doc section within Github
@jonassterud's <a href= " https://github.com/jonassterud/bitcoin-whitepaper " rel="noreferrer noopener" target="_blank">similar repository on Github</a></p>
<br>
<h4><a href=" https://github.com/niclaz/Archive-of-Bitcoin-Whitepaper-translations " rel="noreferrer noopener" target="_blank">Link to the repository</a></h4>
<br>
<h1>Common Economic Protocols</h1>
<p>The Common Economic protocols are rules for voluntary interactions based on individual ownership, property rights, functioning free markets and free contracts. You can use them for voluntary interactions as an alternative law system.
These Common Economic Protocols were placed under public domain by Andre Goldman (2005) - contains:
<a href= " https://github.com/ParalelniPolis/common-economic-protocols/blob/master/English/common-economic-protocols.md " rel="noreferrer noopener" target="_blank">Common Economic Protocols</a> & <a href= " https://github.com/ParalelniPolis/common-economic-protocols/blob/master/English/the-maxims.md " rel="noreferrer noopener" target="_blank">The Maxims</a></p>
<h4><a href= " https://github.com/niclaz/common-economic-protocols " rel="noreferrer noopener" target="_blank">Link to the repository</a></h4>
<br>
<h1>Web3 Privacy</h1>
<p>Web3privacy now is a research project aimed at building a culture of privacy industry in web3: the most extensive database of privacy-enhancing solutions, the framework for PEDApps ideation, use-cases database & many more.</p>
<h4><a href= " https://github.com/web3privacy/web3privacy " rel="noreferrer noopener" target="_blank">Link to the repository</a></h4>
<br>
<h4>No JavaScript or CSS was hurt in tha making of this webpage</h4>
</body>
</html>

0 comments on commit d1fd9b9

Please sign in to comment.