Giter VIP home page Giter VIP logo

frontend_course's Introduction

Как развернуть проект

Node.js

Install node.js from http://nodejs.org

Git

Install git from http://git-scm.com/downloads

Select 'Use Git from the Windows Command Prompt' while installing

Add Git to PATH

Install bower globally

$ npm i -g bower

Install gulp

Globally

$ npm i -g gulp

You may need to create a variable NODE_PATH - see here

Install bower modules

$ bower i

Install npm packages

$ npm i

Для DEV

$ gulp

Для REL

$ gulp release:build

frontend_course's People

Contributors

saintriko avatar webmagister avatar

Watchers

 avatar

frontend_course's Issues

Переписать верстку вместе с gulp

  • Собрать проект используя readme.me
  • Разбить файл с css на блоки scss. Как в примере src/scss/blocks
  • Поменять пути в src/index.html на пути с dist/ в начале
  • Отписать Паше о готовности

Все изменения нужно вносить внутри папки src. В папке dist лежат собранные файлы в репозиторий их добавлять не надо.

В файле src/index.html пути должны идти относительно папке dist. src/index.html при сборке будет скопирована в корень с тем же названием index.html

Реализовать компонент "card" во всех 3-х вариациях

  • Использовать одинаковый layout во всех блоках типа "card"
  • Реализовать отдельным элементом картинки по краям
  • Написать модификаторы для card__title, card__desc
  • Позиционирование карточки задавать классом внутри блока, которого она находится

Исправления после встречи 09.07.2019

  • Переделать блоки, которые встречаются более 1 раза на бэм нотацию. Почитать здесь.
  • Доверстать футер
  • Разбить вёрстку на секции используя тег <section>
  • Всем картинкам проставить атрибут alt=""
  • Использовать для футера и хедера соотвествующие теги <header></header> & <footer></footer>

Про HTML5 теги можно посмотреть здесь

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.