cv
This commit is contained in:
8
.idea/.gitignore
generated
vendored
Normal file
8
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
8
.idea/aya.iml
generated
Normal file
8
.idea/aya.iml
generated
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/aya.iml" filepath="$PROJECT_DIR$/.idea/aya.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
19
.idea/php.xml
generated
Normal file
19
.idea/php.xml
generated
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="MessDetectorOptionsConfiguration">
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PHPCSFixerOptionsConfiguration">
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PHPCodeSnifferOptionsConfiguration">
|
||||||
|
<option name="highlightLevel" value="WARNING" />
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PhpStanOptionsConfiguration">
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
<component name="PsalmOptionsConfiguration">
|
||||||
|
<option name="transferred" value="true" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
8
Ayacv.css
Normal file
8
Ayacv.css
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<style>
|
||||||
|
body { font-family: Arial, sans-serif; margin: 40px; background: #f7f7f7; }
|
||||||
|
.cv-container { background: #fff; padding: 30px; max-width: 800px; margin: auto; box-shadow: 0 0 10px #ccc; }
|
||||||
|
h1 { color: #502c4f; }
|
||||||
|
h2 { color: #b929a6; margin-top: 30px; }
|
||||||
|
ul { padding-left: 20px; }
|
||||||
|
.section { margin-bottom: 25px; }
|
||||||
|
</style>
|
||||||
57
Ayacv.html
Normal file
57
Ayacv.html
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>CV - Ben Mabrouk</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="cv-container">
|
||||||
|
<h1>Aya Ben Mabrouk</h1>
|
||||||
|
<p>Email : ayabmk13@gmail.com | Téléphone : 06 00 00 00 00 | Paris, France</p>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>Profil</h2>
|
||||||
|
<p>djfnsjfnskfbflsdffsd</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>Expérience professionnelle</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<strong>Manutentionnaire</strong> – La Poste (2022-2023)<br>
|
||||||
|
Tri de colis.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Hôtesse d'accueil</strong> – Stade de France(2024-2025)<br>
|
||||||
|
Accueil du public
|
||||||
|
</li>
|
||||||
|
Scan des billets
|
||||||
|
</li> Gestion
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>Formation</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<strong>BTS Informatique</strong> – Lycée Jean Baptiste Lasalle (2024-2026)
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong>Baccalauréat Economie</strong> – Lycée Paul Eluard (2020)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section">
|
||||||
|
<h2>Langues</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Français : langue maternelle</li>
|
||||||
|
<li>Anglais : courant</li>
|
||||||
|
<li>Espagnol : courant</li>
|
||||||
|
<li>Arabe : courant</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user