Skip to content

Commit c4da7e3

Browse files
committed
Adding generic name
1 parent 8530f71 commit c4da7e3

File tree

7 files changed

+12
-22
lines changed

7 files changed

+12
-22
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,9 @@ nvm use 20
7474

7575
### 1. Clone the repository
7676

77-
**Clone the easyscheduler branch:**
78-
79-
```bash
80-
git clone -b easyscheduler https://github.com/gcclinux/dominikaswioklo.git
81-
cd dominikaswioklo
82-
```
83-
84-
**Or clone and switch to the branch:**
85-
8677
```bash
87-
git clone https://github.com/gcclinux/dominikaswioklo.git
88-
cd dominikaswioklo
89-
git checkout easyscheduler
78+
git clone https://github.com/gcclinux/EasyScheduler.git
79+
cd EasyScheduler
9080
```
9181

9282
### 2. Configure Environment Variables
@@ -216,7 +206,7 @@ After logging in, configure:
216206

217207
The site automatically deploys to GitHub Pages when changes are pushed to the `main` branch.
218208

219-
Live site: [https://gcclinux.github.io/dominikaswioklo/](https://gcclinux.github.io/dominikaswioklo/)
209+
Live site: [https://gcclinux.github.io/EasyScheduler/](https://gcclinux.github.io/EasyScheduler/)
220210

221211
## Tech Stack
222212

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Dominika Swioklo</title>
7+
<title>EasyScheduler</title>
88
<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">
99
</head>
1010
<body>

frontend/public/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Dominika Swioklo</title>
5+
<title>EasyScheduler</title>
66
<script>
77
sessionStorage.redirect = location.href;
88
</script>
9-
<meta http-equiv="refresh" content="0;URL='/dominikaswioklo/'">
9+
<meta http-equiv="refresh" content="0;URL='/EasyScheduler/'">
1010
</head>
1111
<body></body>
1212
</html>

frontend/src/admin/components/ThemeSelector.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const ThemeSelector = ({ currentTheme = 'purple', onSave, onCancel }) => {
1414
{
1515
id: 'green',
1616
name: 'Dark Green',
17-
description: 'Professional dark green theme (Dominika default)',
17+
description: 'Professional dark green theme',
1818
primary: 'linear-gradient(135deg, #2d5016 0%, #1a3d0a 100%)',
1919
preview: '#2d5016'
2020
},

frontend/src/components/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Navbar() {
2121
}
2222
} catch (error) {
2323
console.error('Error fetching site title:', error);
24-
setSiteTitle('Dominika Świokło');
24+
setSiteTitle('EasyScheduler');
2525
}
2626
};
2727

frontend/src/pages_en/About.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export default function About() {
1111
<div className="container">
1212
<div className="about-content">
1313
<div className="about-intro">
14-
<h2>Dominika Świokło, MSc in Physiotherapy</h2>
15-
<p>Graduate of the Medical University of Łódź and the Medical University of Warsaw, with professional experience since 2017. I specialize in Sensory Integration – diagnosing and supporting children in discovering the world of senses, helping them overcome everyday challenges.</p>
14+
<h2>About EasyScheduler</h2>
15+
<p>EasyScheduler is a modern appointment scheduling solution designed to help professionals manage their bookings efficiently. Configure this section in the admin panel to describe your practice or business.</p>
1616
</div>
1717

1818
<div className="about-section">

frontend/src/pages_pl/About.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export default function About() {
1111
<div className="container">
1212
<div className="about-content">
1313
<div className="about-intro">
14-
<h2>Dominika Świokło, Mgr Fizjoterapii</h2>
15-
<p>Absolwentka Uniwersytetu Medycznego w Łodzi i Warszawskiego Uniwersytetu Medycznego, z doświadczeniem od 2017 roku. Specjalizuję się w Integracji Sensorycznej – diagnozuję i wspiera dzieci w odkrywaniu świata zmysłów, pomagając im w pokonywaniu codziennych trudności.</p>
14+
<h2>O EasyScheduler</h2>
15+
<p>EasyScheduler to nowoczesne rozwiązanie do planowania wizyt, zaprojektowane, aby pomóc profesjonalistom efektywnie zarządzać rezerwacjami. Skonfiguruj tę sekcję w panelu administracyjnym, aby opisać swoją praktykę lub firmę.</p>
1616
</div>
1717

1818
<div className="about-section">

0 commit comments

Comments
 (0)