Skip to content

292-group/web-pz-1-12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical lesson pz-1-12 WEB

repository contains base tamplate

Students should create html markups use Bootstrap UI framework.

Acceptance criteria

  • Use css media queries
  • Use mobile-first methodology
  • Use scss
  • Use css variables
  • Add sourcemap for scss
  • Base template should have slider
  • Markups must be adapted according to design and Bootstrap breakpoint

Directory Structure

Follow this pattern for organization of developed components.

├── app
│   ├── css
│   ├── fonts
│   ├── img
│   ├── js
│   ├── libs
│   ├── scss
│   └──  index.html 
├──.editorconfig
├──.gitignore
├──.CHANGELOG.md
├──.gulpfile.js
├──README.md
├──package.json
└── 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
  <title>PZ_1_12</title>
  <link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body>

<script src="js/bundle.js"></script>

</body>
</html>

Design for 768

Design for 768

Design for 1024

Design for 1024

Design for 1280

Design for 1280

Design for 1440

Design for 1440

Useful links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published