-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabak.sql
More file actions
517 lines (450 loc) · 140 KB
/
databak.sql
File metadata and controls
517 lines (450 loc) · 140 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
-- MySQL dump 10.13 Distrib 5.1.62, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: rebuildingv2
-- ------------------------------------------------------
-- Server version 5.1.62-0ubuntu0.10.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `images`
--
DROP TABLE IF EXISTS `images`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `images` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`image_mime_type` varchar(255) DEFAULT NULL,
`image_name` varchar(255) DEFAULT NULL,
`image_size` int(11) DEFAULT NULL,
`image_width` int(11) DEFAULT NULL,
`image_height` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`image_uid` varchar(255) DEFAULT NULL,
`image_ext` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `images`
--
LOCK TABLES `images` WRITE;
/*!40000 ALTER TABLE `images` DISABLE KEYS */;
INSERT INTO `images` VALUES (1,'image/png','PODS_Logo_WTag.png',19737,300,82,'2012-03-30 23:55:07','2012-03-30 23:55:07','2012/03/30/16_55_07_491_PODS_Logo_WTag.png','png'),(2,'image/png','sponsors.png',260172,815,816,'2012-04-26 17:18:19','2012-04-26 17:18:19','2012/04/26/10_18_19_398_sponsors.png','png'),(3,'image/jpeg','House #42.jpg',1657376,2259,1500,'2012-05-30 19:25:42','2012-05-30 19:25:42','2012/05/30/12_25_42_795_House_42.jpg','jpg'),(4,'image/jpeg','New Image.JPG',193340,640,425,'2012-05-30 19:34:06','2012-05-30 19:34:06','2012/05/30/12_34_06_189_New_Image.JPG','JPG'),(5,'image/jpeg','New Image2.JPG',189723,640,425,'2012-05-30 19:35:59','2012-05-30 19:35:59','2012/05/30/12_35_59_755_New_Image2.JPG','JPG'),(6,'image/jpeg','New Image.JPG',296941,960,720,'2012-05-30 19:51:22','2012-05-30 19:51:22','2012/05/30/12_51_22_18_New_Image.JPG','JPG'),(7,'image/jpeg','PPFoundation.JPG',135220,1325,404,'2012-09-12 16:40:27','2012-09-12 16:40:27','2012/09/12/09_40_27_366_PPFoundation.JPG','JPG');
/*!40000 ALTER TABLE `images` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `inquiries`
--
DROP TABLE IF EXISTS `inquiries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `inquiries` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`phone` varchar(255) DEFAULT NULL,
`message` text,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`spam` tinyint(1) DEFAULT '0',
PRIMARY KEY (`id`),
KEY `index_inquiries_on_id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=176 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `inquiries`
--
LOCK TABLES `inquiries` WRITE;
/*!40000 ALTER TABLE `inquiries` DISABLE KEYS */;
INSERT INTO `inquiries` VALUES (1,'test','joshuas@bnj.com','','this is a test message','2011-12-26 07:08:04','2011-12-26 07:08:04',0),(2,'eevrfthufom','tbfbww@erfyul.com','57002167768','Mw2f9X <a href=\"http://dzdihwbpibht.com/\">dzdihwbpibht</a>, [url=http://vzdpfinrjxtd.com/]vzdpfinrjxtd[/url], [link=http://betbumubtkqy.com/]betbumubtkqy[/link], http://gwvykyovmypt.com/','2011-12-29 03:53:46','2011-12-29 03:53:46',1),(3,'Ranae Morrison','ranae6065@gmail.com','','I am not a construction professional but am I a home owner and have experience in most areas of home repair such as dry wall, painting, landscaping, etc. I would like more information about volunteering please.','2011-12-31 04:27:13','2011-12-31 04:27:13',0),(4,'steve zavodnyik','szavodnyik@gmail.com','503-756-2043',' I just moved up to Portland Oregon from Flagstaff, Arizona. I need to complete a court ordered ten hours of community service and I enjoy doing home repair. I used to do a lot of volunteer work for a group in Tucson called Community Home Repair Projects of Arizona. Perhaps you could use a volunteer? My phone number is 503-756-2043 if you have any questions. The ten hour community service sentence was the result of a non-violent protest against the expansion of a ski resort about seven miles north of Flagstaff and I was convicted of \"blocking a thoroughfare\". \r\n\r\nSincerely,\r\n\r\nSteve Zavodnyik','2012-01-05 20:56:33','2012-01-05 20:56:33',0),(5,'Whitney Temple','whitneybtemple@gmail.com','','Hi,\r\nI\'m interested in volunteering. I have some experience doing general repairs and lots of experience painting. \r\n\r\ncheers,\r\nWhitney Temple ','2012-01-12 04:26:44','2012-01-12 04:26:44',0),(6,'Kerry Rea','kerry_rea@yahoo.com','503-502-9501','I\'m interested in volunteering on April 28th. My preference is to be assigned to a remodel project where I can learn something new.\r\n\r\nThank you for your efforts and mission.','2012-01-12 20:40:12','2012-01-12 20:40:12',0),(7,'Mandana Salehi','mandana.salehi@yahoo.com','503-459-9003','I may have a few others who are very interested from my company. We are considering signing up as a team, if that is possible. ','2012-01-12 20:41:23','2012-01-12 20:41:23',0),(8,'Gary Reed','Garyr1016@hotmail.com','971-400-3788','Journeyman carpenter with tools','2012-01-12 21:07:17','2012-01-12 21:07:17',0),(9,'Fritz Gerwe','fritzgerwe@g-l-i.com','5038677349','Last year was my first year (2011) volunteering which I enjoyed and look for to this year opportunity on helping again.\r\n\r\nThanks','2012-01-12 23:51:09','2012-01-12 23:51:09',0),(10,'Erin Heymann','erin.heymann@yahoo.com','503-281-4826','I would love to help out again! I am especially fond of the garden projects.\r\n\r\nThanks,\r\nErin','2012-01-13 01:09:08','2012-01-13 01:09:08',0),(11,'Dave Kliewer','KliewerDave@comcast.net','3606351548','I think I\'m already on your mailing list, but I want to be sure to participate in the April event. So sign me up!! I have tools and some skills to help out. ','2012-01-13 02:01:44','2012-01-13 02:01:44',0),(12,'Kimberly Cullinan','Kimberly.Cullinan@gmail.com','','I would love to sign up to volunteer this year. I don\'t have specific skills to note, but I take direction very well!!\r\n\r\nHave a great day!\r\nKim','2012-01-13 04:38:48','2012-01-13 04:38:48',0),(13,'Brent Hutchings','brenthutchings@mindspring.com','503-460-7484','I enjoyed volunteering last year with my 14 and 15 year-old kids. This year they are 15 and 16 and I hope they can join me again to continue the family tradition! We also have a 12-year-old who is ready willing and able to help if that would work.\r\n\r\nThanks,\r\nBrent\r\n503-460-7484 (Cell)','2012-01-13 05:03:01','2012-01-13 05:03:01',1),(14,'Jesse Reding w/ Pat Reding','jesse.reding@wellsfargo.com','503-886-3033','We are available to build and deliver lunches again this year in the N or NE Portland areas. Please include the Wells Fargo house (Brian Gilmore, captain) on our routes. THANK YOU!','2012-01-13 17:27:44','2012-01-13 17:27:44',0),(15,'Mark Easley','mark_easley@comcast.net','503-754-5795','I want to volunteer this year - 2012','2012-01-13 18:04:13','2012-01-13 18:04:13',0),(16,'Mike Singh','mtodd44@hotmail.com','503 806 1826','volunteer April ','2012-01-13 22:39:39','2012-01-13 22:39:39',0),(17,'Natasha Dagg','natashad@bnj.com','503 382 8604','Hello,\r\n\r\nBabcock & Jenkins has been volunteering with you organization for quite a few years and we would like to get a team together again this year to help out! Please let me know the best way to get the ball rolling.\r\nThank you!\r\n\r\nNatasha Dagg\r\n','2012-01-14 00:03:03','2012-01-14 00:03:03',0),(18,'Pat Wieber','wieberhome@comcast.net','503-260-8627','I\'m interested in participating in this years Rebuilding on April 28th.\r\n\r\nThanks,\r\n-Pat','2012-01-15 05:44:50','2012-01-15 05:44:50',0),(19,'Kathleen L Rogers','kathleenrogers@yahoo.com','5033092396','I have helped in past years and would like to do so again this year. I would like to work with the WellsFargo bank team in SE portland, Can my info be passed onto the team captain.','2012-01-15 18:55:37','2012-01-15 18:55:37',0),(20,'Babcock & Jenkins','natashad@bnj.com','503 382 8604','Hi there,\r\n\r\nI also sent in a form on Friday, but I just wanted to clarify that I will be the contact from Babcock & Jenkins for this year\'s volunteering. We are hoping to have around 10 - 15 ppl this year and I will be signing each of them up as I get confirmation.\r\n\r\nThanks so much and we are really excited to be participating!\r\nNatasha Dagg','2012-01-16 18:55:53','2012-01-16 18:55:53',0),(21,'Becca Cunnigham','beccakeen@hotmail.com','360-828-4676','I would like to do this with my whole family but I have an 8-year-old daughter and two 5-yera-old sons. Is there anything that we can do that will actually be helpful with the kids? ','2012-01-16 22:57:14','2012-01-16 22:57:14',0),(22,'Joe Tushner','joetushner@peoplepc.com','503-650-1947','Have 6 years experience leading volunteers in home construction activities usually 2 Days per week.','2012-01-17 03:50:51','2012-01-17 03:50:51',0),(23,'John Hdges','john_ais@yahoo.com','503-618-1939','an do light work','2012-01-17 23:40:10','2012-01-17 23:40:10',0),(24,'Verna Triller','vtriller@glumac.com','503-227-5280','Glumac would like to sign up again for a house and there will be about 25 of us. ','2012-01-18 00:24:00','2012-01-18 00:24:00',0),(25,'Mike Hainley','hainleyfam@gmail.com','15033410344','Church of the Resurrection volunteered last year and wants to do so again this year. Please let me know what we need to do to facilitate this effort.\r\nMike','2012-01-18 21:21:36','2012-01-18 21:21:36',0),(26,'Charles Foreman','cforeman@glumac.com','503.227.5280','I\'m on the Glumac team!','2012-01-19 17:32:07','2012-01-19 17:32:07',0),(27,'Andrew Bailey','abailey@glumac.com','503.929.7010','I am with the Glumac team.','2012-01-19 17:53:08','2012-01-19 17:53:08',0),(28,'Jeff Olden','jolden@glumac.com','5032275280','Glumac Team','2012-01-19 20:05:38','2012-01-19 20:05:38',0),(29,'Ramona Plummer','roamy61plummer@yahoo.com','503-804-7462','I am signing up for the Spring event with Glumac.','2012-01-20 03:49:00','2012-01-20 03:49:00',0),(30,'Judi Ebmeyer','jebmeyer@glumac.com','503-227-5280','On the Glumac team','2012-01-20 15:34:51','2012-01-20 15:34:51',0),(31,'Keith Ebmeyer','kebmeyer@hardermech.com','503-281-1112','On the Glumac team.','2012-01-20 15:36:06','2012-01-20 15:36:06',0),(32,'Cheryl Otis','cheryl.otis@barco.com','503-702-7337','Hi,\r\n\r\nOur company is interested in signing up for the April 28, 2012 project. DO you have some additional information about the event? And can we send you a list or do they each need to register here?\r\nRegards,\r\nCheryl Otis','2012-01-20 19:06:41','2012-01-20 19:06:41',0),(33,'Jim Plummer','jplummer@glumac.com','(503)806-0226','I am an employee of Glumac and will be on the Glumac team.','2012-01-20 20:47:02','2012-01-20 20:47:02',0),(34,'Amber Stadler','astadler@glumac.com','5033456324','I\'m with the Glumac Team.','2012-01-21 01:10:15','2012-01-21 01:10:15',0),(35,'Chris Matto','chris_matto@missionfoods.com','503-524-8044','Please add my Father as well.\r\nGeorge Matto\r\n503-807-5101','2012-01-21 02:19:58','2012-01-21 02:19:58',0),(36,'Norbert Reman','nreman@glumac.com','','I with the Glumac team. Thank you, Norbert','2012-01-23 15:17:12','2012-01-23 15:17:12',0),(37,'Katherine Denton','nreman@gluma.com','','I am with the Glumac team. \r\nThank you, Katherine','2012-01-23 15:19:09','2012-01-23 15:19:09',0),(38,'Patty Murphy','koinview@comcast.net','503-830-8028','This might be a duplicate message. I hit subscribe and not the message button..... I can paint, sand, spackle, clean, use a hammer and have a few power tools. I can also organize or just be a go-for. I have done numerous projects in my own home. ','2012-01-25 05:40:00','2012-01-25 05:40:00',0),(39,'Melissa Porter','melissaporter3@netzero.com','971-244-2624','I am organizing a large group to volunteer together. My dragon boat team will be under the name \"Stumptown Social Club\". As discussed with Sarah, each member will ask to be kept with this group when they sign up.','2012-01-25 23:34:21','2012-01-25 23:34:21',0),(40,'Joshua Checkis','jcheckis@glumac.com','','Michelle Checkis will be joining me; we are both under the firm: Glumac.','2012-01-31 20:34:28','2012-01-31 20:34:28',0),(41,'Dawn Anderson','colliex3@comcast.net','503-239-1853','HI,\r\nI am interested in volunteering with your organization and was hoping I could talk to someone about what opportunities you currently have available.\r\nThank you,\r\nDawn ANderson','2012-02-02 19:16:01','2012-02-02 19:16:01',0),(42,'Alison Dubchansky','alisond@lclark.edu','3107218681','I am interested in volunteering with a small group (2-5 people) on a Saturday.','2012-02-05 08:56:15','2012-02-05 08:56:15',0),(43,'Donna Olson','donna.l.olson@multco.us','503-867-6705','If Wayne George is still a captain or co-captain, I\'ll definitely want to be on his team. Also my daughter, Josie Solari, and her boyfriend, Rick Lyons, will be signing up and they too will want to be on the same team as me.','2012-02-06 22:48:00','2012-02-06 22:48:00',0),(44,'Tim Finn','timfinn97005@aim.com','503 201 6436','Mike: enjoyed our phone conversation today. Looking forward to meeting you. Except for tomorrow the 7th and next week on the 15th, my schedule is wide open.','2012-02-06 23:49:32','2012-02-06 23:49:32',0),(45,'ycioocr','zmfxfn@ojzbfo.com','MbOEVbSyuG','Ll2NqM <a href=\"http://gbeuygcqjsql.com/\">gbeuygcqjsql</a>, [url=http://fsgbcnaeuiqv.com/]fsgbcnaeuiqv[/url], [link=http://lzqiqnujtbcj.com/]lzqiqnujtbcj[/link], http://gpevomnmcliy.com/','2012-02-07 12:44:41','2012-02-07 12:44:41',1),(46,'Seth McKay','smckay@clearedgepower.com','503 830 8828','I am organizing our company involvement in this event. Historically we have had 14-20 volunteers every year. Our company is larger now so I imagine having 20 volunteers can be expected.\r\n\r\nPlease contact me about getting our company registered.','2012-02-09 18:42:22','2012-02-09 18:42:22',0),(47,'Laura Klement','lauraklement@hotmail.com','5072179637','I am interested in signing up for the annual repair day the end of April.','2012-02-10 07:14:04','2012-02-10 07:14:04',0),(48,'Amanda Moore','moore.amanda@gmail.com','971-998-2161','OTAO team, April 28 (we are still in the process of signing up a house captain).','2012-02-12 20:42:54','2012-02-12 20:42:54',0),(49,'Mary Jane Erdman','mje@elementaltechnologies.com','206-930-7073','Hi,\r\n\r\nOur organization is interested in volunteering on April 28th for the National Rebuild Day. We have been part of this day the past two years and had an average of 13 people. We would like to get signed up again. \r\n\r\nI am doing all the leg work for our group on getting us signed up and information distributed to our organization, but then we will have a different leader the day of the event.\r\n\r\nAnyway, I look forward to hearing from you and getting Elemental Technologies signed up!\r\n\r\nKind Regards,\r\n\r\nMary Jane','2012-02-14 04:36:53','2012-02-14 04:36:53',0),(50,'Joe and Sharon Cade','portlandcades@msn.com','360-243-4722','We are in for April 28th with the St Clare parish group if they are doing it again.','2012-02-17 16:46:45','2012-02-17 16:46:45',0),(51,'marta maleck','mmaleck@g.risd.edu','4134782586','I would like to volunteer with Rebuilding Together. This summer I am going to participate in a program called Bike and Build in which we bike across the country and help with affordable housing projects. I thought that it would be great to start here in Portland were I am currently living before the start of my trip in May. Please let me know the available opportunities and how I can participate. Thank you!','2012-02-21 00:55:49','2012-02-21 00:55:49',0),(52,'Joshua Siler','joshuas@hiringthing.com','503-819-8919','Group:HiringThing\r\nSkills:computer programming\r\nPast Participation:helped out a bit in the past\r\nMessage:This is a test of the new inquiry form','2012-02-21 18:26:58','2012-02-21 18:26:58',0),(53,'josh','asdF@asdf.com','test','Group: test\r\nSkills: test\r\nPast Participation: test\r\nMessage:\r\ntest','2012-02-21 18:29:21','2012-02-21 18:29:21',0),(54,'josh','tes@test.com','test','Group: tet\r\nSkills: dtwt\r\nPast Participation: twt\r\nMessage: tdwte','2012-02-21 18:32:26','2012-02-21 18:32:26',0),(55,'Michelle Bruenn','oakmont@gres.com','503-590-8585','Group: Guardian Real Estate Services\r\nSkills: Painter, gardener\r\nPast Participation: 2007\r\nMessage: ','2012-02-22 01:47:16','2012-02-22 01:47:16',0),(56,'Karen Garrison','kjgarriso@gmail.com','','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-02-23 04:05:29','2012-02-23 04:05:29',0),(57,'Dave Coates','d.d.coates@gmail.com','','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-02-23 04:05:55','2012-02-23 04:05:55',0),(58,'Amy Clerget','aclerget@zagmail.gonzaga.edu','5098635095','Group: \r\nSkills: Basic Carpentry - comfort and familiarity with hand & electric tools, extensive painting experience, amateur wiring & electricity skills\r\nPast Participation: None\r\nMessage: Hello! \r\n\r\nI heard of Rebuilding Together - Portland through Rebuilding Together Seattle. I have friends who are involved with that group and it got me interested in what I can do for you here in Portland. I have multiple skills ranging from office operations to work force management as well as handiwork. Growing up on a ranch has made me comfortable working outside for extensive hours, operating machinery, rebuilding homes, constructing structures and much more. \r\n\r\nI hope we can find a time I can offer my skills to your services! \r\n\r\nCheers,\r\nAmy','2012-02-29 00:05:00','2012-02-29 00:05:00',0),(59,'Lynne Wagner','hiddenv@gres.com','503-636-3640','Group: Guardian Real Estate Services\r\nSkills: yard work, painting, goods removal, hammered nails for new fencing\r\nPast Participation: yes\r\nMessage: Please sign me up for April 28, 2012. Thank you, Lynne','2012-02-29 21:01:05','2012-02-29 21:01:05',0),(60,'qakdnw','kpsdon@oeiixa.com','22355395175','cM1FT5 <a href=\"http://osymdbkokkgp.com/\">osymdbkokkgp</a>, [url=http://cexndkjyzgqj.com/]cexndkjyzgqj[/url], [link=http://mtmfnymppqqo.com/]mtmfnymppqqo[/link], http://xglaqwflatfx.com/','2012-03-04 23:57:59','2012-03-04 23:57:59',1),(61,'gxfjlyrb','bgtbwj@djiahl.com','54226544635','W3Vueq <a href=\"http://brqafqludurw.com/\">brqafqludurw</a>, [url=http://mmyshacghgcc.com/]mmyshacghgcc[/url], [link=http://eljjgeigxrwf.com/]eljjgeigxrwf[/link], http://vustrujneago.com/','2012-03-05 00:55:42','2012-03-05 00:55:42',1),(62,'Tim Cleary','clearytim4@gmail.com','503-367-5907','Group: Cascade Microtech\r\nSkills: general, house captain\r\nPast Participation: yes, 25+ years\r\nMessage: I will have a group from cascade microtech of about 20 people, mostly with general maintenance skills.','2012-03-07 23:32:29','2012-03-07 23:32:29',0),(63,'Steve Hogan','Shogan3046@aol.com','360-903-8274','Group: Journey Community Church\r\nSkills: General\r\nPast Participation: During the 1990\'s\r\nMessage: Mike,\r\n\r\nI don\'t know if you remember me. I organized three or four groups during te 1990\'s. They were for Exterior Wood and for Seattle University Alumni Association.\r\n\r\nMy wife has volunteered me to try to put a group together for our church. Is your organization in need of any groups for this years work?\r\n\r\nI hope that all is well for you.\r\n\r\nSteve Hogan','2012-03-08 05:22:42','2012-03-08 05:22:42',0),(64,'Chris Pitt','christopher.pitt@kpff.com','408-318-3856','Group: \r\nSkills: structural design engineer, basic rough carpentry\r\nPast Participation: 2011 in Portland, 2007-2010 in SF Bay Area\r\nMessage: If teams need advice on timber framing in advance of the rebuilding day (framing sizes, connections, etc.), I may be able to help.','2012-03-08 17:09:28','2012-03-08 17:09:28',0),(65,'Ryan Garrison','ryan_garrison@cmicro.com','5417604050','Group: Cascade MicroTech\r\nSkills: plumbing, carpentry, electrical, painting, tiling, cabinetry, yard work… you name it and I’ve probably already had some experience with my own house.\r\nPast Participation: First time!\r\nMessage: ','2012-03-08 17:54:39','2012-03-08 17:54:39',0),(66,'Vanessa Pan','ictelu@gmail.com','5038800584','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: Have not done any major house work so far, but I really would like to join help people if I can!! Thanks.','2012-03-09 17:27:58','2012-03-09 17:27:58',0),(67,'Carole Peters','Carole_Peters@cmicro.com','503-601-1513','Group: Cascade Microtech Group\r\nSkills: \r\nPast Participation: \r\nMessage: I am part of the Cascade Microtech Group.','2012-03-09 19:03:16','2012-03-09 19:03:16',0),(68,'Diane Heinz','zundi545@msn.com','360-521-7731','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: I would like to volunteer. Can you let me know how to get started?\r\n Thank you,\r\n Diane Heinz','2012-03-09 19:41:25','2012-03-09 19:41:25',0),(69,'brooke winter','brookewinter@comcast.net','','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: Stumptown Social Club group','2012-03-09 19:51:26','2012-03-09 19:51:26',0),(70,'Stefanie Brown','stefbrowncoms@hotmail.com','916 201-0773','Group: \r\nSkills: none specifically, although I can paint, move stuff, etc!\r\nPast Participation: nope\r\nMessage: I\'d like to participate as part of \"Stumptown Social Club\" on April 28th. Thanks so much!','2012-03-09 21:55:53','2012-03-09 21:55:53',0),(71,'Lisa Knight','chevchick44@hotmail.com','5039399603','Group: \r\nSkills: I\'m handy with all tools, can tile & do most small home jobs \r\nPast Participation: No\r\nMessage: I\'d like to be grouped with the \"Stumptown Social Club\" on April 28th. Thanks!','2012-03-09 22:05:26','2012-03-09 22:05:26',0),(72,'Gary R Reed','garyr1016@hotmail.com','971-400-3788','Group: \r\nSkills: Home builder, remodeler\r\nPast Participation: 3 years now\r\nMessage: Just checking in for this year\'s event. What day is it planned? Let me know, thanks\r\ngary','2012-03-10 03:35:10','2012-03-10 03:35:10',0),(73,'Wendy Marshall','wendypaddles@gmail.com','5033587882','Group: Stumptown Social Club\r\nSkills: \r\nPast Participation: no\r\nMessage: Please group me with Stumptown Social Club. thanx','2012-03-10 06:09:36','2012-03-10 06:09:36',0),(74,'Andrea Herrst','enna1@hotmail.com','5039439302','Group: Stumptown Social Club\r\nSkills: \r\nPast Participation: none\r\nMessage: Will have my son with me! We\'re excited to participate!','2012-03-10 16:55:43','2012-03-10 16:55:43',0),(75,'Andrea Herrst','enna1@hotmail.com','5039439302','Group: Stumptown Social Club\r\nSkills: \r\nPast Participation: none\r\nMessage: Will have my son with me! We\'re excited to participate!','2012-03-10 16:55:44','2012-03-10 16:55:44',0),(76,'Emily Morin','emilymorin7911@gmail.com','','Group: Stumptown Social Club\r\nSkills: nothing special--i can rake, paint, clean, etc\r\nPast Participation: \r\nMessage: I\'m with Stumptown Social Club','2012-03-10 19:55:57','2012-03-10 19:55:57',0),(77,'Stephanie Sherwood','steph@scspdx.net','503-318-7334','Group: Stumptown Social Club\r\nSkills: I am fairly handy with most tools\r\nPast Participation: Habitat for Humanity\r\nMessage: Please place me on a project with Stumptown Social Club on Saturday, April 28.\r\n\r\nThank you!','2012-03-12 17:27:06','2012-03-12 17:27:06',1),(78,'JOANNE PHILLIPS','joannep@cmicro.com','503-601-1257','Group: Cascade Microtech Inc - Tim Cleary\r\nSkills: Ready to work!\r\nPast Participation: No\r\nMessage: ','2012-03-14 17:32:42','2012-03-14 17:32:42',0),(79,'Jamie Voelker','outrEACH@newthoughtcsl.org','','Group: New Thought Center for Spiritual Living\r\nSkills: Many\r\nPast Participation: No, but we have worked with Habitat for Humanity\r\nMessage: Hello,\r\n\r\nI am the outrEACH coordinator for my spiritual center and we are looking for service opportunities within the Portland area. We have partnered with Habitat on a few projects, but find that they get filled quickly. I am wondering if your organization is in need of volunteers. And if so, when we can sign up.\r\n\r\nThanks!','2012-03-14 18:20:11','2012-03-14 18:20:11',1),(80,'Brenda Bellerud','brenda_bellerud@cmicro.com','503 810-4167','Group: Cascade Microtech Inc.\r\nSkills: \r\nPast Participation: Participated in last years event\r\nMessage: Also included Shannon Smith participating with this group as well.','2012-03-14 20:54:16','2012-03-14 20:54:16',0),(81,'yhebptvwvf','pfvsma@dhpacm.com','89872999503','hHFHPh <a href=\"http://psprbbmmfuwf.com/\">psprbbmmfuwf</a>, [url=http://hdtmjcmilwiu.com/]hdtmjcmilwiu[/url], [link=http://hyienvwnlpkv.com/]hyienvwnlpkv[/link], http://haxsmkzevxdr.com/','2012-03-15 16:40:25','2012-03-15 16:40:25',1),(82,'Tammy Syphus','Tammy.Syphus@cmicro.com','503-961-4435','Group: Cascade MicroTech\r\nSkills: General\r\nPast Participation: No\r\nMessage: I am registering for 16 people. There is myself, my three daughters; ages 15, 17, 19, and 12 of my daughter\'s Key Club group at high school. I will make sure each has the forms completed.','2012-03-19 00:47:02','2012-03-19 00:47:02',0),(83,'David Cohan','davidfcohan@hotmail.com','503-477-0851','Group: Ainsworth Street Collective\r\nSkills: Lots of serious DIYers, possibly one or two builders \r\nPast Participation: None\r\nMessage: Hi,\r\nI spoke to you a couple of times during the winter. We have about 10 people interested in volunteering (maybe more). Ideally, we\'d like to work on a house in our area, bounded by NE 42nd, NE 60th, Lombard and Simpson. If none are available there, whatever\'s closest would be great. Thanks.','2012-03-19 18:09:07','2012-03-19 18:09:07',0),(84,'michael moloney','michaelm@atgweb.com','503-913-6995','Group: nailed it\r\nSkills: jack of all trades master of none.\r\nPast Participation: NA\r\nMessage: Let do it.','2012-03-19 20:59:51','2012-03-19 20:59:51',0),(85,'David Daniels','dddavidity2@gmail.com','5038309195','Group: Nail IT / Jeanetta\r\nSkills: Have tool-belt, will travel.\r\nPast Participation: First time, recruited by Goldie Rubin\r\nMessage: I think I\'d prefer to help with the ramp or the yardwork.','2012-03-20 19:44:56','2012-03-20 19:44:56',0),(86,'John Milliken','jmilliken07pdx@gmail.com','503-975-6950','Group: Capt. Gayle\'s \"Nailed It\"\r\nSkills: Carpentry/Landscape\r\nPast Participation: 2 years\r\nMessage: 4/28 - on board','2012-03-20 23:50:07','2012-03-20 23:50:07',0),(87,'Sheryl Riley','smileyriley24@gmail.com','971-222-8863','Group: OT Solutions\r\nSkills: painting, cleaning, light carpentry\r\nPast Participation: first time\r\nMessage: My 16 year old daughter would also like to volunteer if possible.','2012-03-21 03:56:38','2012-03-21 03:56:38',0),(88,'Gayle Emmich ','gemmich@gmail.com','503.539.0244','Group: Nailed It!\r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-03-21 07:21:46','2012-03-21 07:21:46',0),(89,'Lynn','lmarielevy@yahoo.com','503 989 8354','Group: \r\nSkills: \r\nPast Participation: landscaping , some carpentry \r\nMessage: I have done a few of these in the past and have enjoyed the projects. ','2012-03-22 20:50:12','2012-03-22 20:50:12',0),(90,'Denise Hogan','denise@radclifferemodel.com','503-442-8476','Group: \r\nSkills: photography, CAPS certified\r\nPast Participation: \r\nMessage: ','2012-03-22 21:50:22','2012-03-22 21:50:22',0),(91,'nfbpcepuun','orgbyb@usqktn.com','47840465897','4QQwgL <a href=\"http://tfxjortqpngm.com/\">tfxjortqpngm</a>, [url=http://sexinrqyxzkf.com/]sexinrqyxzkf[/url], [link=http://hvdjqvhuzoik.com/]hvdjqvhuzoik[/link], http://qljpjpaosnwc.com/','2012-03-24 11:30:26','2012-03-24 11:30:26',1),(92,'Trisha Ostrander','trixiemay@gmail.com','5035756811','Group: OTAO\r\nSkills: Organizing; Co-captain.\r\nPast Participation: \r\nMessage: ','2012-03-24 15:00:37','2012-03-24 15:00:37',0),(93,'Zachary Miller','zach.miller@deacon.com','503-201-1339','Group: OTAO\r\nSkills: Co-Captain; Construction experience.\r\nPast Participation: \r\nMessage: ','2012-03-24 15:01:20','2012-03-24 15:01:20',0),(94,'mick currie','mickcurrie@live.com','503-255-0577','Group: nailed it!\r\nSkills: drink coffee and complain\r\nPast Participation: 2011\r\nMessage: VOLUNTEER’S AGREEMENT AND RELEASE FROM LIABILITY\r\n\r\n\r\n1.) Voluntary Participation: I acknowledge that I have voluntarily applied to participate in the Rebuilding Together Portland Home Repair Project (the “Project”), a project in which the homes of disadvantaged persons will be repaired by volunteers. I understand that as a volunteer I will not be paid for my services, but that I will be covered by insurance coverage provided by Rebuilding Together* Portland. I further agree that my participation in the Project may be terminated at any time by Rebuilding Together* Portland or by me.\r\n\r\n2.) Assumption of Risk: I AM AWARE THAT, IN PARTICIPATING IN THE PROJECT, I MAY BE EXPOSED TO PERSONAL INJURY OR DAMAGE TO MY PROPERTY AS A RESULT OF MY ACTIVITIES, THE ACTIVITIES OF OTHER VOLUNTEERS, OR THE CONDITIONS UNDER WHICH MY VOLUNTEER SERVICES ARE PERFORMED WITH KNOWLEDGE OF THESE RISKS, I AGREE TO ACCEPT ANY AND ALL RISKS OF PERSONAL INJURY OR DAMAGE TO MY PROPERTY, AND I VERIFY THIS STATEMENT BY PLACING MY INITIALS HERE: _______.\r\n\r\n3.) Release: In consideration of the opportunity afforded me to participate in the Project, I hereby agree that I, my successors, assignees, heirs, guardians and legal representatives, will not make any claim against Rebuilding Together* Portland or any of its affiliated organizations, or their officers, directors, or employees, or the suppliers of any materials or equipment that are used during the Project, any of the Project volunteers or sponsors, or any homeowner participating in the Project, for injury, death or damage resulting from the act or omissions of any person or entity, however caused, arising from my participation in the Project. Without limiting the generality of the foregoing, I hereby waive and release any rights, actions or causes of action resulting from personal injury to me or my death, or damage to my property, sustained in connection with my participation in the Project; provided however, that the injury, death or damage was not caused by an act or omission that was reckless, wanton, intentional, or grossly negligent. I further consent to the unrestricted use by Rebuilding Together* Portland and/or any person authorized by them of any photographs, recordings, interview, videotapes, motion pictures, or similar visual or auditory recording of my created in connection with the Project.\r\n\r\n4.) Photo Release: I grant Rebuilding Together permission to take or have taken, still and moving photographs and films including television pictures. I consent and authorize Rebuilding Together, it\'s advertising agencies, news media or other persons interested in Rebuilding Together, to use and reproduce the photographs, films and pictures and to circulate and publicize the same by all means including, without limiting the generality of the foregoing, newspapers, television media, brochures, pamphlets and other materials.\r\n\r\n5). Knowing and Voluntary Execution: I HAVE CAREFULLY READ THIS AGREEMENT AND FULLY UNDERSTAND ITS CONTENTS. I AM AWARE THAT THIS IS A CONTRACT BETWEEN MYSELF AND REBUILDING TOGETHER* PORTLAND AND A REALEASE OF LIABILITY, AND I SIGN IT OF MY OWN FREE WILL. BY SIGNING THIS AGREEMENT, I CERTIFY THAT I AM EIGHTEEN YEARS OF AGE OR OLDER OR HAVE DELIVERED THE CONSENT OF MY PARENT OR GUARDIAN TO REBUILDING TOGETHER *PORTLAND\r\nExecuted at Portland, Oregon on (date) _______03-24______________, 2012.\r\n\r\nJ.M. Currie\r\nVolunteer (signature) \r\nAddress (please print)\r\n15037 ne siskiyou court \r\nportland, oregon 97230\r\n\r\nName of Volunteer (please print) \r\nmick currie\r\n503-255-0577\r\nIs not eighteen years or older\r\n\r\nmickcurrie@live.com Nailed It! \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n FILENAME 2011 Updated Volunteer Agreement and Release.doc\r\n','2012-03-25 05:20:35','2012-03-25 05:20:35',0),(95,'robert, teri and gaby linquist','blinquist@yahoo.com','541 941-6531','Group: nailed it\r\nSkills: garden\r\nPast Participation: 2 years\r\nMessage: Included other family members (all adults) since there is no space for other names','2012-03-25 20:23:55','2012-03-25 20:23:55',0),(96,'Christa Maddox','christa.maddox@gmail.com','','Group: Nailed It!\r\nSkills: Many...light construction, painting, yard work\r\nPast Participation: Yes...with Doug Lowe and Gayle Emmich\r\nMessage: ','2012-03-25 21:09:06','2012-03-25 21:09:06',0),(97,'John Middleton','johnjlm2@yahoo.com','503-544-5562','Group: \r\nSkills: DIYer\r\nPast Participation: No\r\nMessage: Would like to volunteer. I do my own repairs when I can, no electrical. But I have framed rooms finished drywall, simple plumbing, poured concrete stairs, fences, raised garden beds. Mostly the basics. I can follow instructions well and would be an able body to work.','2012-03-26 02:05:30','2012-03-26 02:05:30',1),(98,'Jamie Voelker','outreach@newthoughtcsl.org','','Group: New Thought Center\r\nSkills: Varied\r\nPast Participation: No, but have worked with Habitat\r\nMessage: I am looking for additional service projects for our community members to participate in. Are you in need of volunteers?','2012-03-26 02:41:56','2012-03-26 02:41:56',1),(99,'Kyrsten C. \'KC\' Baumgart','k10baum@gmail.com','5038692182','Group: Nailed It! \r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-03-26 10:57:11','2012-03-26 10:57:11',0),(100,'GOLDIE RUBIN','goldyne.rubin@gmail.com','503-816-9310','Group: NAILED IT!\r\nSkills: gardening and painting\r\nPast Participation: 4 years\r\nMessage: I\'m with Gayle Emmich group, NAILED IT','2012-03-26 19:29:53','2012-03-26 19:29:53',0),(101,'Rick Ferris','ucutnobles@earthlink.net','503-621-3741','Group: \r\nSkills: carpentry\r\nPast Participation: yes\r\nMessage: Dale Krenek contacted me to help with his house #138','2012-03-26 22:32:55','2012-03-26 22:32:55',0),(102,'nicole brown','lilakdragn@aol.com','','Group: stumptown social club\r\nSkills: \r\nPast Participation: \r\nMessage: please put me with the stumptown social club.','2012-03-27 04:05:43','2012-03-27 04:05:43',0),(103,'peg brown','no1mom2523@aol.com','','Group: stumptown social club\r\nSkills: \r\nPast Participation: \r\nMessage: please put me with the stumptown social club','2012-03-27 04:06:54','2012-03-27 04:06:54',0),(104,'nora jones','njones629@gmail.com','','Group: stumptown social club\r\nSkills: \r\nPast Participation: \r\nMessage: please put with the stumptown social club','2012-03-27 04:10:30','2012-03-27 04:10:30',0),(105,'Emma Juhlin','emmajuhlin@yahoo.com','','Group: \r\nSkills: Student with volunteer experience at Providence and Doernbecher\'s OT/PT units\r\nPast Participation: \r\nMessage: OTAO','2012-03-27 17:11:13','2012-03-27 17:11:13',0),(106,'Kai Krenek','Kaikrenek@rogers-machinery.com','503com5-314-9753','Group: \r\nSkills: General\r\nPast Participation: Yes\r\nMessage: Would like to work with father on #138','2012-03-27 18:03:20','2012-03-27 18:03:20',0),(107,'Molly McFerran','molly@avantquattro.com','610-235-9530','Group: \r\nSkills: \r\nPast Participation: none\r\nMessage: I am interested in learning more about how I could participate in home repairs. My knowledge & experience is limited but I am a very handy person (great with cars, I can handle tools fine) and a willing, fast learner.','2012-03-29 06:37:45','2012-03-29 06:37:45',0),(108,'Kimberly Ozturk','kozturk@pacificu.edu','5414501381','Group: OTAO\r\nSkills: spanish language (intermediate)\r\nPast Participation: \r\nMessage: I am a first year Occupational Therapy student and this looks like an amazing experience to help my community and use my growing skills.','2012-03-29 20:47:11','2012-03-29 20:47:11',0),(109,'Allison Park','allisonkpark@yahoo.com','503-819-8231','Group: \r\nSkills: painting, siding, hammering, not afraid of heights\r\nPast Participation: 2011 Rebuilding Together Day\r\nMessage: I\'d like to sign up for the 2012 Rebuilding Together Day. Do you have a designated registration form?','2012-03-29 23:41:30','2012-03-29 23:41:30',0),(110,'Deborah Migues','dmigues558@comcast.net','503-888-6247','Group: Nailed It!\r\nSkills: landscape & general cleanup, hammer work\r\nPast Participation: yes\r\nMessage: Happy to do anything that does not include heavy lifting.','2012-03-31 18:10:03','2012-03-31 18:10:03',0),(111,'Libbi Pinkley','libbi.pinkley@yahoo.com','503.572.3452','Group: Stumptown\r\nSkills: enthusiastic, willing to help, friendly, smile alot......know how to hold a hammer....did I mention willing to help....?\r\nPast Participation: nada\r\nMessage: am associated w/Stumptown.....','2012-03-31 21:05:21','2012-03-31 21:05:21',0),(112,'Katherine Garrett','katherine@hayescabinetsinc.com','360-772-0604','Group: The Micah 6:8 Group\r\nSkills: varied - we are a group\r\nPast Participation: Yes - about 7 years ago\r\nMessage: We are a group of 12 adults with varied skills. 7 women & 5 men. The guys have light carpentry, plumbing & electrical skills. The women have painting, light yardwork and cleaning skills. We look forward to making a contribution on April 28th!','2012-04-01 02:14:35','2012-04-01 02:14:35',0),(113,'Abigail Alford','AbbyA1031@gmail.com','503-422-6336','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-04-01 23:39:35','2012-04-01 23:39:35',0),(114,'Terrie Karamanos','terrie@karamanos.net','503 621 3773','Group: Nailed It\r\nSkills: Painting, cleaning, yard work, etc. \r\nPast Participation: April 2011\r\nMessage: ','2012-04-02 22:31:01','2012-04-02 22:31:01',0),(115,'Bill Scheuner ','acornbud@hotmail.com','(530) 409-4355','Group: Gayle Emmich\r\nSkills: Landscape design/installation/maintenance & some carpentry.\r\nPast Participation: none\r\nMessage: ','2012-04-04 02:00:27','2012-04-04 02:00:27',0),(116,'Regina Klettke','rlklettke@yahoo.com','','Group: Stumptown Social Club\r\nSkills: \r\nPast Participation: \r\nMessage: Please put me with the group, Stumptown Social Club. thanks !','2012-04-04 02:01:54','2012-04-04 02:01:54',0),(117,'Daniel C Thrailkill','thrailkill.daniel@gmail.com','','Group: Nailed It\r\nSkills: Listening and following directions\r\nPast Participation: \r\nMessage: I am not the first option for electric work or welding, but I learn quickly. In prior years I helped with flood clean up by tearing up flooring and walls then helped replace them under supervision.','2012-04-04 12:27:37','2012-04-04 12:27:37',0),(118,'Douglas Varenas','varenasd@gmail.com','5032953602','Group: OTAO\r\nSkills: intro-intermediate DIY and building skills but no expert\r\nPast Participation: No\r\nMessage: Looking forward to helping out!','2012-04-04 17:32:25','2012-04-04 17:32:25',0),(119,'Cory Warner','warn7660@pacificu.edu','253-230-3663','Group: OTAO\r\nSkills: Can do basic manual labor, painting experience.\r\nPast Participation: None\r\nMessage: ','2012-04-04 20:02:47','2012-04-04 20:02:47',0),(120,'Kathryn Bourn','niobecat@gmail.com','5039959003','Group: Notre Dame Club of Portland\r\nSkills: gardening, sewing, very basic carpentry, design \r\nPast Participation: no\r\nMessage: Recruited to be on Joe Lapeyre\'s team. Not sure if I have the right \"group.\"','2012-04-05 03:03:12','2012-04-05 03:03:12',0),(121,'Brielyn Jensen','jens7967@pacificu.edu','','Group: OTAO\r\nSkills: \r\nPast Participation: No\r\nMessage: OTAO group ','2012-04-05 17:44:40','2012-04-05 17:44:40',0),(122,'William J Dostal','dostalsinhawaii@aol.com','503-248-7092','Group: \r\nSkills: General Contractor \r\nPast Participation: Yes\r\nMessage: ','2012-04-06 01:25:43','2012-04-06 01:25:43',0),(123,'Nathan Parr','parrne@gmail.com','','Group: Nailed It!\r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-04-06 16:49:15','2012-04-06 16:49:15',0),(124,'Carrel Lack','carrellack11@gmail.com','3607718459','Group: No\r\nSkills: Heavy lifting, tile laying\r\nPast Participation: Yes, 3 years\r\nMessage: ','2012-04-09 19:02:50','2012-04-09 19:02:50',0),(125,'Jody Hegenbarth','Jody_Hegenbarth@cmicro.com','503-702-7017','Group: Cascade Microtech\r\nSkills: \r\nPast Participation: none\r\nMessage: I am part of the Cascade Microtech group, have been told we will be part of a project on April 28. Thanks! ','2012-04-10 03:36:22','2012-04-10 03:36:22',0),(126,'Kat Stanulis','Katum43691@yahoo.com','503-915-2926','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: Would like to be placed with Stumptown Social Club please','2012-04-10 16:09:34','2012-04-10 16:09:34',0),(127,'Ed Marihart','ed.marihart@portlandoregon.gov','503-823-7373','Group: City of Portland - BDS\r\nSkills: General Labor, Organization\r\nPast Participation: No\r\nMessage: Volunteer Leader/Organizer for Volunteer Work group from Bureau of Development Services for National REbuild Day on April 28th','2012-04-10 16:31:45','2012-04-10 16:31:45',0),(128,'Sandra Archer','sandra@cmicro.com','503-810-4818','Group: Cascade MicroTech\r\nSkills: NA\r\nPast Participation: New\r\nMessage: I am registering per Tim Cleary request to help on April 28.','2012-04-10 20:20:04','2012-04-10 20:20:04',0),(129,'Paula Means','peej64@msn.com','503-810-4215','Group: Guardian Property Management\r\nSkills: \r\nPast Participation: \r\nMessage: The company my husband works for is puttng together a group volunteers and my husband and I want to be part of it. \r\nMy husband name is Shawn Means and he does maintenance work for Guardian Property Management. ','2012-04-10 21:52:28','2012-04-10 21:52:28',0),(130,'Will Dowsing','dowsing13@up.edu','206-902-7842','Group: \r\nSkills: 2 years construction experience, engineering major\r\nPast Participation: Some with RebuildingTogether Seattle\r\nMessage: I would love to help out with any projects you have.','2012-04-10 23:20:39','2012-04-10 23:20:39',0),(131,'Leticia Serrano','Leticia.Serrano@cmicro.com','503-705-5942','Group: Cascade Microtech, Inc.\r\nSkills: Paint, yard work, clean\r\nPast Participation: No. First Time\r\nMessage: Will do my best. Not too much experience doing home repair. Just basic stuff. ','2012-04-10 23:55:33','2012-04-10 23:55:33',0),(132,'Thom Lakin','Thom.Lakin@cmicro.com','503-997-6173','Group: Cascade MicroTech\r\nSkills: general - painting, yard work, etc.\r\nPast Participation: No\r\nMessage: Part of the Cascade MicroTech group.','2012-04-11 20:50:01','2012-04-11 20:50:01',0),(133,'Stephanie Arnheim & John Sheldon','stephanie@getusafit.com','503.539.2602','Group: Gayle Emmich\r\nSkills: Painting, yard work\r\nPast Participation: yes, 3 years\r\nMessage: Please sign myself and my husband John Sheldon up for Gayle\'s team for this month\'s build. I will email our volunteer forms tomorrow.\r\nThank you,','2012-04-12 06:09:41','2012-04-12 06:09:41',0),(134,'Kim Bonafede','kimbonafede@hotmail.com','503-228-9461','Group: OTAO\r\nSkills: painting, cleaning, yard york\r\nPast Participation: 2010, 2011\r\nMessage: ','2012-04-13 17:32:59','2012-04-13 17:32:59',0),(135,'Aaron Cavanaugh','aaroncavanaugh2@gmail.com','','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-04-14 02:33:57','2012-04-14 02:33:57',0),(136,'Darin Steblaj','darin.steblaj@gmail.com','','Group: OTAO\r\nSkills: painting, cleaning, landscaping, etc. \r\nPast Participation: Yes with Providence Occupational Therapy 2010, 2011\r\nMessage: ','2012-04-14 07:00:01','2012-04-14 07:00:01',0),(137,'Megan Kelly','mekelly01@gmail.com','8504438609','Group: OTAO\r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-04-15 06:07:20','2012-04-15 06:07:20',0),(138,'Betty Riddle','betty.riddle@providence.org','503 287 3238','Group: OTAO\r\nSkills: Misc (yardwork, cleaning, painting if given directions, other w/ directions)\r\nPast Participation: Yes (Providence Portland Med Ctr Occupational Therapists)\r\nMessage: Looking forward to doing this again. Very rewarding!!','2012-04-16 00:43:18','2012-04-16 00:43:18',0),(139,'Erica Pomerleau','pomerica@gmail.com','5039612764','Group: \r\nSkills: painting, cleaning\r\nPast Participation: \r\nMessage: Hi - I can help with painting and general cleanup. I\'d love to help out if you need an extra hand.\r\n\r\nBest, \r\nErica','2012-04-16 04:09:12','2012-04-16 04:09:12',0),(140,'Teresa Hasenour','teresa.hasenour@providence.org','815-238-6876','Group: OTAO\r\nSkills: Assisted with roofing, flooring, decks, wheelchair ramps. (Hammers, drills, nail guns, paint brushes)\r\nPast Participation: Not with this group. I have done home repairs before with another group in the Midwest for 12 yrs.\r\nMessage: I am not available in the morning. ','2012-04-18 15:39:33','2012-04-18 15:39:33',0),(141,'Fearn Smith','fearnsmith@gmail.com','503-756-4666','Group: \r\nSkills: Interior Designer, paint, tile, light electrical...etc.\r\nPast Participation: \r\nMessage: ','2012-04-18 20:01:27','2012-04-18 20:01:27',0),(142,'Janie and Mark Warner','thewarners13@msn.com','503 466 4242','Group: \r\nSkills: Would love to pack and deliver lunches\r\nPast Participation: yes\r\nMessage: Looking forward to helping out this year. Always glad to help your outstanding Executive Director!!!','2012-04-19 03:16:43','2012-04-19 03:16:43',0),(143,'Emily Shamrell','e.m.bradley@gmail.com','503-320-2660','Group: MCF/St. Mary\'s Cathedral\r\nSkills: \r\nPast Participation: n/a\r\nMessage: I am the volunteer coordinator for the MCF/St. Mary\'s Cathedral group. Including myself, we have 35 volunteers so far and I just requested they sign up online. Is there a way I can find out who has signed up after they do so? Thank you!','2012-04-19 03:30:30','2012-04-19 03:30:30',0),(144,'Pat Pearson','patpears@aol.com','503-492-1840','Group: Nailed It\r\nSkills: Gardening , Painting, Sheetrock, basic carpentry\r\nPast Participation: yes\r\nMessage: ','2012-04-19 14:46:59','2012-04-19 14:46:59',0),(145,'Mark Gilgan','magilgan@yahoo.com','503-348-0664','Group: Concordia U Students\r\nSkills: General maintenance, basic home repair, landscaping\r\nPast Participation: None\r\nMessage: We are a group of 4 working adult students in the degree program at Concordia University. We are excited as part of our class project to volunteer on April 28 with Rebuild Together Portland Helping people with home repairs. Attendees will be Mark Gilgan, Meagan Helm, Cody Gartner and Mark Meskel. Thank you.','2012-04-19 18:32:19','2012-04-19 18:32:19',0),(146,'Subhuti Lichtman','subhuti@itmonline.org','971-998-5571 (cell)','Group: MCF/St. Mary\'s Cathedral \r\nSkills: gardening/landscaping, clean-up, painting\r\nPast Participation: Last three years\r\nMessage: I will probably arrive closer to 9:00. I have a wheelbarrow and some garden tools. ','2012-04-20 03:31:30','2012-04-20 03:31:30',0),(147,'Mark Tipperreiter','eaglescout10@hotmail.com','','Group: MCF/St. Mary\'s Cathedral,\r\nSkills: \r\nPast Participation: Yes\r\nMessage: T-shirt size is Men\'s Medium','2012-04-20 03:34:22','2012-04-20 03:34:22',0),(148,'Michael PResby','mike_eprs@yahoo.com','7757205369','Group: MCF/St. Mary\'s Cathedral\r\nSkills: \r\nPast Participation: 1 event\r\nMessage: ','2012-04-20 05:21:53','2012-04-20 05:21:53',0),(149,'Megan Stratman','meganstratman@gmail.com','503-957-3294','Group: MCF/St. Mary\'s Cathedral\r\nSkills: \r\nPast Participation: yes\r\nMessage: RSVP\'ing for Apr 28 at 4736 NE Alameda Street, Portland, OR 97213','2012-04-20 16:38:30','2012-04-20 16:38:30',0),(150,'Nate Morrison','natepub@endyem.com','503-245-2837','Group: MCF/St. Mary\'s Cathedral\r\nSkills: Handyman-level, pretty much anything\r\nPast Participation: Yes\r\nMessage: ','2012-04-20 21:36:37','2012-04-20 21:36:37',0),(151,'Maria Morrison','natepub@endyem.com','503-245-2837','Group: MCF/St. Mary\'s Cathedral\r\nSkills: Yardwork, cleaning, past liason\r\nPast Participation: \r\nMessage: ','2012-04-20 21:37:25','2012-04-20 21:37:25',0),(152,'Mark Bisaccio','mark.bisaccio@gmail.com','503-347-0796','Group: MCF/St. Mary\'s Cathedral\r\nSkills: \r\nPast Participation: 2011\r\nMessage: ','2012-04-21 02:04:54','2012-04-21 02:04:54',0),(153,'Brook Higbee','brookhigbee@aol.com','(503) 695-5850','Group: MCF/St. Mary\'s Cathedral\r\nSkills: yard work, painting\r\nPast Participation: yes\r\nMessage: ','2012-04-21 02:24:50','2012-04-21 02:24:50',0),(154,'Joan Higbee','joanmhigbee@aol.com','(503) 695-5850','Group: MCF/St. Mary\'s Cathedral\r\nSkills: yard work, painting\r\nPast Participation: yes\r\nMessage: ','2012-04-21 02:25:54','2012-04-21 02:25:54',0),(155,'Meredith Zubel','Pandaqueen84@yahoo.com','','Hi I would like to help with MCF/ ST. Mary\'s Group in NE Portland on April 28.','2012-04-21 04:11:29','2012-04-21 04:11:29',0),(156,'greg Lemma','gl94wine@gmail.com','MCF/St. Mary\'s Cathedral','Group: \r\nSkills: \r\nPast Participation: Yes\r\nMessage: ','2012-04-21 14:35:59','2012-04-21 14:35:59',0),(157,'Michael Easley','michaeleasley@comcast.net','503-309-1458','Group: Michael Easley Group\r\nSkills: helper, yard work, \r\nPast Participation: yes\r\nMessage: Would like to work on a house close to where my dad is. \r\n\r\nAlso have two friends who will be in my group. Tommy Viggianno and Eric Wakeling.','2012-04-21 19:29:52','2012-04-21 19:29:52',0),(158,'Tommy Viggiano','tmviggiano@yahoo.com','5037894995','Group: Michael Easley\'s Group\r\nSkills: yard work, painting and some other general skills\r\nPast Participation: yes\r\nMessage: ','2012-04-21 19:42:18','2012-04-21 19:42:18',0),(159,'Eric Wakeling','Ericwakeling1@aol.com','503-309-8096','Group: Michael Easley\'s Group\r\nSkills: painting and yard work, good with tools\r\nPast Participation: not yet\r\nMessage: ','2012-04-21 19:44:20','2012-04-21 19:44:20',0),(160,'Joe Meshishnek','ajmesh@msn.com','503-524-6595','Group: MCF/St. Mary\'s Cathedral\r\nSkills: Some limited carpentry\r\nPast Participation: No\r\nMessage: ','2012-04-22 03:22:32','2012-04-22 03:22:32',0),(161,'Zachary White','ztwhite@hotmail.com','5034327397','Group: MCF/St. Mary\'s Cathedral\r\nSkills: \r\nPast Participation: No\r\nMessage: ','2012-04-22 17:22:46','2012-04-22 17:22:46',0),(162,'Jennifer Thomas','jethomas1@mac.com','','Group: MCF/St. Mary\'s Cathedral\r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-04-22 22:42:54','2012-04-22 22:42:54',0),(163,'Kristi Marchand','kristimarchand@gmail.com','(512) 663-8267','Group: MCF/St Mary\'s Cathedral\r\nSkills: none\r\nPast Participation: no\r\nMessage: Looking forward to having a great building day next Saturday with the MCF/St Mary\'s group!','2012-04-23 01:57:28','2012-04-23 01:57:28',0),(164,'Judy Tuinzing','Judath51@hotmail.com','(503) 248-0586','Group: MCF/St. Mary\'s Cathedral\r\nSkills: gardening, painting\r\nPast Participation: past 10 years or more\r\nMessage: Please let me know if this is the only house that Cathedral is working on. I would like to work with Sue & Bob Peterson.','2012-04-23 14:27:39','2012-04-23 14:27:39',0),(165,'Kerry Duffy','duffysix@hotmail.com','','Group: MCF/St. Mary\'s Cathedral\r\nSkills: Basic landscaping and painting\r\nPast Participation: No\r\nMessage: ','2012-04-23 18:48:09','2012-04-23 18:48:09',0),(166,'Chris O\'Dell','odell12@up.edu','971-678-0613','Group: UP Student\r\nSkills: Trash Truck\r\nPast Participation: Painting at Holy Cross\r\nMessage: Mike said he could put me on the trash truck crew. Thanks!','2012-04-23 21:02:17','2012-04-23 21:02:17',0),(167,'michelle stupek','michellestupek@hotmail.com','503-289-3745','Group: MCF/St. Mary\'s Cathedral\r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-04-23 22:19:57','2012-04-23 22:19:57',0),(168,'Mariana Schatte','schattemari@hotmail.com','5412311320','Group: MCF/St. Mary\'s Cathedral\r\nSkills: none\r\nPast Participation: none\r\nMessage: I can do some, I can\'t be around chemicals for too long and I can\'t do too much too heavy lifting. ','2012-04-24 02:41:21','2012-04-24 02:41:21',0),(169,'Buck McKay','buckmm@gmail.com','','Group: \r\nSkills: \r\nPast Participation: \r\nMessage: I would like to to work this Saturday with Emma Juhlin on the OTAO team.','2012-04-24 16:33:04','2012-04-24 16:33:04',0),(170,'Philip Wolf','Philip_Wolf@cmicro.com','(503)332-0380','Group: Cascade Microtech Inc.\r\nSkills: Carpentry\r\nPast Participation: None\r\nMessage: ','2012-04-24 22:52:12','2012-04-24 22:52:12',0),(171,'Kate Garrison','kate.garrison@gmail.com','5037075207','Group: Cascade Team\r\nSkills: Painting, landscaping\r\nPast Participation: None\r\nMessage: ','2012-04-24 23:22:21','2012-04-24 23:22:21',0),(172,'tracy &taylor schilling','dustyrascal@aol.com','5037241708','Group: self&daughter\r\nSkills: hard work-(whatever needed)house work, painting, minor jobs, yardwork\r\nPast Participation: no\r\nMessage: see you there','2012-04-25 04:09:15','2012-04-25 04:09:15',0),(173,'Robert Peterson','tothepetersons@gmail.com','503-621-1434','Group: MCI/St. Mary\'s Cathedra;\r\nSkills: \r\nPast Participation: \r\nMessage: ','2012-04-25 04:26:14','2012-04-25 04:26:14',0),(174,'Susan Peterson','tothepetersons@gmail.com','503-621-1434','Group: MCI/St. Mary\'s Cathedral\r\nSkills: painting, yard work\r\nPast Participation: \r\nMessage: ','2012-04-25 04:27:41','2012-04-25 04:27:41',0),(175,'Susan Peterson','tothepetersons@gmail.com','503-621-1434','Group: MCI/St. Mary\'s Cathedral\r\nSkills: painting, yard work\r\nPast Participation: yes! 8 years\r\nMessage: ','2012-04-25 04:29:14','2012-04-25 04:29:14',0);
/*!40000 ALTER TABLE `inquiries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `inquiry_settings`
--
DROP TABLE IF EXISTS `inquiry_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `inquiry_settings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`value` text,
`destroyable` tinyint(1) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `inquiry_settings`
--
LOCK TABLES `inquiry_settings` WRITE;
/*!40000 ALTER TABLE `inquiry_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `inquiry_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `page_part_translations`
--
DROP TABLE IF EXISTS `page_part_translations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_part_translations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`page_part_id` int(11) DEFAULT NULL,
`locale` varchar(255) DEFAULT NULL,
`body` text,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_page_part_translations_on_page_part_id` (`page_part_id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `page_part_translations`
--
LOCK TABLES `page_part_translations` WRITE;
/*!40000 ALTER TABLE `page_part_translations` DISABLE KEYS */;
INSERT INTO `page_part_translations` VALUES (1,1,'en','<h1>Welcome to Rebuilding Together Portland.</h1>\r\n<p>\r\n\r\n Rebuilding Together started over 30 years ago, with an act of grassroots activism and community engagement in Midland, Texas. Currently, we bring volunteers and communities together to improve the homes and lives of low-income homeowners. \r\n</p>\r\n <p>\r\n We celebrated our 22nd National Rebuild Day on April 28, 2012. Our goal was to repair and rehabilitate over 45 homes (and a non-profit community facility), and by every measure the day was a success!  </p>\r\n\r\n <p><a href=\"/plogger/index.php\">We have some great photos</a> from this year\'s project day. Thank you to the photographers that volunteered their time to document the work that our wonderful volunteers complete during the year. A great quote from one of our project homeowner\'s family:\r\n<em>\"I don\'t know how to put into words how much I want to thank everyone that helped on the house. It was a great experience for all of us, I think, and it definitely inspired me to go out and help others.\" </em>\r\n</p>\r\n<p>\r\n<img rel=\"450x450\" alt=\"New Image\" title=\"New Image\" src=\"/system/images/BAhbB1sHOgZmSSIqMjAxMi8wNS8zMC8xMl8zNF8wNl8xODlfTmV3X0ltYWdlLkpQRwY6BkVUWwg6BnA6CnRodW1iSSINNDUweDQ1MD4GOwZU/New%20Image.JPG\" width=\"450\" height=\"299\" />\r\n <img rel=\"450x450\" alt=\"New Image2\" title=\"New Image2\" src=\"/system/images/BAhbB1sHOgZmSSIrMjAxMi8wNS8zMC8xMl8zNV81OV83NTVfTmV3X0ltYWdlMi5KUEcGOgZFVFsIOgZwOgp0aHVtYkkiDTQ1MHg0NTA+BjsGVA/New%20Image2.JPG\" width=\"450\" height=\"299\" />\r\n</p>\r\n<p> \r\n Our key sponsors - thank you for making this all possible!</p>\r\n<p><img src=\"/system/images/BAhbBlsHOgZmSSIpMjAxMi8wNC8yNi8xMF8xOF8xOV8zOThfc3BvbnNvcnMucG5nBjoGRVQ/sponsors.png\" title=\"Sponsors\" alt=\"Sponsors\" width=\"815\" height=\"816\" /></p>','2011-12-24 20:46:03','2012-05-30 20:01:06'),(2,2,'en','<p>This is another block of content over here.</p>','2011-12-24 20:46:03','2011-12-24 20:46:03'),(3,3,'en','<h2>Sorry, there was a problem...</h2><p>The page you requested was not found.</p><p><a href=\'/\'>Return to the home page</a></p>','2011-12-24 20:46:03','2011-12-24 20:46:03'),(4,4,'en','<p>\r\n<strong>Rebuilding Together is a nation-wide organization</strong> and the leading one that provides critical home repairs, modifications and improvements for America’s low-income homeowners. We rebuild the homes and lives of the nation’s most vulnerable homeowners and families at no cost to those served. Our work extends beyond the four walls of a home to impact the health and vibrancy of entire communities.\r\n</p>\r\n<p>\r\nTo be eligible for consideration for 2013, the applicant must:\r\n</p>\r\n<ul>\r\n <li>Be the owner and occupant of the property\r\n </li>\r\n<li>Be low income (including but not limited to: elderly, disabled, families with children, veterans)\r\n </li>\r\n<li>Be unable both financially and physically to complete repairs themselves\r\n </li>\r\n<li>Live in a property located in the City of Portland\r\n</li>\r\n</ul>\r\n\r\n<p>\r\nRebuilding Together Portland screens approximately 150 low income homeowners and selects about 50-55 homes for\r\nrepair during the entire year. In addition, 5-8 non-profit organizations benefit from our services as well. Rebuilding Together\r\nPortland organizes over 1,400 volunteers from all walks of life to unite on the last Saturday in April each year to complete\r\nequivalent to $1,000,000 worth of improvements to the community on that one day. Other individual projects are performed throughout\r\nthe year. These efforts are made possible with a 19 member Board of Directors, financial contributions, and the efforts of over 1,700 volunteers yearly.\r\n</p>\r\n<p><img rel=\"450x450\" alt=\"House #42\" title=\"House #42\" src=\"/system/images/BAhbB1sHOgZmSSIpMjAxMi8wNS8zMC8xMl8yNV80Ml83OTVfSG91c2VfNDIuanBnBjoGRVRbCDoGcDoKdGh1bWJJIg00NTB4NDUwPgY7BlQ/House%20#42.jpg\" width=\"450\" height=\"299\" /></p> \r\n<h2>Contact Information</h2>\r\n<p><strong>Rebuilding Together Portland</strong> </p>\r\n<p>5000 N. Willamette Blvd. Portland, OR 97203-5798 </p>\r\n<p>Phone 503.943.7515 or Fax 503.943.7322</p>\r\n\r\n\r\n<p>Email Mike Malone (Executive Director) - mikemalone@rebuildingtogetherportland.org </p>\r\n<p>or Sara Miller (Assistant Director) - millers@up.edu</p>\r\n\r\n<p>\r\n<a href=\"/r/logos_page\">Official Logos available for download</a>\r\n</p>\r\n','2011-12-24 20:46:03','2012-06-01 16:40:37'),(5,5,'en','','2011-12-24 20:46:03','2011-12-24 20:54:45'),(6,6,'en','<h2>Board Officers</h2>\r\n<table class=\"boardnames\">\r\n<tbody><tr><td class=\"name\">Michael Desimone</td>\r\n<td>President </td>\r\n<td>Key Bank</td>\r\n</tr>\r\n<tr><td class=\"name\">Kate Chavez<br />Valerie Ebinger<br />Thomas Moore</td>\r\n<td>Vice President<br />Vice President<br />Vice President<br /> </td>\r\n<td>Enterprise Community Investment, Inc.<br />CorSource Technology Group, Inc.<br />Turner Construction\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr><td class=\"name\">Mike Malone </td>\r\n<td>Executive Director </td>\r\n<td> Rebuilding Together Portland</td>\r\n</tr>\r\n<tr><td class=\"name\">Holly Krenek</td>\r\n<td>Treasurer</td>\r\n<td> Langley Investment Properties, Inc</td>\r\n</tr>\r\n<tr><td class=\"name\">Sarah Williams<br />Whitney True</td>\r\n<td>Co-Secretary<br />Co-Secretary</td>\r\n<td>Holland Residential<br />McClenahan Bruer Communications\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<h2>Board of Directors</h2>\r\n<table class=\"boardnames\">\r\n<tbody><tr><td class=\"name\">Paul Luty</td>\r\n<td>Past President, University of Portland Facilities Planning\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\">Brandon Zabrocki</td>\r\n<td>US Bank\r\n</td>\r\n</tr>\r\n\r\n<tr><td class=\"name\">Mitch Falkenstein</td>\r\n<td>First Option Mortgage\r\n\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\">Brian Vetrone </td>\r\n<td>Hampton Affiliates</td>\r\n</tr>\r\n\r\n<tr><td class=\"name\">Nic Levesque </td>\r\n<td>Turner Construction\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\">Dave Lyons </td>\r\n<td>JDL Development\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\">Pat Olson</td>\r\n<td>Leaf Guard\r\n</td>\r\n</tr>\r\n\r\n<tr><td class=\"name\">Brian Thompson</td>\r\n<td>Esco Corporation</td>\r\n</tr>\r\n<tr><td class=\"name\">Mark Easley</td>\r\n<td>Easley Resource Group</td>\r\n</tr>\r\n\r\n<tr><td class=\"name\">Deacon John Ries</td>\r\n<td>Retired Deacon</td>\r\n</tr>\r\n<tr><td class=\"name\"></td>\r\n<td></td>\r\n</tr>\r\n\r\n<tr><td class=\"name\"></td>\r\n<td><a href=\"http://www.hollandresidential.com\"></a>\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\"></td>\r\n<td><a href=\"http://www.usbank.com\"></a>\r\n</td>\r\n</tr>\r\n\r\n</tbody>\r\n</table>\r\n','2011-12-24 20:58:11','2012-09-05 17:34:51'),(7,7,'en','','2011-12-24 20:58:11','2011-12-24 20:58:11'),(8,8,'en',' \r\n<p>\r\n<strong>All repairs completed are free for homeowners who are selected for our program. </strong> Rebuilding Together Portland is an all volunteer based, home repair organization that brings volunteers, materials, financial resources and logistical expertise together in an effort to serve low income homeowners that are elderly, disabled, family with children and veterans throughout the City of Portland, allowing them to live in a safe, secure and independent environment.\r\n</p>\r\n<p><img rel=\"450x450\" alt=\"New Image\" title=\"New Image\" src=\"/system/images/BAhbB1sHOgZmSSIpMjAxMi8wNS8zMC8xMl81MV8yMl8xOF9OZXdfSW1hZ2UuSlBHBjoGRVRbCDoGcDoKdGh1bWJJIg00NTB4NDUwPgY7BlQ/New%20Image.JPG\" width=\"450\" height=\"338\" /></p>\r\n <p>\r\nEligibility requirements:\r\n</p>\r\n<ul>\r\n <li>Applicant must own and live in the property where repair work would be done.\r\n </li>\r\n\r\n<li>Applicant is both financially and physically unable to complete the repairs. \r\n </li>\r\n<li>Applicant must be able to verify income.</li>\r\n\r\n\r\n<li>The property is located in the city of Portland.\r\n</li>\r\n</ul>\r\n<p>\r\nIneligible homes include:\r\n</p>\r\n<ul>\r\n <li>Rental properties\r\n </li>\r\n<li>Household income above 80% Median Family Income.\r\n</li>\r\n<li>Houses that are subject to any pending foreclosure actions or actions to enforce liens.</li>\r\n</ul>\r\n<p>\r\nHomeowners are selected through an application process which includes submitting an application, qualifying for our program based on income thresholds and also a home inspection. Our Homeowner Interview Teams meet with the homeowner to explain our program and to review the requested repairs.  The Team then fills out a report and submits it to the House Selection Committee, consisting of Rebuilding Together Portland Board Members.  The House Selection Committee determines which projects are tentatively selected to be worked on during our National Rebuild Day.  All applicants will be notified by mail at least one month prior to the workday.</p>\r\n \r\n <p>\r\nDue to weather, volunteer availability and unforeseen problems that may arise, work that is planned to be done is tentative.   These factors may affect the actual work that is able to be completed. The House Captain (or project leader) will decide what work can and cannot be done on the day of work. </p>\r\n <p>\r\n <a title=\"Homeowner Referral Form \'12 13\" href=\"/system/resources/BAhbBlsHOgZmSSI%7EMjAxMi8wNS8yOS8xMl81Ml8xNF8yNjVfSG9tZW93bmVyX1JlZmVycmFsX0Zvcm1fMTJfMTMuZG9jeAY6BkVU/Homeowner%20Referral%20Form%20%2712-13.docx\">Click Here to Download an Application</a>\r\n\r\n </p>\r\n \r\n\r\n\r\n','2011-12-24 20:59:29','2012-05-30 20:00:26'),(9,9,'en',' \r\n <p>House Captains are our project leaders, and help ensure that each and every project is a success on our National Rebuild Day..\r\n If you are interested in becoming a House Captain, please contact Mike Malone at <a href=\"mailto:MikeMalone@RebuildingTogetherPortland.org\">MikeMalone@RebuildingTogetherPortland.org</a>\r\n</p>\r\n\r\n <p>If you\'ve already signed up, <strong>thank you!</strong> The House Captain\'s role is a crucial element in making our program a success. It is your skills, hard work and dedication that get our repair and rehabilitation work completed effectively and efficiently. This role will be challenging and at the same time very rewarding.\r\n </p>\r\n<p>\r\nFor more information, start here: <a id=\"wym-1327689629374\" title=\"Rt 2012\' Hc Lttr\" href=\"/system/resources/BAhbBlsHOgZmSSIwMjAxMi8wMS8yNy8xMF8yNV8yMl85NDNfUlRfMjAxMl9oY19sdHRyLmRvYwY6BkVU/RT%202012%27%20hc%20lttr.doc\">Letter to House Captains</a> (with 2012 schedule)\r\n</p>\r\n<h2>Resources for House Captains</h2>\r\n<ul>\r\n<li style=\"list-style-image: url(/images/icons/new.png);margin-bottom: 20px;\"><em>Updated for 2012</em>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_white_acrobat.png);\"><a href=\"/files/2011/2011_campus_map.pdf\">\r\n \r\n Campus\r\n\r\n Map\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_guidelines_for_house_liaisons.doc\">\r\n \r\n Guidelines\r\n\r\n For\r\n\r\n House\r\n\r\n Liaisons\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_hc_handbook_planning_ahead.doc.doc\">\r\n \r\n Hc\r\n\r\n Handbook\r\n\r\n Planning\r\n\r\n Ahead\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_hc_handbook_the_work_day.doc.doc\">\r\n \r\n Hc\r\n\r\n Handbook\r\n\r\n The\r\n\r\n Work\r\n\r\n Day\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a title=\"2012 Hc Orientation Agenda\" href=\"/system/resources/BAhbBlsHOgZmSSI7MjAxMi8wMS8yNy8xMF80M180OF8zODZfMjAxMl9oY19vcmllbnRhdGlvbl9hZ2VuZGEuZG9jBjoGRVQ/2012_hc_orientation_agenda.doc\">\r\n \r\n Hc\r\n\r\n Orientation\r\n\r\n Agenda\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_hc_role_&_responsibilities.doc\">\r\n \r\n Hc\r\n\r\n Role\r\n\r\n &\r\n\r\n Responsibilities\r\n</a>\r\n</li>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_homeowner_interview-house_inspection_sign_up.doc\">\r\n \r\n </a>\r\n<a title=\"2012 Hc Volunteer List Work Sheet\" href=\"/system/resources/BAhbBlsHOgZmSSJCMjAxMi8wMS8yNy8xMF80NF8wNl8xOThfMjAxMl9oY192b2x1bnRlZXJfbGlzdF93b3JrX3NoZWV0LmRvYwY6BkVU/2012_hc_volunteer_list_work_sheet.doc\">Hc Volunteer List Work Sheet</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_house_captain_evaluation.doc\">\r\n \r\n House\r\n\r\n Captain\r\n\r\n Evaluation\r\n</a>\r\n</li>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_lead-safe_remodeling_procedures.doc\">\r\n \r\n Lead-safe\r\n\r\n Remodeling\r\n\r\n Procedures\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_white_acrobat.png);\"><a href=\"/files/2011/2011_lowes_order_form.pdf\">\r\n \r\n Lowes\r\n\r\n Order\r\n\r\n Form\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url("/images/icons/page_excel.png");\"><a href=\"/files/2011/2011_material_help.xls\">\r\n \r\n Material\r\n\r\n Help\r\n</a>\r\n</li>\r\n<li style=\"list-style-image: url(/images/icons/page_excel.png);\"><a title=\"Materials Reminder\" href=\"/system/resources/BAhbBlsHOgZmSSIzMjAxMi8wMy8yOC8xMV80OF8xOF82MDlfTWF0ZXJpYWxzX1JlbWluZGVyLnBkZgY6BkVU/Materials%20Reminder.pdf\">Materials Reminder</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_med_treatment_authorization_for_minor.doc\">\r\n \r\n Med\r\n\r\n Treatment\r\n\r\n Authorization\r\n\r\n For\r\n\r\n Minor\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_safety_tool_box_talk_guidelines.doc\">\r\n \r\n Safety\r\n\r\n Tool\r\n\r\n Box\r\n\r\n Talk\r\n\r\n Guidelines\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url("/images/icons/page_word.png");\"><a href=\"/files/2011/2011_scope_of_work.doc\">\r\n \r\n Scope\r\n\r\n Of\r\n\r\n Work\r\n</a>\r\n</li>\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a title=\"2012 Homeowner Interview House Inspection Sign Up\" href=\"/system/resources/BAhbBlsHOgZmSSJSMjAxMi8wMS8yNy8xMF80NV80Nl81ODZfMjAxMl9ob21lb3duZXJfaW50ZXJ2aWV3X2hvdXNlX2luc3BlY3Rpb25fc2lnbl91cC5kb2MGOgZFVA/2012_homeowner_interview-house_inspection_sign_up.doc\">Homeowner Interview & House Inspection Sign Up</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_updated_volunteer_agreement_and_release.doc\">\r\n \r\n </a>\r\n<a title=\"2012 Homeowner Agreement\" href=\"/system/resources/BAhbBlsHOgZmSSI5MjAxMi8wMS8yNy8xMF80NV8xMV8zNjhfMjAxMl9ob21lb3duZXJfYWdyZWVtZW50LmRvYwY6BkVU/2012_homeowner_agreement.doc\">Homeowner Agreement</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_volunteer_estimate_form.doc\">\r\n \r\n </a>\r\n<a title=\"2012 Updated Volunteer Agreement And Release\" href=\"/system/resources/BAhbBlsHOgZmSSJNMjAxMi8wMS8yNy8xMF80Nl8zMF83NjJfMjAxMl91cGRhdGVkX3ZvbHVudGVlcl9hZ3JlZW1lbnRfYW5kX3JlbGVhc2UuZG9jBjoGRVQ/2012_updated_volunteer_agreement_and_release.doc\">Volunteer Agreement and Release</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_volunteer_opportunities_form.doc\">\r\n \r\n \r\n</a>\r\n<a title=\"2012 Volunteer Opportunities Form\" href=\"/system/resources/BAhbBlsHOgZmSSJCMjAxMi8wMS8yNy8xMF80N18yNV82NTNfMjAxMl92b2x1bnRlZXJfb3Bwb3J0dW5pdGllc19mb3JtLmRvYwY6BkVU/2012_volunteer_opportunities_form.doc\">Volunteer Opportunities Form</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url("/images/icons/page_word.png");\"><a href=\"/files/2011/lowes_material_procedures_2011.doc\">\r\n \r\n Lowes\r\n\r\n Material\r\n\r\n Procedures\r\n</a>\r\n</li>\r\n<li style=\"list-style-image: url("/images/icons/page_word.png");\"><a title=\"Starbucks Coffee Request 2012\" href=\"/system/resources/BAhbBlsHOgZmSSI%7EMjAxMi8wMy8yMS8xMl81MF81NF82NDFfU3RhcmJ1Y2tzX0NvZmZlZV9SZXF1ZXN0XzIwMTIuZG9jeAY6BkVU/Starbucks%20Coffee%20Request%202012.docx\">Starbucks Coffee Request</a>\r\n</li>\r\n<li style=\"list-style-image: url("/images/icons/page_word.png");\"><a title=\"2012 House Captains Reminder Lttr\" href=\"/system/resources/BAhbBlsHOgZmSSJCMjAxMi8wNC8xOS8xMV80Ml80MF81NDVfMjAxMl9ob3VzZV9jYXB0YWluc19yZW1pbmRlcl9sdHRyLmRvYwY6BkVU/2012_house_captains_reminder_lttr.doc\">House Captains Reminder Lttr</a>\r\n</li>\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a title=\"Mc Menamin Locations\" href=\"/system/resources/BAhbBlsHOgZmSSI1MjAxMi8wNC8xOS8xMV80Ml81MF80NzFfTWNNZW5hbWluX2xvY2F0aW9ucy5kb2N4BjoGRVQ/McMenamin%20locations.docx\">McMenamin\'s Locations for Discount</a>\r\n</li>\r\n\r\n\r\n\r\n\r\n</ul>\r\n\r\n <h2>Contact Information</h2>\r\n<p><strong>Dave Lyons, Committee Chairman</strong>  503.248.2030 </p>\r\n<p>Please confirm your attendance: </p>\r\n<p><a href=\"dave@jdldev.com\">Dave Lyons - dave@jdldev.com</a> or </p>\r\n<p><a href=\"mailto:MikeMalone@RebuildingTogetherPortland.org\">Mike Malone - MikeMalone@RebuildingTogetherPortland.org</a> </p>\r\n','2011-12-24 20:59:55','2012-05-09 21:01:42'),(10,10,'en','<p>\r\n<strong>Free facility repairs available for Non-Profits.</strong> </p>\r\n\r\n\r\n<p>\r\nTo be eligible for consideration, the applicant\'s Non-Profit organization must:\r\n</p>\r\n<ul>\r\n <li>Be the owner/occupant of the property </li>\r\n<li>Assist low income individuals or other populations in need in the community\r\n </li>\r\n<li>Be unable both financially and physically to complete the repairs themselves\r\n </li>\r\n<li>Be located in the city of Portland.\r\n</li>\r\n</ul>\r\n<p>\r\n<strong>Safety and security are the first priorities</strong>. Our skilled and unskilled volunteers do all\r\ntypes of work including painting, plumbing, electrical, carpentry, weatherization, yard cleaning,\r\ndebris removal, and much more.\r\n</p>\r\n\r\n<p>\r\nTo apply to our program, please fill the application out and return it to our office.\r\n</p>\r\n <p>\r\n <a title=\"Non Profit Referral Form \'12 13\" href=\"/system/resources/BAhbBlsHOgZmSSI%7EMjAxMi8wNS8xNS8xM18yNF8zNl80MzRfTm9uX1Byb2ZpdF9SZWZlcnJhbF9Gb3JtXzEyXzEzLmRvYwY6BkVU/Non-Profit%20Referral%20Form%20%2712-13.doc\">Click Here to Download an Application</a>\r\n\r\n </p>\r\n \r\n<br />\r\n\r\n','2011-12-24 21:00:43','2012-06-01 16:44:04'),(11,11,'en','The elements of the \r\n national logo consist of the artwork (\"the \r\n symbol\") and the words Rebuilding Together. \r\n It is a unique mark and may not be altered. \r\n The logo must not be redrawn and cannot \r\n include any additional graphic \r\n embellishments. The position and size \r\n relationship of the elements should not be \r\n changed. It should be reproduced from the \r\n artwork provided by the national \r\n organization or from a digital version, \r\n available on the CD accompanying this manual \r\n or downloadable from the members-only \r\n section of www.rebuildingtogether.org in a \r\n number of formats and versions. The national \r\n office has trademark protection for the \r\n Rebuilding Together logo. Always use the ® \r\n that appears at the base of the \"r\" in \r\n \"Together.\" Do not use the logo as a part of \r\n another corporate name.<br />\r\n By downloading any logos from this site, you \r\n are agreeing to adhere to these guidelines.\r\n\r\n<h2>Downloads</h2>\r\n<style>\r\n img\r\n {\r\n border: none;\r\n }\r\n</style>\r\n<table style=\"width: 100%\">\r\n <tbody><tr>\r\n <td class=\"style20\">\r\n <span class=\"style19\"> <a href=\"/logos/RT_2Clogo_horiz.jpg\" class=\"style14\"><img src=\"/images/RT_2Clogo_horiz_small.jpg\" width=\"344\" height=\"100\" class=\"style17\" /></a>\r\n<br />\r\n <a href=\"/logos/RT_2Clogo_horiz.eps\">\r\n RT_2Clogo_horiz.eps</a>\r\n<br />\r\n <a href=\"/logos/RT_2Clogo_horiz.jpg\">\r\n RT_2Clogo_horiz.jpg</a>\r\n<br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_2Clogo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_2Clogo_stacked_small.jpg\" width=\"204\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_2Clogo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_2Clogo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_2Clogo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_2Clogo_stacked.eps</span>\r\n</a>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_Blacklogo_horiz.jpg\"><span class=\"style22\"><img src=\"/images/RT_Blacklogo_horiz_small.jpg\" width=\"344\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_Blacklogo_horiz.jpg\">\r\n <span class=\"style22\">\r\n RT_Blacklogo_horiz.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_Blacklogo_horiz.eps\">\r\n <span class=\"style22\">\r\n RT_Blacklogo_horiz.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_Blacklogo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_Blacklogo_stacked_small.jpg\" width=\"204\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_Blacklogo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_Blacklogo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_Blacklogo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_Blacklogo_stacked.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_GSlogo_horiz.jpg\"><span class=\"style22\"><img src=\"/images/RT_GSlogo_horiz_small.jpg\" width=\"344\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_GSlogo_horiz.jpg\">\r\n <span class=\"style22\">\r\n RT_GSlogo_horiz.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_GSlogo_horiz.eps\">\r\n <span class=\"style22\">\r\n RT_GSlogo_horiz.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_GSlogo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_GSlogo_stacked_small.jpg\" width=\"204\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_GSlogo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_GSlogo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_GSlogo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_GSlogo_stacked.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_PMS368logo_horiz.jpg\"><span class=\"style22\"><img src=\"/images/RT_PMS368logo_horiz_small.jpg\" width=\"344\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_PMS368logo_horiz.jpg\">\r\n <span class=\"style22\">\r\n RT_PMS368logo_horiz.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_PMS368logo_horiz.eps\">\r\n <span class=\"style22\">\r\n RT_PMS368logo_horiz.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_PMS368logo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_PMS368logo_stacked_small.jpg\" width=\"204\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_PMS368logo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_PMS368logo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_PMS368logo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_PMS368logo_stacked.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_KOlogo_horiz.jpg\"><span class=\"style22\"><img src=\"/images/RT_KOlogo_horiz_small.jpg\" width=\"291\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_horiz.jpg\">\r\n <span class=\"style22\">\r\n RT_KOlogo_horiz.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_horiz.eps\">\r\n <span class=\"style22\">\r\n RT_KOlogo_horiz.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_KOlogo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_KOlogo_stacked_small.jpg\" width=\"192\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_KOlogo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_KOlogo_stacked.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_KOlogo_horizWHT.jpg\"><span class=\"style22\"><img src=\"/images/RT_KOlogo_horizWHT_small.jpg\" width=\"282\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_horizWHT.jpg\">\r\n <span class=\"style22\">\r\n RT_KOlogo_horizWHT.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_horizWHT.eps\">\r\n <span class=\"style22\">\r\n RT_KOlogo_horizWHT.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_KOlogo_stackedWHT.jpg\"><span class=\"style22\"><img src=\"/images/RT_KOlogo_stackedWHT_small.jpg\" width=\"184\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_stackedWHT.jpg\">\r\n <span class=\"style22\">\r\n RT_KOlogo_stackedWHT.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_stackedWHT.eps\">\r\n <span class=\"style22\">\r\n RT_KOlogo_stackedWHT.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n </tbody>\r\n</table>','2011-12-24 21:02:35','2011-12-24 21:03:14'),(12,12,'en','<p>\r\n <strong>You can make a difference.</strong> Experience the great feeling that comes with helping out your community. Our volunteers come to us with all different levels of skills, and every helping hand makes a difference.\r\n Whether you\'re a skilled tradesman or simply looking to help out any way you can, please fill out the form below to get started. Also, we\'ll need these forms completed before the work day:\r\n<br /><br />\r\n\r\n<a href=\"/files/2011/2011_med_treatment_authorization_for_minor.doc\">Medical Treatment Authorization (for minors)</a>\r\n<br />\r\n<a title=\"Liability Waiver Form\" href=\"/system/resources/BAhbBlsHOgZmSSI2MjAxMi8wOS8xMi8xMF8wN181MV8zNzBfTGlhYmlsaXR5X1dhaXZlcl9Gb3JtLmRvYwY6BkVU/Liability%20Waiver%20Form.doc\">Volunteer\'s Agreement</a>\r\n</p>\r\n<h2>A BIG thanks to our 1200+ volunteers that made our April 28th, 2012 work day a huge success!  Volunteer registration is closed until this fall.  </h2>\r\n','2011-12-24 21:27:22','2012-09-12 17:08:11'),(13,13,'en','<p><strong>Rebuilding Together * Portland</strong>\r\n<br />\r\n5000 N. Willamette Blvd. Portland, OR 97203-5798<br />\r\nPhone: 503-943-7515<br />\r\nFax: 503-943-7322<br />\r\n<a href=\"mailto:MikeMalone@rebuildingtogetherportland.org\">MikeMalone@rebuildingtogetherportland.org</a>\r\n<br />\r\n</p>\r\n','2011-12-24 21:27:22','2011-12-24 21:33:50'),(14,14,'en','<p>We\'ve received your inquiry and will get back to you with a response shortly.</p><p><a href=\'/\'>Return to the home page</a></p>','2011-12-24 21:27:22','2011-12-24 21:27:22'),(15,15,'en','<p>We respect your privacy. We do not market, rent or sell our email list to any outside parties.</p><p>We need your e-mail address so that we can ensure that the people using our forms are bona fide. It also allows us to send you e-mail newsletters and other communications, if you opt-in. Your postal address is required in order to send you information and pricing, if you request it.</p><p>Please call us at 123 456 7890 if you have any questions or concerns.</p>','2011-12-24 21:27:22','2011-12-24 21:27:22'),(17,17,'en','<p>testteste</p>','2012-02-02 18:22:29','2012-02-02 18:22:29'),(19,19,'en','<p><a target=\"_blank\" title=\"http://www.pacificpower.net/foundation\" href=\"http://www.pacificpower.net/foundation\"><img rel=\"225x255\" alt=\"Pp Foundation\" title=\"Pp Foundation\" src=\"/system/images/BAhbB1sHOgZmSSItMjAxMi8wOS8xMi8wOV80MF8yN18zNjZfUFBGb3VuZGF0aW9uLkpQRwY6BkVUWwg6BnA6CnRodW1iSSINMjI1eDI1NT4GOwZU/PPFoundation.JPG\" width=\"225\" height=\"69\" /></a>\r\n</p>','2012-09-12 16:46:46','2012-09-12 16:46:46');
/*!40000 ALTER TABLE `page_part_translations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `page_parts`
--
DROP TABLE IF EXISTS `page_parts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_parts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`page_id` int(11) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`body` text,
`position` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_page_parts_on_id` (`id`),
KEY `index_page_parts_on_page_id` (`page_id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `page_parts`
--
LOCK TABLES `page_parts` WRITE;
/*!40000 ALTER TABLE `page_parts` DISABLE KEYS */;
INSERT INTO `page_parts` VALUES (1,1,'Body','<h1>Welcome to Rebuilding Together Portland.</h1>\r\n<p>\r\n\r\n Rebuilding Together started over 30 years ago, with an act of grassroots activism and community engagement in Midland, Texas. Currently, we bring volunteers and communities together to improve the homes and lives of low-income homeowners. \r\n</p>\r\n <p>\r\n We celebrated our 22nd National Rebuild Day on April 28, 2012. Our goal was to repair and rehabilitate over 45 homes (and a non-profit community facility), and by every measure the day was a success!  </p>\r\n\r\n <p><a href=\"/plogger/index.php\">We have some great photos</a> from this year\'s project day. Thank you to the photographers that volunteered their time to document the work that our wonderful volunteers complete during the year. A great quote from one of our project homeowner\'s family:\r\n<em>\"I don\'t know how to put into words how much I want to thank everyone that helped on the house. It was a great experience for all of us, I think, and it definitely inspired me to go out and help others.\" </em>\r\n</p>\r\n<p>\r\n<img rel=\"450x450\" alt=\"New Image\" title=\"New Image\" src=\"/system/images/BAhbB1sHOgZmSSIqMjAxMi8wNS8zMC8xMl8zNF8wNl8xODlfTmV3X0ltYWdlLkpQRwY6BkVUWwg6BnA6CnRodW1iSSINNDUweDQ1MD4GOwZU/New%20Image.JPG\" width=\"450\" height=\"299\" />\r\n <img rel=\"450x450\" alt=\"New Image2\" title=\"New Image2\" src=\"/system/images/BAhbB1sHOgZmSSIrMjAxMi8wNS8zMC8xMl8zNV81OV83NTVfTmV3X0ltYWdlMi5KUEcGOgZFVFsIOgZwOgp0aHVtYkkiDTQ1MHg0NTA+BjsGVA/New%20Image2.JPG\" width=\"450\" height=\"299\" />\r\n</p>\r\n<p> \r\n Our key sponsors - thank you for making this all possible!</p>\r\n<p><img src=\"/system/images/BAhbBlsHOgZmSSIpMjAxMi8wNC8yNi8xMF8xOF8xOV8zOThfc3BvbnNvcnMucG5nBjoGRVQ/sponsors.png\" title=\"Sponsors\" alt=\"Sponsors\" width=\"815\" height=\"816\" /></p>',0,'2011-12-24 20:46:03','2012-05-30 20:01:06'),(3,2,'Body','<h2>Sorry, there was a problem...</h2><p>The page you requested was not found.</p><p><a href=\'/\'>Return to the home page</a></p>',0,'2011-12-24 20:46:03','2011-12-24 20:46:03'),(4,3,'Body','<p>\r\n<strong>Rebuilding Together is a nation-wide organization</strong> and the leading one that provides critical home repairs, modifications and improvements for America’s low-income homeowners. We rebuild the homes and lives of the nation’s most vulnerable homeowners and families at no cost to those served. Our work extends beyond the four walls of a home to impact the health and vibrancy of entire communities.\r\n</p>\r\n<p>\r\nTo be eligible for consideration for 2013, the applicant must:\r\n</p>\r\n<ul>\r\n <li>Be the owner and occupant of the property\r\n </li>\r\n<li>Be low income (including but not limited to: elderly, disabled, families with children, veterans)\r\n </li>\r\n<li>Be unable both financially and physically to complete repairs themselves\r\n </li>\r\n<li>Live in a property located in the City of Portland\r\n</li>\r\n</ul>\r\n\r\n<p>\r\nRebuilding Together Portland screens approximately 150 low income homeowners and selects about 50-55 homes for\r\nrepair during the entire year. In addition, 5-8 non-profit organizations benefit from our services as well. Rebuilding Together\r\nPortland organizes over 1,400 volunteers from all walks of life to unite on the last Saturday in April each year to complete\r\nequivalent to $1,000,000 worth of improvements to the community on that one day. Other individual projects are performed throughout\r\nthe year. These efforts are made possible with a 19 member Board of Directors, financial contributions, and the efforts of over 1,700 volunteers yearly.\r\n</p>\r\n<p><img rel=\"450x450\" alt=\"House #42\" title=\"House #42\" src=\"/system/images/BAhbB1sHOgZmSSIpMjAxMi8wNS8zMC8xMl8yNV80Ml83OTVfSG91c2VfNDIuanBnBjoGRVRbCDoGcDoKdGh1bWJJIg00NTB4NDUwPgY7BlQ/House%20#42.jpg\" width=\"450\" height=\"299\" /></p> \r\n<h2>Contact Information</h2>\r\n<p><strong>Rebuilding Together Portland</strong> </p>\r\n<p>5000 N. Willamette Blvd. Portland, OR 97203-5798 </p>\r\n<p>Phone 503.943.7515 or Fax 503.943.7322</p>\r\n\r\n\r\n<p>Email Mike Malone (Executive Director) - mikemalone@rebuildingtogetherportland.org </p>\r\n<p>or Sara Miller (Assistant Director) - millers@up.edu</p>\r\n\r\n<p>\r\n<a href=\"/r/logos_page\">Official Logos available for download</a>\r\n</p>\r\n',0,'2011-12-24 20:46:03','2012-06-01 16:40:37'),(6,4,'Body','<h2>Board Officers</h2>\r\n<table class=\"boardnames\">\r\n<tbody><tr><td class=\"name\">Michael Desimone</td>\r\n<td>President </td>\r\n<td>Key Bank</td>\r\n</tr>\r\n<tr><td class=\"name\">Kate Chavez<br />Valerie Ebinger<br />Thomas Moore</td>\r\n<td>Vice President<br />Vice President<br />Vice President<br /> </td>\r\n<td>Enterprise Community Investment, Inc.<br />CorSource Technology Group, Inc.<br />Turner Construction\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr><td class=\"name\">Mike Malone </td>\r\n<td>Executive Director </td>\r\n<td> Rebuilding Together Portland</td>\r\n</tr>\r\n<tr><td class=\"name\">Holly Krenek</td>\r\n<td>Treasurer</td>\r\n<td> Langley Investment Properties, Inc</td>\r\n</tr>\r\n<tr><td class=\"name\">Sarah Williams<br />Whitney True</td>\r\n<td>Co-Secretary<br />Co-Secretary</td>\r\n<td>Holland Residential<br />McClenahan Bruer Communications\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<h2>Board of Directors</h2>\r\n<table class=\"boardnames\">\r\n<tbody><tr><td class=\"name\">Paul Luty</td>\r\n<td>Past President, University of Portland Facilities Planning\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\">Brandon Zabrocki</td>\r\n<td>US Bank\r\n</td>\r\n</tr>\r\n\r\n<tr><td class=\"name\">Mitch Falkenstein</td>\r\n<td>First Option Mortgage\r\n\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\">Brian Vetrone </td>\r\n<td>Hampton Affiliates</td>\r\n</tr>\r\n\r\n<tr><td class=\"name\">Nic Levesque </td>\r\n<td>Turner Construction\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\">Dave Lyons </td>\r\n<td>JDL Development\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\">Pat Olson</td>\r\n<td>Leaf Guard\r\n</td>\r\n</tr>\r\n\r\n<tr><td class=\"name\">Brian Thompson</td>\r\n<td>Esco Corporation</td>\r\n</tr>\r\n<tr><td class=\"name\">Mark Easley</td>\r\n<td>Easley Resource Group</td>\r\n</tr>\r\n\r\n<tr><td class=\"name\">Deacon John Ries</td>\r\n<td>Retired Deacon</td>\r\n</tr>\r\n<tr><td class=\"name\"></td>\r\n<td></td>\r\n</tr>\r\n\r\n<tr><td class=\"name\"></td>\r\n<td><a href=\"http://www.hollandresidential.com\"></a>\r\n</td>\r\n</tr>\r\n<tr><td class=\"name\"></td>\r\n<td><a href=\"http://www.usbank.com\"></a>\r\n</td>\r\n</tr>\r\n\r\n</tbody>\r\n</table>\r\n',0,'2011-12-24 20:58:11','2012-09-05 17:34:51'),(8,5,'Body',' \r\n<p>\r\n<strong>All repairs completed are free for homeowners who are selected for our program. </strong> Rebuilding Together Portland is an all volunteer based, home repair organization that brings volunteers, materials, financial resources and logistical expertise together in an effort to serve low income homeowners that are elderly, disabled, family with children and veterans throughout the City of Portland, allowing them to live in a safe, secure and independent environment.\r\n</p>\r\n<p><img rel=\"450x450\" alt=\"New Image\" title=\"New Image\" src=\"/system/images/BAhbB1sHOgZmSSIpMjAxMi8wNS8zMC8xMl81MV8yMl8xOF9OZXdfSW1hZ2UuSlBHBjoGRVRbCDoGcDoKdGh1bWJJIg00NTB4NDUwPgY7BlQ/New%20Image.JPG\" width=\"450\" height=\"338\" /></p>\r\n <p>\r\nEligibility requirements:\r\n</p>\r\n<ul>\r\n <li>Applicant must own and live in the property where repair work would be done.\r\n </li>\r\n\r\n<li>Applicant is both financially and physically unable to complete the repairs. \r\n </li>\r\n<li>Applicant must be able to verify income.</li>\r\n\r\n\r\n<li>The property is located in the city of Portland.\r\n</li>\r\n</ul>\r\n<p>\r\nIneligible homes include:\r\n</p>\r\n<ul>\r\n <li>Rental properties\r\n </li>\r\n<li>Household income above 80% Median Family Income.\r\n</li>\r\n<li>Houses that are subject to any pending foreclosure actions or actions to enforce liens.</li>\r\n</ul>\r\n<p>\r\nHomeowners are selected through an application process which includes submitting an application, qualifying for our program based on income thresholds and also a home inspection. Our Homeowner Interview Teams meet with the homeowner to explain our program and to review the requested repairs.  The Team then fills out a report and submits it to the House Selection Committee, consisting of Rebuilding Together Portland Board Members.  The House Selection Committee determines which projects are tentatively selected to be worked on during our National Rebuild Day.  All applicants will be notified by mail at least one month prior to the workday.</p>\r\n \r\n <p>\r\nDue to weather, volunteer availability and unforeseen problems that may arise, work that is planned to be done is tentative.   These factors may affect the actual work that is able to be completed. The House Captain (or project leader) will decide what work can and cannot be done on the day of work. </p>\r\n <p>\r\n <a title=\"Homeowner Referral Form \'12 13\" href=\"/system/resources/BAhbBlsHOgZmSSI%7EMjAxMi8wNS8yOS8xMl81Ml8xNF8yNjVfSG9tZW93bmVyX1JlZmVycmFsX0Zvcm1fMTJfMTMuZG9jeAY6BkVU/Homeowner%20Referral%20Form%20%2712-13.docx\">Click Here to Download an Application</a>\r\n\r\n </p>\r\n \r\n\r\n\r\n',0,'2011-12-24 20:59:29','2012-05-30 20:00:26'),(9,6,'Body',' \r\n <p>House Captains are our project leaders, and help ensure that each and every project is a success on our National Rebuild Day..\r\n If you are interested in becoming a House Captain, please contact Mike Malone at <a href=\"mailto:MikeMalone@RebuildingTogetherPortland.org\">MikeMalone@RebuildingTogetherPortland.org</a>\r\n</p>\r\n\r\n <p>If you\'ve already signed up, <strong>thank you!</strong> The House Captain\'s role is a crucial element in making our program a success. It is your skills, hard work and dedication that get our repair and rehabilitation work completed effectively and efficiently. This role will be challenging and at the same time very rewarding.\r\n </p>\r\n<p>\r\nFor more information, start here: <a id=\"wym-1327689629374\" title=\"Rt 2012\' Hc Lttr\" href=\"/system/resources/BAhbBlsHOgZmSSIwMjAxMi8wMS8yNy8xMF8yNV8yMl85NDNfUlRfMjAxMl9oY19sdHRyLmRvYwY6BkVU/RT%202012%27%20hc%20lttr.doc\">Letter to House Captains</a> (with 2012 schedule)\r\n</p>\r\n<h2>Resources for House Captains</h2>\r\n<ul>\r\n<li style=\"list-style-image: url(/images/icons/new.png);margin-bottom: 20px;\"><em>Updated for 2012</em>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_white_acrobat.png);\"><a href=\"/files/2011/2011_campus_map.pdf\">\r\n \r\n Campus\r\n\r\n Map\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_guidelines_for_house_liaisons.doc\">\r\n \r\n Guidelines\r\n\r\n For\r\n\r\n House\r\n\r\n Liaisons\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_hc_handbook_planning_ahead.doc.doc\">\r\n \r\n Hc\r\n\r\n Handbook\r\n\r\n Planning\r\n\r\n Ahead\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_hc_handbook_the_work_day.doc.doc\">\r\n \r\n Hc\r\n\r\n Handbook\r\n\r\n The\r\n\r\n Work\r\n\r\n Day\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a title=\"2012 Hc Orientation Agenda\" href=\"/system/resources/BAhbBlsHOgZmSSI7MjAxMi8wMS8yNy8xMF80M180OF8zODZfMjAxMl9oY19vcmllbnRhdGlvbl9hZ2VuZGEuZG9jBjoGRVQ/2012_hc_orientation_agenda.doc\">\r\n \r\n Hc\r\n\r\n Orientation\r\n\r\n Agenda\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_hc_role_&_responsibilities.doc\">\r\n \r\n Hc\r\n\r\n Role\r\n\r\n &\r\n\r\n Responsibilities\r\n</a>\r\n</li>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_homeowner_interview-house_inspection_sign_up.doc\">\r\n \r\n </a>\r\n<a title=\"2012 Hc Volunteer List Work Sheet\" href=\"/system/resources/BAhbBlsHOgZmSSJCMjAxMi8wMS8yNy8xMF80NF8wNl8xOThfMjAxMl9oY192b2x1bnRlZXJfbGlzdF93b3JrX3NoZWV0LmRvYwY6BkVU/2012_hc_volunteer_list_work_sheet.doc\">Hc Volunteer List Work Sheet</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_house_captain_evaluation.doc\">\r\n \r\n House\r\n\r\n Captain\r\n\r\n Evaluation\r\n</a>\r\n</li>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_lead-safe_remodeling_procedures.doc\">\r\n \r\n Lead-safe\r\n\r\n Remodeling\r\n\r\n Procedures\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_white_acrobat.png);\"><a href=\"/files/2011/2011_lowes_order_form.pdf\">\r\n \r\n Lowes\r\n\r\n Order\r\n\r\n Form\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url("/images/icons/page_excel.png");\"><a href=\"/files/2011/2011_material_help.xls\">\r\n \r\n Material\r\n\r\n Help\r\n</a>\r\n</li>\r\n<li style=\"list-style-image: url(/images/icons/page_excel.png);\"><a title=\"Materials Reminder\" href=\"/system/resources/BAhbBlsHOgZmSSIzMjAxMi8wMy8yOC8xMV80OF8xOF82MDlfTWF0ZXJpYWxzX1JlbWluZGVyLnBkZgY6BkVU/Materials%20Reminder.pdf\">Materials Reminder</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_med_treatment_authorization_for_minor.doc\">\r\n \r\n Med\r\n\r\n Treatment\r\n\r\n Authorization\r\n\r\n For\r\n\r\n Minor\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_safety_tool_box_talk_guidelines.doc\">\r\n \r\n Safety\r\n\r\n Tool\r\n\r\n Box\r\n\r\n Talk\r\n\r\n Guidelines\r\n</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url("/images/icons/page_word.png");\"><a href=\"/files/2011/2011_scope_of_work.doc\">\r\n \r\n Scope\r\n\r\n Of\r\n\r\n Work\r\n</a>\r\n</li>\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a title=\"2012 Homeowner Interview House Inspection Sign Up\" href=\"/system/resources/BAhbBlsHOgZmSSJSMjAxMi8wMS8yNy8xMF80NV80Nl81ODZfMjAxMl9ob21lb3duZXJfaW50ZXJ2aWV3X2hvdXNlX2luc3BlY3Rpb25fc2lnbl91cC5kb2MGOgZFVA/2012_homeowner_interview-house_inspection_sign_up.doc\">Homeowner Interview & House Inspection Sign Up</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_updated_volunteer_agreement_and_release.doc\">\r\n \r\n </a>\r\n<a title=\"2012 Homeowner Agreement\" href=\"/system/resources/BAhbBlsHOgZmSSI5MjAxMi8wMS8yNy8xMF80NV8xMV8zNjhfMjAxMl9ob21lb3duZXJfYWdyZWVtZW50LmRvYwY6BkVU/2012_homeowner_agreement.doc\">Homeowner Agreement</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_volunteer_estimate_form.doc\">\r\n \r\n </a>\r\n<a title=\"2012 Updated Volunteer Agreement And Release\" href=\"/system/resources/BAhbBlsHOgZmSSJNMjAxMi8wMS8yNy8xMF80Nl8zMF83NjJfMjAxMl91cGRhdGVkX3ZvbHVudGVlcl9hZ3JlZW1lbnRfYW5kX3JlbGVhc2UuZG9jBjoGRVQ/2012_updated_volunteer_agreement_and_release.doc\">Volunteer Agreement and Release</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a href=\"/files/2011/2011_volunteer_opportunities_form.doc\">\r\n \r\n \r\n</a>\r\n<a title=\"2012 Volunteer Opportunities Form\" href=\"/system/resources/BAhbBlsHOgZmSSJCMjAxMi8wMS8yNy8xMF80N18yNV82NTNfMjAxMl92b2x1bnRlZXJfb3Bwb3J0dW5pdGllc19mb3JtLmRvYwY6BkVU/2012_volunteer_opportunities_form.doc\">Volunteer Opportunities Form</a>\r\n</li>\r\n\r\n\r\n<li style=\"list-style-image: url("/images/icons/page_word.png");\"><a href=\"/files/2011/lowes_material_procedures_2011.doc\">\r\n \r\n Lowes\r\n\r\n Material\r\n\r\n Procedures\r\n</a>\r\n</li>\r\n<li style=\"list-style-image: url("/images/icons/page_word.png");\"><a title=\"Starbucks Coffee Request 2012\" href=\"/system/resources/BAhbBlsHOgZmSSI%7EMjAxMi8wMy8yMS8xMl81MF81NF82NDFfU3RhcmJ1Y2tzX0NvZmZlZV9SZXF1ZXN0XzIwMTIuZG9jeAY6BkVU/Starbucks%20Coffee%20Request%202012.docx\">Starbucks Coffee Request</a>\r\n</li>\r\n<li style=\"list-style-image: url("/images/icons/page_word.png");\"><a title=\"2012 House Captains Reminder Lttr\" href=\"/system/resources/BAhbBlsHOgZmSSJCMjAxMi8wNC8xOS8xMV80Ml80MF81NDVfMjAxMl9ob3VzZV9jYXB0YWluc19yZW1pbmRlcl9sdHRyLmRvYwY6BkVU/2012_house_captains_reminder_lttr.doc\">House Captains Reminder Lttr</a>\r\n</li>\r\n<li style=\"list-style-image: url(/images/icons/page_word.png);\"><a title=\"Mc Menamin Locations\" href=\"/system/resources/BAhbBlsHOgZmSSI1MjAxMi8wNC8xOS8xMV80Ml81MF80NzFfTWNNZW5hbWluX2xvY2F0aW9ucy5kb2N4BjoGRVQ/McMenamin%20locations.docx\">McMenamin\'s Locations for Discount</a>\r\n</li>\r\n\r\n\r\n\r\n\r\n</ul>\r\n\r\n <h2>Contact Information</h2>\r\n<p><strong>Dave Lyons, Committee Chairman</strong>  503.248.2030 </p>\r\n<p>Please confirm your attendance: </p>\r\n<p><a href=\"dave@jdldev.com\">Dave Lyons - dave@jdldev.com</a> or </p>\r\n<p><a href=\"mailto:MikeMalone@RebuildingTogetherPortland.org\">Mike Malone - MikeMalone@RebuildingTogetherPortland.org</a> </p>\r\n',0,'2011-12-24 20:59:55','2012-05-09 21:01:42'),(10,7,'Body','<p>\r\n<strong>Free facility repairs available for Non-Profits.</strong> </p>\r\n\r\n\r\n<p>\r\nTo be eligible for consideration, the applicant\'s Non-Profit organization must:\r\n</p>\r\n<ul>\r\n <li>Be the owner/occupant of the property </li>\r\n<li>Assist low income individuals or other populations in need in the community\r\n </li>\r\n<li>Be unable both financially and physically to complete the repairs themselves\r\n </li>\r\n<li>Be located in the city of Portland.\r\n</li>\r\n</ul>\r\n<p>\r\n<strong>Safety and security are the first priorities</strong>. Our skilled and unskilled volunteers do all\r\ntypes of work including painting, plumbing, electrical, carpentry, weatherization, yard cleaning,\r\ndebris removal, and much more.\r\n</p>\r\n\r\n<p>\r\nTo apply to our program, please fill the application out and return it to our office.\r\n</p>\r\n <p>\r\n <a title=\"Non Profit Referral Form \'12 13\" href=\"/system/resources/BAhbBlsHOgZmSSI%7EMjAxMi8wNS8xNS8xM18yNF8zNl80MzRfTm9uX1Byb2ZpdF9SZWZlcnJhbF9Gb3JtXzEyXzEzLmRvYwY6BkVU/Non-Profit%20Referral%20Form%20%2712-13.doc\">Click Here to Download an Application</a>\r\n\r\n </p>\r\n \r\n<br />\r\n\r\n',0,'2011-12-24 21:00:43','2012-06-01 16:44:09'),(11,8,'Body','The elements of the \r\n national logo consist of the artwork (\"the \r\n symbol\") and the words Rebuilding Together. \r\n It is a unique mark and may not be altered. \r\n The logo must not be redrawn and cannot \r\n include any additional graphic \r\n embellishments. The position and size \r\n relationship of the elements should not be \r\n changed. It should be reproduced from the \r\n artwork provided by the national \r\n organization or from a digital version, \r\n available on the CD accompanying this manual \r\n or downloadable from the members-only \r\n section of www.rebuildingtogether.org in a \r\n number of formats and versions. The national \r\n office has trademark protection for the \r\n Rebuilding Together logo. Always use the ® \r\n that appears at the base of the \"r\" in \r\n \"Together.\" Do not use the logo as a part of \r\n another corporate name.<br />\r\n By downloading any logos from this site, you \r\n are agreeing to adhere to these guidelines.\r\n\r\n<h2>Downloads</h2>\r\n<style>\r\n img\r\n {\r\n border: none;\r\n }\r\n</style>\r\n<table style=\"width: 100%\">\r\n <tbody><tr>\r\n <td class=\"style20\">\r\n <span class=\"style19\"> <a href=\"/logos/RT_2Clogo_horiz.jpg\" class=\"style14\"><img src=\"/images/RT_2Clogo_horiz_small.jpg\" width=\"344\" height=\"100\" class=\"style17\" /></a>\r\n<br />\r\n <a href=\"/logos/RT_2Clogo_horiz.eps\">\r\n RT_2Clogo_horiz.eps</a>\r\n<br />\r\n <a href=\"/logos/RT_2Clogo_horiz.jpg\">\r\n RT_2Clogo_horiz.jpg</a>\r\n<br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_2Clogo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_2Clogo_stacked_small.jpg\" width=\"204\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_2Clogo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_2Clogo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_2Clogo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_2Clogo_stacked.eps</span>\r\n</a>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_Blacklogo_horiz.jpg\"><span class=\"style22\"><img src=\"/images/RT_Blacklogo_horiz_small.jpg\" width=\"344\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_Blacklogo_horiz.jpg\">\r\n <span class=\"style22\">\r\n RT_Blacklogo_horiz.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_Blacklogo_horiz.eps\">\r\n <span class=\"style22\">\r\n RT_Blacklogo_horiz.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_Blacklogo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_Blacklogo_stacked_small.jpg\" width=\"204\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_Blacklogo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_Blacklogo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_Blacklogo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_Blacklogo_stacked.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_GSlogo_horiz.jpg\"><span class=\"style22\"><img src=\"/images/RT_GSlogo_horiz_small.jpg\" width=\"344\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_GSlogo_horiz.jpg\">\r\n <span class=\"style22\">\r\n RT_GSlogo_horiz.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_GSlogo_horiz.eps\">\r\n <span class=\"style22\">\r\n RT_GSlogo_horiz.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_GSlogo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_GSlogo_stacked_small.jpg\" width=\"204\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_GSlogo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_GSlogo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_GSlogo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_GSlogo_stacked.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_PMS368logo_horiz.jpg\"><span class=\"style22\"><img src=\"/images/RT_PMS368logo_horiz_small.jpg\" width=\"344\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_PMS368logo_horiz.jpg\">\r\n <span class=\"style22\">\r\n RT_PMS368logo_horiz.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_PMS368logo_horiz.eps\">\r\n <span class=\"style22\">\r\n RT_PMS368logo_horiz.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_PMS368logo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_PMS368logo_stacked_small.jpg\" width=\"204\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_PMS368logo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_PMS368logo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_PMS368logo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_PMS368logo_stacked.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_KOlogo_horiz.jpg\"><span class=\"style22\"><img src=\"/images/RT_KOlogo_horiz_small.jpg\" width=\"291\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_horiz.jpg\">\r\n <span class=\"style22\">\r\n RT_KOlogo_horiz.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_horiz.eps\">\r\n <span class=\"style22\">\r\n RT_KOlogo_horiz.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_KOlogo_stacked.jpg\"><span class=\"style22\"><img src=\"/images/RT_KOlogo_stacked_small.jpg\" width=\"192\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_stacked.jpg\">\r\n <span class=\"style22\">\r\n RT_KOlogo_stacked.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_stacked.eps\">\r\n <span class=\"style22\">\r\n RT_KOlogo_stacked.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n <tr class=\"style19\">\r\n <td class=\"style23\">\r\n <span class=\"style22\"> </span>\r\n<a href=\"/logos/RT_KOlogo_horizWHT.jpg\"><span class=\"style22\"><img src=\"/images/RT_KOlogo_horizWHT_small.jpg\" width=\"282\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_horizWHT.jpg\">\r\n <span class=\"style22\">\r\n RT_KOlogo_horizWHT.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_horizWHT.eps\">\r\n <span class=\"style22\">\r\n RT_KOlogo_horizWHT.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n <td class=\"style23\"> <a href=\"/logos/RT_KOlogo_stackedWHT.jpg\"><span class=\"style22\"><img src=\"/images/RT_KOlogo_stackedWHT_small.jpg\" width=\"184\" height=\"100\" class=\"style21\" /></span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_stackedWHT.jpg\">\r\n <span class=\"style22\">\r\n RT_KOlogo_stackedWHT.jpg</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n <a href=\"/logos/RT_KOlogo_stackedWHT.eps\">\r\n <span class=\"style22\">\r\n RT_KOlogo_stackedWHT.eps</span>\r\n</a>\r\n<span class=\"style22\"><br />\r\n </span>\r\n</td>\r\n </tr>\r\n </tbody>\r\n</table>',0,'2011-12-24 21:02:35','2011-12-24 21:03:14'),(12,9,'Body','<p>\r\n <strong>You can make a difference.</strong> Experience the great feeling that comes with helping out your community. Our volunteers come to us with all different levels of skills, and every helping hand makes a difference.\r\n Whether you\'re a skilled tradesman or simply looking to help out any way you can, please fill out the form below to get started. Also, we\'ll need these forms completed before the work day:\r\n<br /><br />\r\n\r\n<a href=\"/files/2011/2011_med_treatment_authorization_for_minor.doc\">Medical Treatment Authorization (for minors)</a>\r\n<br />\r\n<a title=\"Liability Waiver Form\" href=\"/system/resources/BAhbBlsHOgZmSSI2MjAxMi8wOS8xMi8xMF8wN181MV8zNzBfTGlhYmlsaXR5X1dhaXZlcl9Gb3JtLmRvYwY6BkVU/Liability%20Waiver%20Form.doc\">Volunteer\'s Agreement</a>\r\n</p>\r\n<h2>A BIG thanks to our 1200+ volunteers that made our April 28th, 2012 work day a huge success!  Volunteer registration is closed until this fall.  </h2>\r\n',0,'2011-12-24 21:27:22','2012-09-12 17:08:11'),(13,9,'Side Body','<p><strong>Rebuilding Together * Portland</strong>\r\n<br />\r\n5000 N. Willamette Blvd. Portland, OR 97203-5798<br />\r\nPhone: 503-943-7515<br />\r\nFax: 503-943-7322<br />\r\n<a href=\"mailto:MikeMalone@rebuildingtogetherportland.org\">MikeMalone@rebuildingtogetherportland.org</a>\r\n<br />\r\n</p>\r\n',1,'2011-12-24 21:27:22','2012-09-12 17:08:11'),(14,10,'Body','<p>We\'ve received your inquiry and will get back to you with a response shortly.</p><p><a href=\'/\'>Return to the home page</a></p>',0,'2011-12-24 21:27:22','2011-12-24 21:27:22'),(15,11,'Body','<p>We respect your privacy. We do not market, rent or sell our email list to any outside parties.</p><p>We need your e-mail address so that we can ensure that the people using our forms are bona fide. It also allows us to send you e-mail newsletters and other communications, if you opt-in. Your postal address is required in order to send you information and pricing, if you request it.</p><p>Please call us at 123 456 7890 if you have any questions or concerns.</p>',0,'2011-12-24 21:27:22','2011-12-24 21:27:22'),(17,13,'Body','<p>testteste</p>',0,'2012-02-02 18:22:29','2012-02-02 18:22:29'),(19,15,'Body','<p><a target=\"_blank\" title=\"http://www.pacificpower.net/foundation\" href=\"http://www.pacificpower.net/foundation\"><img rel=\"225x255\" alt=\"Pp Foundation\" title=\"Pp Foundation\" src=\"/system/images/BAhbB1sHOgZmSSItMjAxMi8wOS8xMi8wOV80MF8yN18zNjZfUFBGb3VuZGF0aW9uLkpQRwY6BkVUWwg6BnA6CnRodW1iSSINMjI1eDI1NT4GOwZU/PPFoundation.JPG\" width=\"225\" height=\"69\" /></a>\r\n</p>',0,'2012-09-12 16:46:46','2012-09-12 16:48:07');
/*!40000 ALTER TABLE `page_parts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `page_translations`
--
DROP TABLE IF EXISTS `page_translations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `page_translations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`page_id` int(11) DEFAULT NULL,
`locale` varchar(255) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`custom_title` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_page_translations_on_page_id` (`page_id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `page_translations`
--
LOCK TABLES `page_translations` WRITE;
/*!40000 ALTER TABLE `page_translations` DISABLE KEYS */;
INSERT INTO `page_translations` VALUES (1,1,'en','Rebuilding Together Portland','','2011-12-24 20:46:03','2011-12-26 07:18:47'),(2,2,'en','Page not found',NULL,'2011-12-24 20:46:03','2011-12-24 20:46:03'),(3,3,'en','About Us','','2011-12-24 20:46:03','2011-12-24 20:53:55'),(4,4,'en','Board of Directors','','2011-12-24 20:58:11','2011-12-24 20:58:11'),(5,5,'en','Homeowners','','2011-12-24 20:59:29','2011-12-24 20:59:29'),(6,6,'en','House Captains','','2011-12-24 20:59:55','2011-12-24 20:59:55'),(7,7,'en','Non-Profits','','2011-12-24 21:00:43','2011-12-24 21:00:43'),(8,8,'en','Official Logos','','2011-12-24 21:02:35','2011-12-24 21:03:14'),(9,9,'en','Volunteer','','2011-12-24 21:27:22','2011-12-24 21:31:00'),(10,10,'en','Thank You',NULL,'2011-12-24 21:27:22','2011-12-24 21:27:22'),(11,11,'en','Privacy Policy',NULL,'2011-12-24 21:27:22','2011-12-24 21:27:22'),(13,13,'en','Josh test page','','2012-02-02 18:22:29','2012-02-02 18:22:29'),(15,15,'en','Sponsors & Partners','','2012-09-12 16:46:46','2012-09-12 16:46:46');
/*!40000 ALTER TABLE `page_translations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `pages`
--
DROP TABLE IF EXISTS `pages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) DEFAULT NULL,
`position` int(11) DEFAULT NULL,
`path` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`show_in_menu` tinyint(1) DEFAULT '1',
`link_url` varchar(255) DEFAULT NULL,
`menu_match` varchar(255) DEFAULT NULL,
`deletable` tinyint(1) DEFAULT '1',
`custom_title_type` varchar(255) DEFAULT 'none',
`draft` tinyint(1) DEFAULT '0',
`skip_to_first_child` tinyint(1) DEFAULT '0',
`lft` int(11) DEFAULT NULL,
`rgt` int(11) DEFAULT NULL,
`depth` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_pages_on_depth` (`depth`),
KEY `index_pages_on_id` (`id`),
KEY `index_pages_on_lft` (`lft`),
KEY `index_pages_on_parent_id` (`parent_id`),
KEY `index_pages_on_rgt` (`rgt`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `pages`
--
LOCK TABLES `pages` WRITE;
/*!40000 ALTER TABLE `pages` DISABLE KEYS */;
INSERT INTO `pages` VALUES (1,NULL,0,NULL,'2011-12-24 20:46:03','2012-05-30 20:01:06',1,'/',NULL,0,'none',0,0,1,4,NULL),(2,1,0,NULL,'2011-12-24 20:46:03','2011-12-24 20:46:03',0,NULL,'^/404$',0,'none',0,0,2,3,NULL),(3,NULL,1,NULL,'2011-12-24 20:46:03','2012-06-01 16:40:37',1,'',NULL,1,'none',0,0,5,6,NULL),(4,NULL,2,NULL,'2011-12-24 20:58:11','2012-09-05 17:34:51',1,'',NULL,1,'none',0,0,7,8,NULL),(5,NULL,3,NULL,'2011-12-24 20:59:29','2012-05-30 20:00:26',1,'',NULL,1,'none',0,0,9,10,NULL),(6,NULL,4,NULL,'2011-12-24 20:59:55','2012-05-09 21:01:42',1,'',NULL,1,'none',0,0,11,12,NULL),(7,NULL,5,NULL,'2011-12-24 21:00:43','2012-06-01 16:44:09',1,'',NULL,1,'none',0,0,15,16,NULL),(8,NULL,6,NULL,'2011-12-24 21:02:35','2011-12-24 21:03:14',1,'',NULL,1,'none',0,0,17,18,NULL),(9,NULL,7,NULL,'2011-12-24 21:27:22','2012-09-12 17:08:11',1,'','^/(inquiries|contact).*$',0,'none',0,0,19,24,NULL),(10,9,0,NULL,'2011-12-24 21:27:22','2011-12-24 21:27:22',0,'/contact/thank_you','^/(inquiries|contact)/thank_you$',0,'none',0,0,20,21,NULL),(11,9,1,NULL,'2011-12-24 21:27:22','2011-12-24 21:27:22',0,NULL,NULL,1,'none',0,0,22,23,NULL),(13,NULL,9,NULL,'2012-02-02 18:22:29','2012-02-02 18:22:29',0,'',NULL,1,'none',0,0,25,26,NULL),(15,NULL,10,NULL,'2012-09-12 16:46:46','2012-09-12 16:48:07',1,'',NULL,1,'none',0,0,13,14,NULL);
/*!40000 ALTER TABLE `pages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `refinery_settings`
--
DROP TABLE IF EXISTS `refinery_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `refinery_settings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`value` text,
`destroyable` tinyint(1) DEFAULT '1',
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`scoping` varchar(255) DEFAULT NULL,
`restricted` tinyint(1) DEFAULT '0',
`callback_proc_as_string` varchar(255) DEFAULT NULL,
`form_value_type` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_refinery_settings_on_name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `refinery_settings`
--
LOCK TABLES `refinery_settings` WRITE;
/*!40000 ALTER TABLE `refinery_settings` DISABLE KEYS */;
INSERT INTO `refinery_settings` VALUES (1,'use_marketable_urls','--- \"true\"\n',1,'2011-12-24 20:46:03','2011-12-24 20:46:03','pages',0,NULL,'text_area'),(2,'dragonfly_secret','--- 51c976986283de43e4ea5c95f7e105f24f973bc96f53cc18\n',1,'2011-12-24 20:46:13','2011-12-24 20:46:13',NULL,0,NULL,'text_area'),(3,'approximate_ascii','--- \"false\"\n',1,'2011-12-24 20:46:14','2011-12-24 20:46:14','pages',0,NULL,'text_area'),(4,'strip_non_ascii','--- \"false\"\n',1,'2011-12-24 20:46:14','2011-12-24 20:46:14','pages',0,NULL,'text_area'),(5,'i18n_translation_default_frontend_locale','--- :en\n',1,'2011-12-24 20:52:20','2011-12-24 20:52:20','refinery',0,NULL,'text_area'),(6,'i18n_translation_enabled','--- \"true\"\n',1,'2011-12-24 20:52:27','2011-12-24 20:52:27','refinery',0,NULL,'text_area'),(7,'i18n_translation_locales','--- \n:it: Italiano\n:da: Dansk\n:nl: Nederlands\n:de: Deutsch\n:lv: Latviski\n:en: English\n:rs: Srpski\n:nb: \"Norsk Bokm\\xC3\\xA5l\"\n:ru: !binary |\n 0KDRg9GB0YHQutC40Lk=\n\n:sk: \"Slovensk\\xC3\\xBD\"\n:sl: Slovenian\n:cs: !binary |\n xIxlc2t5\n\n:\"zh-CN\": Simplified Chinese\n:sv: Svenska\n:fr: \"Fran\\xC3\\xA7ais\"\n:jp: !binary |\n 5pel5pys6Kqe\n\n:es: \"Espa\\xC3\\xB1ol\"\n:el: !binary |\n zpXOu867zrfOvc65zrrOrA==\n\n:\"zh-TW\": Traditional Chinese\n:pl: Polski\n:\"pt-BR\": \"Portugu\\xC3\\xAAs\"\n',1,'2011-12-24 20:52:27','2011-12-24 20:52:27','refinery',0,NULL,'text_area'),(8,'i18n_translation_default_locale','--- :en\n',1,'2011-12-24 20:52:27','2011-12-24 20:52:27','refinery',0,NULL,'text_area'),(9,'i18n_translation_current_locale','--- :en\n',1,'2011-12-24 20:52:27','2011-12-24 20:52:27','refinery',0,NULL,'text_area'),(10,'i18n_translation_frontend_locales','--- \n- :en\n',1,'2011-12-24 20:52:27','2011-12-24 20:52:27','refinery',0,NULL,'text_area'),(11,'site_name','--- Rebuilding Together Portland\n',1,'2011-12-24 20:52:28','2011-12-24 20:53:06',NULL,0,NULL,'text_area'),(12,'use_resource_caching','--- \"true\"\n',1,'2011-12-24 20:52:28','2011-12-24 20:52:28',NULL,0,NULL,'text_area'),(13,'use_google_ajax_libraries','--- \"false\"\n',1,'2011-12-24 20:52:28','2011-12-24 20:52:28',NULL,0,NULL,'text_area'),(14,'activity_show_limit','--- 7\n',1,'2011-12-24 20:52:47','2011-12-24 20:52:47',NULL,0,NULL,'text_area'),(15,'cache_pages_backend','--- \"false\"\n',1,'2011-12-24 20:53:10','2011-12-24 20:53:10',NULL,0,NULL,'text_area'),(16,'new_page_parts','--- \"false\"\n',1,'2011-12-24 20:53:18','2011-12-24 20:53:18',NULL,0,NULL,'text_area'),(17,'page_title','--- \n:page_title: \n :wrap_if_not_chained: false\n :class: \n :tag: \n:ancestors: \n :class: ancestors\n :tag: span\n :separator: \" | \"\n:chain_page_title: false\n',1,'2011-12-24 20:54:02','2011-12-24 20:54:02',NULL,0,NULL,'text_area'),(18,'default_page_parts','--- \n- Body\n',1,'2011-12-24 20:57:23','2011-12-24 20:58:25',NULL,0,NULL,'text_area'),(19,'show_contact_privacy_link','--- \"false\"\n',1,'2011-12-24 21:28:53','2011-12-24 21:28:53',NULL,0,NULL,'text_area'),(20,'image_views','--- \n- :grid\n- :list\n',1,'2011-12-24 21:33:57','2011-12-24 21:33:57',NULL,0,NULL,'text_area'),(21,'preferred_image_view','--- grid\n...\n',1,'2011-12-24 21:33:57','2012-02-07 21:48:08',NULL,0,NULL,'text_area'),(22,'inquiry_notification_subject','--- New inquiry from your website\n...\n',1,'2011-12-26 07:08:04','2011-12-26 07:08:04',NULL,0,NULL,'text_area'),(23,'inquiry_notification_recipients','--- joshua.siler@gmail.com, millers@up.edu, mikemalone@rebuildingtogetherportland.org\n...\n',1,'2011-12-26 07:08:04','2011-12-26 07:37:44',NULL,0,NULL,'text_area'),(24,'tld_length','--- 1\n...\n',1,'2011-12-26 07:08:04','2011-12-26 07:08:04',NULL,0,NULL,'text_area'),(25,'inquiry_confirmation_subject','--- Thank you for your inquiry\n...\n',1,'2011-12-26 07:08:05','2011-12-26 07:08:05',NULL,0,NULL,'text_area'),(26,'inquiry_confirmation_body','--- ! \'Thank you for your inquiry %name%,\n\n\n This email is a receipt to confirm we have received your inquiry and we\'\'ll be in\n touch shortly.\n\n\n Thanks.\'\n',1,'2011-12-26 07:08:06','2011-12-26 07:08:06',NULL,0,NULL,'text_area'),(27,'user_image_sizes','---\n:small: 110x110>\n:medium: 225x255>\n:large: 450x450>\n',0,'2012-03-30 23:55:26','2012-03-30 23:55:26',NULL,0,NULL,'text_area');
/*!40000 ALTER TABLE `refinery_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `resources`
--
DROP TABLE IF EXISTS `resources`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `resources` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`file_mime_type` varchar(255) DEFAULT NULL,
`file_name` varchar(255) DEFAULT NULL,
`file_size` int(11) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`file_uid` varchar(255) DEFAULT NULL,
`file_ext` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `resources`
--
LOCK TABLES `resources` WRITE;
/*!40000 ALTER TABLE `resources` DISABLE KEYS */;
INSERT INTO `resources` VALUES (2,'application/msword','RT 2012\' hc lttr.doc',31232,'2012-01-27 18:25:22','2012-01-27 18:25:22','2012/01/27/10_25_22_943_RT_2012_hc_lttr.doc','doc'),(3,'application/msword','2012_hc_orientation_agenda.doc',26112,'2012-01-27 18:43:48','2012-01-27 18:43:48','2012/01/27/10_43_48_386_2012_hc_orientation_agenda.doc','doc'),(4,'application/msword','2012_hc_volunteer_list_work_sheet.doc',67584,'2012-01-27 18:44:06','2012-01-27 18:44:06','2012/01/27/10_44_06_198_2012_hc_volunteer_list_work_sheet.doc','doc'),(5,'application/msword','2012_homeowner_agreement.doc',26624,'2012-01-27 18:45:11','2012-01-27 18:45:11','2012/01/27/10_45_11_368_2012_homeowner_agreement.doc','doc'),(6,'application/msword','2012_homeowner_interview-house_inspection_sign_up.doc',25088,'2012-01-27 18:45:46','2012-01-27 18:45:46','2012/01/27/10_45_46_586_2012_homeowner_interview_house_inspection_sign_up.doc','doc'),(7,'application/msword','2012_updated_volunteer_agreement_and_release.doc',26624,'2012-01-27 18:46:30','2012-01-27 18:46:30','2012/01/27/10_46_30_762_2012_updated_volunteer_agreement_and_release.doc','doc'),(8,'application/msword','2012_volunteer_opportunities_form.doc',237056,'2012-01-27 18:47:25','2012-01-27 18:47:25','2012/01/27/10_47_25_653_2012_volunteer_opportunities_form.doc','doc'),(9,'application/zip','Starbucks Coffee Request 2012.docx',161302,'2012-03-21 19:50:54','2012-03-21 19:50:54','2012/03/21/12_50_54_641_Starbucks_Coffee_Request_2012.docx','docx'),(10,'application/pdf','Materials Reminder.pdf',47411,'2012-03-28 18:48:18','2012-03-28 18:48:18','2012/03/28/11_48_18_609_Materials_Reminder.pdf','pdf'),(12,'application/msword','2012_house_captains_reminder_lttr.doc',25600,'2012-04-19 18:42:40','2012-04-19 18:42:40','2012/04/19/11_42_40_545_2012_house_captains_reminder_lttr.doc','doc'),(13,'application/zip','McMenamin locations.docx',791303,'2012-04-19 18:42:50','2012-04-19 18:42:50','2012/04/19/11_42_50_471_McMenamin_locations.docx','docx'),(14,'application/pdf','101171 Rebuilding Together PDX12.pdf',798901,'2012-04-19 18:47:39','2012-04-19 18:47:39','2012/04/19/11_47_39_927_101171_Rebuilding_Together_PDX12.pdf','pdf'),(15,'application/zip','Homeowner Referral Form \'12-13.docx',30247,'2012-05-01 19:22:54','2012-05-01 19:22:54','2012/05/01/12_22_54_193_Homeowner_Referral_Form_12_13.docx','docx'),(16,'application/msword','Non-Profit Referral Form \'12-13.doc',234496,'2012-05-15 20:24:36','2012-05-15 20:24:36','2012/05/15/13_24_36_434_Non_Profit_Referral_Form_12_13.doc','doc'),(17,'application/zip','Homeowner Referral Form \'12-13.docx',30198,'2012-05-29 19:52:14','2012-05-29 19:52:14','2012/05/29/12_52_14_265_Homeowner_Referral_Form_12_13.docx','docx'),(19,'application/msword','Liability Waiver Form.doc',27136,'2012-09-12 17:07:51','2012-09-12 17:07:51','2012/09/12/10_07_51_370_Liability_Waiver_Form.doc','doc');
/*!40000 ALTER TABLE `resources` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `roles`
--
DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `roles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `roles`
--
LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` VALUES (1,'Refinery'),(2,'Superuser');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `roles_users`
--
DROP TABLE IF EXISTS `roles_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `roles_users` (
`user_id` int(11) DEFAULT NULL,
`role_id` int(11) DEFAULT NULL,
KEY `index_roles_users_on_role_id_and_user_id` (`role_id`,`user_id`),
KEY `index_roles_users_on_user_id_and_role_id` (`user_id`,`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `roles_users`
--
LOCK TABLES `roles_users` WRITE;
/*!40000 ALTER TABLE `roles_users` DISABLE KEYS */;
INSERT INTO `roles_users` VALUES (1,1),(1,2);
/*!40000 ALTER TABLE `roles_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `schema_migrations`
--
DROP TABLE IF EXISTS `schema_migrations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `schema_migrations` (
`version` varchar(255) NOT NULL,
UNIQUE KEY `unique_schema_migrations` (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `schema_migrations`
--
LOCK TABLES `schema_migrations` WRITE;
/*!40000 ALTER TABLE `schema_migrations` DISABLE KEYS */;
INSERT INTO `schema_migrations` VALUES ('20111224204442'),('20111224204443'),('20111224204444'),('20111224204445'),('20111224204446'),('20111224204447'),('20111224204448'),('20111224204449'),('20111224204450'),('20111224204451'),('20111224204452'),('20111224204453'),('20111224204454'),('20111224204455'),('20111224204456'),('20111224204457'),('20111224204458'),('20111224212546'),('20111224212547');
/*!40000 ALTER TABLE `schema_migrations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `seo_meta`
--
DROP TABLE IF EXISTS `seo_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `seo_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`seo_meta_id` int(11) DEFAULT NULL,
`seo_meta_type` varchar(255) DEFAULT NULL,
`browser_title` varchar(255) DEFAULT NULL,
`meta_keywords` varchar(255) DEFAULT NULL,
`meta_description` text,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_seo_meta_on_id` (`id`),
KEY `index_seo_meta_on_seo_meta_id_and_seo_meta_type` (`seo_meta_id`,`seo_meta_type`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `seo_meta`
--
LOCK TABLES `seo_meta` WRITE;
/*!40000 ALTER TABLE `seo_meta` DISABLE KEYS */;
INSERT INTO `seo_meta` VALUES (1,1,'Page::Translation','','','','2011-12-24 20:46:03','2011-12-24 21:04:29'),(2,2,'Page::Translation',NULL,NULL,NULL,'2011-12-24 20:46:03','2011-12-24 20:46:03'),(3,3,'Page::Translation','','','','2011-12-24 20:46:03','2011-12-24 20:53:55'),(4,4,'Page::Translation','','','','2011-12-24 20:58:11','2011-12-24 20:58:11'),(5,5,'Page::Translation','','','','2011-12-24 20:59:29','2011-12-24 20:59:29'),(6,6,'Page::Translation','','','','2011-12-24 20:59:55','2011-12-24 20:59:55'),(7,7,'Page::Translation','','','','2011-12-24 21:00:43','2011-12-24 21:00:43'),(8,8,'Page::Translation','','','','2011-12-24 21:02:35','2011-12-24 21:02:35'),(9,9,'Page::Translation','','','','2011-12-24 21:27:22','2011-12-24 21:31:00'),(10,10,'Page::Translation',NULL,NULL,NULL,'2011-12-24 21:27:22','2011-12-24 21:27:22'),(11,11,'Page::Translation',NULL,NULL,NULL,'2011-12-24 21:27:22','2011-12-24 21:27:22'),(13,13,'Page::Translation','','','','2012-02-02 18:22:29','2012-02-02 18:22:29'),(15,15,'Page::Translation','','','','2012-09-12 16:46:46','2012-09-12 16:46:46');
/*!40000 ALTER TABLE `seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `slugs`
--
DROP TABLE IF EXISTS `slugs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `slugs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`sluggable_id` int(11) DEFAULT NULL,
`sequence` int(11) NOT NULL DEFAULT '1',
`sluggable_type` varchar(40) DEFAULT NULL,
`scope` varchar(40) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`locale` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `index_slugs_on_n_s_s_and_s` (`name`,`sluggable_type`,`scope`,`sequence`),
KEY `index_slugs_on_sluggable_id` (`sluggable_id`),
KEY `index_slugs_on_locale` (`locale`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `slugs`
--
LOCK TABLES `slugs` WRITE;
/*!40000 ALTER TABLE `slugs` DISABLE KEYS */;
INSERT INTO `slugs` VALUES (1,'home',1,1,'Page',NULL,'2011-12-24 20:46:03','en'),(2,'page-not-found',2,1,'Page',NULL,'2011-12-24 20:46:03','en'),(3,'about',3,1,'Page',NULL,'2011-12-24 20:46:03','en'),(4,'rebuilding',1,1,'User',NULL,'2011-12-24 20:52:46','en'),(5,'about-us',3,1,'Page',NULL,'2011-12-24 20:53:55','en'),(6,'board-of-directors',4,1,'Page',NULL,'2011-12-24 20:58:11','en'),(7,'homeowners',5,1,'Page',NULL,'2011-12-24 20:59:29','en'),(8,'house-captains',6,1,'Page',NULL,'2011-12-24 20:59:55','en'),(9,'non-profits',7,1,'Page',NULL,'2011-12-24 21:00:43','en'),(10,'logos-page',8,1,'Page',NULL,'2011-12-24 21:02:35','en'),(11,'official-logos',8,1,'Page',NULL,'2011-12-24 21:03:14','en'),(13,'contact-page',9,1,'Page',NULL,'2011-12-24 21:27:22','en'),(14,'thank-you',10,1,'Page',NULL,'2011-12-24 21:27:22','en'),(15,'privacy-policy',11,1,'Page',NULL,'2011-12-24 21:27:22','en'),(16,'volunteer',9,1,'Page',NULL,'2011-12-24 21:31:00','en'),(17,'welcome-to-rebuilding-together-portland',1,1,'Page',NULL,'2011-12-26 07:02:55','en'),(18,'rebuilding-together-portland',1,1,'Page',NULL,'2011-12-26 07:18:47','en'),(20,'josh-test-page',13,1,'Page',NULL,'2012-02-02 18:22:29','en'),(23,'sponsors-partners',15,2,'Page',NULL,'2012-09-12 16:46:46','en');
/*!40000 ALTER TABLE `slugs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user_plugins`
--
DROP TABLE IF EXISTS `user_plugins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `user_plugins` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`position` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `index_unique_user_plugins` (`user_id`,`name`),
KEY `index_user_plugins_on_title` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user_plugins`
--
LOCK TABLES `user_plugins` WRITE;
/*!40000 ALTER TABLE `user_plugins` DISABLE KEYS */;
INSERT INTO `user_plugins` VALUES (7,1,'refinery_dashboard',0),(8,1,'refinery_files',1),(9,1,'refinery_images',2),(10,1,'refinery_pages',3),(11,1,'refinery_settings',4),(12,1,'refinery_users',5),(13,1,'refinerycms_base',6),(14,1,'refinery_core',7),(15,1,'refinery_dialogs',8),(16,1,'refinery_i18n',9),(17,1,'refinery_generators',10),(18,1,'refinery_inquiries',11);
/*!40000 ALTER TABLE `user_plugins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `users`
--
DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`encrypted_password` varchar(255) NOT NULL,
`persistence_token` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`perishable_token` varchar(255) DEFAULT NULL,
`current_sign_in_at` datetime DEFAULT NULL,
`last_sign_in_at` datetime DEFAULT NULL,
`current_sign_in_ip` varchar(255) DEFAULT NULL,
`last_sign_in_ip` varchar(255) DEFAULT NULL,
`sign_in_count` int(11) DEFAULT NULL,
`remember_token` varchar(255) DEFAULT NULL,
`reset_password_token` varchar(255) DEFAULT NULL,
`remember_created_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_users_on_id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `users`
--
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,'rebuilding','joshua.siler@gmail.com','$2a$10$bfNsfOEIJpu0Gjtw4v2vIO9JryApxv9jXabRHWuq55P.f5H5mr5YK',NULL,'2011-12-24 20:52:46','2012-09-12 17:06:39',NULL,'2012-09-12 17:06:39','2012-09-12 16:57:35','64.251.243.129','64.251.243.129',54,NULL,NULL,NULL);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2012-09-17 13:13:02