-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule configured for local testing
- Loading branch information
Showing
8 changed files
with
58 additions
and
8 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 |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
package-lock.json | ||
node_modules | ||
.env | ||
googleccfb7547499a2c8b.html | ||
googleccfb7547499a2c8b.html | ||
yarn.lock |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "themes/hello-friend-ng"] | ||
path = themes/hello-friend-ng | ||
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git | ||
url = git@github.com:rhazdon/hugo-theme-hello-friend-ng.git |
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
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,49 @@ | ||
``` | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Animated ASCII Text</title> | ||
<style> | ||
body { | ||
background-color: #000; | ||
color: #0f0; | ||
font-family: monospace; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100vh; | ||
margin: 0; | ||
} | ||
.ascii-art { | ||
white-space: pre; | ||
text-align: center; | ||
animation: color-change 5s infinite; | ||
} | ||
@keyframes color-change { | ||
0% { color: #0f0; } | ||
25% { color: #f00; } | ||
50% { color: #00f; } | ||
75% { color: #ff0; } | ||
100% { color: #0f0; } | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="ascii-art"> | ||
<pre> | ||
_____ ______ ___ ___ ___ ___ _________ ________ ________ ___ _____ ______ | ||
|\ _ \ _ \|\ \|\ \|\ \|\ \|\___ ___\\ __ \|\ ____\|\ \|\ _ \ _ \ | ||
\ \ \\\__\ \ \ \ \\\ \ \ \\\ \|___ \ \_\ \ \|\ \ \ \___|\ \ \ \ \\\__\ \ \ | ||
\ \ \\|__| \ \ \ \\\ \ \ __ \ \ \ \ \ \ __ \ \_____ \ \ \ \ \\|__| \ \ | ||
\ \ \ \ \ \ \ \\\ \ \ \ \ \ \ \ \ \ \ \ \ \|____|\ \ \ \ \ \ \ \ \ | ||
\ \__\ \ \__\ \_______\ \__\ \__\ \ \__\ \ \__\ \__\____\_\ \ \__\ \__\ \ \__\ | ||
\|__| \|__|\|_______|\|__|\|__| \|__| \|__|\|__|\_________\|__|\|__| \|__| | ||
\|_________| | ||
</pre> | ||
</div> | ||
</body> | ||
</html> | ||
``` |
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/scss/main.scss_38b1322b728d0fc31bc0aabb683ebc6d.content
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/scss/main.scss_38b1322b728d0fc31bc0aabb683ebc6d.json
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 |
---|---|---|
@@ -1 +1 @@ | ||
{"Target":"main.2a064c455b0ecbd6b1481b3bf9df2441e95838691022f40a5338c2cb1244f075.css","MediaType":"text/css","Data":{"Integrity":"sha256-KgZMRVsOy9axSBs7+d8kQelYOGkQIvQKUzjCyxJE8HU="}} | ||
{"Target":"main.949191c1dcc9c4a887997048b240354e47152016d821198f89448496ba42e491.css","MediaType":"text/css","Data":{"Integrity":"sha256-lJGRwdzJxKiHmXBIskA1TkcVIBbYIRmPiUSElrpC5JE="}} |
Submodule hello-friend-ng
updated
570 files
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