diff --git a/br.html b/br.html deleted file mode 100644 index 327018e..0000000 --- a/br.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - Anton K-F - - - - - - - - - - -
-
- -

Olá, sou Anton Koetzler-Faust. Tenho 22 anos e sou graduado em ciência da computação na Universidade de Lethbridge. Sou canadense, porem tenho também cidadania Brasileira. Desde que me matriculei na universidade, cresci continuamente como programador e dominei o desenvolvimento web, o desenvolvimento mobile, e a programação de baixo nível (ou seja, C++ e Java) em meu próprio tempo. Sempre tendo um fascínio por codificação desde criança, aprendi a amá-lo principalmente devido à criatividade e inovação infinita que ele oferece. Mais especificamente, acho que meu impulso/motivação para a programação vem da criação de tecnologias que seguem dogmaticamente o minimalismo do software e me esforço para que o usuário realmente entenda a parte da tecnologia intrincada ou em um nível intermediário. Felizmente, acho que este é o futuro da programação devido a uma população cada vez mais inteligente e à essencialidade da computação em geral.

-
- -
-

Projetos Pessoais

- -

Flutter

- - -

Desenvolvimento Web

- - -

Desenvolvimento Mobile

- - -

C++

- - -

Scripting / Python

- - -

Git / Controle de Versão

- -
- -
-

Informações de Contato

-

Email: antonkoetzler-faust@hotmail.com

-

Telefone: +55 (48) 98818-9095

-
-
- - diff --git a/fonts/FantasqueSansMono-Italic.ttf b/fonts/FantasqueSansMono-Italic.ttf new file mode 100644 index 0000000..ae0ab72 Binary files /dev/null and b/fonts/FantasqueSansMono-Italic.ttf differ diff --git a/fonts/FantasqueSansMono-Regular.ttf b/fonts/FantasqueSansMono-Regular.ttf new file mode 100644 index 0000000..fa6be4d Binary files /dev/null and b/fonts/FantasqueSansMono-Regular.ttf differ diff --git a/index.css b/index.css deleted file mode 100644 index f61db36..0000000 --- a/index.css +++ /dev/null @@ -1,64 +0,0 @@ -button { border: none; outline: none; background: none; } -h1, h2, p, ul { margin: 0; padding: 0; } -button, h1, h2, p, li { font-family: "Ubuntu"; color: #EDE6D6; } -h2 { font-size: 20px; } -ul { list-style-type: upper-roman; color: #EDE6D6; } -a { color: #95B9C7; } - -html, body { height: 100%; margin: 0; padding: 0; } -body { - background-color: #181818; - display: flex; flex-direction: column; -} - - - -nav { - width: 100%; - border-bottom: 2px solid #EDE6D6; - display: flex; align-items: center; -} -nav > button { - font-size: 24px; - padding: 5px 7px; - cursor: pointer; -} -nav > button:hover { - background-color: #EDE6D6; - color: #181818; -} -#github { border-right: 2px solid #EDE6D6; } -#resume { border-left: 2px solid #EDE6D6; } -nav > h1 { flex-grow: 1; text-align: center; } -nav > h1::before { content: "Anton Koetzler-Faust" } - - - -main { - flex-grow: 1; padding: 20px 10px; - display: flex; flex-direction: column; - align-items: center; gap: 20px; -} -#aboutMe, #projects, #contactInformation { display: flex; justify-content: center; } -#aboutMe { - flex-flow: row wrap; gap: 20px; - align-items: center; -} -#aboutMe > img { width: 350px; height: 350px; } -#aboutMe > p { font-size: 20px; max-width: 550px; } - -#projects { flex-direction: column; } -#projects > h1 { text-align: center; } -#projects > h2 { padding-top: 20px; } -#projects ul { width: max-content; transform: translateX(25px); } -#projects li { font-size: 18px; padding: 3px 0; } - -#contactInformation { flex-direction: column; } -#contactInformation > h2 { text-align: center; } -#contactInformation > p { font-size: 18px; } - - - -@media screen and (max-width: 450px) { - nav > h1::before { content: "AKF"; } -} diff --git a/index.html b/index.html index 4addffe..a2312c2 100644 --- a/index.html +++ b/index.html @@ -2,115 +2,128 @@ - Anton K-F - - - - - + p, h1, h2, button, a { + font-family: 'Fantasque Sans Mono'; + font-weight: normal; + color: #EDE6D6; + user-select: none; + margin: 0; + padding: 5px; + } + + a { + color: lightblue; + text-decoration: none; + } + a:visited { color: #CBC3E3; } + + button { + background: none; + border: none; + outline: none; + font-size: 20px; + cursor: pointer; + border-radius: 10px; + height: 40px; + } + button:hover { + background: #EDE6D6; + color: #181818; + } + + img { + width: 300px; + height: 300px; + border-radius: 10px; + padding: 5px; + } + + header > h1 { + flex: 1; + text-align: center; + } + header > h1::before { content: 'Anton Louis Koetzler-Faust'; } + + h2 { margin-top: 20px; } + + main > p { font-family: 'Fantasque Sans Mono Italic'; } + + @media screen and (max-width: 650px) { header > h1::before { content: 'Anton Koetzler-Faust'; } } + @media screen and (max-width: 550px) { header > h1::before { content: 'Anton K-F'; } } + @media screen and (max-width: 350px) { header > h1::before { content: 'AFK'; } } + - +
-
- -

Hello, I'm Anton Koetzler-Faust. I'm a 22-year-old undergraduate from the University of Lethbridge in computer science. I'm from Calgary, however I'm half Brazilian. Ever since my university enrollment, I've continuously grown as a programmer and mastered web development, mobile development, & lower level programming (i.e. C++ & Java) on my own time. Always having a fascination for coding since I was a child, I've grown to love it mainly due to the creativity & infinite innovation it offers. More specifically, I find that my drive/motivation for programming comes from creating technologies that dogmatically follow software minimalism & strive to have the user actually understand the piece of technology intricately or to an intermediate level. Fortunately, I think this is the future of programming due to a rapidly smarter population & the essentiality of computing in general.

-
- -
-

Personal Projects

- -

Flutter

- - -

Web Development

- - -

Mobile Development

- - -

C++

- - -

Scripting / Python

- - -

Git / Version Control

- -
- -
-

Contact Information

-

Email: antonkoetzler-faust@hotmail.com

-

Phone: +55 (48) 98818-9095

-
+ +

Front-end software engineer specializing in Flutter & React

+

BSc in Computer Science from the University of Lethbridge

+

Contact: antonkoetzler-faust@hotmail.com

+ +

Flutter

+ MyoroFitness + MyoroBetTracker + +

Web Development

+ MyoroPlayer (MP3 Player) + MyoroEditor (Text Editor) + XAMPP Social Media Site + +

Mobile Development (React Native)

+ MyoroFitness + MyoroPlayerMobile (Android MP3 Player) + +

C++ & Python

+ wxWidgets Chess + wxWidgets Learning Repository + SoundCloud & YouTube to MP3 + +

Git / Version Control

+ Git Improvement Repository
- + \ No newline at end of file