-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestion3.html
66 lines (59 loc) · 1.75 KB
/
question3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title></title>
<header>
<img src="images/logo.png">
<p>Coding101</p>
</header>
</head>
<body>
<h3>Your Results</h3>
<p>Based on your answers, we think you'd be suited for Visual Design and the Visual Design Track.<br/>We've carefully prepared the following resources to help you<br/>on your journey.</p>
<section>
<h3>Visual Design Track</h3>
<hr>
<div>
<p>Visual Design <br/> Developing a Design Sense</p>
<ol>
<li>Create a <a href="dribble.com">Dribble</a> account and keep looking at stuff everyday</li>
<li>Subscribe to <a href="sidebar.io"> Sidebar.io</a></li>
<li>Purchase and gradually read The Design of Everyday Things by Donald A Norman.</li>
<li>Read on <a href="#">Color Theory</a></li>
<li>Read on <a href="#">Fonts</a></li>
<li>Do the 100 days UI challenge. Design something everyday for 100 days</li>
</ol>
</div>
<div>
<p>Free Courses</p>
<ol>
<li><a href="#"> Invision Fundamentals</a></li>
<li><a href="#"> Design Lab</a></li>
<li><a href="#"> Hack Design</a></li>
</ol>
</div>
<div>
<p>Paid Courses</p>
<ol>
<li> <a href="#"> Design Code</a></li>
<li><a href="#">Udemy mobile app design course</a></li>
<li><a href="#">Udemy photoshop course</a></li>
</ol>
</div>
<div>
<p>Apps</p>
<ol>
<li><a href="#">Figma.</a>RECOMMENDED. It's free and works in your browser, so no installation <br/>neccesary</li>
<li><a href="#">Sketch.</a>Best app for designing and reframing</li>
<li><a href="#">Photoshop</a></li>
</ol>
</div>
</section>
<h3>Visual Design Resources</h3>
<hr>
<div>
<button>resource.url</button>
<button>resource.url</button>
</div>
<button>Start Over</button>
</body>