-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp.html
81 lines (66 loc) · 4.18 KB
/
exp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Experience</title>
<link rel="stylesheet" href="css/css-bootstrap/bootstrap.css">
<link rel="stylesheet" href="css/website-styles/exp.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/png" href="f-sig.png">
<link rel="stylesheet" href="css/animate.css">
</head>
<body>
<div class="container">
<div class="container">
<div class="intro">
<h1 class="glitch name" style="font-family: Verdana, Geneva, Tahoma, sans-serif;">EXPERIENCE</h1>
</div>
<div class="row">
<div class="col-12 mb-4">
<div class="content-box">
<img src="images/prgx-2.webp" alt="Job Image 1" class="img-fluid mb-3 prob-img">
<h5 class="job-title prob-title" >DATA SCIENCE INTERN</h5>
<p class="skills">PRGX Global Inc.   <a href="https://www.prgx.com/"><i class="fa-solid fa-arrow-up-right-from-square"></i></a> </p>
<p class="job-description"> 📊 Data Analytics & Software Development</p>
<p style="font-size: 16px;">• Performing feature engineering on big client datasets </p>
</div>
</div>
<hr class="custom-line">
<!-- Container 2 -->
<div class="col-12 mb-4">
<div class="content-box">
<img src="images/Screenshot 2024-09-21 at 10.30.00 PM.png" alt="Job Image 2" class="img-fluid mb-3">
<h5 class="job-title prob-title">MACHINE LEARNING INTERN</h5>
<p class="skills">Walker Industries   <a href="https://walkerindustries.xyz/"><i class="fa-solid fa-arrow-up-right-from-square"></i></a></p>
<p class="job-description">⚙️ Machine Learning Integration Engineering</p>
<p style="font-size: 16px;">• Implemented a modified RAG pipeline for data extraction and source (data) preservation </p>
<p style="font-size: 16px;">• Deployed a preset LP on Al-User memory transcript improving text-synthesis efficiency by 67% </p>
<p style="font-size: 16px;">• Integrated RVC models using C# and FastAPI </p>
</div>
</div>
<hr>
<!-- Container 3 -->
<div class="col-12 mb-4">
<div class="content-box">
<img src="images/ttec.png" alt="Job Image 3" class="img-fluid mb-3">
<h5 class="job-title prob-title">IT SYSTEMS ANALYST INTERN</h5>
<p class="skills">TTEC Computers Inc.   <a href="https://ttec.ca/"><i class="fa-solid fa-arrow-up-right-from-square"></i></a></p>
<p class="job-description">🔌 Server Side Engineering & Analytics</p>
<p style="font-size: 16px;">• SQL Installations and software updates on office environments</p>
<p style="font-size: 16px;">• Worked in an Agile environment documenting 500+ client record/interactions and solutions provided</p>
</div>
</div>
</div>
</div>
<button class="home-button" onclick="window.location.href='index.html'"><i class="fa-solid fa-arrow-left"></i></button>
</div>
<script>
window.addEventListener('load', function() {
document.body.classList.add('loaded');
});
</script>
</body>
</html>