Template Implementation: Project Page V1
Descriptions Based on Code Order (Expanded)
Smaller Container
- Image Sizes: Not specified in the code. This section is for compact layouts and does not include images.
-
Spacing Requirements: No predefined spacing is included, but the container likely depends on external styles or padding within the
container-small
class. - Usage Criteria: Use for smaller, focused content areas such as brief messages, concise calls-to-action, or narrow-width layouts that need to stand out within a larger design.
Spacing
- Image Sizes: Not applicable as this section focuses on spacing elements.
-
Spacing Requirements: Explicit spacing classes in the code:
-
spacer-100
: Adds 100px vertical space. -
spacer-45
: Adds 45px vertical space. -
spacer-36
: Adds 36px vertical space. -
spacer-25
: Adds 25px vertical space.
-
- Usage Criteria: These classes should be used between sections or elements to create visual separation, ensuring proper readability and alignment. The numerical values in the class names correspond to the approximate pixel height of the space added.
Disc Styled List
- Image Sizes: Not applicable as the section only contains text.
-
Spacing Requirements: The list items inherently include spacing, but no additional margin or padding is specified in the code. This may depend on CSS for the
disc-style
class. - Usage Criteria: Use for presenting structured content in bullet points, such as feature lists, benefits, or specifications. Ensure it aligns with the visual style of surrounding content for consistency.
Two Columns Image
-
Image Sizes: Each image explicitly includes the attributes
height="429"
andwidth="644"
, ensuring consistency in visual presentation. -
Spacing Requirements: The spacing between the two images is not explicitly mentioned in the code but is likely managed by the
row
andcol-md-6
classes, which distribute space evenly for a balanced layout. - Usage Criteria: Best for comparisons or showcasing related visuals side by side, such as product features or resolution differences. Maintain the specified image dimensions to ensure layout stability.
Table 1
- Image Sizes: Not applicable to this section.
-
Spacing Requirements: The table does not specify padding or spacing, but these are likely managed through CSS styles for the
<table>
,<thead>
, and<tbody>
elements. - Usage Criteria: Use for detailed product specifications, such as model comparisons. Add CSS if needed for spacing between rows and columns to improve readability.
Table 2
- Image Sizes: Not applicable to this section.
- Spacing Requirements: Similar to Table 1, no explicit spacing is defined, and spacing relies on default or custom table styles in CSS.
- Usage Criteria: Use for listing connectivity options or configurations with brief descriptions.
Table 3
- Image Sizes: Not applicable to this section.
- Spacing Requirements: The table structure is identical to the others, with spacing dependent on CSS. Consider adding padding in the cells if required for better layout balance.
- Usage Criteria: Ideal for summarizing mounting styles or installation details. Ensure descriptions are concise and align with the overall design.
Call-to-Action (CTA)
-
Image Sizes: The inline SVG arrow icon has defined dimensions of
width="20"
andheight="20"
, ensuring it remains small and visually aligned with the button text. -
Spacing Requirements: The spacing between elements within the
cta-wrapper
(e.g., headline, button) is not explicitly defined in the code and is managed by CSS. - Usage Criteria: Use for attention-grabbing prompts like starting a purchase or accessing a tool. Ensure the button and text stand out visually, potentially using bold colors or large fonts.
Slider
-
Image Sizes: Each image in the slider is explicitly defined as
height="429"
andwidth="644"
. These dimensions ensure that all images in the slider are uniform, avoiding layout shifts during transitions. -
Spacing Requirements: The code does not include explicit spacing between slider items, but the
proposal-full-width-slider
class likely manages the alignment and transitions through CSS. - Usage Criteria: Use for presenting sequential visuals, such as installation guides, product demonstrations, or design variations. Ensure all images match the specified dimensions for consistency.
Reviews
-
Image Sizes: Review images use the same dimensions as other images in the code (
height="429"
andwidth="644"
), ensuring uniformity across sections. -
Spacing Requirements: No explicit spacing is provided in the code, but spacing between review items is likely controlled by the
row
andcol-md-6
classes. - Usage Criteria: Use for displaying customer testimonials with images, ratings, and descriptions. Ensure the text complements the visuals and fits within the allocated layout.
FAQ
- Image Sizes: Not applicable as the section contains only text.
-
Spacing Requirements: The code uses
spacer-36
to add 36px of vertical space between each question-and-answer pair, ensuring proper separation for readability. - Usage Criteria: Use to address frequently asked questions clearly and concisely. Maintain consistency in font size and spacing to improve user engagement.