Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
ba6b2b22
Unverified
Commit
ba6b2b22
authored
Nov 16, 2020
by
yann300
Committed by
GitHub
Nov 16, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #581 from ethereum/remiImage
changed Remi image on home tab
parents
3a57efd3
c77f0f5b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
landing-page.js
apps/remix-ide/src/app/ui/landing-page/landing-page.js
+6
-6
remiGuitar-single-power-chord-A-minor.wav
...rc/assets/audio/remiGuitar-single-power-chord-A-minor.wav
+0
-0
guitarRemiCroped.webp
apps/remix-ide/src/assets/img/guitarRemiCroped.webp
+0
-0
No files found.
apps/remix-ide/src/app/ui/landing-page/landing-page.js
View file @
ba6b2b22
...
...
@@ -131,13 +131,11 @@ export class LandingPage extends ViewPlugin {
`
this
.
badgeTwitter
=
yo
`<button
class="btn-info p-2 m-1 border rounded-circle
${
css
.
mediaBadge
}
fab fa-twitter"
src="assets/img/sleepingRemiCroped.webp"
id="remixIDEHomeTwitterbtn"
onclick=
${(
e
)
=>
this
.
showMediaPanel
(
e
)}
></button>`
this
.
badgeMedium
=
yo
`<button
class="btn-danger p-2 m-1 border rounded-circle
${
css
.
mediaBadge
}
fab fa-medium"
src="assets/img/sleepingRemiCroped.webp"
id="remixIDEHomeMediumbtn"
onclick=
${(
e
)
=>
this
.
showMediaPanel
(
e
)}
></button>`
...
...
@@ -340,8 +338,8 @@ export class LandingPage extends ViewPlugin {
query
.
update
({
appVersion
:
'0.7.7'
})
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
document
.
body
.
appendChild
(
yo
`<script src="https://www.retainable.io/assets/retainable/rss-embed/retainable-rss-embed.js"></script>`
)
const
container
=
yo
`
...
...
@@ -350,9 +348,11 @@ export class LandingPage extends ViewPlugin {
<div class="d-flex justify-content-between">
<div class="d-flex flex-column">
<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 class="row
${
css
.
hpSections
}
mx-4" data-id="landingPageHpSections">
<div class="ml-3">
<div class="plugins mb-5">
...
...
apps/remix-ide/src/assets/audio/remiGuitar-single-power-chord-A-minor.wav
0 → 100644
View file @
ba6b2b22
File added
apps/remix-ide/src/assets/img/guitarRemiCroped.webp
0 → 100644
View file @
ba6b2b22
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment