-
Notifications
You must be signed in to change notification settings - Fork 0
/
teacher.html
133 lines (122 loc) · 5.1 KB
/
teacher.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Ian Luke Finley | Arts Education </title>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<div>
<h1>Ian Luke Finley</h1>
</div>
<nav>
<a href="index.html">Home</a> |
<a href="portfolio.html">Portfolio</a> |
<a href="teacher.html">Arts Education</a> |
<a href="playwriting.html">Playwriting</a> |
<a href="index.html#contact">Contact</a>
</nav>
</header>
<main class="wrapper container">
<div>
<!-- eventually, big picture goes here -->
</div>
<div class="row">
<div class="col-md-3 col-sm-12 d-flex align-items-center">
<img src="images/rths.jpg" alt="Research Triangle High School" width="100%" />
</div>
<div class="col-md-9 col-sm-12 pt-5">
<article>
<h2>Research Triangle High School</h2>
<p>
I have been a theatre educator for 18 years: eight with Burning Coal Theatre Company, and ten at Research Triangle High School.
RTHS is a STEM focused school in the RTP, and regularly listed among the top 20 schools in the state. At RTHS, I founded
and built the theatre program, which produces four full shows a year, and graduates students who have gone on to Yale, NYU, UNC School
of the Arts, and other leading universities.
</p>
</article>
</div>
</div>
<div class="row border-bottom pt-2 pb-4">
<div class="col-md-3 col-sm-12 d-flex align-items-center">
<img src="images/lw22.jpg" alt="Little Women" width="100%" />
</div>
<div class="col-md-3 col-sm-12 d-flex align-items-center">
<img src="images/am20.jpg" alt="Almost Maine" width="100%" />
</div>
<div class="col-md-3 col-sm-12 d-flex align-items-center">
<img src="images/cl18.jpg" alt="Cinderella" width="100%" />
</div>
<div class="col-md-3 col-sm-12 d-flex align-items-center">
<img src="images/mb17.jpg" alt="Macbeth" width="100%" />
</div>
</div>
<div class="row">
<div class="col-md-9 col-sm-12 pt-5 border-bottom">
<article>
<h2>Innovative Instruction</h2>
<p>
As a founding faculty member, I was at the front of RTHS' innovative teaching model, which emphasized "Flipped"
Learning, using video for lecture content, and cross-disciplinary collaboration. My theatre education videos on YouTube
are used by dozens of different schools, and have ammassed hundreds of thousands of views. </p>
<p>To support our focus on collaboration, I worked with the Arts Faculty to create the Senior Arts Lab, a one-of-a-kind course for
advanced high school art students to work with students in other disciplines, and create challenging new pieces.
</p>
<p ><a href="https://www.youtube.com/c/RTHSIanFinley" >RTHS Ian Finley on YouTube</a> </p>
</article>
</div>
<div class="col-md-3 col-sm-12 d-flex align-items-center ">
<img src="images/youtube.PNG" alt="YouTube Stats" width="100%" class="border border-dark"/>
</div>
</div>
<div class="row">
<div class="col-md-9 pt-5">
<article>
<h2>Other Arts Education</h2>
<p>
In addition to my work at RTHS and Burning Coal Theatre Company, I have taught teacher training, adult classes,
and a variety of workshops for numerous organizations, including:
</p>
<ul>
<li>OLLI at Duke University and NC State University</li>
<li>The Friday Center at UNC Chapel Hill</li>
<li>Southern Methodist University</li>
<li>North Carolina Theatre Arts Educators</li>
<li>North Carolina Writer's Network</li>
<li>Cary Playwright's Forum</li>
<li>Raleigh Little Theatre</li>
<li>The United Arts Council of Wake County & Raleigh</li>
</ul>
</article>
</div>
</div>
</main>
<footer>
<nav>
<a href="index.html">Home</a> |
<a href="portfolio.html">Portfolio</a> |
<a href="teacher.html">Arts Education</a> |
<a href="playwriting.html">Playwriting</a> |
<a href="index.html#contact">Contact</a>
</nav>
<div>
Designed & Built by<br />
Ian Finley<br />
</div>
</footer>
<script src="script.js"></script>
</body>
</html>