Skip to content

Commit

Permalink
add imgs
Browse files Browse the repository at this point in the history
  • Loading branch information
liang4793 committed Jun 17, 2024
1 parent b739778 commit 817af42
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 0 deletions.
5 changes: 5 additions & 0 deletions image/project/P001-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions image/project/P001-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/project/P002-3.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 image/project/P003-1.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 image/project/P003-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@
opacity: 1;
transition: opacity 0.2s 0.4s;
}
#P3box:hover #P3imgBox {
margin-top: 0rem;
z-index: 1;
transition: margin-top 0.5s, z-index 0s 0.5s;
}
#P3box:hover #P3img {
opacity: 1;
transition: opacity 0.2s 0.4s;
}
#P2box:hover #P2imgBox {
margin-top: 0rem;
z-index: 1;
Expand All @@ -122,6 +131,15 @@
opacity: 1;
transition: opacity 0.2s 0.4s;
}
#P1box:hover #P1imgBox {
margin-top: 0rem;
z-index: 1;
transition: margin-top 0.5s, z-index 0s 0.5s;
}
#P1box:hover #P1img {
opacity: 1;
transition: opacity 0.2s 0.4s;
}
#moments {
font-size: 1.5rem;
color: rgba(255, 255, 255, 0.4);
Expand Down
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
<span class="title hoverable">P003 Pneumatic-leg-exoskeleton [ongoing]</span></br>
Creating pneumatic exoskeletons to enhance human strength and endurance, using pressure sensors to detect movement trends, and using pneumatic kits to perform movements.</br>
[hardware] [open source]</br>

<div class="PimgBox" id="P3imgBox">
<img class="Pimg" id="P3img" src="image\project\P003-1.png" alt="P003-1">
<img class="Pimg" id="P3img" src="image\project\P003-2.png" alt="P003-2">
</div>
</div>

<div class="Pbox" id="P2box">
Expand All @@ -69,6 +74,11 @@
<span class="title hoverable">P001 Liang4793.github.io [finished]</span></br>
Liáng4793's Repository (main website). Redefine the world with imagination!</br>
[software, mainly wrote with JavaScript, HTML and CSS] [open source]</br>

<div class="PimgBox" id="P1imgBox">
<img class="Pimg" id="P1img" src="image\project\P001-1.svg" alt="P001-1">
<img class="Pimg" id="P1img" src="image\project\P001-2.svg" alt="P001-2">
</div>
</div>
</div>

Expand Down
Binary file removed post/post1.jpg
Binary file not shown.

0 comments on commit 817af42

Please sign in to comment.