Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 3cb49b9

Browse files
authored
Merge pull request #411 from openforge/feat/home
Feat/home
2 parents d62fd64 + 6f9f39b commit 3cb49b9

21 files changed

+752
-165
lines changed
78.5 KB
Loading
71.7 KB
Loading
44.7 KB
Loading
76.9 KB
Loading
-560 KB
Binary file not shown.
-158 KB
Binary file not shown.

src/assets/i18n/en.ts

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ export const translations = {
44
hero: {
55
title: 'Mobile Solutions',
66
subTitle: 'For A Digital World',
7+
text: 'As experts in user experience, design, and application development, we specialize in creating mobile first, user-centered solutions to bring your ideas to life on the small screen.',
8+
buttonText: 'What Makes Us Different?',
79
},
810
process: {
911
title: 'Our Process',
12+
buttonText: 'LEARN MORE',
1013
discovery: {
1114
title: 'Discovery',
1215
text: `We'll help you evaluate your business needs and challenge your assumptions before entering into the Design and Development processs. Make sure that the technology you're building makes sense for your business.`,
@@ -33,22 +36,23 @@ export const translations = {
3336
},
3437
work: {
3538
experts: 'Experts in',
39+
buttonText: 'VIEW PROJECT',
3640
mobileWebApplications: {
3741
title: 'Mobile & Web Applications',
3842
text:
39-
'We specialize in mobile application design, development, and App Store Optimization (ASO). Our team has been the top trusted partner of Ionic Framework since 2014 with experience in technologies such as Angular, React, Vue.js, Strapi, and VoIP. As experts in mobile application development, we can interface with any existing API or standard to deliver a secure, integrated product no matter what your product needs.',
40-
example: 'The Vanlife App',
43+
'We specialize in mobile application design, development, and App Store Optimization (ASO). Our team has been the top trusted partner of Ionic Framework since 2014 with experience in technologies such as Angular, React, Vue.js, Strapi, and VoIP.',
44+
example: 'Mobile Measures',
4145
},
42-
digitalExperience: {
43-
title: 'Digital Experience',
46+
mobileTechnology: {
47+
title: 'Mobile Technology',
4448
text:
45-
'It is our firm belief that we should engage users by providing value, both fundamentally and visually. By combining the psychology of design with the capabilities of the digital age, we are able to develop solutions that think outside the box. We will go beyond the norms of basic menus and navigation layouts and truly immerse your users in a beautiful and intuitive interface that keeps them coming back.',
49+
'With our combined expertise in design and marketing, you can rely on us to develop comprehensive strategies and graphics that will define your brand and inspire trust in your target audience.',
4650
example: 'The Voyage by New Ocean',
4751
},
48-
mobileTechnology: {
49-
title: 'Mobile Technology',
52+
digitalExperience: {
53+
title: 'Design & User Experience',
5054
text:
51-
'We utilize technologies to bring the richest features to your app such as VoIP, Bluetooth LE, and other IOT tech to bring a whole new level of connectivity to your application providing your users with a rich and interactive experience that will boost engagement and retention. Our experts in mobile application development can interface with any existing API or standard to integrate systems properly and securely.',
55+
'By combining the psychology of design with the capabilities of the digital age, we are able to develop solutions that think outside the box. We go beyond the norms of basic menus and navigation layouts and truly immerse your users in a beautiful and intuitive interface that keeps them coming back for more.',
5256
example: 'LoudCloud',
5357
},
5458
},
@@ -410,7 +414,7 @@ export const translations = {
410414
title: 'Got a vision?',
411415
subTitle: `We've got your back.`,
412416
text: 'Contact us today to get started!',
413-
link: 'GET IN TOUCH',
417+
link: `LET'S GET STARTED`,
414418
},
415419

416420
header: {
@@ -430,6 +434,8 @@ export const translations = {
430434
header: 'Work At OpenForge',
431435
developer: `I'M A DEVELOPER`,
432436
designer: `I'M A DESIGNER`,
437+
text: 'Are you looking for a new challenge? Show us what you got!',
438+
apply: 'APPLY NOW',
433439
},
434440
social: {
435441
followUs: 'Follow Us',
@@ -438,11 +444,12 @@ export const translations = {
438444
linkedin: 'openforge',
439445
instagram: '@openforgemobile',
440446
sla: 'Read our SLA',
447+
presskit: 'Download Our Press Kit',
441448
},
442449
webinar: {
443-
signup: 'Startup Junto',
444-
webinarText: 'Startup Junto is a curated community for startup founders and entrepreneurs.',
445-
register: 'JOIN US',
450+
signup: 'The Forge',
451+
webinarText: 'We are the proud organizers of the Philadelphia Ionic, Angular, and Startup Junto communities. Join us to learn more!',
452+
register: 'JOIN THE FORGE',
446453
},
447454
},
448455

src/assets/svg/home-animation-desktop.svg

Lines changed: 1 addition & 0 deletions
Loading

src/assets/svg/home-animation-mobile.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
.blog-featured {
2+
.post {
3+
align-items: center !important;
4+
margin: 40px 0;
5+
}
6+
7+
.container {
8+
min-width: 90%;
9+
margin-bottom: 2rem;
10+
11+
@include media-breakpoint-down(sm) {
12+
text-align: center;
13+
}
14+
}
15+
16+
.col-title {
17+
@include media-breakpoint-down(sm) {
18+
padding: 0;
19+
}
20+
}
21+
22+
.featured-title {
23+
h2 {
24+
color: $gray-dark;
25+
margin-bottom: 2rem;
26+
}
27+
}
28+
29+
.featured-post-title {
30+
h2 {
31+
color: $gray-dark;
32+
font-family: Muli;
33+
font-size: 42px;
34+
font-weight: 600;
35+
letter-spacing: 2.1px;
36+
line-height: 50px;
37+
38+
@include media-breakpoint-down(sm) {
39+
font-size: 25px;
40+
line-height: 40px;
41+
}
42+
}
43+
}
44+
45+
.featured-image {
46+
justify-content: center;
47+
text-align: center;
48+
49+
img {
50+
padding: 30px 0;
51+
border-radius: 15px;
52+
object-fit: cover;
53+
}
54+
}
55+
56+
.summary {
57+
margin-top: 25px;
58+
margin-bottom: 25px;
59+
}
60+
61+
p {
62+
margin: 25px 0;
63+
font-size: 12px;
64+
}
65+
66+
.author {
67+
display: flex;
68+
flex-direction: row;
69+
align-items: center;
70+
71+
font-family: Muli;
72+
font-size: 16px;
73+
font-weight: 400;
74+
letter-spacing: 1px;
75+
line-height: 19px;
76+
77+
.profile-image {
78+
height: 54px;
79+
width: 54px;
80+
object-fit: cover;
81+
margin-right: 15px;
82+
border-radius: 50%;
83+
}
84+
}
85+
86+
.read-more {
87+
font-size: 18px;
88+
text-decoration: underline;
89+
}
90+
91+
hr {
92+
border-color: #979797;
93+
}
94+
}

0 commit comments

Comments
 (0)