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 10 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# rsschool-cv
https://vl-anufriev.github.io/rsschool-cv/
Binary file added assets/photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added css/style.css
Empty file.
27 changes: 27 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Vladimir Anufriev

## My contacts

* **GitHub** - https://github.com/vl-anufriev
* **Telegram** - https://t.me/vladimir_anufriev

## About me

![photo.jpg](assets/photo.jpg)

Hello! :) I am Vladimir, I am a professional web-developer with experience more than 6 years.

**I have two state IT-education.**

I am constantly evolving and learning.
**Completed multiple courses in IT** - frontend, backend, PHP frameworks.
In addition, currently actively studying English, already now have a level - B1.

---

**My work experience:**

- Web studio [Stack: HTML, CSS, Python + Django, PHP, Custom CMS, JS.]
- Upwork [Stack: Laravel, React.js, WordPress.] **I was TopRated freelancer there.**
- "Center for Information Systems of the Pskov Region" [Stack: HTML, CSS (Sass), Bootstrap, PHP, Yii1 & Yii2, Drupal, SQL, JS + JQuery.] **Made the best tourist portal (2021) in Russia.**
- Currently: I'm working as backend web developer in the part of Expobank. [Stack: Symfony, Git, Redis, CodeReview & Design, Swagger, Jira, Docker, PHP 8].
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My CV</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
</body>
</html>