Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ludon89 committed Apr 18, 2024
2 parents d8c95ea + 9b5b7e0 commit 416766a
Show file tree
Hide file tree
Showing 20 changed files with 375 additions and 124 deletions.
69 changes: 31 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## macOS

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

## VS Code

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
Expand All @@ -10,41 +41,3 @@

# Built Visual Studio Code Extensions
*.vsix

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ignore specific files
modern-normalize.css

# Ignore all minified files
*.min.js
*.min.css
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bracketSameLine": true
}
6 changes: 0 additions & 6 deletions assets/css/all.min.css

This file was deleted.

8 changes: 0 additions & 8 deletions assets/css/bootstrap-reboot.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions assets/css/bootstrap.min.css

This file was deleted.

Binary file added assets/img/projet-react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions assets/js/bootstrap.bundle.min.js

This file was deleted.

Binary file removed assets/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file removed assets/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file removed assets/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file removed assets/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file removed assets/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file removed assets/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file removed assets/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file removed assets/webfonts/fa-v4compatibility.woff2
Binary file not shown.
114 changes: 56 additions & 58 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lucas Daudon | Développeur web</title>
<!--Bootstrap-->
<link rel="stylesheet" href="assets/css/bootstrap-reboot.min.css" />
<!-- FontAwesome -->
<link rel="stylesheet" href="assets/css/all.min.css" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet" />
<!-- CSS -->
<link rel="stylesheet" href="assets/css/index.css" />
<link rel="stylesheet" href="styles/modern-normalize.css" />
<link rel="stylesheet" href="styles/index.css" />
</head>

<body>
Expand Down Expand Up @@ -72,9 +69,9 @@ <h3 class="about_profession">Développeur web junior</h3>
technique, j'ai intégré en 2022 une formation dispensée par
<a href="https://simplon.co/">Simplon</a> pour me reconvertir dans le
développement web. J'ai validé ma formation par l'obtention du
<a href="https://www.francecompetences.fr/recherche/rncp/31114/"
>titre professionnel de développeur web et web mobile</a
>
<a href="https://www.francecompetences.fr/recherche/rncp/31114/">
titre professionnel de développeur web et web mobile
</a>
en septembre 2023.
</p>
</section>
Expand Down Expand Up @@ -103,11 +100,6 @@ <h2 class="skills_h2">Mes Compétences</h2>
<div title="Wordpress" class="skills_icons">
<i class="fa-brands fa-wordpress fa-fw"></i>
</div>
<div title="React" class="skills_icons">
<a href="https://react.dev/" target="_blank">
<i class="fa-brands fa-react fa-fw"></i>
</a>
</div>
<div title="Laravel" class="skills_icons">
<a href="https://laravel.com/" target="_blank">
<i class="fa-brands fa-laravel fa-fw"></i>
Expand Down Expand Up @@ -150,21 +142,21 @@ <h3>Projet de fin d'étude : Météœil</h3>
<!-- illu projet 2 -->
<a
href="https://ludon89.github.io/restos-crous-api/"
target="_blank"
><img
target="_blank">
<img
src="assets/img/project-cartecrous.png"
alt="Projet carte CROUS Lille"
class="img_responsive"
/></a>
class="img_responsive" />
</a>
</div>
<div class="proj_col">
<!-- desc projet 2 -->
<h3>
<a
href="https://ludon89.github.io/restos-crous-api/"
target="_blank"
>Carte des restaurants CROUS de Lille</a
>
target="_blank">
Carte des restaurants CROUS de Lille
</a>
</h3>
<p>
Utilisation de diverses API pour réaliser une carte des
Expand All @@ -176,26 +168,26 @@ <h3>
<!-- projet 3 -->
<div class="proj_col">
<!-- illu projet 3 -->
<a
href="https://ludon89.github.io/generateur-de-citations/"
target="_blank"
><img
src="assets/img/project-citations.png"
alt="Projet citations"
class="img_responsive"
/></a>
<a href="https://github.com/ludon89/react-atable_" target="_blank">
<img
src="assets/img/projet-react.png"
alt="Projet React"
class="img_responsive" />
</a>
</div>
<div class="proj_col">
<!-- desc projet 3 -->
<h3>
<a
href="https://ludon89.github.io/generateur-de-citations/"
target="_blank"
>Générateur de citations aléatoires</a
>
href="https://github.com/ludon89/react-atable_"
target="_blank">
Site single-page et recherche dynamique avec React
</a>
</h3>
<p>
Réalisation d'un générateur de citations aléatoires en JavaScript.
Création d'un site de recettes single-page. Recherche dynamique
parmi un fichier JSON de recettes avec affichage évolutif des
résultats en fonction de l'entrée utilisateur.
</p>
</div>
</div>
Expand Down Expand Up @@ -240,30 +232,34 @@ <h2 class="contact_h2">Me contacter</h2>
<!-- réseaux -->
<div class="contact_ul">
<div>
<span
><a
<span>
<a
href="https://www.linkedin.com/in/ludon89/"
target="_blank"
><i
class="fa-brands fa-linkedin fa-fw fontawesome_verticalalign"></i></a
></span>
target="_blank">
<i
class="fa-brands fa-linkedin fa-fw fontawesome_verticalalign"></i>
</a>
</span>
<span>
<a href="https://www.linkedin.com/in/ludon89/" target="_blank"
>LinkedIn</a
></span
>
<a
href="https://www.linkedin.com/in/ludon89/"
target="_blank">
LinkedIn
</a>
</span>
</div>
<div>
<span
><a href="https://github.com/ludon89" target="_blank"
><i
class="fa-brands fa-github fa-fw fontawesome_verticalalign"></i></a
></span>
<span>
<a href="https://github.com/ludon89" target="_blank"
>GitHub</a
></span
>
<a href="https://github.com/ludon89" target="_blank">
<i
class="fa-brands fa-github fa-fw fontawesome_verticalalign"></i>
</a>
</span>
<span>
<a href="https://github.com/ludon89" target="_blank">
GitHub
</a>
</span>
</div>
</div>
</div>
Expand All @@ -278,14 +274,16 @@ <h2 class="contact_h2">Me contacter</h2>
“Sunrise on Mount Shasta” by Michael Zanger is licensed under
<a
href="https://creativecommons.org/licenses/by-sa/2.0/deed.en"
target="_blank"
>CC BY-ND 2.0</a
>
target="_blank">
CC BY-ND 2.0
</a>
</p>
</div>
</footer>

<!--script Bootstrap-->
<script src="assets/js/bootstrap.bundle.min.js"></script>
</body>

<script
src="https://kit.fontawesome.com/12d2b86f39.js"
crossorigin="anonymous"></script>
<script src="scripts/index.js"></script>
</html>
1 change: 1 addition & 0 deletions scripts/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// console.log("hello world!");
4 changes: 4 additions & 0 deletions assets/css/index.css → styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ a:visited {
color: inherit;
}

a[id] {
text-decoration: none;
}

.container {
display: flex;
}
Expand Down
Loading

0 comments on commit 416766a

Please sign in to comment.