Skip to content

Comments

New jen#69

Open
bluejenny wants to merge 7 commits intomasterfrom
new_jen
Open

New jen#69
bluejenny wants to merge 7 commits intomasterfrom
new_jen

Conversation

@bluejenny
Copy link
Collaborator

update to homepage image

bluejenny and others added 7 commits March 28, 2017 20:11
added social icons to home page and footer. added images to home page
(we can change so different from About page). Adjusted some spacing.
changed from images to fonts
@codecov-io
Copy link

Codecov Report

Merging #69 into master will increase coverage by 0.16%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   96.49%   96.65%   +0.16%     
==========================================
  Files          50       49       -1     
  Lines         399      389      -10     
==========================================
- Hits          385      376       -9     
+ Misses         14       13       -1
Impacted Files Coverage Δ
app/helpers/application_helper.rb 100% <0%> (ø) ⬆️
app/models/events_calendar.rb 100% <0%> (ø) ⬆️
app/models/partnership.rb 100% <0%> (ø) ⬆️
app/dashboards/partnership_dashboard.rb 100% <0%> (ø) ⬆️
app/helpers/partnerships_helper.rb

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bbe85c7...2d274f3. Read the comment docs.

font-weight: bold;
letter-spacing: 2px;
text-shadow: 2px 2px 4px #000000;
padding-right: $xxl-space;

Choose a reason for hiding this comment

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

Property padding-right already defined on line 139

}
}

.photos {

Choose a reason for hiding this comment

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

Line should be indented 2 spaces, but was indented 4 spaces

padding-bottom: $xxxl-space;
padding-left: $med-space;
padding-right: xxl-space;
padding-top: $med-space;

Choose a reason for hiding this comment

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

Line contains trailing whitespace

#social_side_links {

#social_side_links
{

Choose a reason for hiding this comment

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

Opening curly brace { should be preceded by one space

@include on($medium-screen) {
#social_side_links {

#social_side_links

Choose a reason for hiding this comment

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

Avoid using id selectors
Selector social_side_links should be written in lowercase with hyphens
Line contains trailing whitespace

padding-bottom: 60px;
}

/* social icons */

Choose a reason for hiding this comment

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

Use // comments everywhere

line-height: $base-line-height;
padding-bottom: 60px;
line-height: $base-line-height;
padding-bottom: 60px;

Choose a reason for hiding this comment

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

Line should be indented 4 spaces, but was indented 2 spaces

p {
line-height: $base-line-height;
padding-bottom: 60px;
line-height: $base-line-height;

Choose a reason for hiding this comment

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

Line should be indented 4 spaces, but was indented 2 spaces


.social_icons {
padding-top: 15px;
padding-top: 20px;

Choose a reason for hiding this comment

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

Properties should be ordered font-size, letter-spacing, padding-top

font-style: normal;
}

.linkedin::before {

Choose a reason for hiding this comment

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

Merge rule .linkedin::before with rule on line 44

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.

4 participants