N
N
n1ve20132015-07-01 20:34:18
Bootstrap
n1ve2013, 2015-07-01 20:34:18

How to quickly make a high-quality landing page on bootstrap?

Greetings ladies and gentlemen, there was a need to make a good landing on this framework, in the layout itself at the initial level, at the moment I am learning bootstrap, using video tutorials. Are there ready-made templates for a classic Russian landing page (I specify, because European templates are structured a little differently) not like we do in general :) Maybe someone has a ready-made solution that you use for landing page layout, changing only the number sections, size, and graphics. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yustas Alexu, 2015-07-01
@Yuxus

The whole point of the bootstrap can be summed up like this:

<div class="container">
  <div class="row">
    <div class="col-md-6">left</div>
    <div class="col-md-6">right</div>
  </div>
</div>

All components can be stupidly copy-pasted from examples to the offsite documentation with minor changes for themselves. Personally, I have never used any bootstrap templates.

S
sergey, 2015-07-01
@zorro76

What does a ready-made solution for landing page layout mean? Do you imagine the number of landing page options? Go to bootstrap and start creating... there is nothing complicated in bootstrap

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question