R
R
Ramil2014-10-16 23:28:17
PHP
Ramil, 2014-10-16 23:28:17

Which engine to choose for Landing Page?

So I thought about which engine to choose for the Landing Page?
Maybe someone knows an engine that supports functionality or plugins with scroll-th slideshow and submenu?
Well, or in general, what are the options for using finished engines? It’s just that if you write your own engine, then you will have to hone it for almost half a year to a complete ideal, well, with the pace of new functions and plug-ins, you can always keep up with technologies :))

Answer the question

In order to leave comments, you need to log in

8 answer(s)
H
Hazrat Hajikerimov, 2014-10-17
Abdrahimov @MrAbdrahimov

68747470733a2f2f7261772e6769746875622e63
Use fullPage.js
Here is an example of the implementation of the landing on this js plugin example Apple
The plugin itself is popular, here are a few examples made on this engine:
dasselundwagner.com
onlinedepartment.nl
rocketbank.ru
The last example is just a landing.

B
bromzh, 2014-10-17
@bromzh

If you only need 1 landing page, then just write from scratch, connect different js libraries (jquery, angular/knockout/etc for displaying data), jquery plugins, etc.
If landing pages need to be done periodically and there will be a lot of them, then choose the necessary technology stack yourself. If landings are not of the same type, then something universal ready-made hardly exists.
My stack:
1) Grunt, bower - for quickly deploying a new project and connecting external libraries.
2) Less - as a more convenient layout tool
3) jQuery with plugins (depending on the project), normalize.css, modernizr.
4) Github Pages - to view the page as it is being developed
Actually, it all comes down to writing a config for grunt. For me, it allows you to download bower's dependencies. Further, all external js and css are thrown into a temporary folder. My compiled css and js are also thrown there. Further, if it is not production, then each file is injected separately into the html page. If production - everything is compressed to 1 file (i.e. the output will be 1 js file and 1 css file) and only 1 js and 1 css will be injected. All changes in bower's config, changes in css, less and js files are tracked. If they have changed, then grunt automatically starts the necessary tasks, i.e. when changing, for example, in a less file, in a couple of seconds these changes will be visible on the page that is open in the browser.

Y
Yastr, 2014-10-16
@Yastr

No, I don’t see the point of putting the landing on the engine (;
Also, the one that “supports functionality or plugins with scroll slideshows and submenus”, this is already a constructor that produces crooked code and adds hemorrhoids...

D
Dmitry Kalinin, 2014-10-16
@kal1sha

For example, I use django cms to conveniently edit text directly on the page in blocks. The most important thing is a good admin panel so that you can edit applications. On django cms, everything is done in 1 day + mega works stably.

M
materlelik, 2014-10-16
@materlelik

on github.com angular single page

D
Deleted Deleted, 2014-10-17
@DailyFuckups

For me, landing is pure static. The maximum you need is a feedback form, and even then Simpoll.ru has a couple of alternatives to this.

4
4ikist, 2014-10-17
@4ikist

V8

I
Igorrebega, 2014-10-23
@Igorrebega

There is a special CMS webxid.net - more details

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question