-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (73 loc) · 4.14 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>leandro nishijima | Home </title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta property="og:image" content=""/>
<link rel="alternate" type="application/rss+xml" href="https://leandronishijima.github.io/index.xml" title="leandro nishijima" />
<meta property="og:title" content="leandro nishijima" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://leandronishijima.github.io/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="leandro nishijima"/>
<meta name="twitter:description" content=""/>
<script src="https://leandronishijima.github.io/js/feather.min.js"></script>
<link href="https://leandronishijima.github.io/css/fonts.2c2227b81b1970a03e760aa2e6121cd01f87c88586803cbb282aa224720a765f.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://leandronishijima.github.io/css/main.ac08a4c9714baa859217f92f051deb58df2938ec352b506df655005dcaf98cc0.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://leandronishijima.github.io/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" media="(prefers-color-scheme: dark)" />
</head>
<body>
<div class="content">
<header>
<div class="main">
<a href="https://leandronishijima.github.io/">leandro nishijima</a>
</div>
<nav>
<a href="/">home</a>
<a href="/posts">all posts</a>
<a href="/tags">tags</a>
</nav>
</header>
<main class="list">
<div class="site-description"><p>software engineer</p></div>
<section class="list-item">
<h1 class="title"><a href="/posts/regarding_remote_work_developers_depression_and_dopamine/">Regarding remote work, developers, depression, and dopamine</a></h1>
<time>Jul 6, 2023</time>
<br><div class="description">
A somewhat eye-catching title, but for a good reason.
This text intends to help someone, make someone relate to it, and empower them to take control of their emotions, professional and personal life, and seek professional help when necessary.
First of all, I wanted to give you a little context about myself: I started working as a programmer around 2011. Initially as a Java developer in a small company in my hometown, in a small office located on the second floor in the city center.…
</div>
<a class="readmore" href="/posts/regarding_remote_work_developers_depression_and_dopamine/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/hello-world/">Hello world</a></h1>
<time>May 30, 2023</time>
<br><div class="description">
Hello, world.
Just like in programming languages, I start this blog as everything should start: Hello world. Here will be a place where I can post ideas or words I would like to keep.
Don’t expect anything extraordinary here, just random ideas about any subject. No commitment and no specific theme.
Well, the first step I’ve taken. Now, what lies ahead?
Ah, I almost forgot, my name is Leandro, and I’m a Software Engineer.…
</div>
<a class="readmore" href="/posts/hello-world/">Read more ⟶</a>
</section>
</main>
<footer>
<div style="display:flex"><a class="soc" href="https://github.com/leandronishijima" rel="me" title="GitHub"><i data-feather="github"></i></a>
<a class="border"></a><a class="soc" href="https://www.linkedin.com/in/leandronishijima/" rel="me" title="LinkedIn"><i data-feather="linkedin"></i></a>
<a class="border"></a><a class="soc" href="https://medium.com/@lenish" rel="me" title="Medium"><i data-feather="user"></i></a>
<a class="border"></a></div>
<div class="footer-info">
2023 © Leandro Nishijima | <a
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</div>
</footer>
<script>
feather.replace()
</script>
</div>
</body>
</html>