-
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.
- Loading branch information
1 parent
106137b
commit c7b0cf8
Showing
42 changed files
with
1,537 additions
and
10,653 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 |
---|---|---|
@@ -1,24 +1,134 @@ | ||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
.pnpm-debug.log* | ||
|
||
# Diagnostic reports (https://nodejs.org/api/report.html) | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
*.lcov | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Snowpack dependency directory (https://snowpack.dev/) | ||
web_modules/ | ||
|
||
# TypeScript cache | ||
*.tsbuildinfo | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional stylelint cache | ||
.stylelintcache | ||
|
||
# Microbundle cache | ||
.rpt2_cache/ | ||
.rts2_cache_cjs/ | ||
.rts2_cache_es/ | ||
.rts2_cache_umd/ | ||
|
||
node_modules | ||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variable files | ||
.env | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
.env.local | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
.parcel-cache | ||
|
||
# Next.js build output | ||
.next | ||
out | ||
|
||
# Nuxt.js build / generate output | ||
.nuxt | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
# Editor directories and files | ||
.vscode/* | ||
!.vscode/extensions.json | ||
.idea | ||
.DS_Store | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
# Gatsby files | ||
.cache/ | ||
# Comment in the public line in if your project uses Gatsby and not Next.js | ||
# https://nextjs.org/blog/next-9-1#public-directory-support | ||
# public | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# vuepress v2.x temp and cache directory | ||
.temp | ||
.cache | ||
|
||
# Docusaurus cache and generated files | ||
.docusaurus | ||
|
||
# Serverless directories | ||
.serverless/ | ||
|
||
# FuseBox cache | ||
.fusebox/ | ||
|
||
# DynamoDB Local files | ||
.dynamodb/ | ||
|
||
# TernJS port file | ||
.tern-port | ||
|
||
# Stores VSCode versions used for testing VSCode extensions | ||
.vscode-test | ||
|
||
# yarn v2 | ||
.yarn/cache | ||
.yarn/unplugged | ||
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* | ||
|
||
#vscode | ||
.vscode |
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,31 @@ | ||
{ | ||
"useTabs": true, | ||
"printWidth": 200, | ||
"singleQuote": true, | ||
"overrides": [ | ||
{ | ||
"files": "*.css", | ||
"options": { | ||
"parser": "css" | ||
} | ||
}, | ||
{ | ||
"files": "*.html", | ||
"options": { | ||
"parser": "html" | ||
} | ||
}, | ||
{ | ||
"files": "*.md", | ||
"options": { | ||
"parser": "markdown" | ||
} | ||
}, | ||
{ | ||
"files": "*.json", | ||
"options": { | ||
"parser": "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 |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="https://gogglesinc.github.io/cdn/images/goggles-svg.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Goggles's Portfolio</title> | ||
<style> | ||
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); | ||
|
||
:root { | ||
font-family: 'JetBrains Mono', monospace; | ||
line-height: 1.5; | ||
font-optical-sizing: auto; | ||
font-weight: 400; | ||
font-style: normal; | ||
color: #ccd5ff; | ||
background-color: #00020a; | ||
font-synthesis: none; | ||
text-rendering: optimizeLegibility; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
a { | ||
font-weight: 500; | ||
color: #6b86ff; | ||
} | ||
|
||
a:hover { | ||
color: #2749f1; | ||
} | ||
|
||
body { | ||
margin: 0; | ||
display: flex; | ||
place-items: center; | ||
min-width: 320px; | ||
min-height: 100vh; | ||
} | ||
|
||
#app { | ||
max-width: 1280px; | ||
margin: 0 auto; | ||
display: flex; | ||
} | ||
|
||
.container { | ||
display: flex; | ||
place-content: center; | ||
place-items: center; | ||
flex-direction: column; | ||
} | ||
|
||
h1 { | ||
font-size: 10rem; | ||
margin: 0; | ||
} | ||
|
||
p { | ||
font-size: 1.5rem; | ||
margin: 10px; | ||
} | ||
|
||
.container p:nth-child(3) { | ||
font-size: 1rem; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="app"> | ||
<div class="container"> | ||
<h1 id="random"></h1> | ||
<p>404 Page not found :(</p> | ||
<a href="/">Back to homepage</a> | ||
</div> | ||
</div> | ||
<script> | ||
const element = document.getElementById('random'); | ||
let words = ['got lost!', 'what?', 'why?', 'how?', 'uhhh', 'huh?']; | ||
let index = 0; | ||
function updateWord() { | ||
if (index < words.length) { | ||
element.innerHTML = words[index]; | ||
index++; | ||
setTimeout(updateWord, 1000); | ||
} else { | ||
index = 0; | ||
updateWord(); | ||
} | ||
} | ||
updateWord(); | ||
</script> | ||
</body> | ||
</html> |
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Goggles | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,75 +1,2 @@ | ||
Inspiration: https://www.nexxel.dev/ | ||
alt links (cloudflare): | ||
• gogglesinc.pages.dev | ||
• goggles.pages.dev | ||
|
||
nav | ||
home blog terminal | ||
/nav | ||
|
||
footer | ||
goggles | ||
(hidden) | ||
blockquote | ||
"Any application that can be written in JavaScript, will eventually be written in JavaScript." - Jeff Atwood • cite co-founder of Stack Overflow /cite | ||
/blockquote | ||
also here are some old versions of this website | ||
ps: i dont | ||
v1 v2 | ||
/footer | ||
|
||
/, /home | ||
|
||
main | ||
goggles.gogs (hover: nguyen khoa) | ||
hung yen, vietnam | ||
high school student @ Greenfield School | ||
i'm a 16 y/o teenager whos whos good at problem solving and interested in computer science. I'm currently learning web development to persue my dream career. | ||
Skills: | ||
• HTML | ||
• CSS | ||
• Javascript | ||
• Nodejs | ||
• React | ||
• Express | ||
Projects: | ||
• gogglesgogs/todo-app | ||
• gogglesgogs/gogglesgogs.github.io | ||
• gogglesinc/gogglesinc.github.io | ||
• gogglesinc/ | ||
• more projects (/github profile) | ||
Blogs: | ||
• {blog name} + {blog date} | ||
• more blogs (/blog) | ||
Contact me (via {link user hovered}) | ||
• email (hover(tooltip): ngkhoa0075@gmail.com) | ||
• discord (hover(tooltip): goggles.gogs) | ||
• github (hover(tooltip): gogglesgogs) | ||
/main | ||
|
||
/blogs | ||
|
||
main | ||
div | ||
want more blogs or updates? subscribe. (hover:promise no spams) | ||
form | ||
{email} | ||
subscribe | ||
/form | ||
/div | ||
ul | ||
li | ||
[title](link) | ||
{desc} | ||
{date} + {views} | ||
/li | ||
/ul | ||
/main | ||
/blogs/:id | ||
main | ||
{title} | ||
{date} + {views} | ||
... | ||
content | ||
... | ||
/main | ||
# Goggles-Portfolio | ||
Goggles's Portfolio |
Oops, something went wrong.