forked from forem/forem
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Console message ascii art (forem#2392) [ci skip]
- Loading branch information
1 parent
d45f2c5
commit c6ee9fe
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
var bigDev = | ||
' \n \ | ||
\n \ | ||
-oooooooo/- .+ooooooooo: +ooo+ oooo/ \n \ | ||
+MMMMMMMMMMm+ -NMMMMMMMMMMs +MMMM: /MMMM/ \n \ | ||
+MMMNyyydMMMMy /MMMMyyyyyyy/ mMMMd mMMMd \n \ | ||
+MMMm :MMMM. /MMMN /MMMM/ /MMMM: \n \ | ||
+MMMm .MMMM- /MMMN dMMMm mMMMh \n \ | ||
+MMMm .MMMM- /MMMMyyyy+ :MMMM/ +MMMM- \n \ | ||
+MMMm .MMMM- /MMMMMMMMy hMMMm NMMMy \n \ | ||
+MMMm .MMMM- /MMMMoooo: -MMMM+oMMMM- \n \ | ||
+MMMm .MMMM- /MMMN yMMMmNMMMy \n \ | ||
+MMMm +MMMM. /MMMN .MMMMMMMM. \n \ | ||
+MMMMdddNMMMMo /MMMMddddddd+ sMMMMMMs \n \ | ||
+MMMMMMMMMNh: .mMMMMMMMMMMs yMMMMs \n \ | ||
.///////:- -/////////- .::. \n \ | ||
\n \ | ||
\n'; | ||
console.log( | ||
bigDev, | ||
"Hey there! Interested in the code behind dev.to? Well you're in luck - we're open source! Come say hi, tell us what you're debugging, or even lend a hand in our repo - https://github.com/thepracticaldev/dev.to/" | ||
); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
</div> | ||
</div> | ||
</footer> | ||
<%= javascript_include_tag 'hello-dev.js' , async: true %> |
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