-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (60 loc) · 2.88 KB
/
Copy pathindex.html
File metadata and controls
62 lines (60 loc) · 2.88 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
---
layout: default
title: Home
---
<!-- Hero Section -->
<section class="hero-section">
<div class="hero-content">
<h2 class="hero-title">Screenwriter · Composer · Physicist</h2>
<p class="hero-description">
An astromusicist exploring the universe through stories, sounds, and science.
<br><br>
<i>
Need a film score or kids' TV script?
<br>
<a href="{{ site.baseurl }}/pages/contact.html" class="lgreen-link">Get in touch!</a>
</i>
</p>
<div class="hero-buttons">
<a href="{{ site.baseurl }}/pages/writing.html" class="btn btn-primary">Read</a>
<a href="{{ site.baseurl }}/pages/music.html" class="btn btn-secondary">Listen</a>
<a href="{{ site.baseurl }}/pages/research.html" class="btn btn-secondary">Learn</a>
</div>
</div>
</section>
<!-- About Section -->
<section class="content-section">
<div class="content-container">
<!-- <h3 class="section-title">Come On In</h3> -->
<div class="content-grid">
<a class="content-card" href="{{ site.baseurl }}/pages/writing.html">
<h4 class="card-title">Screenwriting</h4>
<p class="card-text">
<b>Freelance writer for kids' TV and Film.</b>
An alum of the Sesame Workshop Writers' Room, I craft
sharp, family-oriented comedies that feature a healthy dose
of fantasy, whimsy, and banjo-playing giraffes.
</p>
</a>
<a class="content-card" href="{{ site.baseurl }}/pages/music.html">
<h4 class="card-title">Music</h4>
<p class="card-text">
<b>Genre-bending film composer.</b>
Raised on rock, trained in jazz, and educated in classical composition
(not to mention my festival-gigging days in a bluegrass band),
I am fascinated by world music, recursive structure,
and everything Ludwig Göransson does.
</p>
</a>
<a class="content-card" href="{{ site.baseurl }}/pages/research.html">
<h4 class="card-title">Scientific Computing</h4>
<p class="card-text">
<b>High-performance computing software engineer.</b>
I have extensive experience in reduced-order modeling,
scientific data visualization, and leveraging AI
and machine learning to optimize physics-based applications.
</p>
</a>
</div>
</div>
</section>