-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (74 loc) · 3.47 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/reset.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700'
rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet">
<title>Nivedita Chopra</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49430449-1', 'cmu.edu');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="row space-above header">
<div class="h1 no-space center">
Nivedita Chopra
</div>
</div>
<div class="row center">
<div class="btn btn-lg cur">About</div>
<a href="pages/projects.html" class="btn btn-link btn-lg">Projects</a>
<a href="pages/activities.html" class="btn btn-link btn-lg">Activities</a>
<a href="pages/classes.html" class="btn btn-link btn-lg">Classes</a>
<a href="resume/resume.pdf" class="btn btn-link btn-lg" target="_blank">Resume</a>
<a href="pages/contact.html" class="btn btn-link btn-lg">Contact</a>
<a href="pages/15-122.html" class="btn btn-link btn-lg">15-122</a>
<a href="pages/misc.html" class="btn btn-link btn-lg">Miscellaneous</a>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-1 img">
<img src="images/me.jpg" class="border">
</div>
<div class="col-md-6">
<div>
Hello! I'm Nivedita and I just graduated from Carnegie Mellon, with a Bachelor of Science in Computer Science
and a minor in Economics.
I am passionate about web technologies and enjoy using the skills
I have gained to create tools that can help people solve
various problems.
</div>
<div>
While at Carnegie Mellon, I was Lead Teaching Assistant for an
introductory
<a href="pages/15-122.html" target="_blank">computer science class</a>
that I'm very fond of. In addition, I was heavily involved in
various organizations on campus, including
<a href="pages/activities.html#wascs" target="_blank">Women@SCS</a>
and
<a href="pages/activities.html#tartan" target="_blank">The Tartan</a>
</div>
<div>
In my spare time, I enjoy running, reading, and listening to music.
</div>
<div>
If you've never encountered my name before, you're probably
curious about how it's pronounced. Here's how I say it:
<br>
<span class="name">'Ni'</span> as in '<span class="name">ni</span>ckel'<br>
<span class="name">'Ve'</span> as in '<span class="name">way</span>'<br>
<span class="name">'Di'</span> as in '<span class="name">thi</span>s'<br>
<span class="name">'Ta'</span> sadly isn't a sound in English, but you can
pronounce it as in 'pi<span class="name">ta</span>' (It's actually a softer sound)
</div>
</div>
</body>
</html>