Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown & Git #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# rsschool-cv
# rsschool-cv
https://vladkb1.github.io/rsschool-cv/cv
49 changes: 49 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# RSSCHOOL-CV

## **Uladzislau Kazlou**

## **Info**
github: github.com/vladbk1
Telegram: @vladKB1
Location: Belarus, Minsk
Email: [email protected]

## Education
* 2019 - 2023: Belarus State University of Informatics and Radioelectronics (BSUIR)
* 2016 - 2019: School of olympiad programming "Center of young fairs" (CYF)

## Skills
* HTML5 / CCS3 - 3/5
* Javascript - 2/5
* Flutter - 1/5
* Python (Flask) - 3/5
* C# - 3/5
* C/C++ - 3/5
* Assembler - 3/5
* Git - 4 / 5
* Algorithms & data structures - 5 / 5
## About me

Hi! I'm junior frontend developer. Now I study at BSUIR on 3rd stage on "computer Networks and systems" faculty and take the course about frontend developing from rs-school. I took a lot of local and international olympiad competitions on programming at the school and I continue to do it as the student now. Also I am interested in cryptocurrencies and develop in this field since 2017.


## Experience
### Project
#### 2021
* NAME - the study project: link
* Notes like a "Google keeps": link
* Pomidor timer on Flutter: link
* Calculator on Flutter: link
* Telegram bot on Python(Flask) - the course project at University: link

## Olympiad experience
2017 - Regional Olympiad of Informatics (The diploma of 3rd degree)
2017 - Republic Olympiad of Informatics (*440/800 points (*51/100 place). 3rd diplomas were given from *444 points (*51 place) link)
2019 - Regional Olympiad of Informatics (The diploma of 2rd degree)
2019 - Republic Olympiad of Informatics (*342/800 points (*49 place/100). 3rd diplomas were given from 346 points (*47 place) link)

Codeforces: https://codeforces.com/profile/vladKB1
Codewars:

## Foreign languages
* English (B2)
1 change: 1 addition & 0 deletions images/email.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions images/map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/rs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/telegram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions images/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/style.css">
<title>CV</title>
</head>
<body>
<header>
<div class="headerText">
<p class="projectName">Curriculum Vitae</p>
<p class="myName">Uladzislau Kazlou</p>
<p class="job">Frontend developer</p>
</div>
<img class="photo" src="images/photo.png" alt="photo">
</header>

<div class="wrapper">
<main>
<section class="Roadmap">
<h1>MAIN</h1>
</section>
</main>

<aside>
<section class="info">
<h1>Info</h1>
<ul class="info_wrapper">
<li class="info_item">
<div class="info_img info_img_github"></div>
<div class="info_text">
<a href="https://github.com/vladbk1">github.com/vladKB1</a>
</div>
</li>
<li class="info_item">
<div class="info_img info_img_telegram"></div>
<div class="info_text">
<a href="https://t.me/vladbk1">@vladKB1</a>
</div>
</li>
<li class="info_item">
<div class="info_img info_img_email"></div>
<div class="info_text">
[email protected]
</div>
</li>
<li class="info_item">
<div class="info_img info_img_location"></div>
<div class="info_text">
Belarus, Minsk
</div>
</li>
</ul>
</section>

<section class="skills">
<h1>Skills</h1>
<div >

</div>
</section>
</aside>
</div>

<footer>
<div class="description">
<h1>Footer</h1>
</div>
</footer>

</body>
</html>
Loading