Predefined technical HTML template specifications
HTML5
The classic markup structure is replaced by a more semantic system. HTML pages incorporate new structural elements (e.g. <nav>, <header>, <article>, …).
CSS3
The most recent properties are used, which help to simplify the construction of the graphic layout.
SCSS
The SASS preprocessor is very useful for making the style sheet maintainable and flexible. It adds features that enhance CSS and helps speed up delivery times.
Mobile First
In line with current times, the code proposes a structure designed primarily for mobile devices, now more widespread and used than personal computers.
Responsive
Using Responsive Web Design techniques, you use a unique code base that allows page content to adapt appropriately to each device.
Bootstrap
The use of the Bootstrap framework, and in particular its grid, allows flexible interfaces to be built more quickly and improves collaboration between developers.
Sprite or Font icons
It reduces the number of small images by incorporating them into a single file, whose overall weight is less cumbersome. The browser and its cache are responsible for downloading and saving a single file.
Optimization
Making web applications faster and faster is a must, also useful to improve the user experience and fluidity.
User experience
Simply writing behaviours in CSS and JS is not enough. They must also work well and prevent situations.
Testing and validation
The code is checked and tested to be error-free and to make the pages work properly on the most popular browsers.
Optional advanced HTML template specifications
In addition to the simple transformation of the PSD to HTML responsive, additional features and services are also available.
SVG
It is the new frontier of the web, and the advantage of using it lies in its structure: it is an XML file. It can be used by several applications and, above all, it is possible to modify its styles and animate its blocks.
Microdata
Adding microforms to a web page, or some of its blocks, helps to structure data more correctly. Very useful in SEO optics.
CSS for printing
If the contents of the site can also be distributed in pdf or paper format, you can add a style sheet to graphically manage the print format.
Dark Mode
The site has two faces. The light theme is the default one. The Dark theme is aimed at those who have chosen the dark interface instead.
NewWebP
The WebP image format takes the place of JPGs and PNGs for even faster page loading thanks to about 40% weight reduction.
NewContact form
The classic contact form is one of the features that can not miss allowing visitors to send requests directly from the site.
Newsletter
The integration of a service such as MailChimp or Get Response is essential to securely and legally collect the email addresses of users who wish to receive updates.
Stop spammer
No more spammers! You can add different levels of security to your pages to block most spammers.