Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebranding applying new styles #490

Merged
merged 11 commits into from
Nov 25, 2024

Conversation

OmniaSitecore
Copy link
Contributor

Description / Motivation

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have read the Contributing guide.
  • My code/comments/docs fully adhere to the Code of Conduct.
  • My change is a code change.
  • My change is a documentation change and there are NO other updates required.

Copy link
Collaborator

@sc-ivanlieckens sc-ivanlieckens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mainly some questions about whitespace and formatting, no blockers

<div class="container">
<div class="row inner ">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is off?

@@ -60,6 +62,8 @@
</ul>
</nav>
</div>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation?

<h5 class="card-title">@Model.Name</h5>
</a>
<p class="card-text"><i class="fa fa-globe" aria-hidden="true"></i> @Model.Country</p>

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lingering whitespace?

@@ -5,6 +5,8 @@
{
<section class="mvp-fp-profile bg-white">
<div class="container">
<div class="row inner ">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation?

<div class="feature-panel-text with-background no-number">
<h2 asp-for="@Model.Fields!.ItemTitle"></h2>
<div class="feature-panel-card">
<div class="feature-panel-text no-number ">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double space and trailing space in class? Does this do anything specific? I noticed this a few times

<p asp-for="@Model.Fields!.ItemText"></p>

<a asp-for="@Model.Fields!.ItemLink" data-module="cta-button" data-goals="" class="link-arrow" aria-label="Learn more">
@Model.Fields?.ItemLink?.Value.Text
<img alt="Learn more" src="images/icon-arrow.png">
</a>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation

@robearlam robearlam merged commit 787b792 into Sitecore:main Nov 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants