Compare commits

..

1 Commits

Author SHA1 Message Date
t404owo
fd290598c1 change font size 2025-10-18 00:48:16 +00:00
6 changed files with 6 additions and 11 deletions

View File

@@ -604,6 +604,7 @@ nav {
margin-top: 0.5rem; margin-top: 0.5rem;
margin-left:-5px; margin-left:-5px;
padding: 5px; padding: 5px;
font-size:0.95rem;
} }
:not(textarea) { :not(textarea) {
@@ -676,7 +677,6 @@ nav {
textarea, textarea,
textfield { textfield {
padding: 5px; padding: 5px;
font-size: 0.95rem;
resize: vertical; resize: vertical;
min-height: 5rem; min-height: 5rem;
} }

View File

@@ -590,6 +590,7 @@ nav .dropdown {
margin-top: 0.5rem; margin-top: 0.5rem;
margin-left: -5px; margin-left: -5px;
padding: 5px; padding: 5px;
font-size: 0.95rem;
} }
.contact-email :not(textarea) { .contact-email :not(textarea) {
@@ -660,7 +661,6 @@ nav .dropdown {
textarea, textarea,
textfield { textfield {
padding: 5px; padding: 5px;
font-size: 0.95rem;
resize: vertical; resize: vertical;
min-height: 5rem; min-height: 5rem;
} }

View File

@@ -18,7 +18,7 @@ import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co"; const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
const supabaseKey = const supabaseKey =
"sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv"; "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im93YmFtY3FkbXFldHJnY3pueHZhIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjI5NDU5NjIsImV4cCI6MjAzODUyMTk2Mn0.xNen7b513ZGwJ-Qu5iZ6K8qrmvy4QVjS10wiYbEEwKc";
//anon key, you cant access private stuffs or add hilarious stuffs w/ this... //anon key, you cant access private stuffs or add hilarious stuffs w/ this...
//(unless sending me some malicious links but I delete your msg) //(unless sending me some malicious links but I delete your msg)
//the moment you notice you need an API endpoint. //the moment you notice you need an API endpoint.

View File

@@ -2,7 +2,7 @@ import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js
const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co"; const supabaseUrl = "https://owbamcqdmqetrgcznxva.supabase.co";
const supabaseKey = const supabaseKey =
"sb_publishable_b0fMYw5I1X97gQXJLVBnrA_-0L4qHGv"; "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im93YmFtY3FkbXFldHJnY3pueHZhIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjI5NDU5NjIsImV4cCI6MjAzODUyMTk2Mn0.xNen7b513ZGwJ-Qu5iZ6K8qrmvy4QVjS10wiYbEEwKc";
//anon key, you cant access private stuffs or add hilarious stuffs w/ this... //anon key, you cant access private stuffs or add hilarious stuffs w/ this...
//(unless sending me some malicious links but I delete your msg) //(unless sending me some malicious links but I delete your msg)
//the moment you notice you need an API endpoint. //the moment you notice you need an API endpoint.
@@ -47,4 +47,4 @@ form.addEventListener("submit", async (e) => {
statusMessage.textContent = "Error sending message. Please try again."; statusMessage.textContent = "Error sending message. Please try again.";
statusMessage.style = "background: #FFDCDC"; statusMessage.style = "background: #FFDCDC";
} }
}); });

View File

@@ -9,7 +9,6 @@ Here is my contact list. Feel free to contact me in case you need anything in my
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" /> <link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
<script src="/assets/js/mail.js" type="module"></script> <script src="/assets/js/mail.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
</head> </head>
<body> <body>
<nav> <nav>
@@ -254,4 +253,4 @@ Here is my contact list. Feel free to contact me in case you need anything in my
</main> </main>
<div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div> <div class="footer">&copy; t404:null 2021-2025 - All Rights Reserved</div>
</body> </body>
</html> </html>

View File

@@ -14,10 +14,6 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
/> />
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" /> <link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
<script>
eruda.init();
</script>
</head> </head>
<body> <body>
<nav> <nav>