Skip to content

Commit

Permalink
tons of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielf11 committed Aug 15, 2023
1 parent 9551dd5 commit 9fe1d40
Show file tree
Hide file tree
Showing 35,616 changed files with 4,086,954 additions and 1,898 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified .DS_Store
Binary file not shown.
78 changes: 78 additions & 0 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,4 +532,82 @@ video {
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}

.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-5 {
padding: 1.25rem;
}

.text-center {
text-align: center;
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.text-5xl {
font-size: 3rem;
line-height: 1;
}

.text-7xl {
font-size: 4.5rem;
line-height: 1;
}

.font-black {
font-weight: 900;
}

.font-bold {
font-weight: 700;
}

.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}

.no-underline {
-webkit-text-decoration-line: none;
text-decoration-line: none;
}

.hover\:text-blue-500:hover {
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
--tw-text-opacity: 1;
color: rgb(74 222 128 / var(--tw-text-opacity));
}

.hover\:underline:hover {
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
}

@media (prefers-color-scheme: dark) {
.dark\:bg-slate-800 {
--tw-bg-opacity: 1;
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.dark\:text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gabrielf11</title>
<meta name="description" content="a small website to store my projects and stuff">
<link rel="stylesheet" href="src/style.css">
<link href="/dist/output.css" rel="stylesheet">
</head>
<body>
<div class="flex items-center justify-center">
<h1 class="text-9xl font-black">gabrielf11</h1>
<h2>more coming soon...</h2>
</div>
<body class="bg-white text-black dark:bg-slate-800 dark:text-white text-center">
<h1 class="text-7xl font-black p-5">gabrielf11.github.io</h1>
<caption>This website is not finished, and will take a while to be completed.</caption>
<h2 class="text-5xl font-bold p-5">Projects</h2>
<div class="text-3xl no-underline hover:text-blue-500 hover:underline">
<a href="gabrielf11.github.io/imbored">imbored</a>
</div>
</body>
</html>
145 changes: 145 additions & 0 deletions node_modules/.agent-base-FV5z97j4/README.md

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

78 changes: 78 additions & 0 deletions node_modules/.agent-base-FV5z97j4/dist/src/index.d.ts

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

Loading

0 comments on commit 9fe1d40

Please sign in to comment.