Skip to content

Commit e846af3

Browse files
committed
update web design resources
1 parent 338e81f commit e846af3

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

content/pages/04-web-development/15-web-design.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Creating web pages with their own style and interactivity so users can easily
2121
accomplish their tasks is a major part of building modern web applications.
2222

2323

24+
## Getting started if you have no "eye" for design
25+
26+
27+
28+
2429
## Designing for various screen sizes
2530
Separating the content from the rules for how to display the content allows
2631
devices to render the output differently based on factors such as screen size
@@ -50,7 +55,7 @@ this short list as my absolute favorites that help developers become
5055
page elements.
5156

5257
* [Resilient web design](https://resilientwebdesign.com/) is an incredible
53-
online book that teaches how to create websitess that are accessible to
58+
online book that teaches how to create websites that are accessible to
5459
every reader and look great while doing it.
5560

5661
* [Design 101 for Developers](https://academy.realm.io/posts/christopher-downer-design-101-for-developers/)
@@ -66,11 +71,6 @@ this short list as my absolute favorites that help developers become
6671
is a fantastic article from a professional designer on how he thinks
6772
about color and uses it for certain effects in his designs.
6873

69-
* The [Bootstrapping Design](http://bootstrappingdesign.com/) book is one of
70-
the clearest and concise resources for learning design that I've ever read.
71-
Highly recommended especially if you feel you have no design skills but
72-
need to learn them.
73-
7474
* [Building dark mode on Stack Overflow](https://stackoverflow.blog/2020/03/31/building-dark-mode-on-stack-overflow/)
7575
explains the thought process and work that the team at Stack Overflow
7676
had to do with colors, styling and the code implementation so they

content/pages/meta/00-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on GitHub.
1515

1616
## 2020
1717
### May
18+
* Tweaked some CSS for the site.
1819
* Added a new page with the start of
1920
[pandas example code and projects](/pandas-code-examples.html).
2021

theme/templates/css/carbon.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)