-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.html
executable file
·64 lines (55 loc) · 3.09 KB
/
library.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nitesh Kumar Portfolio</title>
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="container-fluid">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="name"><a href="index.html">Nitesh Kumar</a></div>
<ul class="nav">
<a href="mailto:[email protected]"><li>CONTACT</li></a>
<a href="https://medium.com/@niteshk5" target="blank"><li>WRITING</li></a>
<a href="about"><li>ABOUT</li></a>
<a href="index"><li>WORK</li></a>
</ul>
</div>
</div>
</div>
</div>
<div class="container library">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="text">
People often ask me about the books I've read to learn more about design. Here is a list of books that have helped shape my thinking. Some of them are directly related to design while others are not. I will keep updating this list as I read more titles.
</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<ul class="lib">
<li><a href="http://www.amazon.in/Design-Everyday-Things-Don-Norman/dp/0465055710/ref=sr_1_1?ie=UTF8&qid=1458833170&sr=8-1&keywords=design+of+everyday+things" target="blank">Design Of Everyday Things</a>, Don Norman</li>
<li><a href="http://www.amazon.in/Dont-Make-Think-Revisited-Usability/dp/9332542864/ref=sr_1_1?ie=UTF8&qid=1458833352&sr=8-1&keywords=don%27t+make+me+think" target="blank">Don't Make Me Think: A Common Sense Approach to Web Usability</a>, Steve Krug</li>
<li><a href="http://www.amazon.in/About-Face-Essentials-Interaction-Design-ebook/dp/B00MFPZ9UY/ref=sr_1_fkmr0_1?ie=UTF8&qid=1458833274&sr=8-1-fkmr0&keywords=about+face+3+the+essentials+of+interaction+design" target="blank">About Face: The Essentials Of Interaction Design</a>, Alan Cooper</li>
<li><a href="http://www.amazon.in/Show-Your-Work-Creativity-Discovered-ebook/dp/B00GU2RGGI/ref=sr_1_1?s=books&ie=UTF8&qid=1458833455&sr=1-1&keywords=show+your+work" target="blank">Show Your Work!: 10 Ways to Share Your Creativity and Get Discovered</a>, Austin Kleon</li>
</ul>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bottstrap/js/bootstrap.min.js"></script>
</body>
</html>