Skip to content

Pending changes exported from your codespace #10

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
46 changes: 0 additions & 46 deletions src/components/Clients.js

This file was deleted.

10 changes: 5 additions & 5 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ const Footer = () => {
{/* 1st block */}
<div className="col-span-12 lg:col-span-4">
<div className="box-border border-b-4 border-blue-900 p-8 bg-gray-200 text-gray-600 text-center rounded-lg xl:w-80 mx-auto">
<h3 className="font-bold text-4xl mb-4">MLD</h3>
<h3 className="font-bold text-4xl mb-4">DHS CS CLUB</h3>
<div className='text-md font-medium text-gray-600'>
<h5>Molad e Konsult</h5>
<p>Ilo Awela,</p>
<p>Ota,</p>
<p>Ogun State.</p>
<h5> Ashmit</h5>
<p>Kaushik</p>
<p>Pranav</p>
<p>Aditya</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Hero = () => {
<div className="lg:w-1/2 flex flex-col justify-center" data-aos="zoom-in" data-aos-delay="200">
<h1 className="mb-5 md:text-5xl text-3xl font-bold text-blue-900">
{/* We build digital solutions to help businesses scale */}
Bespoke software solutions for your unique business needs
Dublin High School's CS Club Offers solutions for your unique business needs
</h1>
<div className="text-xl font-semibold tracking-tight mb-5 text-gray-500">We are a team of highly motivated and skilled developers dedicated to delivering only the best software.</div>
<div className="mb-4 space-x-0 md:space-x-2 md:mb-8">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Intro = () => {
</div>
<div className="flex-col my-4 text-center lg:text-left lg:my-0 lg:justify-end w-full lg:w-1/2 px-8" data-aos="zoom-in" data-aos-delay="500">

<h3 className="text-3xl text-blue-900 font-bold">We develop high quality bespoke web and mobile applications for organizations, institutions and SMEs</h3>
<h3 className="text-3xl text-blue-900 font-bold">We develop high quality web and mobile applications for organizations, institutions and SMEs</h3>
<div>
<p className='my-3 text-xl text-gray-600 font-semibold'>Our team is well vast in software development and is ready to help develop the applications of your choice.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const NavBar = () => {
<nav className={`fixed top-0 w-full z-30 transition duration-300 ease-in-out mb-16 ${!top && 'bg-white shadow-lg'}`}>
<div className="flex flex-row justify-between items-center py-2">
<div className="flex flex-row justify-center md:px-12 md:mx-12 items-center text-center font-semibold">
<HashLink smooth to="/#hero"><h1 className="font-extrabold text-4xl text-blue-900">mld</h1></HashLink>
<HashLink smooth to="/#hero"><h1 className="font-extrabold text-4xl text-blue-900">WDI</h1></HashLink>

</div>
<div className="group flex flex-col items-center">
Expand Down
44 changes: 10 additions & 34 deletions src/components/Portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,20 @@ const Portfolio = () => {
<div className="m-2 text-justify text-sm">
<h4 className="font-semibold my-4 text-lg md:text-2xl text-center mb-4 h-12">Business Management System</h4>
<p className="text-md font-medium leading-5 h-auto md:h-48">
Our Business Management System is a robust and easily scalable system that streamlines business operations, increase efficiency, and ultimately drive growth and profitability for your business.
With features such as employee management, finance control, and many more modules to effectively manage all aspects of a business.
All data is stored in the cloud and as such it is easily accessible from all devices and from any location.
BLANK

</p>
<div className="flex justify-center my-4">
<Link to="/get-demo" className="text-white bg-blue-900 hover:bg-blue-800 inline-flex items-center justify-center w-full px-6 py-3 my-4 text-lg shadow-xl rounded-xl">
Schedule Demo
<svg className="w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fillRule="evenodd" d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule="evenodd"></path></svg>
</Link>
</div>

</div>
</div>

<div className="bg-white transition-all ease-in-out duration-400 overflow-hidden text-gray-700 hover:scale-105 rounded-lg shadow-2xl p-3">
<div className="m-2 text-justify text-sm">
<h4 className="font-semibold my-4 text-lg md:text-2xl text-center mb-4 h-12">School Management Portal</h4>
<p className="text-md font-medium leading-5 h-auto md:h-48">
Our all encompassing School Management Portal is the only solution needed for any institution.
The School Management Portal (SMP) is a tool that can help educational institutions of all kinds manage their administrative tasks, automate processes, and streamline communication between teachers, students, parents, and administrators.
The software can be used to manage all aspects of school operations, including student enrollment, attendance, grades, schedules, and more.
BLANK
</p>
<div className="flex justify-center my-4">
<Link to="/get-demo" className="text-white bg-blue-900 hover:bg-blue-800 inline-flex items-center justify-center w-full px-6 py-3 my-4 text-lg shadow-xl rounded-xl">
Schedule Demo
<svg className="w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fillRule="evenodd" d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule="evenodd"></path></svg>
</Link>
</div>


{/* <ul className="border-t border-gray-300 py-8 space-y-6">
<li className="flex items-center space-x-2 px-8">
Expand All @@ -61,31 +48,20 @@ const Portfolio = () => {
<div className="m-2 text-justify text-sm">
<h4 className="font-semibold my-4 text-lg md:text-2xl text-center mb-4 h-12">Payroll Management System</h4>
<p className="text-md font-medium leading-5 h-auto md:h-48">
The Payroll Management System automates the process of employee payments for businesses and organizations of different sizes. It helps to ensure that your employees get paid accurately and on time, while also reducing the time and effort required to manage payroll manually, with this system in place, you enjoy benefits such as:
increased accuracy in employee payments. It can also integrate into an existing management system through well-structured APIs.
BLANK
</p>
<div className="flex justify-center my-4">
<Link to="/get-demo" className="text-white bg-blue-900 hover:bg-blue-800 inline-flex items-center justify-center w-full px-6 py-3 my-4 text-lg shadow-xl rounded-xl">
Schedule Demo
<svg className="w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fillRule="evenodd" d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule="evenodd"></path></svg>
</Link>
</div>


</div>
</div>

<div className="bg-white transition-all ease-in-out duration-400 overflow-hidden text-gray-700 hover:scale-105 rounded-lg shadow-2xl p-3">
<div className="m-2 text-justify text-sm">
<h4 className="font-semibold my-4 text-lg md:text-2xl text-center mb-4 h-12">Event Management System</h4>
<p className="text-md font-medium leading-5 h-auto md:h-48">
Our event management system helps to manage different types of events, whether weddings, burials or any kind of event. With an easily customizable menu, you get to define your user experience and make your event fully customizable and memorable.
With use cases already recorded for quite a number of events, we can assure you of a stress-less event mangement platform.
BLANK
</p>
<div className="flex justify-center my-4">
<Link to="/get-demo" className="text-white bg-blue-900 hover:bg-blue-800 inline-flex items-center justify-center w-full px-6 py-3 my-4 text-lg shadow-xl rounded-xl">
Schedule Demo
<svg className="w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fillRule="evenodd" d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z" clipRule="evenodd"></path></svg>
</Link>
</div>

</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Services.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Services = () => {
font-bold">We <span className='font-black'>Build</span></h3>
<div>
<p className='my-3 text-xl text-gray-600 font-semibold'>
With over 10 years experience in software analysis and design and a deep understanding of the latest IT trends and solutions, we provide customized recommendations and strategies to help you improve your operations, reduce costs, and increase efficiency.
With members with experience in software analysis and design and a deep understanding of the latest IT trends and solutions, we provide customized recommendations and strategies to help you improve your operations, reduce costs, and increase efficiency.
</p>
</div>
</div>
Expand Down
7 changes: 6 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ body {
}

.cta {
background: linear-gradient(rgba(2,2,2,.7),rgba(0,0,0,.7)),url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80) fixed center center;
background: linear-gradient(rgba(230, 9, 9, 0.7),rgba(114, 12, 12, 0.7)),url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80) fixed center center;
}




.hero{
background: linear-gradient(rgb(230, 76, 76),rgb(193, 19, 19))
}
2 changes: 1 addition & 1 deletion src/pages/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import axios from 'axios';
import Notiflix from 'notiflix';

const Contact = () => {
useDocTitle('MLD | Molad e Konsult - Send us a message')
useDocTitle('WDI | Best WEB DESIGN IN THE BAY AREA - Send us a message')
const [firstName, setFirstName] = useState('')
const [lastName, setLastName] = useState('')
const [email, setEmail] = useState('')
Expand Down
2 changes: 0 additions & 2 deletions src/pages/Home.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import Clients from '../components/Clients';
import Cta from '../components/Cta';
import Footer from '../components/Footer';
import Hero from '../components/Hero';
Expand All @@ -15,7 +14,6 @@ const Home = () => {
<Intro />
<Services />
<Portfolio />
<Clients />
<Cta/>
<Footer />
</>
Expand Down