-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
143 lines (112 loc) · 4.66 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Rachit Pareek</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="main.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147664644-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-147664644-1');
</script>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<header class="major">
<h1><a href="index.html">Rachit Pareek</a></h1>
<h3>
<div id="random-word">Entrepreneur.</div>
</h3>
<a href="resume.pdf" class="button small">Resume</a>
</header>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major align-center">
<h2>Introduction</h2>
</header>
<h3>Global Management and Data Science @ UC Berkeley</h3>
<p>Hi there! I'm currently a sophomore at UC Berkeley, studying as part of the <a
href="https://haas.berkeley.edu/undergrad/academics/global-opportunities/gmp/">Global Management
Program</a> and double majoring in
<a href="https://data.berkeley.edu/academics/undergraduate-programs/data-science-major">Data
Science</a>. I love meeting new people, learning about new
opportunities, and discussing creative solutions to pressing, everyday problems. If you do too, please
reach out - I'd love to chat!
<br /><br />
The future holds an endless number of challenges for our beautiful world - political, social,
environmental, economic, etc. I want to create a world where resource availability is never an issue for
those with the intrinsic motivation to learn and to create solutions for these problems.</p>
</section>
<!-- Two -->
<section id="two">
<header class="major align-center">
<h2><a href="companies.html" class="button small">Experience</a></h2>
</header>
<header class="major align-center">
<h2><a href="https://openflights.org/user/rpareek" class="button small">Travel</a></h2>
</header>
<!-- <div class="align-center">
<a href='https://openflights.org/user/rpareek' target='_blank'><img
src='https://openflights.org/banner/rpareek.png' width=400 height=70></a>
</div> -->
<header class="major align-center">
<h2><a href="blogs_home.html" class="button small">Blog Posts</a></h2>
</header>
<header class="major align-center">
<h2><a href="ideas.html" class="button small">Ideas</a></h2>
</header>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/rachitpareek/" class="icon brands fa-linkedin"><span
class="label">Twitter</span></a></li>
<li><a href="https://github.com/rachitpareek" class="icon brands fa-github"><span
class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span
class="label">Email</span></a></li>
</ul>
<ul class="icons">
<li><a href="https://www.facebook.com/therealpareek" class="icon brands fa-facebook-f"><span
class="label">Twitter</span></a></li>
<li><a href="https://www.instagram.com/therealpareek/" class="icon brands fa-instagram"><span
class="label">Twitter</span></a></li>
<li><a href="https://www.youtube.com/channel/UCyhAh6ttDmjdBidLpi6VBlA"
class="icon brands fa-youtube"><span class="label"></span></a></li>
<li><a href="https://soundcloud.com/rpareek" class="icon brands fa-soundcloud"><span
class="label"></span></a></li>
</ul>
<ul class="copyright">
<li>© 2020 Rachit Pareek</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>