Skip to content

Commit

Permalink
pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulMuhaymin committed May 13, 2024
1 parent 3fdb6da commit c6f468f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
14 changes: 11 additions & 3 deletions nanoday2024poster/Ni/Ni.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
position: relative;
}

.section-header:hover {
background-color: #643083;
}

.section-header::after {
content: '-';
position: absolute;
Expand Down Expand Up @@ -77,7 +81,7 @@
.button:hover {
padding: 10px;
margin: 10px;
background-color: #38095f;
background-color: #643083;
}

.section-header.collapsed::after {
Expand Down Expand Up @@ -114,7 +118,7 @@
}

.home-button:hover {
background-color: #38095f;
background-color: #643083;
}

.divider {
Expand All @@ -133,7 +137,11 @@ <h1>Ni in ZnS</h1>
<div class="section">
<div class="section-header collapsed" onclick="toggleSection(this)">Defect Formation Energy</div>
<div class="section-content">
<p>Demo text for Section 1</p>
<p> </p>
<img src="dfe.png" alt="Example Image 1">
</div>
<div class="section-content">
<p> fd</p>
<img src="dfe.png" alt="Example Image 1">
</div>
</div>
Expand Down
Empty file added nanoday2024poster/ZnS/ZnS.html
Empty file.
5 changes: 3 additions & 2 deletions nanoday2024poster/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
margin-bottom: 20px;
padding: 10px;
margin: 10px;
border: 1px solid #ddd;
border: 1px solid #085181;
border-radius: 5px;
overflow: hidden;
}
Expand Down Expand Up @@ -77,7 +77,7 @@
.button:hover {
padding: 10px;
margin: 10px;
background-color: #3c00ff;
background-color: #643083;
}

.section-header.collapsed::after {
Expand Down Expand Up @@ -128,6 +128,7 @@
<div class="container">
<h1>Transition metal dopants in the wide band gap semiconductor ZnS: a first-principles study</h1>
<p>This webpage contains the data generated by DFT calculations for various dopants in bulk ZnS. It also contains many visualizations. </p>
<p>Click <a href="nanoday_poster.pdf">here</a> to access the poster corresponding to this study presented on Nanoday 2024, organized by National Nanotechnology Research Center, Bilkent Univeristy. </p>

<div class="divider"></div>

Expand Down
Binary file added nanoday2024poster/nanoday_poster.pdf
Binary file not shown.

0 comments on commit c6f468f

Please sign in to comment.