N
N
nomta2017-02-28 20:58:53
css
nomta, 2017-02-28 20:58:53

What technologies to use to create a simple page?

You need to lay out a few simple pages quickly. Nothing complicated: tile design, pop-up menu, slider, simple animations. Adaptation for mobile devices. No ajax, no old browsers.
I know HTML, CSS, some Javascript. Neither bootstrap nor JQuery are practically familiar to me. In principle, it could be done this way, but, given the speed requirements, I think it would not be better to spend time and understand these libraries, or maybe take some simpler one, purely for my needs ( e.g. for a grid). What do you advise?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stepan Krapivin, 2017-02-28
@nomta

* Learn preprocessor for css type less , scss. Pay special attention to creating mixins. This will simplify and speed up the work with styles.
* take separately the grid reflex , fluidable , flexboxgrid , purecss (there is not only the grid. A sort of mini bootstrap)
* what will definitely speed up typing html is a plugin for the emmet text editor (former zen coding).
These are normal technologies for everyday layout, but you throw the bootstrap, it's bad.

H
holymotion, 2017-02-28
@holymotion

HTML, CSS, VanillaJS. You can experiment with scss (with various preprocessors), gulp (with schedulers), some templating engines - .jade for example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question