-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (119 loc) · 6.41 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
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
<!DOCTYPE html>
<head>
<title>Felix Jen</title>
<!-- Normalize CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/normalize.css">
<!-- User CSS -->
<!-- build:css:production /min/main.css-->
<link rel="stylesheet" href="/css/main.css">
<!-- /build -->
<!-- FontAwesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- NanoGallery -->
<link href="https://unpkg.com/[email protected]/dist/css/nanogallery2.min.css" rel="stylesheet" type="text/css">
<!-- build:js:production /bin/min/jquery.nanogallery2.min.js -->
<script type="text/javascript" src="/bin/nanogallery2/jquery.nanogallery2.min.js"></script>
<!-- /build -->
<!-- build:js:production /bin/min/jquery.nanogallery2.data_flickr.min.js -->
<script type="text/javascript" src="/bin/nanogallery2/jquery.nanogallery2.data_flickr.min.js"></script>
<!-- /build -->
<!-- User Scripts -->
<!-- build:js:production /min/script.js -->
<script src="/js/script.js"></script>
<!-- /build -->
<!-- Meta Tags for Viewport-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Facebook Meta -->
<meta property="og:title" content="Felix Jen" />
<meta property="og:image" content="https://www.felixjen.com/splash/splash.jpg"/>
<meta property="og:image:width" content="459" />
<meta property="og:image:height" content="280" />
<meta property="og:url" content="https://www.felixjen.com/">
<meta property="og:site-name" content="Felix Jen"/>
<meta property="og:type" content="website" />
<meta property="og:description" content="Felix Jen Personal Website" />
</head>
<body>
<!-- Splash Page -->
<div id="splash">
<!--<div id="splash-img">
<img src="images/splash.jpg">
</div> -->
<div id="splash-overlay"></div>
<div id="splash-text">
<p>Felix Jen</p>
</div>
<div id="splash-buttons">
<p id="splash-scroll-pictures">Photos</p>
<p id="splash-scroll-videos">Videos</p>
</div>
<div id="splash-scroll-icon">
<i class="fas fa-arrow-circle-down" id="splash-scroll-button"></i>
</div>
</div>
<!-- About Me Text -->
<div id="about">
<p>Felix Jen is one of the extremely talented young pianists and he made his first public debut at the age of eleven with the Los Angeles Chamber Orchestra, conducted by renown conductor, Jeffery Kahane at the Alex Theatre. He started his piano lessons at the age of six. Under very disciplined training, he has actively performed on the stage, with over seventy recitals and events throughout his high school years. He became a featured pianist in many events including a KPFK 90.7FM live radio broadcast — Halfway Down the Stairs, Recital Tribute to KUSC 91.5FM, Colburn Honor recitals, the L.A. Music Center Blue Ribbon Event, Pasadena Friends of Colburn, and many other charity events. Additionally, Felix has been a chamber pianist in the Ed & Marie Chamber Orchestra.</p>
<p> Under three years of instruction from Profesor Jeff Lavner, Felix played his solo piano concert at the age of sixteen, with repertoire from Mozart, Beethoven, Chopin, Stravinsky … to Liszt. His brilliant and amazing technical skill is well acknowledged, as a true talent, and his youthful energy builds up his personal style. He has won many competitions and awards including the SYMF Open Chopin Etude award, SYMF Open Chopin Scherzo, … With all his achievements, he has been awarded full scholarships from the Rose Hill Foundation for music, the prestigious Richard D. Colburn full scholarship, as well as Merit Scholarship from The Colburn School. He has studied from Jeff Lavner, Ory Shihor, and has taken masterclasses with many other professors, including Dr. Stewart Gordon and Dr. Milton Stern, and has taken lessons with Daniel Pollack, and Robert Thies. Felix is also very passionate about community service, participating in Colburn’s community outreach program, Musical Encounter, which introduces 4th and 5th grade students in underserved Los Angeles neighborhoods to the performing arts.</p>
<p>Here, Felix Jen would like to give special thanks to Robert McAllister, Jeff Lavner, Ory Shihor, and many other teachers who have given him lessons and support. Music is part of his life forever.</p>
</div>
<!-- Pictures -->
<div id="pictures">
<h1>Pictures</h1>
<div data-nanogallery2='{
"userID": "155448172@N06",
"kind": "flickr",
"photoset": "72157695775077002",
"thumbnailWidth": "auto",
"thumbnailHeight": "250",
"thumbnailAlignment": "center",
"thumbnailBorderVertical": 3,
"thumbnailBorderHorizontal": 3,
"colorScheme": {
"thumbnail": {
"background": "rgba(2,3,12,1)"
}
},
"thumbnailDisplayTransitionDuration": 400,
"thumbnailLabel": {
"display": false
},
"galleryDisplayMode": "moreButton",
"galleryDisplayMoreStep": 5,
"thumbnailGutterWidth": 4,
"thumbnailGutterHeight": 4,
"gallerySorting": "titleasc"
}' id="picture-gallary">
</div>
</div>
<br>
<!-- Videos -->
<div id="videos">
<h1>Videos</h1>
<div id="videos-flex"></div>
</div>
<!-- Contact Form -->
<div id="contact">
<h1>Contact</h1>
<form name="contact" id="contact-form" method="POST" netlify>
<label>Name</label>
<input type="text" name="name" />
<label>Email</label>
<input type="email" name="email" />
<label>Message</label>
<textarea name="message"></textarea>
<!-- From CodePen-->
<div class="container">
<button class="btn btn-inside btn-boarder"><img src="https://i.cloudup.com/gBzAn-oW_S-2000x2000.png" width="64px" height="64px" id="plane"></button>
<div class="bg"><img src="https://i.cloudup.com/2ZAX3hVsBE-3000x3000.png" id="bg" width="32px" height="32px" style="opacity:0;"></div>
<div class="around around-boarder" onclick="ani(); submit();"></div>
</div>
</form>
</div>
<!-- Footer -->
<footer>
<p>Felix Jen, 2018</p>
</footer>
</body>