Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main page #16

Draft
wants to merge 34 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
da9faac
circle diagram
alinakhomenker Dec 28, 2022
7a4e305
circle diagram
alinakhomenker Dec 28, 2022
43ee402
circle diagram
alinakhomenker Dec 29, 2022
b5793c6
mobile
alinakhomenker Dec 29, 2022
a34b5f3
icons
alinakhomenker Dec 29, 2022
d2faf0d
refactor
alinakhomenker Dec 29, 2022
38e938f
color
alinakhomenker Dec 29, 2022
93fa5cc
color
alinakhomenker Dec 29, 2022
77607a5
color
alinakhomenker Dec 29, 2022
0a0cc01
mobail
alinakhomenker Dec 29, 2022
033c6a6
diagram
alinakhomenker Dec 29, 2022
e428bd8
details
alinakhomenker Dec 29, 2022
734aa32
added animaion
alinakhomenker Jan 1, 2023
cc7176b
added clients
alinakhomenker Jan 1, 2023
977f375
refactor
alinakhomenker Jan 1, 2023
fdc56df
refactor
alinakhomenker Jan 2, 2023
f04d688
styles
alinakhomenker Jan 2, 2023
c44c76c
styles
alinakhomenker Jan 2, 2023
36d00c8
styles
alinakhomenker Jan 2, 2023
8c66706
styles
alinakhomenker Jan 2, 2023
9b44619
mobile
alinakhomenker Jan 2, 2023
a9b1736
mobile
alinakhomenker Jan 2, 2023
2dbb085
menu
alinakhomenker Jan 4, 2023
22ce9ad
refactor
alinakhomenker Jan 4, 2023
245db5b
remove mds
alinakhomenker Jan 4, 2023
90390db
refactor
alinakhomenker Jan 4, 2023
76c7814
cases
alinakhomenker Jan 5, 2023
2572e3b
cases
alinakhomenker Jan 5, 2023
0c0d11b
cases
alinakhomenker Jan 5, 2023
550029a
home page refactor
alinakhomenker Jan 5, 2023
45c3bb8
home page refactor
alinakhomenker Jan 5, 2023
1795adc
refactor
alinakhomenker Jan 8, 2023
f5a4e1a
refactor
alinakhomenker Jan 8, 2023
cda771d
refactor
alinakhomenker Jan 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion assets/animations/main.json

This file was deleted.

13 changes: 13 additions & 0 deletions assets/js/common/case-studies-details/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { COLORS } from "../colors";

export const CASE_STUDIES_DETAILS = {
title: "Case Studies",
description:
"Here are some examples of projects we worked on over the last few months. This will help you understand our work principles, and how we can change your futures.",
sections: [
{
type: "section-alpha",
color: COLORS.MAIN,
},
],
};
73 changes: 49 additions & 24 deletions assets/js/common/case-studies-projects/ai21labs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,47 @@
import { COLORS } from "../colors";

export const AI21LABS = {
type: "AI21LABS",
title: "AI21 Labs",
description:
"When Machines Become Thought Partners. AI has a way to go before it matches human intelligence. We aim to get it a little bit closer.",

sections: [
{
type: "section-alpha",
color: COLORS.GREEN,
title: "About Client",
paragraphs: [
"AI21 Labs is a cutting-edge technology company that specializes in developing solutions to augment human writing.",
"They are the creators of Wordtune, a popular tool that helps users write clearly and authentically by suggesting the right sentences.",
],
},
{
type: "section-beta",
color: COLORS.MAIN,
},
{
type: "section-gamma",
color: COLORS.DEFAULT,
title: "Challenge Faced",
description:
"AI21 Labs was facing several challenges with their QA automation tests. The tests were unstable, unorganized, and not providing the results they were looking for.",
},
{
type: "section-delta",
color: COLORS.GREEN,
title: "Our Solution",
paragraphs: [
"We designed a stable, high-performance, and easy-to-maintain test framework that suited AI21 Labs' specific needs.",
"Following best practices in test automation, using Playwright and Mocha, we designed the framework to be easy to use and maintain, while still providing the stability and performance that AI21 Labs needed. This allows them to have complete confidence in the results of their automated tests.",
],
},
{
type: "section-epsilon",
color: COLORS.MAIN,
},
],

images: {
mockup: {
src: "/assets/images/case-studies/ai21labs/ai21labs1.jpg",
Expand All @@ -16,38 +56,23 @@ export const AI21LABS = {
alt: "ai21labs",
},
},
client: {
title: "About Client:",
paragraphs: [
"AI21 Labs is a cutting-edge technology company that specializes in developing solutions to augment human writing.",
"They are the creators of Wordtune, a popular tool that helps users write clearly and authentically by suggesting the right sentences.",
],
},
challenge: {
title: "Challenge Faced:",
description:
"AI21 Labs was facing several challenges with their QA automation tests. The tests were unstable, unorganized, and not providing the results they were looking for.",
steps: [
"Needed to be a new test framework that would support multi-platform tests on their Chrome extension",
"Needed to be migrated their previous tests into the new framework",
],
},
solution: {
title: "Our Solution:",
paragraphs: [
"We designed a stable, high-performance, and easy-to-maintain test framework that suited AI21 Labs' specific needs.",
"Following best practices in test automation, using Playwright and Mocha, we designed the framework to be easy to use and maintain, while still providing the stability and performance that AI21 Labs needed. This allows them to have complete confidence in the results of their automated tests.",
],
},

steps: [
"Needed to be a new test framework that would support multi-platform tests on their Chrome extension",
"Needed to be migrated their previous tests into the new framework",
],

introduction: [
{ title: "Country", description: "Israel" },
{ title: "Industry", description: "Artificial intelligence" },
{ title: "Services Used", options: ["QA automation"], link: "/#services" },
{ title: "Services Used", options: ["QA automation"], link: "/service/qa" },
{
title: "Technologies Stack",
options: ["Playwright", "Mocha"],
link: "/service/qa/#technologies",
},
],

tags: ["Playwright", "Mocha"],
button: { url: "/case-studies-project/ai21labs", btnText: "see more" },
};
76 changes: 53 additions & 23 deletions assets/js/common/case-studies-projects/base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,47 @@
import { COLORS } from "../colors";

export const BASE = {
type: "BASE",
title: "Base",
description:
"Base helps B2B companies engage their customers automatically throughout their lifecycle.",

sections: [
{
type: "section-alpha",
color: COLORS.GREEN,
title: "About Client",
paragraphs: [
"Base is a B2B company that helps other businesses engage with their customers throughout their lifecycle.",
"They offer a range of services, including advocacy, feedback, lead generation, and social amplification, all aimed at improving customer interactions and driving business growth. Base can help increase references, referrals, product reviews, ranking, loyalty, customer-based lead generation, crowd-based content creation, ideation, and more.",
],
},
{
type: "section-beta",
color: COLORS.MAIN,
},
{
type: "section-gamma",
color: COLORS.DEFAULT,
title: "Challenge Faced",
description:
"As Base's client base grew, the demands on their R&D department increased.",
},
{
type: "section-delta",
color: COLORS.GREEN,
title: "Our Solution",
paragraphs: [
"We took full ownership of Base's End-to-End and API automated testing. Using Java, Cucumber, and Playwright, we designed a comprehensive framework that integrated smoothly into Base's CI processes.",
"We made automation an integral part of their manual regression testing, providing visibility through reporting, logging, and integration with external systems. This allowed our teams to work together effectively and provided Base with the confidence and reliability they needed to succeed.",
],
},
{
type: "section-epsilon",
color: COLORS.MAIN,
},
],

images: {
mockup: {
src: "/assets/images/case-studies/base/base1.jpg",
Expand All @@ -16,37 +56,27 @@ export const BASE = {
alt: "base",
},
},
client: {
title: "About Client:",
paragraphs: [
"Base is a B2B company that helps other businesses engage with their customers throughout their lifecycle.",
"They offer a range of services, including advocacy, feedback, lead generation, and social amplification, all aimed at improving customer interactions and driving business growth. Base can help increase references, referrals, product reviews, ranking, loyalty, customer-based lead generation, crowd-based content creation, ideation, and more.",
],
},
challenge: {
title: "Challenge Faced:",
description:
"AI21 Labs was facing several challenges with their QA automation tests. The tests were unstable, unorganized, and not providing the results they were looking for.",
steps: [
"It was necessary to conduct a of End-to-End and API automated testing",
],
},
solution: {
title: "Our Solution:",
paragraphs: [
"We took full ownership of Base's End-to-End and API automated testing. Using Java, Cucumber, and Playwright, we designed a comprehensive framework that integrated smoothly into Base's CI processes.",
"We made automation an integral part of their manual regression testing, providing visibility through reporting, logging, and integration with external systems. This allowed our teams to work together effectively and provided Base with the confidence and reliability they needed to succeed.",
],
},

steps: [
"Base needed a solution that would integrate seamlessly into their existing processes and be easy for their teams to use.",
"It was necessary to conduct a of End-to-End and API automated testing",
],

introduction: [
{ title: "Country", description: "Israel" },
{ title: "Industry", description: "B2B Businesses" },
{ title: "Services Used", options: ["QA automation"], link: "/#services" },
{
title: "Services Used",
options: ["QA automation"],
link: "/service/qa",
},
{
title: "Technologies Stack",
options: ["Java", "Cucumber", "Playwright"],
link: "/service/qa/#technologies",
},
],

tags: ["Java", "Cucumber", "Playwright"],
button: { url: "/case-studies-project/base", btnText: "see more" },
};
71 changes: 48 additions & 23 deletions assets/js/common/case-studies-projects/memomi.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,46 @@
import { COLORS } from "../colors";

export const MEMOMI = {
type: "MEMOMI",
title: "Memomi ",
description:
"Memomi is the award-winning smart mirror software transforming the luxury shopping market.",

sections: [
{
type: "section-alpha",
color: COLORS.GREEN,
title: "About Client",
paragraphs: [
"Memomi is a developer of an augmented reality and artificial intelligence platform that enables customers to try products virtually and receive personalized product recommendations. They approached GoTech needing help integrating an AR engine between their server and mobile applications.",
],
},
{
type: "section-beta",
color: COLORS.MAIN,
},
{
type: "section-gamma",
color: COLORS.DEFAULT,
title: "Challenge Faced",
description:
"Memomi needed assistance integrating their complex AR engine between the server and mobile applications.",
},
{
type: "section-delta",
color: COLORS.GREEN,
title: "Our Solution",
paragraphs: [
"GoTech was able to help Memomi integrate the AR engine into their server and mobile applications, both for iOS and Android. Our team of experts has experience in AR and ML, and was able to deliver high-quality mobile applications that offered a seamless and engaging AR experience.",
"We also assisted Memomi in integrating the SDK into their clients' applications, further enhancing the functionality of their platform. With GoTech's help, Memomi was able to overcome the challenges of integrating their AR engine and take their platform to the next level. Memomi was eventually acquired by Walmart.",
],
},
{
type: "section-epsilon",
color: COLORS.MAIN,
},
],

images: {
mockup: {
src: "/assets/images/case-studies/memomi/memomi1.jpg",
Expand All @@ -16,37 +55,23 @@ export const MEMOMI = {
alt: "memomi",
},
},
client: {
title: "About Client:",
paragraphs: [
"Memomi is a developer of an augmented reality and artificial intelligence platform that enables customers to try products virtually and receive personalized product recommendations. They approached GoTech needing help integrating an AR engine between their server and mobile applications.",
],
},
challenge: {
title: "Challenge Faced:",
description:
"Memomi needed assistance integrating their complex AR engine between the server and mobile applications.",
steps: [
"Needed to be integrating the SDK into their clients' applications",
"It was necessary to develop a system for machine learning and augmented reality",
],
},
solution: {
title: "Our Solution:",
paragraphs: [
"GoTech was able to help Memomi integrate the AR engine into their server and mobile applications, both for iOS and Android. Our team of experts has experience in AR and ML, and was able to deliver high-quality mobile applications that offered a seamless and engaging AR experience.",
"We also assisted Memomi in integrating the SDK into their clients' applications, further enhancing the functionality of their platform. With GoTech's help, Memomi was able to overcome the challenges of integrating their AR engine and take their platform to the next level. Memomi was eventually acquired by Walmart.",
],
},

steps: [
"Needed to be integrating the SDK into their clients' applications",
"It was necessary to develop a system for machine learning and augmented reality",
],

introduction: [
{ title: "Country", description: "Israel" },
{ title: "Industry", description: "AR Market" },
{ title: "Services Used", options: ["Mobile"], link: "/#services" },
{ title: "Services Used", options: ["Mobile"], link: "/service/mobile" },
{
title: "Technologies Stack",
options: ["iOS", "Android", "ML", "AR", "SDK"],
link: "/service/mobile/#technologies",
},
],

tags: ["iOS", "Android", "ML", "AR", "SDK"],
button: { url: "/case-studies-project/memomi", btnText: "see more" },
};
Loading