Skip to content

Commit 5e171b5

Browse files
committed
Blog post about 48 hour film project
1 parent 0629a89 commit 5e171b5

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

assets/images/getaway.jpg

105 KB
Loading

blog/3/index.html

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Nataniel Farzan | Index: 3</title>
7+
<meta name="description" content="Entry 3 of Nataniel's blog." />
8+
<link rel="stylesheet" type="text/css" href="../../assets/css/style.css" />
9+
<link rel="icon" type="image/png" href="../../assets/images/nf.png" />
10+
</head>
11+
</html>
12+
13+
<body>
14+
<main>
15+
<section class="blog post">
16+
<h1>GETAWAY: San Diego 48 Hour Film Project</h1>
17+
<h4>Aug. 14, 2024</h4>
18+
19+
<p>
20+
This marks my second year competing in the
21+
<a href="https://www.48hourfilm.com/sandiego" target="_blank"
22+
>San Diego 48 Hour Film Project</a
23+
>
24+
with team "Digital Lemonade Stand." The competition took place the
25+
weekend of July 12<sup>th</sup> - 14<sup>th</sup>. I was the Key Grip
26+
and Drone Operator for our production of
27+
<i><a href="https://youtu.be/yaRC_c88i8g" target="_blank">GETAWAY</a></i
28+
>, a buddy film about two friends who stay at an oddly inexpensive
29+
vacation rental before discovering that the owner of the property is not
30+
who he seems. Our team was led by director
31+
<a href="https://www.youtube.com/@drewfilm" target="_blank"
32+
>Drew Floyd</a
33+
>, with a combination of both new and returning cast and crew. This
34+
year,
35+
<a href="https://www.youtube.com/@peterrobin3286" target="_blank"
36+
>Peter Majourau</a
37+
>
38+
created a
39+
<a href="https://youtu.be/A0c5Ohc91_g" target="_blank"
40+
>behind the scenes video</a
41+
>
42+
that documents the production of the film.
43+
</p>
44+
45+
<section class="portfolio">
46+
<img
47+
src="../../assets/images/getaway.jpg"
48+
alt="GETAWAY on the big screen"
49+
/>
50+
</section>
51+
52+
<p>
53+
Last week, I was among the cast and crew that got to watch our film
54+
premiere at a local movie theater. The competition was fierce this year,
55+
but I am proud to say that our team earned 3<sup>rd</sup>
56+
place in the audience choice awards for our screening group! I'm already
57+
looking forward to next year's competition.
58+
</p>
59+
</section>
60+
</main>
61+
</body>

blog/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<h1>Index</h1>
1717
<h4>A place to share my thoughts.</h4>
1818

19+
<div class="blog card">
20+
<a href="./3/"> <h2>GETAWAY: San Diego 48 Hour Film Project</h2></a>
21+
<h4>Aug. 14, 2024</h4>
22+
</div>
23+
1924
<div class="blog card">
2025
<a href="./2/"> <h2>My Trip to Australia</h2></a>
2126
<h4>Jun. 20, 2024</h4>

0 commit comments

Comments
 (0)