Site Tools


Hotfix release available: 2026-07-14c "Mort". upgrade now! [57.3] (what's this?)
Hotfix release available: 2026-07-14b "Mort". upgrade now! [57.2] (what's this?)
Hotfix release available: 2026-07-14a "Mort". upgrade now! [57.1] (what's this?)
New release available: 2026-07-14 "Mort". upgrade now! [57] (what's this?)
Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
website-team:projects:web-page-development-based-on-unify-template

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
website-team:projects:web-page-development-based-on-unify-template [2020/05/30 07:25] – edit bsupca5website-team:projects:web-page-development-based-on-unify-template [2026/06/26 08:49] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
 <html><span class='marketingParagraph'></html>This document is intended for the bSup development team. If you are interested in website solutions, please contact us through the Website Design Services page.<html></span></html> <html><span class='marketingParagraph'></html>This document is intended for the bSup development team. If you are interested in website solutions, please contact us through the Website Design Services page.<html></span></html>
 +
 +===== Website Design =====
 +
 +Based on the [[https://htmlstream.com/preview/unify-v2.6/|Unify 2.6.2 Template]], design a page. You can use components of the Unify template to build a web page.
 +
 +==== FAQ ====
 +
 +  * //How to find Unify components?//
 +
 +The Unify Template has many components. Most of the components are listed in the [[https://htmlstream.com/preview/unify-v2.6/unify-main/shortcodes/index.html|shortcodes page]]. The sidebar on the left includes the collection of components. For example, the [[https://htmlstream.com/preview/unify-v2.6/unify-main/shortcodes/shortcode-blocks-hero-content.html|Hero Content shortcodes collection]] have components which include an image on one side and text on the other side. You can find more components unders the Features in the menu.
 +
 +  * //How to copy the code of components/shortcodes?//
 +
 +Below each component/shortcode, you can find the “Show code” button which displays the source code of the component. You can copy the code and use it in your page.
 +
 +Please note,
 +
 +  * Some components may require to include special css and js files.
 +  * You many enclose the component code with <section> tags
 +  * Make sure to enclose the code with comment lines such as,
 +    * Opening comment line can be <!– [component name & id] –> for example, <!– Hero blocks #01 –>
 +    * Closing comment can be <!– END [component name & id] –> for example, <!– END Hero blocks #01 –>
 +
 +Alternatively, you can press CTRL+U on the Unify page template to view its source code. Then you can find the component code and copy it.
 +
 +  * //Does Unify have demp pages?//
 +
 +You can find demo pages under
 +
 +  * Home menu
 +  * Pages menu
 +  * Demo menu
 +
 +==== Code Submission Through Git ====
 +
 +Please make two versions of your page and submit them to your Git repo.
 +
 +  * First version: Unaltered code of Unify components. Name this version as “page-name-unify.php”
 +  * Second version: Add the content and images to your page.
 +
 +
 +----
  
 ===== UI/UX ===== ===== UI/UX =====
Line 26: Line 68:
  
 You can use Google Chrome Inspect to edit text of the Unify template. We created a video explaining [[https://youtu.be/zdGiTa2_IfA|how to change web page text through Google Chrome Inspect]]. Or you can use Photoshop or other tools to change the text of the prototype. You can use Google Chrome Inspect to edit text of the Unify template. We created a video explaining [[https://youtu.be/zdGiTa2_IfA|how to change web page text through Google Chrome Inspect]]. Or you can use Photoshop or other tools to change the text of the prototype.
 +
 +//Can we change Unify Template Style?//
 +
 +We do not prefer to change the Unify template radically. Changes on the style can be simple changes such as,
 +
 +  * Paddings and margins adjustment
 +  * Background color
 +  * Font size
  
 ===== Useful Links ===== ===== Useful Links =====
website-team/projects/web-page-development-based-on-unify-template.1590823523.txt.gz · Last modified: 2026/06/26 08:49 (external edit)