-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (141 loc) · 9.15 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>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Millun Atluri</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand navbar-brand-color-#030341 js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Millun Atluri</span>
<span class="d-none d-lg-block"><img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="assets/img/profpic.jpg" alt="..." /></span>
</a>
<p>(also me)</p>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About Me</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#experience">Experience</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#education">Education</a></li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- Home-->
<section class="home-section" id="home">
<div class="home-section-content">
<h1 class="mb-0">
Millun
<span class="text-primary">Atluri</span>
</h1>
<p class="lead mb-5"></p>
<div class="social-icons">
<a class="social-icon" href="https://www.linkedin.com/in/millun"><i class="fab fa-linkedin-in"></i></a>
<a class="social-icon" href="https://www.github.com/millu/"><i class="fab fa-github"></i></a>
<a class="social-icon" href="https://www.instagram.com/millunatluri/"><i class="fab fa-instagram"></i></a>
<a class="social-icon" href="https://www.facebook.com/millun.atluri"><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</section>
<!-- About-->
<section class="resume-section" id="about">
<div class="resume-section-content">
<h2 class="mb-0">
About Me
</h2>
<p class="lead mb-5">
<br>
I have a passion for tinkering and problem solving - I can spend hours deep diving into problems of any type and building things to address them.
<br> <br>
When I'm not working, I can be found travelling, outside climbing, biking and skiing, or inside finding new recipes to spend all day cooking. Most recently, I took a trip to Japan to finally experience the iconic powder for myself!</p>
<div style="float:left;"> <h3>Get in touch!  </h3> </div>
<h3><a href="mailto:[email protected]">[email protected]</a></h3>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Experience-->
<section class="resume-section" id="experience">
<div class="resume-section-content">
<h2 class="mb-5">Experience</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Product Manager</h3>
<div class="subheading mb-3">Mariana Tek & zingfit by Xplor</div>
<p>I built boutique fitness studio software to help studios and customer achieve their goals. I helped spearhead end-of-life plans and develop champion products in the fitness and wellbeing space.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">May 2021 - April 2023</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Product Manager</h3>
<div class="subheading mb-3">First Performance</div>
<p>I helped empower cardholders and help drive card-issuers card's Top of Wallet through expanding the controls and insights accessbile to consumers.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">April 2018 - May 2021</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Scarer & Retail Associate</h3>
<div class="subheading mb-3">Fear Factory Queenstown</div>
<p>I was a scarer at a top 5 scariest haunted house in the world while living in Queenstown, NZ. Probably the most fun job I'll ever have.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">May 2016 - August 2016</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Security Consultant</h3>
<div class="subheading mb-3">Anvaya Solutions</div>
<p>Conducted system penetration tests and network / infrastructure security assessments to improve clients’ security posture.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">May 2015 – August 2015</span></div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between">
<div class="flex-grow-1">
<h3 class="mb-0">Research and Development Intern</h3>
<div class="subheading mb-3">Ford Research and Innovation Center</div>
<p>I developed and patented innovative applications of Ford’s OpenXC platform for commercial and research purposes.</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">May 2014 – August 2014</span></div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Education-->
<section class="resume-section" id="education">
<div class="resume-section-content">
<h2 class="mb-5">Education</h2>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">Georgia Institue of Technology</h3>
<div class="subheading mb-3">Bachelor of Science</div>
<div>Computer Science - Devices & Intelligence</div>
<p> </p>
<p>I majored in Computer Science with a focus on Devices and Intelligence. Much of my time on campus was spent involved with the Ramblin' Reck Club and the Student Alumni Association. Go Jackets! 🐝</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">August 2013 - December 2017</span></div>
</div>
</div>
</section>
<hr class="m-0" />
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>