Git Product home page Git Product logo
<title>Document</title>

Evgene Sivakov

Evgene

    <ul>
        <li><strong>Phone:</strong> +375 29 654 09 43</li>
        <li><strong>E-mail:</strong> <a href="[email protected]">[email protected]</a></li>
        <li><strong>GitHub:</strong> <a href="https://github.com/SivakovEvgeniy25">SivakovEvgeniy25</a></li>
        <li><strong>Telegram</strong> <a href="https://t.me/sivakov evgeniy">Sivakov Evgeniy</a></li>
    </ul>
</div>
    <h2 id="about-me">About Me</h2>
    <style>
        .italic-type {
            font: italic bold 24px Arial  sans-serif ;
        }
       </style>
       <p class="italic-type">I am 52 years old, I work as a lawyer. But I would like to try myself in iT field.I really like this job and I would like to continue to study and work in this industry.</p>
             <ul>
               <h2><strong>My strengths:</strong></h2>

                   <li>Ability to learn easily</li>
                   <li>Purposefulness</li>
                   <li>Perseverance</li>
                   <li>Teamwork</li>
           </ul>
                 <h2 id="education">Education</h2>

                 <li><a href="https://www.udemy.com/course/webdeveloper/">HTML/CSS</a></li>
                 <li><a href="https://www.udemy.com/course/javascript_full/">JavaScript (in process…)</a></li>
             </ul>
   <h2>  May First Code </h2>
                 <div class="cv-text">
                   <p>education Javascript</p>
                        <pre class="cv">
          <code>
           const reverse = (str) => {

let i = str.length - 1; let result = ""; while (i >= 0) { result = ${result}${str[i]}; i = i - 1; } return result; }; export default reverse;

          </code>
        </pre>
               <h1 id="languages">Languages</h1>

             <ul>
               <li><strong>Russian</strong> - native speaker.</li>
               <li><strong>English</strong> - A1 </li>
             </ul>

</body>

Evgeniy Sivakov's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.