Skip to content

Commit

Permalink
8th
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueEve04 committed Oct 8, 2024
1 parent a0cf7f9 commit 3e81279
Show file tree
Hide file tree
Showing 20 changed files with 1,957 additions and 5 deletions.
Binary file added images/1_00.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions images/home1.1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions images/lab1.1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions images/pro1.1.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 added images/supplement/supplementpage1.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 images/supplement/supplementpage10.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 images/supplement/supplementpage11.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 images/supplement/supplementpage12.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 images/supplement/supplementpage13.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 images/supplement/supplementpage14.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 images/supplement/supplementpage2.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 images/supplement/supplementpage3.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 images/supplement/supplementpage4.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 images/supplement/supplementpage5.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 images/supplement/supplementpage6.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 images/supplement/supplementpage7.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 images/supplement/supplementpage8.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 images/supplement/supplementpage9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<link rel="stylesheet" href="./css/page_second_half.css">
<link rel="stylesheet" href="./css/tl.css">
<script type="text/javascript" src="./extras/jquery.min.1.7.js"></script>
<style>
html, body {
overflow-x: hidden;
}

</style>
<script type="text/javascript" src="./extras/jquery-ui-1.8.20.custom.min.js"></script>
<script type="text/javascript" src="./extras/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="./extras/modernizr.2.5.3.min.js"></script>
Expand Down Expand Up @@ -41,15 +47,15 @@
<li class="slide2"></li>
<li class="dropdown-menu">
<a href="./index.html" class="dropdown-a dropa1">
<img src="./images/home1.svg" alt="" class="icon1">
<img src="./images/home1.svg" alt="" class="icon1" id="icon1">
<img src="./images/home2.svg" alt="" class="icon_home2">
Home
</a>
</li>

<li class="dropdown-menu">
<a href="#" class="dropdown-a dropa2">
<img src="./images/pro1.svg" alt="" class="icon3">
<img src="./images/pro1.svg" alt="" class="icon3" id="icon3">
<img src="./images/pro2.svg" alt="" class="icon_pro3">
Project
</a>
Expand All @@ -63,17 +69,17 @@
<a href="#" class="dropdown-page cool-link2">
Results
</a>
<a href="./pages/NAU-CHINA-DE main 10.4 终.pdf" class="dropdown-page cool-link2" target="_blank">
<a href="./pages/supplement.html" class="dropdown-page cool-link2" target="_blank">
Supplement
</a>
<a href="./pages/Pro.html" class="dropdown-page cool-link2" target="_blank">
<a href="#" class="dropdown-page cool-link2" target="_blank">
Protocol
</a>
</div>
</li>
<li class="dropdown-menu">
<a href="./pages/notebook.html" class="dropdown-a dropa3">
<img src="./images/lab1.svg" alt="" class="icon4">
<img src="./images/lab1.svg" alt="" class="icon4" id="icon4">
<img src="./images/lab2.svg" alt="" class="icon_lab4">
Lab Notebook
</a>
Expand All @@ -85,6 +91,7 @@
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./pages/member.html" class="dropdown-page cool-link2">Members</a>
<a href="#" class="dropdown-page cool-link2">Contribution</a>
</div>
</li>
<script>
Expand Down
Loading

0 comments on commit 3e81279

Please sign in to comment.