Skip to content

Commit

Permalink
first3
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Tsolakidis authored and ktsolakidis committed Jan 23, 2024
1 parent 3a5bb08 commit 291778b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3 id="hatzakis--lab">Hatzakis Lab</h3>

<div id="movies">

<video id="purple" loop autoplay muted>
<video id="purple" loop autoplay playsinline muted>
<source src="./videos/mov1.mp4" type="video/mp4">
</video>
</div>
Expand Down
5 changes: 4 additions & 1 deletion pages/publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ <h3 id="hatzakis--lab">Hatzakis Lab</h3>
<section id="publications">
<p id="our--publications" class="hidden">Publications</p>
<p id="our--publications--text" class="hidden">
Here you can find our group's publications.
Here you can find our group's selected publications. <br>
Full publications list: <br>
<a class="links" href="https://orcid.org/0000-0003-4202-0328" target="_blank"><button>ORCHID</button> </a>
<a class="links" href="https://scholar.google.co.uk/citations?hl=en&user=QLIkBusAAAAJ&view_op=list_works" target="_blank"><button>Google Schrolar</button></a>
<div id="publications--container">
</div>
</section>
Expand Down
38 changes: 38 additions & 0 deletions styles/publications.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@
}


.links button{
width: 15rem;
font-family: 'Open Sans', sans-serif;
padding: .5rem 1.5rem;
border-radius: .2rem;
border: none;
background-color: rgb(254, 98, 98);
cursor: pointer;
letter-spacing: 1px;
margin-top: 1rem;
border: none;
font-size: 18px;
color: rgb(43, 43, 43);
}


#publications--container{
z-index: 1;
padding: 3rem;
Expand Down Expand Up @@ -220,6 +236,25 @@


}



.links button{
width: 10rem;
text-align: center;
font-family: 'Open Sans', sans-serif;
padding: .5rem 1rem;
border-radius: .2rem;
border: none;
background-color: rgb(254, 98, 98);
cursor: pointer;
letter-spacing: 1px;
margin: auto;
margin-top: 1rem;
border: none;
font-size: 12px;
color: rgb(43, 43, 43);
}

.publication--title{
height:4rem;
Expand Down Expand Up @@ -272,6 +307,9 @@
margin-block-end: 0em;
font-size: 1rem;
}






Expand Down

0 comments on commit 291778b

Please sign in to comment.