Compare commits

..

No commits in common. "c24e64a235824dbf564326556639d4b4fb9c7e30" and "17ed6d83da59493a8fdaca706cc4f9d1d013a394" have entirely different histories.

3 changed files with 3 additions and 19 deletions

View File

@ -1,5 +1,5 @@
# About me # About me
I'm a self-taught programmer from Brazil. I'm interested in both low-level I'm a self-taught programmer based in 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,4 +9,5 @@ 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. language is Portuguese and I'm learning Polish, since I have Polish ancestry
and citizenship.

View File

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