diff --git a/src/components/navbar.js b/src/components/navbar.js
index 71b076d..427c4ec 100644
--- a/src/components/navbar.js
+++ b/src/components/navbar.js
@@ -1,6 +1,7 @@
import React from 'react';
import { Link } from 'react-router-dom';
import { images } from '../assets';
+import Button from './Button';
const NavBar = () => {
@@ -8,9 +9,9 @@ const NavBar = () => {
- Learn More
+ Learn More
diff --git a/src/containers/LoginScreen/index.js b/src/containers/LoginScreen/index.js
index f55e174..7a05dd2 100644
--- a/src/containers/LoginScreen/index.js
+++ b/src/containers/LoginScreen/index.js
@@ -1,6 +1,7 @@
import React from 'react'
import { Link } from 'react-router-dom'
import { images } from '../../assets'
+import Button from '../../components/Button'
import Footer from '../../components/footer'
import NavBar from '../../components/navbar'
@@ -14,18 +15,18 @@ const LoginScreen = () => {
Please sign in
-
-
@@ -37,12 +38,13 @@ const LoginScreen = () => {
-
Sign in
-
+
diff --git a/src/containers/SignupSoftware/index.js b/src/containers/SignupSoftware/index.js
index 375c0cf..ea74564 100644
--- a/src/containers/SignupSoftware/index.js
+++ b/src/containers/SignupSoftware/index.js
@@ -2,6 +2,7 @@ import React from 'react';
import Navbar from '../../components/navbar';
import { Link } from 'react-router-dom';
import Footer from '../../components/footer'
+import Button from '../../components/Button';
const RegisterSoftware = () => {
return (
@@ -17,7 +18,7 @@ const RegisterSoftware = () => {
Register To Learn Software
- Get the best out of our programs and be an expert in one of the fields below:
+ Get the best out of our programs and be an expert in one of the fields below:
Full-stack Engineer
@@ -51,7 +52,12 @@ const RegisterSoftware = () => {
- Sign up
+
+ Sign up
+
Already have an account?
Login
diff --git a/src/containers/SoftwareScreen/index.js b/src/containers/SoftwareScreen/index.js
index 02ee0f0..9219774 100644
--- a/src/containers/SoftwareScreen/index.js
+++ b/src/containers/SoftwareScreen/index.js
@@ -3,6 +3,7 @@ import Navbar from '../../components/navbar'
import Footer from '../../components/footer'
import { Link } from 'react-router-dom';
import { images } from '../../assets';
+import Button from '../../components/Button';
const SoftwareScreen = () => {
@@ -16,18 +17,19 @@ const SoftwareScreen = () => {
Build your Career
- At Momi Foundation, we are running different software engineer classes,
+ At Momi Foundation, we are running different software engineer classes,
events, online mentoring and support in career progression and interview process.
- We will help you build your technical skills, software skills and interact with
+ We will help you build your technical skills, software skills and interact with
world class software engineer.
Momi Foundation has helped me understand software development. I am confident right Now
- that I am ready and prepared to apply for Junior to mid-level jobs. Also, apart
- from learning coding, I was able to learn leadership skills, project management,
+ that I am ready and prepared to apply for Junior to mid-level jobs. Also, apart
+ from learning coding, I was able to learn leadership skills, project management,
soft skills and general team building.
February 2023
@@ -219,8 +221,8 @@ const SoftwareScreen = () => {
David Mwangi, Kenya
Momi Foundation has helped me understand software development. I am confident right Now
- that I am ready and prepared to apply for Junior to mid-level jobs. Also, apart
- from learning coding, I was able to learn leadership skills, project management,
+ that I am ready and prepared to apply for Junior to mid-level jobs. Also, apart
+ from learning coding, I was able to learn leadership skills, project management,
soft skills and general team building.
February 2023
@@ -231,8 +233,8 @@ const SoftwareScreen = () => {
Mark Too, Kenya
Momi Foundation has helped me understand software development. I am confident right Now
- that I am ready and prepared to apply for Junior to mid-level jobs. Also, apart
- from learning coding, I was able to learn leadership skills, project management,
+ that I am ready and prepared to apply for Junior to mid-level jobs. Also, apart
+ from learning coding, I was able to learn leadership skills, project management,
soft skills and general team building.
February 2023
@@ -248,12 +250,13 @@ const SoftwareScreen = () => {
We are here to help you progress in your career
-
Register Now
-
+
diff --git a/src/containers/Sports/components/upcoming-events.js b/src/containers/Sports/components/upcoming-events.js
index b00edf1..1d7e813 100644
--- a/src/containers/Sports/components/upcoming-events.js
+++ b/src/containers/Sports/components/upcoming-events.js
@@ -1,72 +1,74 @@
import React from 'react'
import { images } from '../../../assets';
+import Button from '../../../components/Button';
const UpcomingEvents = () => {
+ const upcomingEvents = [
+ {
+ name: 'Momi Football Tournament',
+ category: 'Football Tournament',
+ date: 'April 2023',
+ description: 'This is a wider card with supporting text below as a natural lead-in to additional content.',
+ image: {
+ src: images.AJP_0004,
+ alt: 'footbal'
+ }
+
+ },
+ {
+ name: 'Momi Marathon - December 2023',
+ category: 'Post title',
+ date: 'Nov 11',
+ description: `This is a wider card with supporting text below as a natural
+ lead-in to additional content.`, image: {
+ src: images.AJP_0270,
+ alt: 'footbal'
+ }
+
+ },
+ {
+ name: 'Momi Football Tournament',
+ category: 'Football Tournament',
+ date: 'April 2023',
+ description: 'This is a wider card with supporting text below as a natural lead-in to additional content.',
+ image: {
+ src: images.AJP_0178,
+ alt: 'footbal'
+ }
+
+ },
+ {
+ name: 'Momi Football Tournament',
+ category: 'Football Tournament',
+ date: 'April 2023',
+ description: 'This is a wider card with supporting text below as a natural lead-in to additional content.',
+ image: {
+ src: images.AJP_0285,
+ alt: 'footbal'
+ }
+
+ },
+ ];
return (
Upcoming Tournaments
-
-
-
- Momi Football Tournament
-
Football Tournament
-
April 2023
-
This is a wider card with supporting text below as a natural lead-in to additional content.
- Check More Details
-
-
-
-
-
-
-
-
-
- Momi Marathon - December 2023
-
Post title
-
Nov 11
-
- This is a wider card with supporting text below as a natural
- lead-in to additional content.
-
- Check More Details
-
-
-
-
+ {upcomingEvents.map(event => (
+
+
+
+ {event.name}
+
{event.category}
+
{event.date}
+
{event.description}
+ Check More Details
+
+
+
-
-
-
-
- Momi Football Tournament
-
Football Tournament
-
April 2023
-
This is a wider card with supporting text below as a natural lead-in to additional content.
- Check More Details
-
-
-
-
-
-
-
-
-
- Momi Football Tournament
-
Football Tournament
-
April 2023
-
This is a wider card with supporting text below as a natural lead-in to additional content.
- Check More Details
-
-
-
-
-
-
+ ))}
)
}
diff --git a/src/containers/Sports/index.js b/src/containers/Sports/index.js
index 75c795d..120cb71 100644
--- a/src/containers/Sports/index.js
+++ b/src/containers/Sports/index.js
@@ -3,6 +3,7 @@ import Navbar from '../../components/navbar';
import Footer from '../../components/footer';
import { UpcomingEvents, StandingTable } from './components'
import { Link } from 'react-router-dom';
+import Button from '../../components/Button';
const groups = ['Group A', 'Group B', 'Group C', 'Group D']
@@ -15,10 +16,10 @@ const SportsScreen = () => {
Momi Foundation Football League - April 2023
- Multiple lines of text that form the lede, informing new readers quickly and efficiently
+ Multiple lines of text that form the lede, informing new readers quickly and efficiently
about whats most interesting in this pos contents.