-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfilmsnotdead.html
More file actions
executable file
·120 lines (111 loc) · 4.54 KB
/
filmsnotdead.html
File metadata and controls
executable file
·120 lines (111 loc) · 4.54 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>#FilmsNotDead Passion Project</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style_filmsnotdead.css">
<!-- JQuery -->
<script src="js/jquery-3.2.1.min.js"></script>
</head>
<body>
<!-- Header -->
<header>
<nav class="container">
<a name="top"></a>
<div class="header">
<ul id="headers" class="menu no-bullet" >
<li><a data-page="home" href="index.html#home"><h5>Home</h5> </a></li>
<li><a data-page="about" href="index.html#about"><h5>About</h5> </a></li>
<li><a data-page="contact" href="index.html#contact"><h5>Contact</h5> </a></li>
</ul>
</div>
<hr id="headerline"/>
</nav>
</header>
<main role="main">
<section class="case-study">
<li class="title">
<h1>#FilmsNotDead</h1>
</li>
<div class="content">
<div>
<li class="body_left1">
<p>Having moved coast-to-coast twice now (North Carolina to California, California to New York), and having driven both times, I have seen more of the United States by road than most people see in their lifetime. As such, I wanted a way to make my journey impactful. I had my digital SLR, sure, but I decided to start another personal project to help myself grow as a creative: I wanted to capture my journey through film. Film is an unforgiving medium. You have one shot to make it count. As such, I decided I was going to take this time to document my life in film, to see it as it is: you only get one shot at life. Make it count.</p>
</li>
</div>
<hr id="topline1"/>
<li class="body_right">
<img src="Assets/FilmsNotDead/6.png" alt="Portfolio" />
</li>
</div>
<hr id="topline2"/>
<li class="center">
<img src="Assets/FilmsNotDead/39.png" alt="Portfolio" />
</li>
<div class="row1">
<li class="left-third">
<img src="Assets/FilmsNotDead/60.png" alt="Portfolio" />
</li>
<li class="right-third">
<img src="Assets/FilmsNotDead/151.png" alt="Portfolio" />
</li>
</div>
<div class="row2">
<li class="left-third">
<img src="Assets/FilmsNotDead/136.png" alt="Portfolio" />
</li>
<li class="right-third">
<img src="Assets/FilmsNotDead/154.png" alt="Portfolio" />
</li>
</div>
<div class="row3">
<li class="left-third">
<img src="Assets/FilmsNotDead/96.png" alt="Portfolio" />
</li>
<li class="right-third">
<img src="Assets/FilmsNotDead/166.png" alt="Portfolio" />
</li>
</div>
<li class="center">
<img src="Assets/FilmsNotDead/9.png" alt="Portfolio" />
</li>
<hr id="botline"/>
<div class="conclusion">
<hr id="conclusionline1"/>
<p>See the full photo collection on <a href="https://goo.gl/P4VE9R">Google Photos</a>.</p>
<hr id="conclusionline2"/>
</div>
</section>
</main>
<!-- Footer -->
<footer>
<div class="footer-nav-block">
<div class="footer-left"><a href="index.html"><img class="logo" src="Assets/ACLogoWhite-SM.png" alt="Portfolio" /></a></div>
<div class="footer-mid">
<div class="back"><a href='#top' class="back">back to top</a></div>
</div>
<div class="footer-right"><ul class="social_icons">
<li class="social"><a href="http://instagram.com/ackeepitcool"><img class="social" src="Assets/Social/IG-white.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://twitter.com/ackeepitcool"><img class="social" src="Assets/Social/twitter-white.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://linkedin.com/agchen"><img class="social" src="Assets/Social/linkedin-white.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://dribbble.com/ackeepitcool"><img class="social" src="Assets/Social/dribbble-white.png" alt="Portfolio" /></a></li>
</ul>
</div>
</div>
</footer>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107040718-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107040718-1');
</script>
</body>
</html>