Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
fleshing out ugly draft of site
Browse files Browse the repository at this point in the history
  • Loading branch information
rick committed Jun 21, 2009
1 parent d865bc1 commit 78d2f17
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 64 deletions.
12 changes: 12 additions & 0 deletions TODO
@@ -0,0 +1,12 @@

- make images for 5 empty spaces
- hover images for 5 links
- build plan -> phase sections
- stylize content area
- make fuzzy background image
- convert heading text to images
- add hover versions of heading images with underlines
- trim right side of background down to match text width
- content for credits page
- orange menu bar for mirroring 5 links as a menu?
- drop shadowy crap? (probably requires png fix)
16 changes: 15 additions & 1 deletion content/best-opportunity.txt
Expand Up @@ -4,4 +4,18 @@ filter: haml
layout: nil
---
%h1
Nashville's Best Opportunity
Nashville's Best Opportunity

%p
ParchMay Farm Center is an historic project in the storied history of
Nashville, a model of sustainable economic redevelopment right smack
dab in the middle of an old, castle-y looking former prison. It's
about jobs, working with nature (and possibly ghosts, but heck, they
just add character, right?), fighting sprawl, paying homage to both
the prison-industrial complex and gated communities, celebrating the
underutilized west side of Briley Parkway, and just generally making
bank. And helping out Nashville! Did we mention that? You thought
The Green Mile and The Last Castle were awesome? Think about how many
movies are going to be filmed here now that we're going to build
corporate campuses, retail space, and housing on the old Tennessee
State Penitentiary site.
33 changes: 15 additions & 18 deletions content/css/site.css
Expand Up @@ -84,58 +84,55 @@ table.master {
}

table.grid {
border-width: thick thick thick thick;
border-spacing: 4px;
border-style: solid solid solid solid;
border-color: red red red red;
border-spacing: 0px;
border-collapse: collapse;
background-color: white;
}

table.grid td {
border-width: 0px 0px 0px 0px;
padding: 5px 5px 5px 5px;
padding: 0px;
margin: 0px;
border-style: solid solid solid solid;
border-color: green green green green;
-moz-border-radius: 0px 0px 0px 0px;
height: 140px;
width: 120px;
/* height: 140px;
width: 120px; */
text-align: center;
}

.empty-cell-1 {
background-color: #000044;
background-image: url('/images/empty-placeholder.png');
background-repeat: no-repeat;
}

.empty-cell-2 {
background-color: #440000;
background-image: url('/images/empty-placeholder.png');
background-repeat: no-repeat;
}

.empty-cell-3 {
background-color: #004400;
background-image: url('/images/empty-placeholder.png');
background-repeat: no-repeat;
}

.empty-cell-4 {
background-color: #220022;
background-image: url('/images/empty-placeholder.png');
background-repeat: no-repeat;
}

.best-opportunity-cell {
background-color: #ffff44;
}

.smart-growth-cell {
background-color: #ff44ff;
}

.facts-vs-myth-cell {
background-color: #44ffff;
}

.jobs-economics-cell {
background-color: #44ff44;
.downtown-cell {
}

.green-future-cell {
background-color: #ff4444;
}

.label {
Expand Down
17 changes: 17 additions & 0 deletions content/downtown.txt
@@ -0,0 +1,17 @@
---
extension: html
filter: haml
layout: nil
---
%h1
Downtown

%h3 Downtown Problems, Corporate Solutions

%p
By a ratio of 10-to-1, office development over the last twenty years
has chosen non-downtown locations, especially those offering large,
campus / prison-style options. If Nashville-Davidson County wants to
be considered as the home of the next Nissan, it will have to offer
places like the ParchMay Farm Center, the sort of place that corporate
America is looking for.
10 changes: 9 additions & 1 deletion content/green-future.txt
Expand Up @@ -4,4 +4,12 @@ filter: haml
layout: nil
---
%h1
Green Future
Green Future

%p Developers are often required to make the land fit the project, but ParchMay Farm Center is designed to fit the land (and the large former prison at the center of the site). ParchMay Farm will be nestled among rolling hills and buffered streams, avoiding steep slopes and preserving the banks of the Cumberland River for agricultural / escape purposes.
%h3 Green Future, Green Past
%p
ParchMay Farm Center site is already so green, they filmed a movie about it. Ever hear of
%em The Green Mile?
Yeah, we thought so.

Binary file added content/images/best-opportunity.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/design-principles.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/downtown.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/empty-placeholder.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/facts-vs-myths.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/footer-slice.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/fuzzyparchmayfarmcenter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/green-future.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/headline-slice.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/smart-growth.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 23 additions & 7 deletions content/index.txt
Expand Up @@ -12,27 +12,43 @@ filter: haml
%tbody
%tr
%td.best-opportunity-cell.link-cell
%a{ :href => 'best-opportunity.html' } Best Opportunity
%a{ :href => 'best-opportunity.html' }
%img{ :src => '/images/best-opportunity.png'}
%td.empty-cell-1
blah
%td.smart-growth-cell.link-cell
%a{ :href => 'smart-growth.html' } Smart Growth
%a{ :href => 'smart-growth.html' }
%img{ :src => '/images/smart-growth.png'}
%tbody
%tr
%td.empty-cell-2
blah
%td.facts-vs-myth-cell.link-cell
%a{ :href => 'facts-vs-myth.html' } Facts vs. Myth
%a{ :href => 'facts-vs-myth.html' }
%img{ :src => '/images/facts-vs-myths.png'}
%td.empty-cell-3
blah
%tbody
%tr
%td.jobs-economics-cell.link-cell
%a{ :href => 'jobs-economics.html' } Jobs and Economics
%td.downtown-cell.link-cell
%a{ :href => 'downtown.html' }
%img{ :src => '/images/downtown.png'}
%td.empty-cell-4
blah
%td.green-future-cell.link-cell
%a{ :href => 'green-future.html' } Green Future
%a{ :href => 'green-future.html' }
%img{ :src => '/images/green-future.png'}
%td.span-12
#content-area.span-12
This is the content area
%p Situated on the scenic site of the former Tennessee State Penitentiary, ParchMay Farm Center will grace 1200 acres along the banks of the Cumberland River in West Nashville.

%p Features include:

%ul
%li Convenient access to underutilized Briley Parkway
%li John C. Tune airport within walking distance
%li Very few currently documented ancient burial sites
%li Undisclosed number of bridges not necessarily required
%li Site of filming of several major motion pictures

%p ParchMay Farm Center is what we like to call a 21st century realization of the 19th century vision of corrective incarceration. What better place to arrest corporate flight than a place that stopped criminal flight for nearly 100 years? ParchMay Farm Center: we've got Nashville's smart growth all locked up.
7 changes: 0 additions & 7 deletions content/jobs-economics.txt

This file was deleted.

36 changes: 6 additions & 30 deletions content/smart-growth.txt
Expand Up @@ -6,33 +6,9 @@ layout: nil
%h1
Smart Growth

%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br
%br

%p
ParchMay Center embodies those elements that define "smart growth" --
and then some! Even our chart about our design principles is
well-designed. Now that's smart.

%img{:src => '/images/design-principles.png'}

0 comments on commit 78d2f17

Please sign in to comment.