Skip to content

Commit

Permalink
added projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedmaghzaoui committed Jan 23, 2025
1 parent 89de95d commit d21ea23
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 7 deletions.
Binary file added ai-gen-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chat-app-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 64 additions & 7 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@
</p>
<div></div> <!--div to seperate elements-->
<!--begin first project-->
<div class=" resume col-xl-3 col-lg-3 col-md-11 col-sm-11 col-11 first-project" style="height:80%">
<div class=" resume col-xl-3 col-lg-3 col-md-11 col-sm-11 col-11 first-project my-xl-0 my-lg-0 my-md-4 my-sm-4 my-4"
style="height:80%">
<!--project 1 image -->
<img src="./project1.png" class="img-fluid rounded border border-info "
<img src="./project1.png" class="img-fluid rounded border border-primary "
style="margin-left: 6%;width:90%;margin-top:2%;height:160px" alt="">

<p style="margin-left: 5%;" class="fs-3 fw-bold text-warning my-2">Application Deadline</p>
Expand All @@ -96,7 +97,7 @@
<div class="resume second-project col-xl-3 my-xl-0 my-lg-0 my-md-4 my-sm-4 my-4 offset-xl-1 offset-lg-1 col-lg-3 col-md-11 col-sm-11 col-11"
style="height:80%">
<!--second project image-->
<img src="./project2.png" class="img-fluid rounded border border-info "
<img src="./project2.png" class="img-fluid rounded border border-primary "
style="margin-left: 6%;width:90%;margin-top:2% ;height:160px" alt="">

<p style="margin-left: 5%;" class="fs-3 fw-bold text-warning">
Expand All @@ -105,8 +106,8 @@
<!--text id for responsive font size-->
<span id="text" class=" fw-medium " style="color: #6B7280 ;font-family: 'Cherry Swash', serif
;font-style: normal;">
J'ai développé une plateforme sécurisée conçue avec Symfony. Cette application permet
une gestion directe et efficace de mon portfolio.
Une plateforme sécurisée avec Symfony pour une gestion efficace et intuitive de mon
portfolio garantissant la performance et la simplicité
</span>
<br>
<a href="https://github.com/mohamedmaghzaoui/BackOffice"
Expand All @@ -128,8 +129,7 @@
<span id="text" class=" fw-medium " style="color: #6B7280 ;font-family: 'Cherry Swash', serif
;font-style: normal;">
Une application développé en équipe pour visualiser différentes valeurs environnementales,
avec un
backend Symfony et un frontend React
avec un backend Symfony et un frontend React

</span>
<br>
Expand All @@ -139,6 +139,63 @@
plus</a>

</div><!--end third project-->

<!--begin fourth project-->
<div class="resume resume col-xl-3 col-lg-3 col-md-11 col-sm-11 col-11 first-project my-4"
style="height:80%">
<!--third project image-->
<img src="./chat-app-project.png" class="img-fluid rounded border border-primary "
style="margin-left: 6%;width:90%;margin-top:2%;height:160px" alt="">

<p style="margin-left: 5%;" class="fs-3 fw-bold text-warning">
Chat Application </p>

<span id="text" class=" fw-medium " style="color: #6B7280 ;font-family: 'Cherry Swash', serif
;font-style: normal;">
Une plateforme de messagerie instantanée développée avec Laravel, React, Docker, et MySQL,
intégrant CI/CD, sécurité, et interface réactive.

</span>
<br>
<a href="https://github.com/mohamedmaghzaoui/chat-app"
class="btn btn-outline-warning offset-8 my-2 see-more "><i class="bi bi-github me-1"></i>
Voir
plus</a>

</div><!--end fourth project-->

<!--begin fifth project-->
<div class="resume second-project col-xl-3 my-4 offset-xl-1 offset-lg-1 col-lg-3 col-md-11 col-sm-11 col-11"
style="height:80%">
<!--second project image-->
<img src="./ai-gen-app.png" class="img-fluid rounded border border-primary "
style="margin-left: 6%;width:90%;margin-top:2% ;height:160px" alt="">

<p style="margin-left: 5%;" class="fs-3 fw-bold text-warning">
AiGen </p>

<!--text id for responsive font size-->
<span id="text" class=" fw-medium " style="color: #6B7280 ;font-family: 'Cherry Swash', serif
;font-style: normal;">
Une application React-Django utilisant l'API Gemini pour générer des données JSON/YAML
dynamiques et personnalisées








</span>
<br>
<a href="https://github.com/mohamedmaghzaoui/AIGen"
class="btn btn-outline-warning offset-8 my-2 see-more "><i class="bi bi-github me-1"></i>
Voir
plus</a>


</div> <!--end fifth project-->
</div>
</main><!--end main content (projects)-->
< </div><!--end row-->
Expand Down

0 comments on commit d21ea23

Please sign in to comment.