-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
88 lines (84 loc) · 4.71 KB
/
experience.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
<!-- About Page -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Atharva Gupta</title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Rubik&display=swap" rel="stylesheet">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="icon" href="icons/Black Elegant Modern Name Initials Monogram Logo.png">
</head>
<body id = "page-top">
<div class="container-nav">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4">
<a class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<svg width="2vw" height="1vw"></svg>
<h1>Atharva Gupta</h1>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="experience.html" class="nav-link">
<h5>Experience</h5>
</a></li>
<li class="nav-item"><a href="index.html" class="nav-link">
<h5>Work</h5>
</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">
<h5>About</h5>
</a></li>
<li class="nav-item"><a href="interest.html" class="nav-link">
<h5>Interests</h5>
</a></li>
</ul>
</header>
</div>
<div class="body-container">
<h1 style="font-size:4vw;">🚀</h1>
<div>
<h1 id="body-text-work">Crafting Tomorrow:</h1>
<h1 id="lower-text-work">Showcasing My Journey.</h1>
</div>
</div>
<div class="projects" style="background-color: #f8f8f8;">
<hr>
<h2 id="tag-line">Innovation. Growth. Achievement.</h2>
<br>
<br>
<div class="course-box">
<a href="projects.html#toyota"><h4 style="font-size: 4vw; color: #EB0A1E;">Toyota</h4></a>
<p style="color: #58595B; font-size: 2vw;">As we enter into the 2024 year, I am beyond excited to announce my Software Systems Engineering role at Toyota Motor North America as a Connected Technologies Co-op for Summer 2024.</p>
<h4 style="font-size: 3vw; color: black; padding-top: 6vw;">Purdue UTA</h4>
<p style="color: #58595B; font-size: 2vw; padding-top: 6vw;">Git & Tools TA: Graded weekly-assigned homework and held PSO office hours to understand course-related material.</p>
<h4 style="font-size: 3vw; color: #FF0000; padding-top: 6.5vw;">Raytheon</h4>
<p style="color: #58595B; font-size: 2vw; padding-top: 6.5vw;">Purdue research opportunity with Raytheon Technologies to develop an application that is advantageous to the company</p>
<h4 style="font-size: 2.5vw; color: black; padding-top: 6vw;">MISC</h4>
<p style="color: #58595B; font-size: 2vw; padding-top: 6vw;">Entrepreneurship and Innovation Certificate, Concentrations in Software Engineering and Systems Programming</p>
</div>
</div>
<a class="scroll-to-top rounded" href="#page-top" style="display: inline;">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</a>
<div class="container">
<footer class="d-flex flex-wrap justify-content-between py-3 my-4">
<div class="col-md-4 d-flex">
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
</a>
<span class="mb-3 mb-md-0 text-muted" id="footer-style">Feel free to reach out to me on my linkedin for
interesting ideas or collaboration.</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a href="https://github.com/Atharva404" target="_blank"><img src="icons/25231.png"
alt="Github icon" class="icon"></a></li>
<li class="ms-3"><a href="https://www.linkedin.com/in/atharva-gupta-7638b023b/" target="_blank"><img
src="icons/174857.png" alt="Linkedin icon" class="icon"></a></li>
</ul>
</footer>
</div>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/a3fac38486.js" crossorigin="anonymous"></script>
</body>
</html>