astik-dev / html-page-generator

PHP application for generating HTML pages of different content.

Home Page:https://astik-dev.github.io/html-page-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML page generator

Description:

PHP application for generating HTML pages of different content.

Functional:

  • The application has a page for logging in with a login and password to the admin panel.

Login:

Login image

  • In the admin panel you can add:

    • HTML file name
    • Add picture
    • 6 paragraphs of text
    • 6 titles to paragraphs

Admin panel:

Admin panel image

  • After clicking the "Create" button in the admin panel, we start generating a page with the added content. Page generation creates HTML file with the specified file name and creates a new folder with the name of the new file in the img folder, and puts an image named img.[file extension] in the new folder, as well as page generation takes text from the inputs of the admin panel and adds it to new page. The newly generated page is styled from the previously created new-page.css style file.

Example of a new generated page:

New generated page image

Technologies:

  • PHP
  • HTML
  • CSS
  • SCSS
  • FLEXBOX, GRID
  • BEM
  • Responsiveness

About

PHP application for generating HTML pages of different content.

https://astik-dev.github.io/html-page-generator/


Languages

Language:PHP 37.6%Language:CSS 34.5%Language:SCSS 25.1%Language:HTML 2.8%