diff --git a/README.md b/README.md index 9182509..a7ac464 100644 --- a/README.md +++ b/README.md @@ -1,4 +1 @@ -# rsschool-cv - -https://YuliaDemir.github.io/rsschool-cv/cv -https://YuliaDemir.github.io/rsschool-cv/ \ No newline at end of file +# rsschool-cv \ No newline at end of file diff --git a/cv.md b/cv.md deleted file mode 100644 index 9bb0c9d..0000000 --- a/cv.md +++ /dev/null @@ -1,47 +0,0 @@ -# Yulia Demir - -**Contact Information** -- Email: nightelfin91@gmail.com -- GitHub: https://github.com/YuliaDemir -- LinkedIn: https://linkedin.com/in/yulia-demir-2a3b6b26a - ---- - -## Self-Introduction - -I am a beginner developer. At the beginning of 2024, I became interested in JavaScript. I memorized the entire Flanagan textbook. It was very interesting and informative. - ---- - -## Skills - -- **Programming languages**: JavaScript, Java, SQL -- **Version control systems**: Git - ---- - -## Code Examples - -- **My future projects in rsschool**: https://github.com/YuliaDemir/rsschool-cv - ---- - -## Work Experience - -I have no any work experience. - ---- - -## Education - -- **Anadolu University**, Economics - Eskisehir, Turkiye — **2026** - -- **Courses** - - Java, EPAM, **2024** - ---- - -## English Language - -- **Intermediate (B1)** diff --git a/index.html b/index.html deleted file mode 100644 index a8f97c4..0000000 --- a/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - -
- - -This is a paragraph.
- - \ No newline at end of file diff --git a/style.css b/style.css deleted file mode 100644 index 49ebbfc..0000000 --- a/style.css +++ /dev/null @@ -1,102 +0,0 @@ -*, -*::before, -*::after { - box-sizing: border-box; - margin: 0; - padding: 0; -} - -html, -body { - margin: 0; - padding: 0; - font-family: Arial, sans-serif; - color: #333; - line-height: 1.6; - background-color: #f9f9f9; -} - -h1, h2, h3, h4, h5, h6 { - color: #333; - font-weight: bold; - margin-bottom: 1rem; -} - -p { - margin-bottom: 1rem; -} - -a { - color: #007bff; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -.container { - width: 90%; - max-width: 1200px; - margin: 0 auto; - padding: 1rem; -} - -button { - display: inline-block; - padding: 0.5rem 1rem; - font-size: 1rem; - font-weight: bold; - color: #fff; - background-color: #007bff; - border: none; - border-radius: 4px; - cursor: pointer; -} - -button:hover { - background-color: #0056b3; -} - -input, -textarea, -select { - width: 100%; - padding: 0.5rem; - border: 1px solid #ccc; - border-radius: 4px; - margin-bottom: 1rem; -} - -input:focus, -textarea:focus, -select:focus { - outline: none; - border-color: #007bff; -} - -.row { - display: flex; - flex-wrap: wrap; - margin: -0.5rem; -} - -.col { - flex: 1; - padding: 0.5rem; -} - -.header { - background-color: #007bff; - color: #fff; - padding: 1rem 0; - text-align: center; -} - -.footer { - background-color: #333; - color: #fff; - padding: 1rem 0; - text-align: center; - font-size: 0.9rem; -}