added lots of articles; articles are released at midnight server-time; bug fixes

This commit is contained in:
chimchooree
2020-11-28 00:05:01 -06:00
parent 950a76371f
commit 4a663dc10e
35 changed files with 527 additions and 85 deletions
+10
View File
@@ -0,0 +1,10 @@
<!--200902,201001-->
<h1>web development resources</h1>
october 15, 2020<br>
accessibility, color, css, html, web design<br>
<br>
<ul>
<li><a href="https://validator.w3.org/nu/#textarea">W3's Nu Html Checker</a> - automatically check the validity of your html + css.</li>
<li><a href="https://webaim.org/resources/contrastchecker/">WebAIM's Contrast Checker</a> - check whether your font color contrasts well against your background color, at least in the eyes of a computer</li>
<li><a href="https://coolors.co/75dbcd-c9dbba-dcdba8-f5cda7-faa381">Coolors</a> - select and lock colors then generate palettes by pressing space. Click on a color to view shades + tints, so you can tweak contrast without losing hues.</li>
</ul>