Compare commits
2 Commits
17ed6d83da
...
c24e64a235
Author | SHA1 | Date |
---|---|---|
Augusto Gunsch | c24e64a235 | |
Augusto Gunsch | 8eb97471ec |
|
@ -1,5 +1,5 @@
|
|||
# About me
|
||||
I'm a self-taught programmer based in Brazil. I'm interested in both low-level
|
||||
I'm a self-taught programmer from Brazil. I'm interested in both low-level
|
||||
and high-level programming. I'm familiar with technologies like C, C++, C#,
|
||||
JavaScript, Python, SQL and Shell Script. I'm also a fan of Linux, Vim and
|
||||
minimalist software.
|
||||
|
@ -9,5 +9,4 @@ software, avoiding bloated code. We should as well be constantly seeking to
|
|||
improve our skills and learn new tech.
|
||||
|
||||
As for my language skills: I can communicate well in English, my native
|
||||
language is Portuguese and I'm learning Polish, since I have Polish ancestry
|
||||
and citizenship.
|
||||
language is Portuguese and I'm learning Polish.
|
||||
|
|
|
@ -113,6 +113,20 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#banner {
|
||||
background-color: red;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
#banner a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
#body {
|
||||
background-image: none;
|
||||
|
|
|
@ -41,5 +41,8 @@
|
|||
</span>
|
||||
</main>
|
||||
</div>
|
||||
<div id="banner">
|
||||
🇧🇷 <a href="https://obrasilfoiroubado.com">#BrazilWasStolen</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue