Compare commits

...

2 Commits

Author SHA1 Message Date
Augusto Gunsch c24e64a235
Add banner 2022-11-05 10:53:29 +01:00
Augusto Gunsch 8eb97471ec
Update about page 2022-07-14 11:47:19 +02:00
3 changed files with 19 additions and 3 deletions

View File

@ -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.

View File

@ -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;

View File

@ -41,5 +41,8 @@
</span> </span>
</main> </main>
</div> </div>
<div id="banner">
&#x1F1E7;&#x1F1F7; <a href="https://obrasilfoiroubado.com">#BrazilWasStolen</a>
</div>
</body> </body>
</html> </html>