-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·89 lines (78 loc) · 3.81 KB
/
about.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!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's 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">
<div class="row">
<div class="col-md-12">
<div class="name"><a href="index.html">Nitesh Kumar</a></div>
<ul class="nav">
<a href="mailto:hello@niteshk.com"><li>Email</li></a>
<a href="http://www.niteshk.com/Nitesh_Kumar_resume.pdf" target="blank"><li>Resume</li></a>
<a href="about"><li class="highlight">About</li></a>
<a href="index"><li>Work</li></a>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 photo">
<img class="me"src="images/about/me.jpg"></img>
</div>
<div class="col-md-7 aboutme">
<p>
I am a digital product designer* with a passion for building useful, considered and beautiful tools that help people do things more easily and efficiently, or introduce a completely new way of doing something. I enjoy working on complex problems that go beyond just the visual interface.
</p>
<p>
I started dabbling with design and code when I was an undergraduate at <a href="http://www.niteshk.com/channeli" target = "blank">IIT Roorkee</a>. After college, I started working at <a href="https://www.hackerearth.com" target="blank">HackerEarth</a>, leading end-to-end design process, from conception to launch. My design process ranges from broad system-level thinking to crafting minute interactions in pixel-perfect detail.
</p>
<p>
I love working with interdisciplinary teams, learning something new while doing it and making a positive impact.
</p>
<div class="hr"></div>
<p class="subtext">
*Having worked at startups, I’ve been called a web designer, visual designer, UX designer, etc. I’ve found that I’m rarely happy when confined to one bucket. I’d rather be hands-on through the entire end-to-end creative process. The idea is to build.
</p>
<div class="hr"></div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 footer">
<div class = "social">
<a href="https://twitter.com/thatnitesh" target="blank">Twitter</a>
<span class="social-sep">-</span>
<a href="https://medium.com/@thatnitesh" target="blank">Medium</a>
<span class="social-sep">-</span>
<a href="https://www.instagram.com/thatnitesh/" target="blank">Instagram</a>
<span class="social-sep">-</span>
<a href="https://in.linkedin.com/in/nitesh-kumar-86631925" target="blank">LinkedIn</a>
<span class="social-sep">-</span>
<a href="mailto:hello@niteshk.com" target="blank">Email</a>
<br><br>
© 2017
</div>
</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>