Skip to content

Translate javascript-algorithms-and-data-structures-projects #8

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

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f78814b
Progress: 1 / 22
Jul 20, 2018
41acf6f
Progress: 1 / 22
Jul 21, 2018
18c8fc7
Progress: 2 / 22
Jul 21, 2018
8aca09a
按以下规则修改用词:
Jul 21, 2018
6f6a563
算法和数据结构 - 项目实践 (1/5)
Jul 22, 2018
62ce95f
Merge branch 'translate' of github.com:freeCodeCampChina/challenges i…
Jul 22, 2018
d47c172
算法和数据结构 - 项目实践 (2/5)
Jul 22, 2018
e1f2d8a
Caesars Cipher
Jul 22, 2018
b3d19a1
Merge branch 'translate' of https://github.com/freeCodeCampChina/chal…
Jul 24, 2018
aa4dae5
修改1,2,3部分在pr的comment。
Jul 24, 2018
ae6b6cf
Telephone Number Validator
Jul 24, 2018
f004ea8
revert commit f78814b6c5cf1c70992e629531065b256eb95bca
Jul 25, 2018
a0a0aef
Add .gitignore, including patterns for OS, Vim, VSCode, Jetbrains and…
S1ngS1ng Jul 25, 2018
7dc217c
Translation of intermediate-algorithm-scripting, 50% (#11)
S1ngS1ng Jul 26, 2018
0b9612d
Add CONTRIBUTING.md (#15)
S1ngS1ng Jul 26, 2018
044f83b
Update .gitignore that captures .vscode.*\.json (#28)
S1ngS1ng Jul 27, 2018
1ecae28
Fix (#29)
huluoyang Jul 27, 2018
9e8c003
(WIP) style-guide (#33)
S1ngS1ng Jul 28, 2018
fdc9758
Translate managing-packages-with-npm (#1)
ifyour Jul 28, 2018
d075968
Translate responsive-web-design-projects (#2)
XERO75 Jul 28, 2018
a995b32
Translate information-security-with-helmet (#4)
stanleyyylau Jul 28, 2018
beb6af1
Translate object-oriented-programming (#12)
XiaoLuo01 Jul 28, 2018
035a81c
Translate basic-css (#17)
focus-kfc Jul 28, 2018
d9f3b01
Css grid (#30)
stevending1st Jul 28, 2018
7e8fa97
responsive-web-design-principles translate (#35)
rainpure Jul 28, 2018
04bd22e
更新:翻译格式与建议 (#37)
S1ngS1ng Jul 29, 2018
c22c82a
修改:
Jul 30, 2018
93ffab0
Cash Register
Jul 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
Session.vim

# VSCode
.vscode/*
.vscode*.json

# Jetbrains
.idea/

# Sublime
*.sublime-workspace

46 changes: 0 additions & 46 deletions 01-responsive-web-design/applied-accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,3 @@


Having accessible web content is an ongoing challenge. A great resource for your projects going forward is the W3 Consortium's Web Content Accessibility Guidelines (WCAG). They set the international standard for accessibility and provide a number of criteria you can use to check your work.

# Upcoming Lessons #

Add a Text Alternative to Images for Visually Impaired Accessibility

Know When Alt Text Should be Left Blank

Use Headings to Show Hierarchical Relationships of Content

Jump Straight to the Content Using the main Element

Wrap Content in the article Element

Make Screen Reader Navigation Easier with the header Landmark

Make Screen Reader Navigation Easier with the nav Landmark

Make Screen Reader Navigation Easier with the footer Landmark

Improve Accessibility of Audio Content with the audio Element

Improve Chart Accessibility with the figure Element

Improve Form Field Accessibility with the label Element

Wrap Radio Buttons in a fieldset Element for Better Accessibility

Add an Accessible Date Picker

Standardize Times with the HTML5 datetime Attribute

Make Elements Only Visible to a Screen Reader by Using Custom CSS

Improve Readability with High Contrast Text

Avoid Colorblindness Issues by Using Sufficient Contrast

Avoid Colorblindness Issues by Carefully Choosing Colors that Convey Information

Give Links Meaning by Using Descriptive Link Text

Make Links Navigatable with HTML Access Keys

Use tabindex to Add Keyboard Focus to an Element

Use tabindex to Specify the Order of Keyboard Focus for Several Elements
105 changes: 0 additions & 105 deletions 01-responsive-web-design/applied-visual-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,108 +6,3 @@ At a basic level, most web content provides a user with information. The visual

This section covers some of the basic tools developers use to create their own visual designs.

# Upcoming Lessons #

Create Visual Balance Using the text-align Property

Adjust the Width of an Element Using the width Property

Adjust the Height of an Element Using the height Property

Use the strong Tag to Make Text Bold

Use the u Tag to Underline Text

Use the em Tag to Italicize Text

Use the del Tag to Strikethrough Text

Create a Horizontal Line Using the hr Element

Adjust the background-color Property of Text

Adjust the Size of a Header Versus a Paragraph Tag

Add a box-shadow to a Card-like Element

Decrease the Opacity of an Element

Use the text-transform Property to Make Text Uppercase

Set the font-size for Multiple Heading Elements

Set the font-weight for Multiple Heading Elements

Set the font-size of Paragraph Text

Set the line-height of Paragraphs

Adjust the Hover State of an Anchor Tag

Change an Element's Relative Position

Move a Relatively Positioned Element with CSS Offsets

Lock an Element to its Parent with Absolute Positioning

Lock an Element to the Browser Window with Fixed Positioning

Push Elements Left or Right with the float Property

Change the Position of Overlapping Elements with the z-index Property

Center an Element Horizontally Using the margin Property

Learn about Complementary Colors

Learn about Tertiary Colors

Adjust the Color of Various Elements to Complementary Colors

Adjust the Hue of a Color

Adjust the Tone of a Color

Create a Gradual CSS Linear Gradient

Use a CSS Linear Gradient to Create a Striped Element

Create Texture by Adding a Subtle Pattern as a Background Image

Use the CSS Transform scale Property to Change the Size of an Element

Use the CSS Transform scale Property to Scale an Element on Hover

Use the CSS Transform Property skewX to Skew an Element Along the X-Axis

Use the CSS Transform Property skewY to Skew an Element Along the Y-Axis

Create a Graphic Using CSS

Create a More Complex Shape Using CSS and HTML

Learn How the CSS @keyframes and animation Properties Work

Use CSS Animation to Change the Hover State of a Button

Modify Fill Mode of an Animation

Create Movement Using CSS Animation

Create Visual Direction by Fading an Element from Left to Right

Animate Elements Continually Using an Infinite Animation Count

Make a CSS Heartbeat using an Infinite Animation Count

Animate Elements at Variable Rates

Animate Multiple Elements at Variable Rates

Change Animation Timing with Keywords

Learn How Bezier Curves Work

Use a Bezier Curve to Move a Graphic

Make Motion More Natural Using a Bezier Curve
Loading