- Mise à jour du texte de présentation
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/mes-liens.iml
generated
Normal file
8
.idea/mes-liens.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/mes-liens.iml" filepath="$PROJECT_DIR$/.idea/mes-liens.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>
|
@ -46,8 +46,10 @@ body{
|
||||
|
||||
|
||||
.card img{
|
||||
border-radius: 60px;
|
||||
border-radius: 70px;
|
||||
margin-top: 20px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.card h1{
|
||||
|
BIN
img/logo.jpeg
Normal file
BIN
img/logo.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
img/logo.png
BIN
img/logo.png
Binary file not shown.
Before Width: | Height: | Size: 49 KiB |
@ -22,9 +22,9 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="card animate__animated animate__backInUp">
|
||||
<img src="img/logo.png" alt="" height="130px" width="130px">
|
||||
<img src="img/logo.jpeg" alt="" height="130px" width="130px">
|
||||
<h1>Fabien Michel</h1>
|
||||
<p>Salut, je suis Fabien, un passionné de tout ce qui touche au numérique et plus particulièrement au développement. Actuellement en BTS SIO à Saint-Étienne, je me lance dans le monde du développement. Suivez mes projets et découvertes ici !</p>
|
||||
<p>Salut, moi c'est Fabien, je suis développeur et actuellement en BAC + 3 licence CPLR (Chef de Projet Logiciel et Réseau) en alternance chez Ibou.fr. Suivez mes projets et découvertes ici !</p>
|
||||
|
||||
<div class="link">
|
||||
<a class="github" href="https://github.com/Fabienmcll" target="_blank">Github </a>
|
||||
|
Reference in New Issue
Block a user