Skip to content

Commit

Permalink
Add website link
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Nov 8, 2023
1 parent 46ecf81 commit d40bb11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
18 changes: 12 additions & 6 deletions dist/theme/igmr.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,23 +573,29 @@ textarea {
color: var(--col-accent-purple);
}

#demoTitle {
#demoDiv {
background: var(--col-foreground);
color: var(--col-background);
/* color: #2890EC; */
width: fit-content;
min-width: 30vw;
/* height: 30vh; */
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding: var(--side-margin);
box-sizing: border-box;
font-size: 3em;
font-family: var(--r-heading-font-h2);
margin: var(--side-margin);
border-radius: var(--side-margin);
/* position: absolute; */
}

#demoTitle {
font-size: 3em;
font-family: var(--r-heading-font-h2);
}

#websiteLink {
font-size: 1em;
font-family: var(--r-main-font-size-code);
}

#vernieCol {
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
<div class="slides">

<section data-background="./demo_src/images/robotBattle_tinted.jpg">
<div id="demoDiv">
<p id="demoTitle">DEMOS</p>
<p id="websiteLink">ihuicatl.github.io/rwth-demos/</p>
</div>
</section>

<section>
Expand Down

0 comments on commit d40bb11

Please sign in to comment.