Skip to content

Commit

Permalink
fix: fix the reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyi Wang committed Oct 5, 2023
1 parent 8273083 commit f997343
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>2023-lzu-china</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<link href="./css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="./js/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="./js/jquery.mousewheel.js"></script>
<style>
body{
Expand Down Expand Up @@ -100,11 +100,11 @@ <h2 style="color:white">
<h4 class="mb-3">About Us</h4>
<div class="row">
<div class="col-lg-6 col-xs-12 text-center">
<img src="https://static.igem.wiki/teams/4156/wiki/logo-lzu.png" height="100px" class="mr-4">
<img src="./static/logo-lzu.png" height="100px" class="mr-4">
<a>Lanzhou University</a>
</div>
<div class="col-lg-6 col-xs-12">
<img src="https://static.igem.wiki/teams/4156/wiki/logo-scol.png" height="100px" class="mr-4">
<img src="./static/logo-scol.png" height="100px" class="mr-4">
<a>School of Life Science , LZU</a>
</div>
</div>
Expand All @@ -113,7 +113,7 @@ <h4 class="mb-3">About Us</h4>
<div class="col-lg-4 col-xs-12">
<h4 class="mt-lg-0 mt-sm-4 mb-3">Contact</h4>
<p>No. 222, Tianshui South Road, Chengguan District, Lanzhou City, Gansu Province,730000, P. R. China.</p>
<p><b>E-mail:</b> <a href="mailto:[email protected]">[email protected]</a></p>
<p><b>E-mail:</b> <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<hr>
Expand Down
2 changes: 2 additions & 0 deletions js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pages/team/Members.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>2023-lzu-china</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="./js/jquery.mousewheel.js"></script>
<link href="../../css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="../../js/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="../../js/jquery.mousewheel.js"></script>
<style>
body{
overflow-x:hidden;
Expand All @@ -25,8 +25,8 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">Team</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="pages/team/Members.html">Members</a></li>
<li><a class="dropdown-item" href="pages/team/Attributions.html">Attributions</a></li>
<li><a class="dropdown-item" href="./pages/team/Members.html">Members</a></li>
<li><a class="dropdown-item" href="./pages/team/Attributions.html">Attributions</a></li>
</ul>
</li>
<li class="nav-item dropdown">
Expand Down Expand Up @@ -71,7 +71,7 @@
<figure class="figure">
<img src="../../static/zhaoyinsu.jpg" class="figure-img img-fluid rounded img-thumbnail" alt="..." style="width:400px;">
<figcaption class="figure-caption">Hello, everyone! I come from the hometown of smelly and flavorful snail powder - Liuzhou, Guangxi. I am passionate about exploring this world and participating in pioneering and innovative research. In terms of honor, I have served as the head of the national college students' innovation and entrepreneurship project, published SCI papers as the first author. Swimming in the ocean of science gives me infinite joy. I am honored to be the captain of Lanzhou University iDEC team this year. Without further ado, let's create brilliance together this year!
</figcaption>
</figcaption>
</figure>
</div>
</div>
Expand Down
Binary file added static/logo-lzu.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 static/logo-scol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f997343

Please sign in to comment.