repair display
continuous-integration/drone/push Build is passing Details

master
Roxane 1 year ago
parent 5e5256da07
commit 836a5a4ba6

@ -6,6 +6,7 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="0d4e44dc-11e8-4d37-b8e5-1f58496791d5" name="Changes" comment=""> <list default="true" id="0d4e44dc-11e8-4d37-b8e5-1f58496791d5" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/css/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/style.css" afterDir="false" /> <change beforePath="$PROJECT_DIR$/css/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />

@ -147,26 +147,19 @@ nav ul li a {
color: white; color: white;
} }
#a-propos:target, .sec:not(:target) {
#a-propos:not(:target) ~ section:not(#a-propos) {
display: block;
}
#a-propos:not(:target),
#a-propos:target ~ section:not(#a-propos) {
display: none; display: none;
} }
#a-propos:target ~ #mesProjets:target ~ #cv:target { #a-propos {
display: none; display: block;
} }
#cv:target ~ #mesProjets:target ~ #a-propos:target { #mesProjets:target {
display: none; display: block;
} }
#cv:target {
#mesProjets:target ~ #cv:target ~ #a-propos:target { display: block;
display: none;
} }
section h2 { section h2 {

@ -18,7 +18,7 @@
<img id="idpict" src="/containers/roxanerossetto-portfolio2a/images/photo_id.JPG" alt="Photo de profil"> <img id="idpict" src="/containers/roxanerossetto-portfolio2a/images/photo_id.JPG" alt="Photo de profil">
</figure> </figure>
<h3>Roxane Rossetto</h3> <h3>Roxane Rossetto</h3>
<p id="titlejob">Alternante développeuse </p> <p id="titlejob">Alternante développeuse <br> BUT 2e année <br> Informatique</p>
<ul> <ul>
<li> <li>
<img class="imgIcon" src="/containers/roxanerossetto-portfolio2a/images/logo.png"> <img class="imgIcon" src="/containers/roxanerossetto-portfolio2a/images/logo.png">

Loading…
Cancel
Save