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

home page view header & footer #13 #30

Merged
merged 3 commits into from
Oct 3, 2018
Merged

home page view header & footer #13 #30

merged 3 commits into from
Oct 3, 2018

Conversation

donia98
Copy link
Collaborator

@donia98 donia98 commented Oct 2, 2018

No description provided.

Copy link
Collaborator

@ashatat ashatat left a comment

Choose a reason for hiding this comment

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

👍 good work

border-radius: 2px;
width: 200px;
position: relative;
width: 200px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

don't repeat yourself !! RULE !!
you user twice

width :200px; 

flex-direction: column;
}

.contact-us p {
Copy link
Collaborator

Choose a reason for hiding this comment

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

you can use

.contact-us:not(:last-child){
  padding-bottom:10px;
  margin-left: 10px;
}

that will be the same result of lines from (129 - 136)

@@ -0,0 +1,188 @@
*{
margin: 0 auto;
Copy link
Collaborator

Choose a reason for hiding this comment

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

you should make separate file to (header.css , footer.css)
because you separate them in partials


}

section {
Copy link
Collaborator

Choose a reason for hiding this comment

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

why you put a general selector

@@ -0,0 +1,188 @@
*{
margin: 0 auto;
Copy link
Collaborator

Choose a reason for hiding this comment

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

please fix the indentation ..

<div class="about-us">
<h1>Marna House</h1>
<h2>Where Every Is Cool</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus</p>
Copy link
Collaborator

Choose a reason for hiding this comment

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

!! Indentation !!

<option value="Single">Single</option>
<option value="Double">Double</option>
<option value="Trible">Trible</option>
<option value="Mixed">Mixed</option>
Copy link
Collaborator

Choose a reason for hiding this comment

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

we don't have option (Mixed).

<span>check-out</span>
<label for="check-out">
<input type="date" id="check-out" required></label>
<span>Type</span>
Copy link
Collaborator

Choose a reason for hiding this comment

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

use label instead of span

<main>
{{{body}}}
</main>
{{>footer}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

surround

{{footer}}

with tag footer

{{>head}}
</head>
<body>
{{>header}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

surround

{{header}}

with tag header

@kannanhassouna kannanhassouna merged commit 9bed6cd into master Oct 3, 2018
@kannanhassouna kannanhassouna deleted the homePageView branch October 3, 2018 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants