-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (113 loc) · 5.5 KB
/
Copy pathindex.html
File metadata and controls
126 lines (113 loc) · 5.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Open-source Writer</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/png" href="images/logo-smile.png" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<img src = "images/logo-smile.png" style = "border-radius: 100%; width: 180px; height: 180px;">
<h1>Tuma<br />
open-source writer</h1>
<p> My journey into writing about open-source development</p>
<ul class="actions">
<li><a href="#nav" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<!-- <header id="header">
<a href="#Contattami" class="logo scrolly">Contattami</a>
</header> -->
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="index.html">About Me</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="photoreportage.html">Photo Reportage</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
<ul class="icons">
<li><a href="https://twitter.com/TumaBitcoiner" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/btcvarese" target="_blank" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/TumaBitcoiner" target="_blank" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://primal.net/p/npub1jeqhakwnjf3hp2y8gv8uly95d7asn64y3y0wex7usl5sye4s9f2sgznmal" target="_blank" class="icon brands fa-nostr"><img src="assets/icons/fa-nostr.svg" alt="Nostr"><span class="label">Nostr</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<section>
<header class="major">
<!--<span class="date">April 25, 2017</span>-->
<h1>Welcome!</h1>
<p>
Hi! Tuma Here. I'm an engineer and open-source specialist, writing about open-source development.
</p>
</header>
<!-- <div class = "Immagine" style="float: left; margin-right: 20px;">
<img src="images/logo-smile.png" style = "width: 300px; height: 300px;" >
</div> -->
<p>
I started my Bitcoin journey in 2021. </br>
Since then, I've been fascinated by the idea of a decentralized currency and the technology behind it.
I began learning about Bitcoin's underlying principles, such as cryptography, peer-to-peer networking, and consensus mechanisms.
</p>
<p>
I mainly followed the ecosystem as a viewer, reading articles, watching videos, and listening to podcasts.
However, I recently started my own career in the world of Bitcoin and open-source working
for <a href="https://btcplusplus.com/" target="_blank">BTC++ </a>, one of the most important
conference organizer in the Bitcoin space.
</p>
<p>
In particular, I started working as an open-source reporter for the <a href="https://insider.btcpp.dev/"><strong>BTC++ Insider Edition</strong></a>, a newsletter that covers
the latest news and developments in the Bitcoin ecosystem. </br>
Moreover, I also started contributing to <a href="https://bitcoinops.org/" target="_blank"><strong>Bitcoin Optech</strong></a>
one of the longest-running open-source Bitcoin newsletters.</br>
Finally, I also have my own newsletter called <a href="https://tuma.substack.com/" target="_blank"><strong>Inside Bitcoin Code</strong></a>,
a weekly appointment in which I explain the codebase of Bitcoin Core to Bitcoin
enthusiasts that know nothing about programming.
</p>
<p>
My goal is to continue contributing to the Bitcoin ecosystem as a writer
and open-source specialist. </br>
If you think that my work is interesting and you want to collaborate with me,
don't hesitate to reach out!
</p>
</section>
<!-- <section id = "Contattami">
<h2>
Contattami
</h2>
<ul>
<li>X: <a href="https://twitter.com/TumaBitcoiner" target="_blank"> TumaBitcoiner</a></li>
<li>Nostr: <a href="https://primal.net/p/npub1jeqhakwnjf3hp2y8gv8uly95d7asn64y3y0wex7usl5sye4s9f2sgznmal" target="_blank"> tuma@nostrplebs.com</a></li>
<li>Instagram: <a href="https://www.instagram.com/btcvarese" target="_blank"> btcvarese</a></li>
</ul>
</section> -->
</div>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Tuma</li><li>Tip: <a href="https://tumabitcoiner.github.io/ln-tip-web-app/" target="_blank">Zap Me a Coffee</a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>