GithubHelp home page GithubHelp logo

orlovmax / uawebchallengevii_2 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 13.14 MB

UaWebChallengeVII front-end dev middle-senior task semifinal

Ruby 0.29% JavaScript 50.94% CSS 22.66% HTML 26.11%

uawebchallengevii_2's People

Contributors

orlovmax avatar

Stargazers

 avatar

Watchers

 avatar

uawebchallengevii_2's Issues

Refactor styles

Move stylesheet import files into block folder from components folder, because they're blocks. Move variables to the general folder. Add custom.css

BEMification

Find effective way for manual BEMification using Jade. I think it may be extends with some context. Now I have the next issue: markup blocks and applying modifiers to them.

BEM with JADE templating

Implement feature for blocks modification using bemto mixin and &attributes(attributes) option.
// Map block
mixin map()
+b('section').gmap&attributes(attributes)
+e#gmap.container&attributes(attributes)

// Include map as common element
+map()

// Result:
<section class="gmap">
<div id="gmap" class="gmap__container">
</div>
</section>

// ...and with some modifier mod
+map()._mod

// Result:
<section class="gmap gmap_mod">
<div id="gmap" class="gmap__container gmap__container_mod">
</div>
</section>

'Silent' common blocks

Try to use mixins instead of standalone markup blocks for icons and buttons. Somthing like silent class names

Auto packager

Need some thing to copy dev and dist folders to the result folder with *.zip archiving. Add this feature to front-end scaffold

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.