-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (87 loc) · 3.8 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vikram Rajagopalan</title>
<link rel="stylesheet" href="./css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500|Merriweather:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<!-- <nav id="menu">
<ul>
<li class="navitem">My Focus Right Now</li>
<li class="navitem">Experience</li>
<li class="navitem">Education</li>
</ul>
</nav> -->
<div id="top">
<div class="firstheader">
<h1 id="myname">Vikram Rajagopalan</h1>
<h2> MHacks Director && UMich Undergrad Student </h2>
</div>
<div class="currentprojects">
<h2>My Focus Right Now: MHacks</h2>
<h3>The World's Original Epic Hackathon</h3>
<p>
I run Michigan's student-run hackathon MHacks, which has brought together over 3,000 student hackers since 2013.<br> My role allows me to obsess over creating the best experience for student hackers to learn, network and build amazing things.
</p>
<p><span class="datetitle">September 5-7</span> </p>
<div class="LearnButton"> LEARN MORE </div>
</div>
</div>
<div class="workexperience">
<h2 class="maintitle">Experience is crucial, and teaches me so many things textbooks and examples cannot.</h2>
<ul = id="experiences">
<li><span class="boldtitle">Founder and Consultant at Help on Technology</span>
<ul class="experiencetype">
<li class="date">2007-Present</li>
<li>Throughout middle and high school, with some clients today, I created Help on Technology to make technology work for people in the metro DC area</li>
</ul>
</li>
<li><span class="boldtitle">Intern at Emerging Capital Partners</span>
<ul class="experiencetype">
<li class="date">Spring 2013</li>
<li>I spent a few months working at <a href="http://emergingcapitalpartners.com">Emerging Capital Partners</a href>, a private equity group focusing on investing in Sub-Saharan Africa.</li>
<li>
I helped Investor Relations with exploring new opportunities, and prepare a segment detailing the history of private equity in Africa.
</li>
</ul>
</li>
<li><span class="boldtitle">Research Assistant at Harvard Business School</span>
<ul class="experiencetype">
<li class="date">May-August 2011 and May-August 2012</li>
<li>2011- Researched top business school programs for Women in Leadership to help create a Harvard Business School Course for Professor Boris Groysberg</li>
<li>2012- Researched leadership strategies and analyzed trends in CEO social media usage</li>
</ul>
</li>
<li><span class="boldtitle">The youngest in a close-knit family of two parents, four grandparents and a big brother</span>
<ul class="experiencetype">
<li class="date">1994-Present</li>
</ul>
</li>
</ul>
</div>
<div id="education">
<h2 class="maintitle" id="educationtitle">Structured Education is also crucial. We try to learn from the best and stretch our critical thinking through discussion and exercises</h2>
<ul>
<div id="educationinfo">
<li class="schoolname"><span class="blurr">University of Michigan Class of 2017</span>
<ul>
<li><span class="blurr">Ann Arbor, Michigan</span></li>
<li><span class="blurr">Bachelor of Science</span></li>
<li><span class="blurr">Information Major, Computer Science Minor</span></li>
<br><br>
</ul>
</li>
<li class="schoolname"><span class="blurr">Sidwell Friends School Class of 2013</span>
<ul>
<li><span class="blurr">Washington, D.C.</span></li>
<li><span class="boldtitle">Student Body President</span></li>
</ul>
</li>
</div>
</ul>
</div>
</body>
</html>