Skip to content

Commit

Permalink
Change background of first page
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielGodefroy committed Jul 14, 2020
1 parent 4ab5b88 commit d701928
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
Binary file added DEV1_05.JPEG
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 DSC_0689.JPEG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/tech-pourquoi.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ <h1> Un site sur la photographie, encore&nbsp;? </h1>

Enfin, ce site web est pour nous ! Si tu souhaites collaborer, échanger,
poser tes questions où m'apporter ton expertises, n'hésites pas à me contacter
(via instagram, flickr, linkedin,...)
(via instagram, flickr, linkedin, ...). Tu trouveras les liens pour me
contacter en bas de cette page.
<br>


Expand Down
8 changes: 6 additions & 2 deletions src/tech.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html {

}
.body {
padding:12px;
padding:16px;
line-height: 1.6;
font-size: 18px;
max-width: 650px;
Expand All @@ -22,11 +22,15 @@ html {
right:5px;
}

.lien {
.liennodeco {
text-decoration: none;
color: #444;
}

.lien {
color: #444;
}

.linkbox {
position:relative;
padding:8px;
Expand Down
10 changes: 5 additions & 5 deletions src/tech.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ <h1 style="margin: 0;"> Bonjour à toi, </h1>
<h2 style="margin:0"> ici on parle technique... </h2>
<br>
Dans cet espace tech, je partage certaines astuces, sous la forme de petit tuto ou de billet d'humeur.
Ces astuces sont presque toujours inspirée par d'autres ressources issues d'internet.
Dans chaque tuto, je pointe vers les ressources utilisées.
Ces astuces sont presque toujours inspirées par de ressources en anglais issues d'internet.
Dans chaque tuto, je pointe vers les ressources utilisées
<a class="lien" href="https://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants"> (#surLesÉpaulesDeGéants)</a>.

<h3> Nouveau post :</h3>

<a class="lien" href="tech-pourquoi.html">
<a class="liennodeco" href="tech-pourquoi.html">
<div class = "linkbox"">
<h4 style=" margin: 0px; padding: 0px;">Un site sur la photographie, encore&nbsp;? </h4>
Comme l'a dit Cédric Villani, enseigner, c'est la meilleure méthode pour apprendre.
C'est également l'occasion d'apprendre à créer un site web.
Dans ce premier post, je détaille mes motivations.
Parce qu'à ce qu'il parait, partager, c'est encore la meilleure façon d'apprendre...
<br>
<div class="date">(14 juillet 2020) </div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ body, html {

.background {
/* The image used */
background-image: url("DSC_0661.JPEG");
/*background-image: url("DSC_0661.JPEG");
background-image: url("DSC_0689.JPEG");
*/
background-image: url("DEV1_05.JPEG");
opacity:1.;

/* Full height */
height: 100%;
Expand Down

0 comments on commit d701928

Please sign in to comment.