Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Meng-na-mei authored Oct 6, 2023
1 parent 8bf93fc commit 1c39039
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
9 changes: 5 additions & 4 deletions pages/project/background.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main_cssstyle.css">
<style>
header {
background: url("../../images/1x/资源\ 10.png");
background: url("../../images/B11.jpg");
min-height: 50%;
width: 100%;
background-repeat: no-repeat;
Expand Down Expand Up @@ -41,7 +41,7 @@
<nav id="normal-nav">
<!---- 常规导航栏Navigation bar (normal) -->
<div class="logo">
<img style="max-height: 22em" id="nav-logo" src="../../static/logo.png"
<img id="nav-logo" src="../../images/IDEC图标.png"
alt="This is our logo, but if you click it, you will return home">
</div>
<div class="chapters">
Expand Down Expand Up @@ -135,8 +135,9 @@
</nav>
<!------------ 页面标题PAGE TITLE -------------------->
<div class="page-title">
<div class="page-title-content">

<div class="page-title-content" style="margin-top: 5%;">
<h1>BACKGROUND</h1>
<!---Page title -->
</div>
</div>
</header>
Expand Down
10 changes: 5 additions & 5 deletions pages/project/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main_cssstyle.css">
<style>
header {
background: url("../../images/1x/资源\ 9.png");
background: url("../../images/B11.jpg");
min-height: 50%;
width: 100%;
background-repeat: no-repeat;
Expand Down Expand Up @@ -47,12 +47,12 @@
<nav id="normal-nav">
<!---- 常规导航栏Navigation bar (normal) -->
<div class="logo">
<img style="max-height: 22em" id="nav-logo" src="../../images/IDEC图标.png"
<img id="nav-logo" src="../../images/IDEC图标.png"
alt="This is our logo, but if you click it, you will return home">
</div>
<div class="chapters">
<div class="dropdown-menu cool-link">
<a class="chapter-nav " href="../../index.html">
<a class="chapter-nav " href="https://idec-teams.github.io/2023_NEFU_China/">
<div class="chapter-content">
<div class="chapter-title active ">
Home
Expand Down Expand Up @@ -141,8 +141,8 @@
</nav>
<!------------ 页面标题PAGE TITLE -------------------->
<div class="page-title">
<div class="page-title-content">

<div class="page-title-content" style="margin-top: 5%;">
<h1>DESIGN</h1>
<!---Page title -->
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions pages/project/protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


header {
background: url("../../images/1x/资源\ 14.png");
background: url("../../images/B11.jpg");
min-height: 50%;
object-fit: cover;
background-repeat: no-repeat;
Expand Down Expand Up @@ -75,12 +75,12 @@
<nav id="normal-nav">
<!---- 常规导航栏Navigation bar (normal) -->
<div class="logo">
<img style="max-height: 22em" id="nav-logo" src="../../images/1x/资源 14.png"
<img id="nav-logo" src="../../images/IDEC图标.png"
alt="This is our logo, but if you click it, you will return home">
</div>
<div class="chapters">
<div class="dropdown-menu cool-link">
<a class="chapter-nav " href="../../static/home.html">
<a class="chapter-nav " href="https://idec-teams.github.io/2023_NEFU_China/">
<div class="chapter-content">
<div class="chapter-title active ">
Home
Expand Down Expand Up @@ -169,8 +169,8 @@
</nav>
<!------------ 页面标题PAGE TITLE -------------------->
<div class="page-title">
<div class="page-title-content">
<!-- <h1>PROTOCOL</h1> -->
<div class="page-title-content" style="margin-top: 5%;">
<h1>PROTOCOL</h1>
<!---Page title -->
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions pages/project/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="../../css/main_cssstyle.css">
<style>
header {
background: url("../../images/1x/资源\ 15.png");
background: url("../../images/B11.jpg");
min-height: 50%;
width: 100%;
background-repeat: no-repeat;
Expand Down Expand Up @@ -51,12 +51,12 @@
<nav id="normal-nav">
<!---- 常规导航栏Navigation bar (normal) -->
<div class="logo">
<img style="max-height: 22em" id="nav-logo" src="../../static/logo.png"
<img id="nav-logo" src="../../images/IDEC图标.png"
alt="This is our logo, but if you click it, you will return home">
</div>
<div class="chapters">
<div class="dropdown-menu cool-link">
<a class="chapter-nav " href="../../static/home.html">
<a class="chapter-nav " href="https://idec-teams.github.io/2023_NEFU_China/">
<div class="chapter-content">
<div class="chapter-title active ">
Home
Expand Down Expand Up @@ -127,7 +127,7 @@
</div>
</a>
<div class="dropdown-content">
<a href="../documentation/experiments.html" class="dropdown-page cool-link2">
<a href="../documentation/experiment.html" class="dropdown-page cool-link2">
Experiments
</a>
<a href="../documentation/notebook.html" class="dropdown-page cool-link2">
Expand All @@ -145,8 +145,8 @@
</nav>
<!------------ 页面标题PAGE TITLE -------------------->
<div class="page-title">
<div class="page-title-content">
<!-- <h1>RESULTS</h1> -->
<div class="page-title-content" style="margin-top: 5%;">
<h1>RESULT</h1>
<!---Page title -->
</div>
</div>
Expand Down

0 comments on commit 1c39039

Please sign in to comment.