mirror of
https://github.com/TrentSPalmer/concise-pdx.git
synced 2024-11-21 12:41:30 -08:00
rearrange street lists
This commit is contained in:
parent
3804544db7
commit
89f31909e2
@ -31,8 +31,6 @@ class _EastWillametteValleyState extends State<EastWillametteValley> {
|
|||||||
padding: EdgeInsets.only(bottom: 6.0,),
|
padding: EdgeInsets.only(bottom: 6.0,),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
cardTwo('Water and First in Downtown Silverton','https://www.google.com/maps/@45.0052266,-122.7825282,17z','water-first'),
|
|
||||||
cardTwo('Downtown Mt Angel is famous for German Food','https://www.google.com/maps/@45.0696714,-122.7991836,17z','downtown-mtangel'),
|
|
||||||
silverFalls(),
|
silverFalls(),
|
||||||
convenienceCardOne(
|
convenienceCardOne(
|
||||||
'https://en.wikipedia.org/wiki/Oregon_Garden',
|
'https://en.wikipedia.org/wiki/Oregon_Garden',
|
||||||
@ -41,6 +39,8 @@ class _EastWillametteValleyState extends State<EastWillametteValley> {
|
|||||||
'https://www.google.com/maps/@44.9927687,-122.7935883,16z',
|
'https://www.google.com/maps/@44.9927687,-122.7935883,16z',
|
||||||
'oregon-garden-map'
|
'oregon-garden-map'
|
||||||
),
|
),
|
||||||
|
cardTwo('Water and First in Downtown Silverton','https://www.google.com/maps/@45.0052266,-122.7825282,17z','water-first'),
|
||||||
|
cardTwo('Downtown Mt Angel is famous for German Food','https://www.google.com/maps/@45.0696714,-122.7991836,17z','downtown-mtangel'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -31,13 +31,13 @@ class _MiddleSouthEastStreetsState extends State<MiddleSouthEastStreets> {
|
|||||||
padding: EdgeInsets.only(bottom: 6.0,),
|
padding: EdgeInsets.only(bottom: 6.0,),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
mtTabor(),
|
||||||
cardTwo('NE Glisan from 22nd to 30th','https://www.google.com/maps/@45.5265333,-122.6390832,18z','glisan'),
|
cardTwo('NE Glisan from 22nd to 30th','https://www.google.com/maps/@45.5265333,-122.6390832,18z','glisan'),
|
||||||
cardTwo('East Burnside from Grand Ave to 32nd','https://www.google.com/maps/@45.5229846,-122.6464803,16z','burnside'),
|
cardTwo('East Burnside from Grand Ave to 32nd','https://www.google.com/maps/@45.5229846,-122.6464803,16z','burnside'),
|
||||||
cardTwo('SE Morrison-Belmont from Grand Ave to 11th','https://www.google.com/maps/@45.5168686,-122.6573149,18z','morrison-belmont'),
|
cardTwo('SE Morrison-Belmont from Grand Ave to 11th','https://www.google.com/maps/@45.5168686,-122.6573149,18z','morrison-belmont'),
|
||||||
cardTwo('SE Belmont from 23rd to 47th','https://www.google.com/maps/@45.5164842,-122.6281218,16z','belmont'),
|
cardTwo('SE Belmont from 23rd to 47th','https://www.google.com/maps/@45.5164842,-122.6281218,16z','belmont'),
|
||||||
cardTwo('SE Hawthorne from 9th to 49th','https://www.google.com/maps/@45.5119538,-122.6358274,15z','hawthorne'),
|
cardTwo('SE Hawthorne from 9th to 49th','https://www.google.com/maps/@45.5119538,-122.6358274,15z','hawthorne'),
|
||||||
cardTwo('SE Division between 10th and 50th','https://www.google.com/maps/@45.5047459,-122.634429,15z','division'),
|
cardTwo('SE Division between 10th and 50th','https://www.google.com/maps/@45.5047459,-122.634429,15z','division'),
|
||||||
mtTabor(),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -31,14 +31,13 @@ class _NorthEastStreetsState extends State<NorthEastStreets> {
|
|||||||
padding: EdgeInsets.only(bottom: 6.0,),
|
padding: EdgeInsets.only(bottom: 6.0,),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
cardTwo('Killingsworth','https://example.com','killingsworth'),
|
|
||||||
cardTwo('Alberta','https://example.com','alberta'),
|
|
||||||
cardTwo('Freemont','https://example.com','freemont'),
|
|
||||||
cardTwo('Sandy','https://example.com','sandy'),
|
|
||||||
cardTwo('Weidler-Broadway','https://example.com','weidler-broadway'),
|
|
||||||
modaCenter(),
|
modaCenter(),
|
||||||
rockyButteDrive(),
|
rockyButteDrive(),
|
||||||
rockyButteHike(),
|
rockyButteHike(),
|
||||||
|
cardTwo('NE Alberta, 9th to 32nd','https://www.google.com/maps/@45.5591051,-122.6447643,16z','alberta'),
|
||||||
|
cardTwo('NE Freemont, 40th to 51st','https://www.google.com/maps/@45.5483097,-122.6163709,17z','freemont'),
|
||||||
|
cardTwo('NE Sandy, 40th to 75th','https://www.google.com/maps/@45.5422545,-122.6045048,16z','sandy'),
|
||||||
|
cardTwo('NE Weidler-Broadway, MLK to 28th','https://www.google.com/maps/@45.534722,-122.6490053,16z','weidler-broadway'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -31,11 +31,11 @@ class _NorthStreetsState extends State<NorthStreets> {
|
|||||||
padding: EdgeInsets.only(bottom: 6.0,),
|
padding: EdgeInsets.only(bottom: 6.0,),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
modaCenter(),
|
||||||
|
waudBluff(),
|
||||||
cardTwo('Vancouver-Williams','https://example.com','vancouver-williams'),
|
cardTwo('Vancouver-Williams','https://example.com','vancouver-williams'),
|
||||||
cardTwo('Mississippi-Albina','https://example.com','mississippi-albina'),
|
cardTwo('Mississippi-Albina','https://example.com','mississippi-albina'),
|
||||||
cardTwo('North Lombard','https://example.com','north lombard'),
|
cardTwo('North Lombard','https://example.com','north lombard'),
|
||||||
modaCenter(),
|
|
||||||
waudBluff(),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -31,9 +31,6 @@ class _NorthWestStreetsState extends State<NorthWestStreets> {
|
|||||||
padding: EdgeInsets.only(bottom: 6.0,),
|
padding: EdgeInsets.only(bottom: 6.0,),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
cardTwo('Vaughn','https://example.com','vaughn'),
|
|
||||||
cardTwo('NW 23rd','https://example.com','23rd'),
|
|
||||||
cardTwo('NW 21st','https://example.com','21st'),
|
|
||||||
macleayParkPittockMansion(),
|
macleayParkPittockMansion(),
|
||||||
convenienceCardOne(
|
convenienceCardOne(
|
||||||
'https://en.wikipedia.org/wiki/Washington_Park_(Portland,_Oregon)',
|
'https://en.wikipedia.org/wiki/Washington_Park_(Portland,_Oregon)',
|
||||||
@ -49,6 +46,9 @@ class _NorthWestStreetsState extends State<NorthWestStreets> {
|
|||||||
'https://www.google.com/maps/@45.521389,-122.691667,17z',
|
'https://www.google.com/maps/@45.521389,-122.691667,17z',
|
||||||
'providence-park-map'
|
'providence-park-map'
|
||||||
),
|
),
|
||||||
|
cardTwo('Vaughn','https://example.com','vaughn'),
|
||||||
|
cardTwo('NW 23rd','https://example.com','23rd'),
|
||||||
|
cardTwo('NW 21st','https://example.com','21st'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -30,9 +30,6 @@ class _SellwoodStreetsState extends State<SellwoodStreets> {
|
|||||||
padding: EdgeInsets.only(bottom: 6.0,),
|
padding: EdgeInsets.only(bottom: 6.0,),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
cardTwo('SE Woodstock from 42nd to 50th','https://www.google.com/maps/@45.4791687,-122.6158324,18z','woodstock'),
|
|
||||||
cardTwo('SE Milwaukie, Tolman to Knapp','https://www.google.com/maps/@45.4741145,-122.6483169,17z','milwaukie'),
|
|
||||||
cardTwo('SE 13th from Umatilla to Malden','https://www.google.com/maps/@45.4662368,-122.6532889,17z','13th'),
|
|
||||||
convenienceCardOne(
|
convenienceCardOne(
|
||||||
'https://www.portlandoregon.gov/parks/finder/index.cfm?&action=ViewPark&propertyid=27',
|
'https://www.portlandoregon.gov/parks/finder/index.cfm?&action=ViewPark&propertyid=27',
|
||||||
'crystal-springs-rhododendron-garden',
|
'crystal-springs-rhododendron-garden',
|
||||||
@ -47,6 +44,9 @@ class _SellwoodStreetsState extends State<SellwoodStreets> {
|
|||||||
'https://www.google.com/maps/@45.4762318,-122.6616333,16z',
|
'https://www.google.com/maps/@45.4762318,-122.6616333,16z',
|
||||||
'springwater-on-the-willamette-trail-map'
|
'springwater-on-the-willamette-trail-map'
|
||||||
),
|
),
|
||||||
|
cardTwo('SE Woodstock from 42nd to 50th','https://www.google.com/maps/@45.4791687,-122.6158324,18z','woodstock'),
|
||||||
|
cardTwo('SE Milwaukie, Tolman to Knapp','https://www.google.com/maps/@45.4741145,-122.6483169,17z','milwaukie'),
|
||||||
|
cardTwo('SE 13th from Umatilla to Malden','https://www.google.com/maps/@45.4662368,-122.6532889,17z','13th'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -27,7 +27,6 @@ class _StJohnsStreetsState extends State<StJohnsStreets> {
|
|||||||
backgroundColor: peacockBlue,
|
backgroundColor: peacockBlue,
|
||||||
body: Column(
|
body: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
cardTwo('Lombard-Ivanhoe','https://example.com','lombard-ivanhoe'),
|
|
||||||
convenienceCardOne(
|
convenienceCardOne(
|
||||||
'https://en.wikipedia.org/wiki/Cathedral_Park_(Portland,_Oregon)',
|
'https://en.wikipedia.org/wiki/Cathedral_Park_(Portland,_Oregon)',
|
||||||
'Cathedral Park',
|
'Cathedral Park',
|
||||||
@ -35,6 +34,7 @@ class _StJohnsStreetsState extends State<StJohnsStreets> {
|
|||||||
'https://www.google.com/maps/@45.5883,-122.75799,17z',
|
'https://www.google.com/maps/@45.5883,-122.75799,17z',
|
||||||
'cathedral-park'
|
'cathedral-park'
|
||||||
),
|
),
|
||||||
|
cardTwo('Lombard-Ivanhoe','https://example.com','lombard-ivanhoe'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
@ -30,8 +30,6 @@ class _WestWillametteValleyState extends State<WestWillametteValley> {
|
|||||||
padding: EdgeInsets.only(bottom: 6.0,),
|
padding: EdgeInsets.only(bottom: 6.0,),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
cardTwo('Newberg-Dundee is a Wine-Tasting Destination','https://www.google.com/maps/@45.3007635,-122.9754037,17z','downtown-newberg'),
|
|
||||||
cardTwo('3rd St in Downtown McMinnville','https://www.google.com/maps/@45.2099371,-123.1927857,16z','downtown-mcminnville'),
|
|
||||||
convenienceCardOne(
|
convenienceCardOne(
|
||||||
'https://en.wikipedia.org/wiki/Evergreen_Aviation_%26_Space_Museum',
|
'https://en.wikipedia.org/wiki/Evergreen_Aviation_%26_Space_Museum',
|
||||||
'spruce-goose',
|
'spruce-goose',
|
||||||
@ -39,6 +37,8 @@ class _WestWillametteValleyState extends State<WestWillametteValley> {
|
|||||||
'https://www.google.com/maps/@45.2031571,-123.1454622,17z',
|
'https://www.google.com/maps/@45.2031571,-123.1454622,17z',
|
||||||
'spruce-goose-map'
|
'spruce-goose-map'
|
||||||
),
|
),
|
||||||
|
cardTwo('Newberg-Dundee is a Wine-Tasting Destination','https://www.google.com/maps/@45.3007635,-122.9754037,17z','downtown-newberg'),
|
||||||
|
cardTwo('3rd St in Downtown McMinnville','https://www.google.com/maps/@45.2099371,-123.1927857,16z','downtown-mcminnville'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user