diff --git a/Github.jpg b/Github.jpg
new file mode 100644
index 0000000..c2bba84
Binary files /dev/null and b/Github.jpg differ
diff --git a/README.md b/README.md
index e257d2e..7681f35 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
# rsschool-cv
https://Iryna-lev.github.io/rsschool-cv/cv
-https://Iryna-lev.github.io/rsschool-cv/
+https://Iryna-lev.github.io/rsschool-cv/
\ No newline at end of file
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..bab4f26
Binary files /dev/null and b/favicon.ico differ
diff --git a/index.html b/index.html
index e6c5436..e38fe07 100644
--- a/index.html
+++ b/index.html
@@ -1,39 +1,92 @@
-
-
-
- CV
-
-
- Iryna Levko
- Contact details
-
-
- - E-mail address : iryna.b.levko@gmail.com
- - LinkedIn:linkedin.com/in/iryna-levko-694859186
-
-
- About me
-
- Actively searching for the chance to apply my skills, experience and knowledge to a new career. Highly
-motivated. Quick learner.
-
- HTML code example
-
-
-
-
-
- Education and training
-
-
- - Master’s degree, Applied Linguistics
-
- - The Fundamentals of Digital Marketing. Google.
-
- - Responsive Web Design. FreeCodeCamp.(in progress)
- - «JavaScript/Front-end. Stage 0». RS Schools Course
-
-
-
+
+
+
+
+
+ CV
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
Iryna Levko
+
# student #
+
+
+
+
+
+ ABOUT ME
+ Actively searching for the chance to apply my skills, experience and knowledge to a
+ new career. Highly motivated. Quick learner. Work permit.
+
+
+ EDUCATION AND TRAININGS
+ MASTER'S DEGREE, APPLIED LINGUISTICS. – State University “Lviv Polytechnics”
+ THE FUNDAMENTALS OF DIGITAL MARKETING – GOOGLE Digital Workshop
+ RESPONSIVE WEB DESIGN - FreeCodeCamp. (in progress)
+ JAVASCRIPT/FRONT-END. STAGE 0 - RS Schools Course. (in progress)
+
+
+ HTML CODE EXAMPLE
+
+
+ <=fieldset=>Your sex?<=label for="sex"=>
+ <=input id="female" type="radio" name="sex" value="female"/=>Female <=/label=>
+ <=label for="male"=> <=input id="male" type="radio" name="sex"value="male"/=> Male<=/labe>=>
+ <=/fieldset=>
+
+
+
+
+ LANGUAGE SKILLS
+ ENGLISH - C1
+ POLISH - C1
+ GERMAN - A1
+
+
+
+
+
diff --git a/my-photo.jpg b/my-photo.jpg
new file mode 100644
index 0000000..0f6180a
Binary files /dev/null and b/my-photo.jpg differ
diff --git a/rs-logo.jpg b/rs-logo.jpg
new file mode 100644
index 0000000..595a458
Binary files /dev/null and b/rs-logo.jpg differ
diff --git a/style.css b/style.css
index 2daf8c8..b66bf13 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,100 @@
-h1,h2{
- font-weight:bold;
+body {
+ min-height: 100vh;
+ margin: 0;
+ padding: 0;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ background-color: #eceae0;
+ font-family: 'Roboto', sans-serif;
+ }
+ * {
+ box-sizing: border-box;
+ }
+ main{
+ margin-top: 0;
+ }
+.container {
+ max-width: 1440px;
+ margin-left: 10%;
+ margin-right: 10%;
+ margin-top: 0;
+ }
+ .nav-list {
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ }
+ html {
+ scroll-behavior: smooth;
+ }
+
+ .nav-list{
+ list-style-type: none;
+ padding-left: 0;
+ margin-left: 0;
+ }
+.nav-list a{
+ text-decoration: none;
+ font-family: sans-serif;
+ display: inline-block;
+ padding: 10px 20px;
+ background-color: #eceae0;
+ border-bottom: 5px solid #6aaa9c;
+ color:#221e1d;
}
+.nav-list a:hover{
+ color: orange;
+}
+.nav-item{
+ display: inline;
+}
+.cv-title{
+ display: flex;
+ justify-content: center;
+ flex-direction: row;
+ align-items: center;
+
+}
+.photo{
+ border-radius: 5px;
+}
+.title-text{
+ display: block;
+ color:#221e1d;
+ margin-left: 10%;
+}
+.title-text h2{
+ margin-left: 15%;
+}
+h2,p{
+ color:#221e1d;
+}
+
+
+.chapter{
+ background-color: #eceae0;
+ border-top: 5px solid #6aaa9c;
+ border-bottom: 5px solid #6aaa9c;
+}
+container{
+ margin-top: 0;
+}
+.footer-main{
+ display:flex;
+ justify-content: center;
+ align-items: center;
+ background-color: #6aaa9c;
+ padding: -1px;
+}
+.logo {
+ width: 30px;
+ height: 30px;
+ margin-right: 10px;
+ margin-left: 10px;
+}
+.footer-year{
+ font-weight: bolder;
+ font-size: 30px;
+ margin-top: 10;
+}
\ No newline at end of file