Skip to content

Commit

Permalink
style: modify some style
Browse files Browse the repository at this point in the history
  • Loading branch information
piapot committed Mar 8, 2023
1 parent 0adcc09 commit 94a3237
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .vercel/output/static/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="generator" content="Astro v2.1.0">
<link rel="icon" href="/favicon.ico">
<title>404: Not Found Page!</title>
<link rel="stylesheet" href="/_astro/404.dfbc5c66.css" />
<link rel="stylesheet" href="/_astro/404.849442ee.css" />
<link rel="stylesheet" href="/_astro/404.8691b5f2.css" /><script type="module">document.getElementById("back").addEventListener("click",()=>window.history.back());
</script>
<script type="module" src="/_astro/page.61bf30f3.js"></script></head>
Expand All @@ -21,7 +21,7 @@
<h1 class="text-4xl font-bold">404: Not Found Page!</h1>
<a id="back" href="/" class="mt-8 text-2xl underline underline-dashed hover:underline-solid text-blue">Go Back</a>
</main><footer class="flex flex-col flex-center px-5 py-4 bg-gray-800 transition-all" sm="px-10" md="px-15" lg="px-20">
<p class="text-white">Copyright © 2023 Piapot.</p>
<p class="text-white">All rights reserved.</p>
<p class="m-0 text-white">Copyright © 2023 Piapot.</p>
<p class="m-0 text-white">All rights reserved.</p>
</footer>
</body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vercel/output/static/_astro/index.5990e6d9.css

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

1 change: 0 additions & 1 deletion .vercel/output/static/_astro/index.ad867a0f.css

This file was deleted.

11 changes: 6 additions & 5 deletions .vercel/output/static/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
<meta name="generator" content="Astro v2.1.0">
<link rel="icon" href="/favicon.ico">
<title></title>
<link rel="stylesheet" href="/_astro/404.dfbc5c66.css" />
<link rel="stylesheet" href="/_astro/index.ad867a0f.css" /><script type="module" src="/_astro/page.61bf30f3.js"></script></head>
<link rel="stylesheet" href="/_astro/404.849442ee.css" />
<link rel="stylesheet" href="/_astro/index.5990e6d9.css" /><script type="module" src="/_astro/page.61bf30f3.js"></script></head>
<body class="astro-XSCT23V3">
<main class="astro-XSCT23V3">
<h1 id="hi-there">Hi there 👋</h1>
<p>I will be blogging to learn languages such as English, Haskell, Python, Rust or Zig. My primary programming language is JavaScript/TypeScript, but I want to learn more languages, whether it’s scripting languages or native programming languages, or even spoken languages (like English).</p>
<p>I will be blogging to learn languages such as English, Haskell, Python, Rust or Zig.</p>
<p>My primary programming language is JavaScript/TypeScript, but I want to learn more languages, whether it’s scripting languages or native programming languages, or even spoken languages (like English).</p>
<p>Sometimes I may write some code blocks to showcase some inspiration.</p>
<hr>
<ul>
Expand Down Expand Up @@ -53,8 +54,8 @@ <h1 id="hi-there">Hi there 👋</h1>
<span class="line"><span style="color: #c9d1d9">}</span></span></code></pre>
</main>
<footer class="flex flex-col flex-center px-5 py-4 bg-gray-800 transition-all" sm="px-10" md="px-15" lg="px-20">
<p class="text-white">Copyright © 2023 Piapot.</p>
<p class="text-white">All rights reserved.</p>
<p class="m-0 text-white">Copyright © 2023 Piapot.</p>
<p class="m-0 text-white">All rights reserved.</p>
</footer>


Expand Down
6 changes: 3 additions & 3 deletions .vercel/output/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="generator" content="Astro v2.1.0">
<link rel="icon" href="/favicon.ico">
<title>Piapot</title>
<link rel="stylesheet" href="/_astro/404.dfbc5c66.css" />
<link rel="stylesheet" href="/_astro/404.849442ee.css" />
<link rel="stylesheet" href="/_astro/404.8691b5f2.css" /><script type="module" src="/_astro/page.61bf30f3.js"></script></head>
<body class=" astro-37FXCHFA">
<header class="flex flex-col h-screen px-5 gap-2 transition-all" sm="px-10" md="px-15" lg="px-20">
Expand Down Expand Up @@ -43,7 +43,7 @@ <h1 class="flex flex-col pt-32 pb-8 text-5xl font-bold gap-2">
</header><main class="px-5 transition-all" sm="px-10" md="px-15" lg="px-20">

</main><footer class="flex flex-col flex-center px-5 py-4 bg-gray-800 transition-all" sm="px-10" md="px-15" lg="px-20">
<p class="text-white">Copyright © 2023 Piapot.</p>
<p class="text-white">All rights reserved.</p>
<p class="m-0 text-white">Copyright © 2023 Piapot.</p>
<p class="m-0 text-white">All rights reserved.</p>
</footer>
</body></html>
4 changes: 2 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="flex flex-col flex-center px-5 py-4 bg-gray-800 transition-all" sm="px-10" md="px-15" lg="px-20">
<p class="text-white">Copyright © 2023 Piapot.</p>
<p class="text-white">All rights reserved.</p>
<p class="m-0 text-white">Copyright © 2023 Piapot.</p>
<p class="m-0 text-white">All rights reserved.</p>
</footer>
10 changes: 3 additions & 7 deletions src/layouts/MarkdownLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ const { title } = Astro.props

<style is:global>
main {
@apply px-5;
@apply px-5 py-4;
}

h1 {
@apply mt-8 mb-4 text-4xl;
@apply my-4 text-4xl;
}

p {
@apply my-4;
@apply my-2;
}

pre {
Expand Down Expand Up @@ -80,10 +80,6 @@ const { title } = Astro.props
main {
@apply px-15;
}

p {
@apply my-2;
}
}

@media (min-width: 1024px) {
Expand Down
4 changes: 3 additions & 1 deletion src/pages/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ layout: ../../layouts/MarkdownLayout.astro

# Hi there 👋

I will be blogging to learn languages such as English, Haskell, Python, Rust or Zig. My primary programming language is JavaScript/TypeScript, but I want to learn more languages, whether it’s scripting languages or native programming languages, or even spoken languages (like English).
I will be blogging to learn languages such as English, Haskell, Python, Rust or Zig.

My primary programming language is JavaScript/TypeScript, but I want to learn more languages, whether it’s scripting languages or native programming languages, or even spoken languages (like English).

Sometimes I may write some code blocks to showcase some inspiration.

Expand Down

1 comment on commit 94a3237

@vercel
Copy link

@vercel vercel bot commented on 94a3237 Mar 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

piapot-github-io – ./

piapot-github-io-git-main-piapot.vercel.app
piapot.me
piapot-github-io-piapot.vercel.app

Please sign in to comment.