Unverified Commit ba6b2b22 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #581 from ethereum/remiImage

changed Remi image on home tab
parents 3a57efd3 c77f0f5b
...@@ -131,13 +131,11 @@ export class LandingPage extends ViewPlugin { ...@@ -131,13 +131,11 @@ export class LandingPage extends ViewPlugin {
` `
this.badgeTwitter = yo`<button this.badgeTwitter = yo`<button
class="btn-info p-2 m-1 border rounded-circle ${css.mediaBadge} fab fa-twitter" class="btn-info p-2 m-1 border rounded-circle ${css.mediaBadge} fab fa-twitter"
src="assets/img/sleepingRemiCroped.webp"
id="remixIDEHomeTwitterbtn" id="remixIDEHomeTwitterbtn"
onclick=${(e) => this.showMediaPanel(e)} onclick=${(e) => this.showMediaPanel(e)}
></button>` ></button>`
this.badgeMedium = yo`<button this.badgeMedium = yo`<button
class="btn-danger p-2 m-1 border rounded-circle ${css.mediaBadge} fab fa-medium" class="btn-danger p-2 m-1 border rounded-circle ${css.mediaBadge} fab fa-medium"
src="assets/img/sleepingRemiCroped.webp"
id="remixIDEHomeMediumbtn" id="remixIDEHomeMediumbtn"
onclick=${(e) => this.showMediaPanel(e)} onclick=${(e) => this.showMediaPanel(e)}
></button>` ></button>`
...@@ -340,8 +338,8 @@ export class LandingPage extends ViewPlugin { ...@@ -340,8 +338,8 @@ export class LandingPage extends ViewPlugin {
query.update({appVersion: '0.7.7'}) query.update({appVersion: '0.7.7'})
document.location.reload() document.location.reload()
} }
const img = yo`<img class=${css.logoImg} src="assets/img/sleepingRemiCroped.webp"></img>` const img = yo`<img class=${css.logoImg} src="assets/img/guitarRemiCroped.webp" onclick="${() => playRemi()}"></img>`
let playRemi = async () => { await document.getElementById('remiAudio').play() }
// to retrieve medium posts // to retrieve medium posts
document.body.appendChild(yo`<script src="https://www.retainable.io/assets/retainable/rss-embed/retainable-rss-embed.js"></script>`) document.body.appendChild(yo`<script src="https://www.retainable.io/assets/retainable/rss-embed/retainable-rss-embed.js"></script>`)
const container = yo` const container = yo`
...@@ -350,9 +348,11 @@ export class LandingPage extends ViewPlugin { ...@@ -350,9 +348,11 @@ export class LandingPage extends ViewPlugin {
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<div class="d-flex flex-column"> <div class="d-flex flex-column">
<div class="border-bottom d-flex justify-content-between clearfix py-3 mb-4"> <div class="border-bottom d-flex justify-content-between clearfix py-3 mb-4">
<div class="mx-4 w-100">${img}</div> <div class="mx-4 w-100">
${img}
<audio id="remiAudio" muted=false src="assets/audio/remiGuitar-single-power-chord-A-minor.wav"></audio>
</div>
</div> </div>
<div class="row ${css.hpSections} mx-4" data-id="landingPageHpSections"> <div class="row ${css.hpSections} mx-4" data-id="landingPageHpSections">
<div class="ml-3"> <div class="ml-3">
<div class="plugins mb-5"> <div class="plugins mb-5">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment