diff --git a/aboutUs.html b/aboutUs.html new file mode 100644 index 0000000..258a7bd --- /dev/null +++ b/aboutUs.html @@ -0,0 +1,220 @@ + + + + + + + About Us + + + + + + + + + + +
+ +
+ +
+
+

An Intelligent Platform

+

Connecting the dot in Communication

+
+
+ +
+
+

Who Are We

+

We are the Future

+

The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications. It also enables an organization to evolve its technology stack.Microservices - also known as the microservice architecture - is + an architectural style that structures an application as a collection of services

+
+
+ +
+
+
+

150M+

+

Subscibers

+
+
+

25K

+

Community

+
+
+

120+

+

Corporate Clients

+
+
+
+ +
+

Our Story

+
+
+ +

HNG 2020 Interns
Conceived the Idea in
June 2020

+
+
+ +

Structuring of the Company’s
framework by Developers
June 2020

+
+
+ +

Commisioning of
the Website
July 2020

+
+
+
+ +
+

Our Core Values

+
+
+

Innovation

+ +

We explore new paths to
ensure you have a Creative
product

+
+
+

Efficiency

+ +

Efficieny is our watch word.
We work towards a product
that gives you the best reult

+
+
+

Reliability

+ +

Our products are credible
andreliabke. We apply tested
processes for the desired yield

+
+
+
+ +
+

Meet Our Leadership

+
+
+ +

Mark Essien

+

CEO

+
+
+ +

Neo Ighodaro

+

Vice President

+
+
+ +

Akinnibosun Segun

+

Vice President

+
+
+
+ +
+

Our Investors

+
+
+ +
+
+ +
+
+ +
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/css/aboutUs.css b/assets/css/aboutUs.css new file mode 100644 index 0000000..01571e4 --- /dev/null +++ b/assets/css/aboutUs.css @@ -0,0 +1,349 @@ +* { + margin: 0; + padding: 0; +} + +body { + background: #FFFFFF; +} + +.head { + /* width: 1440px; */ + height: 597px; + background: url('/assets/img/background.png') no-repeat; + background-size: cover; +} + +.head-back { + background: linear-gradient( rgba(1, 2, 22, 0.8), rgba(20, 37, 106, 0.79)), url('.../assets/img/background.png') no-repeat; + background-size: cover; +} + +.head_title { + font-family: Poppins; + font-style: normal; + font-weight: bold; + font-size: 48px; + line-height: 72px; + display: flex; + justify-content: center; + color: #FFFFFF; + padding-top: 180px; +} + +.head_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 24px; + line-height: 36px; + display: flex; + justify-content: center; + color: #FFFFFF; +} + +.we_are { + margin: 50px; +} + +.title { + font-family: Poppins; + font-style: normal; + font-weight: bold; + font-size: 48px; + line-height: 72px; + text-align: center; + color: #191919; +} + +.we_are_sub { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 24px; + line-height: 36px; + text-align: center; + color: #191919; + padding-top: 20px; +} + +.we_are_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 24px; + line-height: 36px; + color: #141212; + padding-top: 20px; +} + +.green { + background: #B7FFB6; +} + +.shift { + margin: 50px; + display: flex; + justify-content: space-around; +} + +.num-row { + margin: 10px; +} + +.num_title { + font-family: Poppins; + font-style: normal; + font-weight: bold; + font-size: 42px; + line-height: 63px; + text-align: center; + color: #191919; +} + +.num_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 20px; + line-height: 30px; + text-align: center; + color: #191919; +} + +.lead_text { + font-family: Poppins; + font-style: normal; + font-weight: 800; + font-size: 20px; + line-height: 30px; + text-align: center; + color: #191919; +} + +.sub-text { + font-family: Lato; + font-style: normal; + font-weight: normal; + font-size: 20px; + line-height: 30px; + text-align: center; + color: #191919; +} + +.story_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 20px; + line-height: 36px; + text-align: center; + color: #141212; +} + +.story_row { + margin: 10px; +} + +.a1 { + padding-left: 10px; + padding-bottom: 15px; +} + +.a2 { + padding-left: 35px; + padding-bottom: 15px; +} + +.a3 { + padding-bottom: 15px; +} + +.b1 { + height: 80px; + width: 80px; + margin-left: 65px; +} + +.b2 { + padding-left: 75px; +} + +.b3 { + margin-left: 80px; +} + +.value_title { + font-family: Poppins; + font-style: normal; + font-weight: bold; + font-size: 24px; + line-height: 36px; + text-align: center; + color: #191919; + margin-bottom: 15px; +} + +.value_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 20px; + line-height: 36px; + text-align: center; + color: #141212; + margin-top: 15px; +} + +img .value_image { + height: 80px; + width: 80px; + /* padding-left: 60px; */ +} + +@media only screen and (max-width: 800px) { + .shift { + margin: 50px; + display: flex; + justify-items: center; + flex-direction: column; + align-items: center; + } + .title { + font-family: Poppins; + font-style: normal; + font-weight: bold; + font-size: 24px; + line-height: 36px; + text-align: center; + color: #191919; + } + .we_are_sub { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 18px; + line-height: 18px; + text-align: center; + color: #191919; + padding-top: 20px; + } + .we_are_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 18px; + line-height: 18px; + color: #141212; + padding-top: 20px; + } + .num_title { + font-style: normal; + font-weight: bold; + font-size: 21px; + line-height: 31px; + text-align: center; + color: #191919; + } + .num_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 15px; + line-height: 15px; + text-align: center; + color: #191919; + } + .story_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 15px; + line-height: 36px; + text-align: center; + color: #141212; + padding-bottom: 10px; + } + .a2 { + padding-left: 20px; + padding-bottom: 15px; + } + .b3 { + margin-left: 75px; + } + .b2 { + margin-right: 60px; + } + .b1 { + height: 80px; + width: 80px; + margin-left: 70px; + } + .story_text { + font-family: Poppins; + font-size: 15px; + line-height: 36px; + text-align: center; + color: #141212; + padding-bottom: 10px; + } + .value_title { + font-family: Poppins; + font-weight: bold; + font-size: 20px; + line-height: 18px; + text-align: center; + color: #191919; + margin-bottom: 15px; + } + .value_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 15px; + line-height: 36px; + text-align: center; + color: #141212; + margin-top: 15px; + padding-bottom: 10px; + } + .lead_text { + font-family: Poppins; + font-style: normal; + font-weight: 800; + font-size: 18px; + line-height: 25px; + text-align: center; + color: #191919; + } + .sub-text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 18px; + line-height: 30px; + text-align: center; + color: #191919; + } + .head_title { + font-family: Poppins; + font-style: normal; + font-weight: bold; + font-size: 24px; + line-height: 47px; + display: flex; + justify-content: center; + color: #FFFFFF; + padding-top: 280px; + } + .head_text { + font-family: Poppins; + font-style: normal; + font-weight: normal; + font-size: 20px; + line-height: 36px; + display: flex; + justify-content: center; + color: #FFFFFF; + } +} \ No newline at end of file diff --git a/assets/img/Group.png b/assets/img/Group.png new file mode 100644 index 0000000..9acfb87 Binary files /dev/null and b/assets/img/Group.png differ diff --git a/assets/img/arror.png b/assets/img/arror.png new file mode 100644 index 0000000..dc62800 Binary files /dev/null and b/assets/img/arror.png differ diff --git a/assets/img/arror2.png b/assets/img/arror2.png new file mode 100644 index 0000000..f4f9b1b Binary files /dev/null and b/assets/img/arror2.png differ diff --git a/assets/img/background.png b/assets/img/background.png new file mode 100644 index 0000000..64b0b06 Binary files /dev/null and b/assets/img/background.png differ diff --git a/assets/img/corporate.png b/assets/img/corporate.png new file mode 100644 index 0000000..162ed1e Binary files /dev/null and b/assets/img/corporate.png differ diff --git a/assets/img/efficiency.png b/assets/img/efficiency.png new file mode 100644 index 0000000..d98f4ae Binary files /dev/null and b/assets/img/efficiency.png differ diff --git a/assets/img/innovation.png b/assets/img/innovation.png new file mode 100644 index 0000000..4d9b81f Binary files /dev/null and b/assets/img/innovation.png differ diff --git a/assets/img/mark.png b/assets/img/mark.png new file mode 100644 index 0000000..8258218 Binary files /dev/null and b/assets/img/mark.png differ diff --git a/assets/img/neo.png b/assets/img/neo.png new file mode 100644 index 0000000..ee9f089 Binary files /dev/null and b/assets/img/neo.png differ diff --git a/assets/img/partner.png b/assets/img/partner.png new file mode 100644 index 0000000..628a9e9 Binary files /dev/null and b/assets/img/partner.png differ diff --git a/assets/img/reliability.png b/assets/img/reliability.png new file mode 100644 index 0000000..9acfb87 Binary files /dev/null and b/assets/img/reliability.png differ diff --git a/assets/img/segun.png b/assets/img/segun.png new file mode 100644 index 0000000..e232005 Binary files /dev/null and b/assets/img/segun.png differ diff --git a/assets/img/smallcorporate.png b/assets/img/smallcorporate.png new file mode 100644 index 0000000..b98b10e Binary files /dev/null and b/assets/img/smallcorporate.png differ