-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (60 loc) · 3.7 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
<!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="Max Mines">
<title>Max Mines</title>
<script src="https://kit.fontawesome.com/1f1ee8a85d.js" crossorigin="anonymous"></script>
<link href="css/maxmines.css" type="text/css" rel="stylesheet">
<link
rel="preload"
as="style"
onload="this.rel = 'stylesheet'"
href='https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'>
<link
rel="preload"
as="style"
onload="this.rel = 'stylesheet'"
href='https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Rokkitt&display=swap'>
<link rel="apple-touch-icon" sizes="180x180" href="./favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicons/favicon-16x16.png">
<link rel="manifest" href="./favicons/site.webmanifest">
<link rel="mask-icon" href="./favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="./favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</head>
<body>
<div class="container fade-in">
<div id="preload" class="preload"></div>
<div class="icons icons-home">
<a href="[email protected]"><i class="fas fa-envelope fa-xs" ></i></a> 
<a href="https://www.linkedin.com/in/max-mines-591556144/"><i class="fab fa-linkedin-in fa-xs" ></i></a> 
<a href="https://github.com/maxmin-es"><i class="fab fa-github fa-xs"></i></a>
</div>
<div class="icons credits-home">background art by <a href="https://www.marajov.com/">Mara Jovanovic</a></div>
<div class="item-a maxmines">MAX<br>MINES</div>
<div class="item-c classic-text">
<p>I'm a recent graduate of <a href="http://www.brown.edu/">Brown University</a> where I double-majored in Computer Science and Cognitive Science. I'm interested in the intersection of these two fields,
particularly human language and music. Last spring I worked in the <a href="https://sites.brown.edu/bltlab/">Language and Thought Lab</a> where I studied how children learn language.
I've spent my past summers working at <a href="https://www.sanalabs.com/">Sana Labs</a> in Stockholm doing front-end work for their speech pronunciation product, at <a href="https://www.seas.upenn.edu/">Penn Engineering</a>
doing NLP research, and at <a href="https://www.sas.upenn.edu/psych/infant/people.html">Penn Infant Language Center</a> doing child language acquisition research.
I was born and raised outside of Philadelphia. I spend most of my free time playing, producing, talking about, or listening
to music. I like a lot of different stuff, but currently there are Stevie Wonder, Amy Winehouse, and MGMT posters hanging in my room, and a Feist album in my aux-less car.
You can listen to what I've been into lately <a href="https://open.spotify.com/playlist/4mRZBNbnQ4uWxuoC0Yo7Ek?si=-prrDAYxREecPC3iuJvv1w">here</a>.</p>
</div>
<div class="item-b logodiv"><img id="cartoonhead" src="img/cartoonhead.png" class="head-image"></div>
<div class="navbar">
<div class="nav_c"><a id="projects" href="./projects.html">projects</a></div>
<div class="nav_l"><a id="resume" href="./maxmines_resume.pdf" download>résumé</a></div>
<div class="nav_r"><a id="music" href="./music.html">music</a></div>
</div>
</div>
</body>
</html>