Skip to content

Commit

Permalink
Change nlesc style to get files from static dir
Browse files Browse the repository at this point in the history
  • Loading branch information
raar1 committed Apr 9, 2024
1 parent 00d87b5 commit 71764c1
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions layouts/nlesc-decorations.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ function initDecorations (deck) {
<div id="yellow-half-strip"></div>
<div id="touch-pane"><h3>Let's stay<br>in touch</h3></div>
<div id="empowering"><h3>“Empowering researchers across all disciplines through innovative research software”</h3></div>
<div id="logo-color"><img src="./files/logo-fc.svg"></div>
<div id="logo-part-white"><img src="./files/logo-fc-part-white.svg"></div>
<div id="logo-white"><img src="./files/logo-fc-white.svg"></div>
<div id="yellow-flag"><img class="left-e" src="./files/e-logo.svg"></img></div>
<div id="purple-half-circle-logo"><img class="logo" src="./files/logo-fc-part-white.svg"></img></div>
<div id="logo-color"><img src="/nlesc_style_files/logo-fc.svg"></div>
<div id="logo-part-white"><img src="/nlesc_style_files/logo-fc-part-white.svg"></div>
<div id="logo-white"><img src="/nlesc_style_files/logo-fc-white.svg"></div>
<div id="yellow-flag"><img class="left-e" src="/nlesc_style_files/e-logo.svg"></img></div>
<div id="purple-half-circle-logo"><img class="logo" src="/nlesc_style_files/logo-fc-part-white.svg"></img></div>
<div id="blue-strip"><div id="footer"></div></div>
<img id="right-e" src="./files/letter-e.svg"></img>
<img id="left-e" src="./files/e-logo.svg"></img>
<img id="right-e" src="/nlesc_style_files/letter-e.svg"></img>
<img id="left-e" src="/nlesc_style_files/e-logo.svg"></img>
<div id="purple-blob">
<div class="blob1"></div>
<div class="blob2"></div>
<div class="box"></div>
</div>
<div id="globe"><img src="./files/globe.png"></img></div>
<div id="mail"><img src="./files/mail.png"></img></div>
<div id="phone"><img src="./files/phone.png"></img></div>
<div id="globe"><img src="/nlesc_style_files/globe.png"></img></div>
<div id="mail"><img src="/nlesc_style_files/mail.png"></img></div>
<div id="phone"><img src="/nlesc_style_files/phone.png"></img></div>
`
reveal.prepend(decorations)
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 71764c1

Please sign in to comment.