Skip to content

Commit 3ce353e

Browse files
committed
📝 readme now in english
1 parent f08475e commit 3ce353e

1 file changed

Lines changed: 40 additions & 41 deletions

File tree

README.md

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,87 +5,86 @@
55
<h1 align="center">Cyrex Studio</h1>
66

77
<div align="center">
8-
<p>Portfolio interactif présentant nos expertises, projets et technologies.</p>
8+
<p> Cyrex Studio delivers innovative web, software, and security solutions,<br>showcasing expertise through custom projects and modern design.</p>
99
<img src="https://ziadoua.github.io/m3-Markdown-Badges/badges/HTML/html3.svg">
1010
<img src="https://ziadoua.github.io/m3-Markdown-Badges/badges/CSS/css3.svg">
1111
<img src="https://ziadoua.github.io/m3-Markdown-Badges/badges/Javascript/javascript3.svg">
1212
</div>
1313

1414
<br>
1515

16-
## Table des matières
16+
## Table of Contents
1717

18-
- [Comment utiliser Cyrex Studio](#comment-utiliser-cyrex-studio)
19-
- [Fonctionnalités](#fonctionnalités)
20-
- [Démo](#démo)
21-
- [Structure du projet](#structure-du-projet)
22-
- [Contributeurs](#contributeurs)
18+
- [How to use Cyrex Studio](#how-to-use-cyrex-studio)
19+
- [Features](#features)
20+
- [Demo](#demo)
21+
- [Project Structure](#project-structure)
22+
- [Contributors](#contributors)
2323

24-
# Comment utiliser Cyrex Studio
24+
# How to use Cyrex Studio
2525

26-
Pour visualiser le site, suivez ces étapes :
26+
To view the website, follow these steps:
2727

28-
1. **Cloner le dépôt**
28+
1. **Clone the repository**
2929

3030
```bash
31-
git clone https://github.com/LoupesDEV/Cyrex-Studio.git
31+
git clone https://github.com/CyrexStudio/CyrexStudio.github.io.git
3232
```
3333

34-
2. **Lancer un serveur local** (facultatif, mais recommandé)
34+
2. **Run a local server** (optional, but recommended)
3535

36-
* Avec **VSCode** : clic droit sur `index.html`**Open with Live Server**.
37-
* Avec **Python** :
36+
* With **VSCode**: right-click on `index.html`**Open with Live Server**.
37+
* With **Python**:
3838

3939
```bash
4040
python3 -m http.server 8000
4141
```
4242

43-
3. **Accéder au site**
43+
3. **Access the site**
4444

45-
Ouvrez [http://localhost:8000](http://localhost:8000) dans votre navigateur.
45+
Open [http://localhost:8000](http://localhost:8000) in your browser.
4646

47-
> 💡 *Le projet fonctionne directement en ouvrant `index.html` dans votre navigateur, sans installation supplémentaire.*
47+
> 💡 *The project also works directly by opening `index.html` in your browser, with no additional installation required.*
4848

49-
# Fonctionnalités
49+
# Features
5050

51-
* **Page d’accueil immersive** 🎨 : Hero avec logo animé et CTA.
52-
* **Expertises** 🛠️ : Présentation des services (Sécurité, Web, Logiciel, Consulting).
53-
* **À propos** 👤 : Infos sur Cyrex Studio, compétences, outils et technologies.
54-
* **Projets** 🚀 : Présentation interactive de BitsDefender, Keyscapes et StreamIt.
55-
* **FAQ interactive** : Questions/réponses avec ouverture/fermeture animée.
56-
* **Responsive** 📱💻 : Optimisé pour ordinateurs, tablettes et mobiles.
57-
* **Back-to-top button** ⬆️ : Retour rapide en haut de page.
51+
* **Immersive homepage** 🎨: Hero section with animated logo and CTA.
52+
* **Expertise** 🛠️: Showcase of services (Security, Web, Software, Consulting).
53+
* **About** 👤: Information about Cyrex Studio, skills, tools, and technologies.
54+
* **Projects** 🚀: Interactive presentation of BitsDefender, Keyscapes, and StreamIt.
55+
* **Interactive FAQ**: Q&A section with animated open/close.
56+
* **Responsive** 📱💻: Optimized for desktop, tablet, and mobile.
57+
* **Back-to-top button** ⬆️: Quickly return to the top of the page.
5858

59-
# Démo
59+
# Demo
6060

61-
Une démo en ligne est disponible :
61+
An online demo is available:
6262
👉 [https://www.cyrex.fr/](https://www.cyrex.fr/)
6363

64-
# Structure du projet
64+
# Project Structure
6565

6666
```
6767
CyrexStudio/
68-
├── index.html # Page principale
69-
├── style.css # Styles et thèmes Liquid Glass
70-
├── script.js # Logique interactive (FAQ, animations, back-to-top)
71-
├── assets/ # Médias (logos, images, icônes, projets)
68+
├── index.html # Main page
69+
├── style.css # Styles and Liquid Glass themes
70+
├── script.js # Interactive logic (FAQ, animations, back-to-top)
71+
├── assets/ # Media (logos, images, icons, projects)
7272
│ ├── cyrex.png
73-
│ ├── shields/ # Icônes des compétences et outils
74-
│ └── projects/ # Images des projets
75-
└── README.md # Documentation du projet
73+
│ ├── shields/ # Icons for skills and tools
74+
│ └── projects/ # Project images
75+
└── README.md # Project documentation
7676
```
7777
78-
# Contributeurs
78+
# Contributors
7979
80-
Merci aux personnes et ressources ayant contribué au projet:
80+
Thanks to the people and resources that contributed to the project:
8181
82-
- [LoupesDEV](https://github.com/LoupesDEV) — Développement principal, conception et maintenance.
82+
* [LoupesDEV](https://github.com/LoupesDEV) — Main development, design, and maintenance.
8383
84-
Vous souhaitez contribuer ? Consultez le [guide de contribution](CONTRIBUTING.md) ou ouvrez une *issue* pour proposer
85-
des améliorations.
84+
Want to contribute? Check the [contribution guide](CONTRIBUTING.md) or open an *issue* to suggest improvements.
8685
8786
<p align="center">
8887
<img alt="Footer" src="https://i.imgur.com/fnZRNIn.png">
8988
<br><br>
9089
<img src="https://ziadoua.github.io/m3-Markdown-Badges/badges/LicenceGPLv3/licencegplv33.svg">
91-
</p>
90+
</p>

0 commit comments

Comments
 (0)