Compare commits
2 Commits
17ed6d83da
...
c24e64a235
Author | SHA1 | Date |
---|---|---|
Augusto Gunsch | c24e64a235 | |
Augusto Gunsch | 8eb97471ec |
|
@ -1,5 +1,5 @@
|
||||||
# About me
|
# 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#,
|
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
|
JavaScript, Python, SQL and Shell Script. I'm also a fan of Linux, Vim and
|
||||||
minimalist software.
|
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.
|
improve our skills and learn new tech.
|
||||||
|
|
||||||
As for my language skills: I can communicate well in English, my native
|
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
|
language is Portuguese and I'm learning Polish.
|
||||||
and citizenship.
|
|
||||||
|
|
|
@ -113,6 +113,20 @@
|
||||||
position: relative;
|
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) {
|
@media only screen and (max-width: 600px) {
|
||||||
#body {
|
#body {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
|
@ -41,5 +41,8 @@
|
||||||
</span>
|
</span>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="banner">
|
||||||
|
🇧🇷 <a href="https://obrasilfoiroubado.com">#BrazilWasStolen</a>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue