Skip to content

Commit ec00d00

Browse files
committed
Update README.md
1 parent 9196c1b commit ec00d00

File tree

1 file changed

+36
-28
lines changed

1 file changed

+36
-28
lines changed

README.md

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
1-
# Landscape Architecture Film Series Website
1+
# LAFS
22

3-
An early aughts basic website recreated using modern tools
4-
5-
## Description
6-
7-
> [!NOTE]
8-
> ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
9-
10-
In the early aughts, I co-founded the _Landscape Architecture Film Series_ for the Department of Landscape Architecture at the University of Illinois Urbana/Champaign and for which I designed a website.
11-
12-
In need of a website to use as a vehicle to play around with a few AWS services (see [Future Work](#future-work)) but not wanting to spend anytime to ideate and design a new one from scratch, I turned to my [old website](https://web.archive.org/web/20040827234527/http://www.rehearsal.uiuc.edu/projects/filmseries/). Its look and feel has aged well, I think, and indeed looks remarkably contemporary. For instance, if the current version of MoMA's [film series](https://www.moma.org/calendar/film/) is anything to go by, bold color blocking isn't a dated design choice.
13-
14-
This, then, is that 20-year-old static website resurrected as a dynamic web application with a data model to speak of, using modern tools such as Flask, SQLite, VS Code and Git.
15-
16-
_*Note* A custom-made Content Management System (CMS) for the website is in development. Check it out in its own [repo](https://github.com/ggeerraarrdd/lafs-cms)._
17-
18-
![Film Series](/docs/images/film-series1_2.jpg "Landscape Architecture Film Series")
19-
20-
More screenshots below.
3+
A digital archive for a Landscape Architecture Film Series website from the early aughts
214

225
## Table of Contents
236

247
* [Description](#description)
8+
* [Target Users](#target-users)
259
* [Features](#features)
2610
* [Project Structure](#project-structure)
2711
* [Prerequisites](#prerequisites)
2812
* [Getting Started](#getting-started)
2913
* [Dependencies](#dependencies)
3014
* [Installation](#installation)
3115
* [Configuration](#configuration)
32-
* [Usage](#usage)
16+
* [Usage](#usage)
17+
* [System Administration](#system-administration)
3318
* [Author(s)](#authors)
3419
* [Version History](#version-history)
3520
* [Release Notes](#release-notes)
@@ -40,14 +25,32 @@ More screenshots below.
4025
* [Acknowledgments](#acknowledgments)
4126
* [Screenshots](#screenshots)
4227

28+
## Description
29+
30+
> [!NOTE]
31+
> ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
32+
33+
_LAFS_ serves as a digital archive for the website of a _Landscape Architecture Film Series_, which I co-founded and co-curated for the [Department of Landscape Architecture](https://landarch.illinois.edu/) at the University of Illinois Urbana/Champaign in the early 2000s.
34+
35+
This repository preserves a sentimental piece of personal digital history. What would otherwise exist only as slowly disintegrating bits on a forgotten CD in a remote storage facility, as [fragmented snapshots](https://web.archive.org/web/20040827234527/http://www.rehearsal.uiuc.edu/projects/filmseries/) somewhere in the depths of the Internet Archive, or as a vaselined landscape in some province of collective memory has—here and at [l-a-f-s.org](https://l-a-f-s.org/)—been meticulously restored and recreated.
36+
37+
![Film Series](/docs/images/film-series1_2.jpg "Landscape Architecture Film Series")
38+
39+
## Target Users
40+
41+
_LAFS_ is intended for:
42+
43+
* **Self-guided learners** seeking a reference implementation of modern backend web architecture powering a straightforward content website with simple navigation patterns.
44+
* **Landscape architecture students and faculty** interested in the intersection of film and landscape studies.
45+
* **Cinema enthusiasts** looking for a good film to watch.
46+
4347
## Features
4448

45-
* 🌐 Dynamic web application built with Flask and SQLite
46-
* 🛠️ Modern development tools integration
47-
* 📚 Historical archive of a student-led film series website from the early 2000s
48-
* 🎬 Recreated film database preserving information about past screenings
49-
* 🗺️ Google Maps integration for historical location reference
50-
* 📱 Mobile-responsive design preserving original color blocking aesthetic
49+
* 📚 **Historical Preservation** - Faithful recreation of website from the early 2000s
50+
* 🌐 **Modern Dev Tooling** - Implementation of a modern web architecture and software development practices
51+
* 📱 **Dynamic Responsiveness** - Mobile-adjustable layout for today's wide range of devices
52+
* 🎬 **Curated Film Database** - Recreated collection preserving information about past screenings
53+
* 🗺️ **Location Context** - Google Maps integration for historical site reference
5154

5255
## Project Structure
5356

@@ -81,8 +84,9 @@ film-series/
8184
│ │
8285
│ └── app.py
8386
84-
├── docs/
8587
├── logs/
88+
89+
├── docs/
8690
├── .gitignore
8791
├── LICENSE
8892
├── README.md
@@ -188,7 +192,7 @@ TODO
188192
* [Set up your Google Cloud project](https://developers.google.com/maps/documentation/javascript/cloud-setup)
189193
* [Using API Keys](https://developers.google.com/maps/documentation/javascript/get-api-key)
190194

191-
### Usage
195+
## Usage
192196

193197
1. **Go into the `app` directory and run the command:**
194198

@@ -200,6 +204,10 @@ TODO
200204

201205
Copy and open the URL displayed after 'Running on' in the terminal.
202206

207+
## System Administration
208+
209+
* TBD
210+
203211
## Author(s)
204212

205213
* [@ggeerraarrdd](https://github.com/ggeerraarrdd/)

0 commit comments

Comments
 (0)