diff --git a/README.md b/README.md index a7ac464..69ca568 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# rsschool-cv \ No newline at end of file +https://AndrusSilvan.github.io/rsschool-cv/ \ No newline at end of file diff --git a/cv.md b/cv.md new file mode 100644 index 0000000..7581b13 --- /dev/null +++ b/cv.md @@ -0,0 +1,7 @@ +# Andrei Silvanovich +## e-mail: andrusssilvanovich@gmail.com +phone: +375296151281 +Education: International law at Belarusian State University +Programming skills - none +Project manager at Audio-reels +English - Advanced \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..714dd48 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + ANDREI SILVANOVICH + + + + +
+
+
+

CONTACT

+
  • ☎+375296151281
  • +
  • ✉ andrusssilvanovich@gmail.com
  • +
  • ✒ AndrusSilvan
  • +
    +
    +

    SKILLS

    +
  • Git
  • +
  • Github
  • +
  • Figma
  • +
  • HTML
  • +
  • CSS
  • +
    +
    +

    EDUCATION

    + International Law +
    +
    +
    +
    +

    ABOUT

    + A Project manager at Ebay stores. 40 years old. I have a digree at International law. +
    +
    +

    WORK EXPERIENCE

    +
  • 2017-2022 Project manager at Audio-reels store
  • +
  • 2010-2022 Manager at Agrointreid
  • +

    A code example: +
    +            function compose() {
    +                let funcs = Array.from(arguments);
    +                return function (x) {
    +                  if (funcs.length 	< 1) return x;
    +                  let f = funcs[funcs.length - 1](x);
    +                  for (let i = funcs.length - 2; i ≥ 0; i--) {
    +                    f = funcs[i](f);
    +                  }
    +                  return f;
    +                };
    +              }
    +            
    +

    + +
    +
    +
    + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..1a5a65a --- /dev/null +++ b/style.css @@ -0,0 +1,35 @@ +main { + display: grid; + grid-template-columns: 40% 60%; + margin-top: 3em; +} +header { + text-align: center; + margin: auto 2em; +} + +section { + margin: auto 1em 4em 2em; +} + +i { + margin-right: .5em; +} + +p { + margin: .2em auto +} + +hr { + border: none; + background-color: rgb(211, 211, 211); + height: 1px; +} + +h1, h2, h3 { + font-weight: 100; + margin-bottom: 0; +} +#mainLeft { + border-right: 1px solid rgb(225, 17, 17); + } \ No newline at end of file