-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
73 lines (66 loc) · 4.16 KB
/
about.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Aron Frishberg - About</title>
<meta charset="UTF-8">
<meta name="description" content="Discover more about Aron Frishberg, a University of Chicago sophomore with a passion for blending the realms of economics, business, and computer science. From kayaking adventures to drone photography, Aron's diverse interests fuel his creative projects. This page offers a glimpse into Aron's world, sharing his journey from Scarsdale, NY, to his current academic and extracurricular pursuits. Explore the site to learn about Aron's innovative mathematical theories, artistic endeavors, and how to connect with him for more insights into his work.">
<meta name="keywords"
content="aronfrishberg, aron, frishberg, programming, data, analytics, smart, intelligent, projects, math, computer science, university of chicago, uchicago, business, about page, about the author, Aron Frishberg, personal profile, about the author, University of Chicago student, economics and computer science major, creative projects, mathematical theories, drone photography, kayaking enthusiast, chess player, programming portfolio, academic background, Scarsdale NY, technology and art, project sharing, contact information">
<meta name="author" content="Aron Frishberg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic|Droid+Serif:400,700,400italic,700italic'
rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="css/icon.ico" />
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="js/index.js"></script>
<script>
window.addEventListener('load', function () {
setChessRatingandTime("chess-rating", "date");
});
</script>
</head>
<body>
<header>
<h1>ARON FRISHBERG</h1>
</header>
<div class="links">
<a href="datasets.html">Datasets</a>
<a href="projects.html">Projects</a>
<a href="experience.html">Experience</a>
<a href="about.html" id="current-page">About</a>
</div>
<div class="date-line">
<p id="date-element"></p>
</div>
<center>
<div class="page-content">
<h2>About the Author</h2>
<img src="img/profile/headshot-bw.jpg" style="border-radius:50%; width:50%;" alt="Aron Frishberg Profile (Black and White)">
<p>Welcome! My name is Aron Frishberg</p>
<p>Right off the bat, here's a little about me :</p>
<ul>
<li>I'm a junior at the University of Chicago, where I'm double majoring in Economics (specialization
in Business) as well as Computer Science (specialization in Machine Learning).</li>
<li>I really enjoy kayaking and taking pictures with my drone</li>
<li>I like to create things, especially out of the box things like this website</li>
<li>I grew up in Scarsdale, NY</li>
<li>My current chess.com rating is <a id="chess-rating"></a> (as of <a id="date"></a>)</li>
<li>On top of creating things and working on projects, I really enjoy sharing them. That's the true
purpose of this website - to share some of the things I've worked on, whether it be a mathematical
theory or art.</li>
</ul>
<p>Contact Info :</p>
<ul>
<li>Email: <a href="mailto:frishberg@uchicago.edu">frishberg@uchicago.edu</a></li>
<li>Phone: <a href="tel:914-646-1820">914-646-1820</a></li>
<li>Instagram: <a href="https://instagram.com/aronfrishberg" target="_blank">aronfrishberg</a></li>
<li>LinkedIn: <a href="https://linkedin.com/in/frishberg" target="_blank">frishberg</a></li>
<li>GitHub: <a href="https://github.com/frishberg" target="_blank">frishberg</a></li>
</ul>
<p id="bottom-spacer"></p>
</div>
</center>
</body>
</html>