diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index a7ac464..c3dd169 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# rsschool-cv \ No newline at end of file +# rsschool-cv + +https://natalliadk.github.io/rsschool-cv/ diff --git a/assets/cvphoto.jpg b/assets/cvphoto.jpg new file mode 100644 index 0000000..de7e76a Binary files /dev/null and b/assets/cvphoto.jpg differ diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..c2325d7 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/github-logo-5F384D0265-seeklogo.com.png b/assets/github-logo-5F384D0265-seeklogo.com.png new file mode 100644 index 0000000..210fdcf Binary files /dev/null and b/assets/github-logo-5F384D0265-seeklogo.com.png differ diff --git a/assets/rs_school_js.svg b/assets/rs_school_js.svg new file mode 100644 index 0000000..3b80540 --- /dev/null +++ b/assets/rs_school_js.svg @@ -0,0 +1 @@ +rs_school_js \ No newline at end of file diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..a896e44 --- /dev/null +++ b/cv.md @@ -0,0 +1,73 @@ +**Natallia Dauhaliuk** + + +My Contact Info + +- [ ] tel: +375293503789 +- [ ] Discord: NatalliaD +- [ ] E-mail: sunny-1@mil.ru + + +About me + +I really want to be a successful developer because this type of work a modern and demanded profession, in which you can constantly grow and develop. + + +Skills + +* HTML +* Version control: Git (remote service GitHub). +* Windows OS, + +Code examples + + + + + +Печенье + + +

печенье Вкус маминого детства

+
+рецепт маминого печенья +

всеми любимое бабушкино печенье

+ + + + + +Education + +* Belarusian State University (manager) +* completed the 20-hour course Performance Optimization in 2020 (EPAM training center) +* CS50 video course + +Experience + +* own business – Event company (Since 2013).
 +Languages +* Belarussian +* Russian +* English -  B2 (I usually watch film and read books in English and try to write in English diary) diff --git a/index.html b/index.html new file mode 100644 index 0000000..81d7a5b --- /dev/null +++ b/index.html @@ -0,0 +1,107 @@ + + + + + + + + cv + + + + + +
+ +
+ +
+
+
my photo
+
+

Natallia Dauhaliuk

+
+
+ +
+

My Contact Info

+ +
+
+

About me

+

+ I really want to be a successful developer because this type of work a modern and demanded profession, + in which you can constantly grow and develop. +

+
+
+

Skills

+ +
+
+

Code example

+
+ console.log("hello world"); +
+
+
+

Education

+ +
+
+

Experience

+

own business – Event company (Since 2013)

+
+
+

Languages

+ +
+
+ + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..2742aa0 --- /dev/null +++ b/style.css @@ -0,0 +1,122 @@ +@font-face { + font-family: Roboto; + src: url("assets/fonts/Roboto.ttf"); +} + +* { + box-sizing: border-box; +} +.gh{ + color: white; +} +.code { + border: dashed 1px #634F36; + background: #fffff5; + font-family: "Courier New", Courier, monospace; + padding: 7px; + font-size: 80%; +} + +a { + text-decoration: none; +} + +body { + background-color: #ffff; + font-family: 'Roboto', sans-serif; + font-size: 18px; + font-weight: 400; + line-height: 1.5; + color: #4421e2; + min-height: 100vh; + font-family: Roboto; + font-weight: 100; + display: flex; + flex-direction: column; + justify-content: space-between; + margin: 0; + padding: 0; + position: absolute; +} + +.container.main { + margin: 0 20px; +} + +.photoname { + display: flex; + margin-top: 20px; +} + +.name { + margin-left: 20px; +} + +.footer { + justify-content: space-between; + display: flex; + width: 100%; + background-color: #605ef0; +} + +.year2022 { + color: white; +} + +.section { + width: 50%; +} + +.section-title { + font-size: 20px; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 5px; + color: #829985; +} + +html { + scroll-behavior: smooth; +} + +.section-item a { + color: #998284; + text-decoration: none; + transition: color 0.5s; +} + +.section-item a:hover { + color: #234d2a; +} + +.header { + display: flex; + width: 100%; + background-color: #605ef0; +} + +.nav-list { + transition: .3s; + list-style: none; + display: flex; + justify-content: flex-end; + /* Сдвинуть вправо */ + align-items: center; + padding: 0 20px; + line-height: 50px; + +} + +.nav-item a { + color: white; + margin: 0 30px; +} + +.container { + max-width: 1440px; + margin: 0 auto; +} + +.section { + width: 50%; +} \ No newline at end of file