-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusic.html
60 lines (53 loc) · 3.34 KB
/
music.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
<!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>Music</title>
<link href="css/maxmines.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Rokkitt&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
<script src="https://kit.fontawesome.com/1f1ee8a85d.js" crossorigin="anonymous"></script>
<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">
</head>
<body>
<div id="preload" class="preload"></div>
<div class="container fade-in" style="background: url(./img/aw_bg3.jpg) no-repeat center center fixed; background-size: cover;">
<div class="icons">
<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="topbar"><a href="./index.html">MAX<br/>MINES</a></div>
<div class="item-c"></div>
<div class="item-b classic-text music-p">
<p> Since my sophomore year of college, I've been writing music under the name <a href="https://artist.landr.com/music/672985051959">Language Please</a>. I've released two EPs. The most recent just came this past
January. I compose, perform and record music independently. The music production process is something I love more than anything else; the art and emotion
of composition, the physicality of performance, the technical side of recording and audio engineering, and the business challenges of promotion.<br/><br/>
<iframe src="https://open.spotify.com/embed/track/3BfHd9UwPy41SEZr7ugUta" width="90%" height="90" frameborder="0" allowtransparency="false" allow="encrypted-media"></iframe>
<br/><br/>
I also play in a band called Megafauna with my best friends. We play shows most weekends across campus and in Providence. Our first single will be released
publically in the upcoming weeks.</p>
</div>
<div class="item-a maxmines"></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>