Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeChen committed Oct 5, 2024
1 parent 437a2ce commit 9f008e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CSS/index/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,16 @@
transform: scale(1.5);
}

#social_media_icon {
.social_media_icon {
text-align: center;
opacity: 0.2;
}

#social_media_icon img {
.social_media_icon img {
width: 5em;
}

#copyright_info {
.copyright_info {
padding-top: 1em;
text-align: center;
font-family: 'Courier New', Courier, monospace;
Expand Down Expand Up @@ -228,11 +228,11 @@
font-size: 1.2em;
}

#social_media_icon img {
.social_media_icon img {
width: 2em;
}

#copyright_info {
.copyright_info {
padding-top: 1em;
text-align: center;
font-family: 'Courier New', Courier, monospace;
Expand Down
18 changes: 15 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<br>
<hr style="width: 90%; margin: auto;">
<br/>
<p id="social_media_icon">
<p class="social_media_icon">
<a href="https://www.instagram.com/seechen_lee/" target="_blank"><img src="./MATERIALS/ico_instagram.png" alt=""></a>
&nbsp;&nbsp;
<a href="https://www.facebook.com/SeeChen00/" target="_blank"><img src="./MATERIALS/ico_facebook.png" alt=""></a>
Expand All @@ -69,7 +69,7 @@
&nbsp;&nbsp;
<a href="mailto:[email protected]" target="_blank"><img src="./MATERIALS/ico_gmail.png" alt=""></a>
</p>
<p id="copyright_info">Copyright &copy; 2024 SeeChen. All rights reserved.</br>版权所有 &copy; 2024 SeeChen.</p>
<p class="copyright_info">Copyright &copy; 2024 SeeChen. All rights reserved.</br>版权所有 &copy; 2024 SeeChen.</p>
</div>
</td>

Expand Down Expand Up @@ -121,7 +121,19 @@
</div>
</div>

<br><br><br><br><br><br>
<br>
<hr style="width: 90%; margin: auto;">
<br/>
<p class="social_media_icon">
<a href="https://www.instagram.com/seechen_lee/" target="_blank"><img src="./MATERIALS/ico_instagram.png" alt=""></a>
&nbsp;&nbsp;
<a href="https://www.facebook.com/SeeChen00/" target="_blank"><img src="./MATERIALS/ico_facebook.png" alt=""></a>
&nbsp;&nbsp;
<a href="https://github.com/seechen" target="_blank"><img src="./MATERIALS/ico_github.png" alt=""></a>
&nbsp;&nbsp;
<a href="mailto:[email protected]" target="_blank"><img src="./MATERIALS/ico_gmail.png" alt=""></a>
</p>
<p class="copyright_info">Copyright &copy; 2024 SeeChen. All rights reserved.</br>版权所有 &copy; 2024 SeeChen.</p>
</div>
</td>

Expand Down

0 comments on commit 9f008e5

Please sign in to comment.