Skip to content

Commit

Permalink
cv.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabi155 committed Jul 5, 2022
0 parents commit 314deba
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# **Tabihat Juzumambetova**
## Contacts
*Location: Kyrgyzstan,Bishkek
*Phone:+996 709 825 887
*Email:tabihat.[email protected]
*GitHub: [Link](https://github.com/akarigen)
## **About Me**
I am a student of kgusta. I am a 1st year student. I love peace and quiet. I am interested in programming and drawing. I quickly learn something new. it's all
## **Skills**
- HTML
- CSS
- C#
## **Code Example**
for (int i = 20; i <= 50; i++)
if (i % 3 == 0 && i % 5 != 0)
{
listBox1.Items.Add(i);
}

## **Education**
- University: KGUSTA
- Courses:
- [HTML Academy](https://www.htmlacademy.ru)

## **English**
B2

0 comments on commit 314deba

Please sign in to comment.