-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
222 lines (211 loc) · 8.68 KB
/
Copy pathindex.html
File metadata and controls
222 lines (211 loc) · 8.68 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html>
<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="Webpixels">
<title>Jacob Frausto</title>
<!-- Favicon -->
<link href="./Images/favi_big.png" rel="icon" type="image/png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300&display=swap" rel="stylesheet">
<!-- Page plugins -->
<link type="text/css" href="./Stylesheets/highlight.min.css" rel="stylesheet">
<link type="text/css" href="./Stylesheets/atom-one-dark.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<!-- Theme CSS -->
<link type="text/css" href="./Stylesheets/theme.css" rel="stylesheet">
<link type="text/css" href="./Stylesheets/home.css" rel="stylesheet">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.1.1/css/all.css"
integrity="sha384-xyMU7RufUdPGVOZRrc2z2nRWVWBONzqa0NFctWglHmt5q5ukL22+lvHAqhqsIm3h" crossorigin="anonymous">
</head>
<header>
</header>
<body>
<div class="bg-white">
<div class="container">
<nav class="navbar navbar-expand-md navbar-transparent navbar-dark navbar-fixed-top py-3" id="navbar_main"
style="padding: 0px;">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbar_main_collapse"
aria-controls="navbar_main" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar_main_collapse">
<ul class="navbar-nav align-items-lg-center ml-sm-auto">
<li class="nav-item">
<a class="nav-link header-link" href="./experience.html">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link header-link" href="./projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link header-link" href="./skills.html">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link header-link" href="./resume.html">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<main>
<div id="bg">
<div id="c"></div>
</div>
<section class="slice bg-transparent">
<div class="container">
<div class="col-md-12 text-center" style="padding-top: 5rem;">
<div style="display: flex; align-items: center; justify-content: center;">
<h3 id="name" class="header-subtitle">
<strong>Jacob Frausto</strong>
</h3>
<!-- <img src="Images/me.jpg" alt="Jacob Frausto" style="border-radius: 50%; width: 20vw; height: 20vw; max-width: 250px; max-height: 250px; margin-left: 20px; margin-bottom: 20px;"> -->
</div>
<hr id="header-line">
<p> Hi there! I'm a machine learning engineer at LinkedIn, where I work on recommender systems and agentic LLMs that connect millions of professionals worldwide. My passion lies in developing safe & resilient ML systems that understand and interact with the world around us.
Away from the keyboard, I'm usually experimenting with new recipes, playing guitar, tending my plants, or deep in a good book. I invite you to explore this website to learn more about my work!</p>
<p>If you'd like to chat about ML or anything else, feel free to book some time via the link below.</p>
<ul class="actions">
<li><a href="https://www.facebook.com/jacob.frausto.963"><i class="fab fa-2x fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/fraust.o/"><i class="fab fa-2x fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/jfrausto"><i class="fab fa-2x fa-linkedin-in"></i></a>
</li>
<li><a href="https://github.com/jfrausto7"><i class="fab fa-2x fa-github"></i></a></li>
<li><a href="mailto:jfrausto@alumni.stanford.edu"><i class="fas fa-2x fa-envelope"></i></a></li>
<li><a href="./resume.html"><i class="fas fa-2x fa-file"></i></a>
<li><a href="https://cal.com/jfrausto"><i class="fas fa-2x fa-calendar"></i></a>
</li>
</ul>
</div>
</div>
</section>
</main>
<script src="./Scripts/particles.js"></script>
<script>
particlesJS("c", {
"particles": {
"number": {
"value": 200,
"density": {
"enable": true,
"value_area": 1500
}
},
"color": {
"value": "#32cd32"
},
"shape": {
"type": "circle",
"stroke": {
"width": 1,
"color": "white"
},
},
"opacity": {
"value": 0.5,
"random": true,
"anim": {
"enable": false,
"speed": 100,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 7,
"random": true,
"anim": {
"enable": false,
"speed": 10,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 200,
"color": "#32cd32",
"opacity": 1,
"width": 1
},
"move": {
"enable": true,
"speed": 5,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "window",
"events": {
"onhover": {
"enable": true,
"mode": "repulse"
},
"onclick": {
"enable": false,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 250,
"size": 9,
"duration": 2,
"opacity": 0.75,
"speed": 3
},
"repulse": {
"distance": 100,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
</script>
<!-- Core -->
<script src="./Scripts/jquery.min.js"></script>
<script src="./Scripts/popper.min.js"></script>
<script src="./Scripts/bootstrap.min.js"></script>
<!-- FontAwesome 5 -->
<script src="./Scripts/fontawesome-all.min.js" defer></script>
<!-- Page plugins -->
<script src="./Scripts/highlight.min.js"></script>
<!-- Theme JS -->
<script src="./Scripts/theme.min.js"></script>
<!-- Hit counter -->
<div style="display: inline; pointer-events: none;">
<script type="text/javascript" src="https://www.websitegoodies.com/counter.php?id=75015&color=%23ffffff"></script>
</div>
</body>
</html>