-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from SilverCareOrg/ion-stefan
Changed everything to eldie
- Loading branch information
Showing
19 changed files
with
10,854 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
REACT_APP_SERVER_IMAGE_PATH=../images/ | ||
REACT_APP_API=http://localhost:8000 | ||
REACT_APP_STRIPE_KEY=pk_live_51NoOzJAJfj2tXT7snl3x4aVedF1MDYUZUaq3Vb1BhYSehOpW6M5Xg3K67MDosAW0Vv5XWntJ5C6RdEJx0IzLffri00H23t5jPN | ||
REACT_APP_STRIPE_KEY=pk_live_51NoOzJAJfj2tXT7snl3x4aVedF1MDYUZUaq3Vb1BhYSehOpW6M5Xg3K67MDosAW0Vv5XWntJ5C6RdEJx0IzLffri00H23t5jPN | ||
REACT_APP_HOTJAR_SITEID = 3894382 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
REACT_APP_SERVER_IMAGE_PATH=https://eldie.ro/public-images/ | ||
REACT_APP_API=https://eldie.ro/api | ||
REACT_APP_STRIPE_KEY=pk_live_51NoOzJAJfj2tXT7snl3x4aVedF1MDYUZUaq3Vb1BhYSehOpW6M5Xg3K67MDosAW0Vv5XWntJ5C6RdEJx0IzLffri00H23t5jPN | ||
REACT_APP_HOTJAR_SITEID = 3894382 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import { NavLink } from "react-router-dom"; | ||
|
||
const CheckArticles = () => { | ||
return ( | ||
<div className=" bg-light-purple mt-10 mb-20 h-56 lg:h-48 flex items-center justify-center "> | ||
<div className="w-full flex items-center justify-center flex-col lg:flex-row lg:justify-between md:px-28 max-w-[1450px]"> | ||
<div className="flex flex-col items-center lg:items-start justify-center max-lg:text-center"> | ||
<div className="flex-col text-lg sm:text-xl md:text-2xl tracking-[0.05em] font-semibold flex items-center h-10 shrink-0 "> | ||
Descoperă articolele noastre | ||
</div> | ||
<div className="text-sm pb-3 lg:pb-0 sm:text-md md:text-lg tracking-[0.025em] leading-[24px] flex items-center max-w-[350px] sm:max-w-[586px] shrink-0"> | ||
Explorează articolele noastre acum și descoperă modalități de a trăi o viață activă și împlinită la orice vârstă! | ||
</div> | ||
</div> | ||
<NavLink to="/articles"> | ||
<div className="rounded bg-accent w-[274px] py-4 flex flex-row items-center justify-start box-border text-center text-sm text-white"> | ||
<b className="flex-1 tracking-[0.15em] uppercase">explorează articole</b> | ||
</div> | ||
</NavLink> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default CheckArticles; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.