fixes for various typos in the Applied Visual Design section#12932
fixes for various typos in the Applied Visual Design section#12932Greenheart merged 1 commit intofreeCodeCamp:stagingfrom erichartline:fix/visual-design-typos
Conversation
Greenheart
left a comment
There was a problem hiding this comment.
@wildlifehexagon Nice work! 😄
There's just one small thing that needs further discussion.
-
npm testpasses - Tested locally
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
I'm not at my computer at the minute, but does making the `code` tags a
child if the `a` tag help with formatting?
…On Saturday, 28 January 2017, Samuel Plumppu ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In seed/challenges/01-responsive-web-design/applied-visual-design.json
<#12932>:
> @@ -1143,7 +1143,7 @@
}
],
"description": [
- "<code>Google Fonts</code> is a great way to find free fonts to use in a project.",
+ "<code><a href='https://fonts.google.com/' target='_blank'>Google Fonts</a></code> is a great way to find free fonts to use in a project.",
I think we should add it now when we're at it 😊
@freeCodeCamp/moderators
<https://github.com/orgs/freeCodeCamp/teams/moderators> What do you think
about this link? How should it be formatted?
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#12932>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ARtk5shCht2bo1LXty6Kszguf27z7ZfQks5rW6XSgaJpZM4LwZry>
.
|
|
Thanks for the help! I made the change, but I have a question before I re-submit. I noticed that there is a square box after the link now -- is that supposed to be there? Here's what I'm seeing: http://imgur.com/a/a37ln |
|
It's a link icon (square with arrow going from center to top right), which
I think I've seen for external links before.
It just seems like it didn't load properly in your browser. Might be a
network- or browser extension-issue.
lördag 28 januari 2017 skrev Eric Hartline <notifications@github.com>:
… @Bouncey <https://github.com/Bouncey> @Greenheart
<https://github.com/Greenheart>
Thanks for the help! I made the change, but I have a question before I
re-submit. I noticed that there is a square box after the link now -- is
that supposed to be there?
Here's what I'm seeing: http://imgur.com/a/a37ln
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12932 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF12KbqiONfqfJ0s1f-f6_HOf6IpMV0Nks5rW7y3gaJpZM4LwZry>
.
|
|
@wildlifehexagon I just realized, we might not even need the What would you say about removing |
|
@Greenheart Great point, the code isn't really necessary. I'll resend without it. |
|
@wildlifehexagon But now we know it works at least 😉 Thanks for fixing this! |
Pre-Submission Checklist
stagingbranch of freeCodeCamp.fix/,feature/, ortranslate/(e.g.fix/signin-issue)npm test. Usegit commit --amendto amend any fixes.Type of Change
Checklist:
Description
I fixed typos on the following pages:
Applied Visual Design: Adjust the Background-color Property of Text
Applied Visual Design: Learn about Tertiary Colors
Applied Visual Design: Adjusting the Color of Various Elements to Complementary Colors
Applied Visual Design: Adjust the Hue of a Color
Applied Visual Design: Create a Gradual CSS Linear Gradient
Applied Visual Design: Use the CSS Transform Property to Scale an Element on Hover
Applied Visual Design: Create a More Complex Shape Using CSS and HTML
Applied Visual Design: Learn How CSS Keyframes and Animation Properties Work
Applied Visual Design: Make a CSS Heartbeat using an Infinite Animation Count
Applied Visual Design: Learn How Bezier Curves Work
Applied Visual Design: Use a Bezier Curve to Move a Graphic
I also added a link to Google Fonts on the Applied Visual Design: Use a Google Font page. Feels like it would be helpful so the camper can see the site for themselves.