-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjects.js
More file actions
43 lines (43 loc) · 2.11 KB
/
Projects.js
File metadata and controls
43 lines (43 loc) · 2.11 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
const projects = [
{
id: 1,
name: 'House of Providence',
desc:
'The House of Providence is a permanent home for the foster youth of Michigan whose goal is to instill hope in minors who have only known the intense instability of the foster care system by allowing them to stabilize and heal in a therapeutic and familial environment. They provide several vital intervention and support services combined with individualized care and attention that afford foster children the emotional, mental, and physical security to stabilize and begin to process their difficult journey through trauma focused therapy. House of Providence provides these children with a family and support system, perhaps for the first time ever, that helps these children heal and grow into whole, independent adults realizing their full potential.',
services: [
'UX',
'Branding',
'Visual Design',
'Creative Direction',
'System Development',
'Marketing'
],
year: '2019',
url: 'http://thehofp.org'
},
{
id: 2,
name: 'PLM Paving',
desc:
"PLM has a commitment to service with integrity so it is no surprise that they are one of the most reputable companies in Wisconsin. goHere was assigned to create a brand story. The concept is based on what makes PLM stand out in the marketplace: craftsmanship, quality, pride, and high standards. We wanted to showcase PLM's pride in the quality placed into all of their projects.",
services: [
'UX',
'Visual Design',
'Branding',
'Creative Direction',
'Marketing'
],
year: '2018',
url: 'http://plmpaving.com'
},
{
id: 3,
name: "Major Goolsby's",
desc:
"The #1 Sports Bar in Milwaukee, Major Goolsby's was in need of a new online identity. With respect for the over 45 years that the Major has been serving the residents of downtown Milwaukee, goHere created a fresh new look that enhanced their already enormously successful name.",
services: ['UX', 'Visual Design', 'Branding', 'Creative Direction'],
year: '2018',
url: 'http://majorgoolsbys.com'
}
];
module.exports = projects;