-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (66 loc) · 4.48 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rafael K. Streit (@rafaelks)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="p:domain_verify" content="5a53a96d324d8ca4b035c3c64129a697"/>
<meta name="author" content="Rafael Kellermann Streit">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="content">
<img id="avatar" src="avatar.jpg" />
<h1>Rafael K. Streit</h1>
<p>
Building <a href="https://tripsy.app" target="_blank">Tripsy</a><br />
<a ref="me" href="https://bsky.app/profile/rafaelks.com" target="_blank">Bluesky</a>, <a rel="me" href="https://threads.net/@rafaelks">Threads</a>, <a rel="me" href="https://mastodon.social/@rafaelks">Mastodon</a>, <a href="https://x.com/rafaelks">X</a> or <a href="mailto:[email protected]">email</a>.
</p>
<h2 id="working"><a href="resume.html">Working</a></h2>
<p>
<b>Founder & Developer</b>
<br /><a href="https://tripsy.app" target="_blank">Tripsy</a>
<br />2018 — Current
<div class="content-image">
<img src="img/tripsy/v3-composition.png" /><br />
<span class="image-info">You can <a href="https://tripsy.app/download">download Tripsy for iOS and Mac</a>.</span>
</div>
</p>
<h2 id="music">Music</h2>
<p><i><a href="https://music.apple.com/br/playlist/do-not-disturb/pl.u-WMeZSv92kpM?l=en" target="_blank">Electronic</a>, <a href="https://music.apple.com/br/playlist/introspective/pl.u-2xGqtLA7bzP?l=en" target="_blank">Jazz</a> & Bossa Nova</i></p>
<h2 id="setup">Setup & Tools</h2>
<h3>Desk + Hardware</h3>
<ul>
<li><b><a target="_blank" href="https://www.apple.com/iphone/">iPhone 16 Pro</a>:</b> 256GB. My everyday device.</li>
<li><b><a target="_blank" href="https://www.apple.com/macbook-pro/">MacBook Pro M4 Max</a>:</b> nano-texture, 64GB RAM & 1TB. Loving it so far.</li>
<li><b><a target="_blank" href="https://www.apple.com/shop/buy-mac/pro-display-xdr/nano-glass">Pro Display XDR</a>:</b> with nano-texture & pro stand. Beautiful.</li>
<li><b><a target="_blank" href="https://www.hermanmiller.com/en_afr/products/seating/office-chairs/embody-chairs/">Herman Miller Embody</a>:</b> Love it. It's been with me since 2018.
</ul>
<h3>Coding</h3>
<ul>
<li><b><a target="_blank" href="https://developer.apple.com/xcode/">Xcode</a>:</b> Since I build iOS/Mac apps, my most used app.</li>
<li><b><a target="_blank" href="https://github.com/tonsky/FiraCode">FiraCode</a>:</b> Love at first sigh with this font.</li>
<li><b><a target="_blank" href="https://code.visualstudio.com">Visual Studio Code</a>:</b> Python editor most of the time.</li>
<li><b><a target="_blank" href="https://en.wikipedia.org/wiki/Bash">Terminal (/bin/bash)</a>:</b> Didn't migrate to zsh yet. 😅</li>
</ul>
<h3>Apps</h3>
<ul>
<li><b><a target="_blank" href="https://tripsy.app">Tripsy</a>:</b> To plan and organize all my trips.</li>
<li><b><a target="_blank" href="https://1password.com/">1Password (7)</a>:</b> Manage all my passwords. While the version 7 is still live.</li>
<li><b><a target="_blank" href="https://alfredapp.com/">Alfred</a>:</b> Spotlight replacement for macOS.</li>
<li><b><a target="_blank" href="https://cleanshot.com/">CleanShot X</a>:</b> Such powerful app. Use it everyday to share+edit screenshots.</li>
<li><b><a target="_blank" href="https://soulver.app">Soulver 3</a>:</b> Notepad calculator for macOS.</li>
<li><b><a target="_blank" href="https://tot.rocks">Tot</a>:</b> Notes app that syncs with my devices. Fast and simple. Super useful.</li>
<li><b><a target="_blank" href="https://tapbots.com/calcbot/">Calcbot</a>:</b> Calculator for iOS & Mac by Tapbots.</li>
</ul>
<h3>Fitness</h3>
<ul>
<li><b><a target="_blank" href="https://www.schwinnfitness.com/ic4/100873.html?cgidmaster=schwinn-indoor-cycling-compare">Schwinn IC4</a>:</b> Indoor Cycling Bike.</li>
<li><b><a target="_blank" href="https://www.scott-sports.com/us/en/product/scott-scale-970-bike-yellow?article=286326010">Scott Scale 970</a>:</b> Mountain Bike.</li>
</ul>
<br/ >
<p align="center"><i>"A gente leva da vida a vida que a gente leva – Tom Jobim"</i></p>
<p align="center" class="small">Built with plain HTML + CSS</p>
</div>
</body>
</html>