Skip to content

Commit

Permalink
deploy: 760086f
Browse files Browse the repository at this point in the history
  • Loading branch information
y2kr committed Feb 26, 2025
1 parent dedba7e commit 1603705
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 31 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions assets/style-BkfXQAWu.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/style-CU7ZxVcZ.css

This file was deleted.

7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<link rel="icon" type="image/png" href="files/imgs/icon.png" />
<title>JH</title>
<link rel="stylesheet" href="./src/style.css" />
<script
async
src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"
></script>
<script type="importmap">
{
"imports": {
Expand All @@ -43,8 +39,7 @@
█▄ ▄███ ▀██████▀ ██████████ ███ █▀ ▀██████▀ █████▄▄██ ▀█ ███ █▀ ███ █▀ ▀█ █▀
▀▀▀▀▀▀ ▀

</pre
>
</pre>
</div>
</a>
</header>
Expand Down
3 changes: 1 addition & 2 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
█▄ ▄███ ▀██████▀ ██████████ ███ █▀ ▀██████▀ █████▄▄██ ▀█ ███ █▀ ███ █▀ ▀█ █▀
▀▀▀▀▀▀ ▀

</pre
>
</pre>
</div>
</a>
</header>
Expand Down
47 changes: 25 additions & 22 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,31 @@ header {
#ascii-art2 {
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: 11px;
white-space: pre;
overflow-x: hidden;
overflow-x: auto;
color: var(--accent-color);
margin: 0 auto;
padding: 10px 0;
width: 100%;
max-width: 100%;
line-height: 1;
transform-origin: top center;
display: flex;
justify-content: center;
}

#ascii-art2 pre {
margin: 0;
padding: 0;
font-size: 14px;
display: inline-block;
}

#geo-container {
position: relative;
z-index: 1;
background-color: var(--main-bg-color);
width: 370px;
height: 370px;
width: 420px;
height: 420px;
margin: 10px auto;
border: 1px solid #bebebe;
box-shadow: 0 0 20px #5d5d5d;
Expand Down Expand Up @@ -208,7 +217,7 @@ header {
.info-text {
display: inline-block;
text-align: left;
font-size: 18px;
font-size: 20px;
margin: 0 auto;
line-height: 1.4;
}
Expand Down Expand Up @@ -278,7 +287,7 @@ header {
margin: 25px 0;
text-align: left;
max-width: 1200px;
font-size: 16px;
font-size: 18px;
}

.project-description p {
Expand Down Expand Up @@ -392,17 +401,8 @@ header {
line-height: 1.5;
}

#ascii-art2 {
font-size: 7px;
transform: scale(0.75);
margin-bottom: -15px;
overflow-x: hidden;
margin: 15px auto;
}

#ascii-art2 pre {
margin: 0;
padding: 0;
font-size: 8px;
}

.content-container {
Expand Down Expand Up @@ -432,7 +432,7 @@ header {

.project-description,
.nav-link {
font-size: 14px;
font-size: 16px;
line-height: 1.5;
}

Expand All @@ -447,7 +447,7 @@ header {
}

.info-text {
font-size: 15px;
font-size: 18px;
max-width: 90%;
}

Expand Down Expand Up @@ -480,6 +480,10 @@ header {
height: 280px;
}

#ascii-art2 pre {
font-size: 6px;
}

.gallery {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
Expand All @@ -490,14 +494,13 @@ header {
}

.project-title {
font-size: 1.3em;
font-size: 1.5em;
}
}

@media only screen and (max-width: 320px) {
#ascii-art2 {
#ascii-art2 pre {
font-size: 4px;
transform: scale(0.6);
}

#geo-container {
Expand Down

0 comments on commit 1603705

Please sign in to comment.