desevoker / bsa-2019-html-css-test-homepage-dh

My very own personal website. Basically this is just a résumé.
https://desevoker.github.io/bsa-2019-html-css-test-homepage-dh/
MIT License
1 stars 0 forks source link

Скласти додаткові інформаційні блоки #7

Closed desevoker closed 5 years ago

desevoker commented 5 years ago

Можна зробити резюме менш формальним, додавши додаткові блоки, які містять корисну інформацію, але подають її в "розважальній" формі. Наприклад, що подобається і не подобається, сильні і слабкі сторони, перелік навиків чи хобі, інфографіка або ж інтерактивні модулі, тощо.

desevoker commented 5 years ago

LIFE & EDUCATION To live is to fight and to fight is to live. I started learning fighting at my master Gouken's castle, I was beaten at head way too often to remember when exactly.

LANGUAGES us ENGLISH cn MANDARIN jp JAPANESE

SKILLS KARATE ENERGY ATTACK SHORYUKEN WALKING BAREFOOT PLAYING VIDEOGAMES DOING BURGERS MASHING POTATOES COPYWRITING ACTING VOICEOVERS

CHARACTER NOBLE DIRECT BOLD CONFIDENT DARING SCHIZOPHRENIC DRAMATIC PERSUASIVE IMMEDIATE WISE

LIFE LESSON You must defeat Sheng Long to stand a chance.

LIKES smiley GI VEGETABLES BLOOD SMALL MARSHMELLOWS RED COLOR KILLED ENEMY

DISLIKES disappointed BISONS GHOSTS SMARTPHONES SMELL OF SEAFOOD BARBER SHOPS SLEEVES

WANTS 🥺 BE FIT WRITE MORE BOOKS FIND A GIRLFRIEND TO GO TO CINEMA WITH KILL ALL OF AKUMA FAMILY

desevoker commented 5 years ago

Languages block

<section>
  <h3>Languages</h3>
  <p class="tags small">
    <span class="language" lang="en">&#x1f1fA;&#x1f1f8; ENGLISH</span>
    <span class="language" lang="cn">&#x1f1e8;&#x1f1f3; MANDARIN</span>
    <span class="language" lang="jp">&#x1f1ef;&#x1f1f5; JAPANESE</span>
  </p>
</section>
desevoker commented 5 years ago

Skills block

<section>
  <h3>Skills</h3>
  <p class="tags small">
    KARATE
    <span class="nowrap">ENERGY ATTACK</span>
    SHORYUKEN 
    <span class="nowrap">WALKING BAREFOOT</span>
    <span class="nowrap">PLAYING VIDEOGAMES</span>
    <span class="nowrap">DOING BURGERS</span>
    <span class="nowrap">MASHING POTATOES</span>
    COPYWRITING
    <span class="nowrap">ACTING VOICEOVERS</span>
  </p>
</section>
desevoker commented 5 years ago

Character block

<section>
  <h3>Character</h3>
  <p class="tags small">
    NOBLE DIRECT BOLD CONFIDENT DARING SCHIZOPHRENIC DRAMATIC PERSUASIVE IMMEDIATE WISE
  </p>
</section>
desevoker commented 5 years ago

Likes block

<section>
  <h3>Likes &#x1f603;</h3>
  <p class="tags small">
    GI VEGETABLES BLOOD
    <span class="nowrap">SMALL MARSHMELLOWS</span>
    <span class="nowrap">RED COLOR</span>
    <span class="nowrap">KILLED ENEMY</span>
  </p>
</section>
desevoker commented 5 years ago

Dislikes block

<section>
  <h3>Dislikes &#x1f61e;</h3>
  <p class="tags small">
    BISONS GHOSTS SMARTPHONES
    <span class="nowrap">SMELL OF SEAFOOD</span>
    <span class="nowrap">BARBER SHOPS</span>
    SLEEVES
  </p>
</section>
desevoker commented 5 years ago

Wants block

<section>
  <h3>Wants &#x1f97a;</h3>
  <p class="tags small bulleted">
    <span class="tag">BE FIT</span>
    <span class="tag">WRITE MORE BOOKS</span>
    <span class="tag">FIND A GIRLFRIEND</span>
    <span class="tag">TO GO TO CINEMA WITH KILL ALL OF AKUMA FAMILY</span>
  </p>
</section>
desevoker commented 5 years ago

Life & Education block

<section>
  <h3>Life & Education</h3>
  <p>To live is to fight and to fight is to live. I started learning fighting at my master Gouken's castle, I was beaten at head way too often to remember when exactly.</p>
</section>
desevoker commented 5 years ago

Life Lesson block

<section>
  <h3>Life Lesson</h3>
  <div>
    <strong>You must defeat Sheng Long to stand a chance.</strong>
  </div>
</section>