M
M
mkking2016-04-29 09:28:45
Design
mkking, 2016-04-29 09:28:45

Do I need to make a source for each page of the site if most of the pages have the same structure?

There is a website: www.soroka-hospital.com /
It needs to be redesigned.
Dear experts, attention to the question:
Do I need to redesign and prepare the source for each page?
In the menu when you hover over the link "Treatment in Israel" we see 16 different categories with subcategories. Inside, all pages contain an almost identical structure:
- Title
- Image
- Subtitle
- Text
- List
- Links
- Photos of doctors
- Application form
- Other subcategories
Do you need to redesign directly all-all pages (which, together with subcategories, will be 45 pieces) or is it enough to redesign one page, and then give it to the layout designer so that he can figure it out himself? After all, there is the same structure everywhere, why waste time?
How is it generally done? Do they make one source? Or do they make a million source codes for pages of the same structure, differing only in headings, texts and pictures?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
Neron, 2016-04-29
@mkking

No, you need to make templates, and write a design guide for them (with examples of specific pages, 1-2 pieces are enough) and design a UI-kit.
This is not a magazine to design every page.

G
GreatRash, 2016-04-29
@GreatRash

It would be nice to discuss such things with the layout designer first (upd: well, or those who will implement it later). Do not be lazy, spend time on this and it will pay off in the future.

M
Maxim, 2016-04-29
@m77x

<!DOCTYPE html>
<html>
<head>
<? require ('head.blok'); ?>
</head>
<body>
<div class="box__container section__container container">
            <div class="box box--stretched"><div class="box__magnet box__magnet--center-left">
                <div class="row"><div class=" col-sm-6">
…
<? require ('menu.blok'); ?>
…
<? require ('footer.blok'); ?>
</body>
</html>

in htaccess:
DirectoryIndex index.html
AddType application/x-httpd-php .php .html .blok

well, the content is there according to the circumstances from MySQL

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question