vvscode / 20_mood

Задача #20 из курса devman.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site for the Mood

This website shows you random quote on every enter. You can add/modify list of quotes at #quotes_json block in index.html.

Template for displaying quote can be modified in #quotes_tpl block in index.html.

Current template is

      <h3 class="phrase">${phrase}</h3>
      <h4 class="signature">${signature}</h4>

You can find this website at github-pages: https://vvscode.github.io/20_mood/

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

Задача #20 из курса devman.org


Languages

Language:HTML 87.7%Language:JavaScript 6.9%Language:CSS 5.4%