A Pen by Michael SALIHI on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ENV | |
on: [push] | |
jobs: | |
create-envfile: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Make secrets envfile | |
uses: SpicyPizza/[email protected] | |
with: |
A project created by Hatem Hosny on LiveCodes.
An embeddable code editor for the browser 🍯
A Pen by Anton Medvedev on CodePen.
A Pen by Koen Vendrik on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function notify(message) { | |
return new Promise((resolve, reject) => { | |
try { | |
let response = NotificationService.send(message); | |
resolve(response); | |
} catch (err) { | |
reject(err); | |
} | |
}); | |
} |
A project created by Hatem Hosny on LiveCodes.
A project created by Hatem Hosny on LiveCodes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button class="button"> | |
<span class="default">Absenden</span> | |
<span class="success"> | |
<svg viewBox="0 0 16 16"> | |
<polyline points="3.75 9 7 12 13 5"></polyline> | |
</svg>Sent | |
</span> | |
<svg class="trails" viewBox="0 0 33 64"> | |
<path d="M26,4 C28,13.3333333 29,22.6666667 29,32 C29,41.3333333 28,50.6666667 26,60"></path> | |
<path d="M6,4 C8,13.3333333 9,22.6666667 9,32 C9,41.3333333 8,50.6666667 6,60"></path> |
A project created by Hatem Hosny on LocalPen.
NewerOlder