Merge pull request #581 from ethereum/remiImage

changed Remi image on home tab
pull/593/head
yann300 4 years ago committed by GitHub
commit ba6b2b2263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      apps/remix-ide/src/app/ui/landing-page/landing-page.js
  2. BIN
      apps/remix-ide/src/assets/audio/remiGuitar-single-power-chord-A-minor.wav
  3. BIN
      apps/remix-ide/src/assets/img/guitarRemiCroped.webp

@ -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 {
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 {
<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">

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Loading…
Cancel
Save