Skip to content

Commit

Permalink
Merge pull request #16 from waszkiewiczja/feature
Browse files Browse the repository at this point in the history
updated project names
  • Loading branch information
waszkiewiczja authored Feb 12, 2024
2 parents b37590a + 9242f1f commit be268c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/main/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export const Projects: React.FC = () => {
<Title />
<Sp />
<MyInvestment />
<Memory />
<Abtests />
<Motorway />
<Memory />
</section>
);
};
2 changes: 1 addition & 1 deletion src/components/main/projects/Abtests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Abtests: React.FC = () => {
return (
<div className="mt-10">
<p className="text-3xl font-bold mb-6 text-[#5BC0EB] text-start mt-12 md:text-4xl">
AB-tests.com
AB-tests
</p>

<p className="text-justify leading-8 mb-4">
Expand Down
6 changes: 3 additions & 3 deletions src/components/main/projects/Motorway.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Motorway: React.FC = () => {
return (
<div className="mt-10">
<p className="text-3xl font-bold mb-6 text-[#5BC0EB] text-start mt-12 md:text-4xl">
MotorwayMap.com
MotorwayMap
</p>

<p className="text-justify leading-8 mb-4">
Expand All @@ -20,8 +20,8 @@ export const Motorway: React.FC = () => {
It is fully mobile on all devices.
<br />
<br />
www.MotorwayMap.pl is a map of all investments in Poland carried out by
the largest state investor, General Directorate for National Roads and
MotorwayMap is a map of all investments in Poland carried out by the
largest state investor, General Directorate for National Roads and
Motorways. The total investment amount is over PLN 40 billion. The
number of tasks is over 100, and over 1,200 km of motorways and
expressways are under construction. The map shows what and where
Expand Down
4 changes: 2 additions & 2 deletions src/components/main/projects/MyInvestment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export const MyInvestment: React.FC = () => {
return (
<div className="mt-10">
<p className="text-3xl font-bold mb-6 text-[#5BC0EB] text-start mt-12 md:text-4xl">
my-investment.com
My Investment
</p>

<p className="text-justify leading-8 mb-4">
www.my-investment.com is a website that allows you to observe selected
My Investment is a website that allows you to observe selected
investments. We can observe over 1,200 different investment instruments
- shares, indices, currencies, raw materials, cryptocurrencies. We can
browse the website anonymously or create an account and track the profit
Expand Down

0 comments on commit be268c0

Please sign in to comment.