Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Nov 2, 2023
0 parents commit ceff880
Show file tree
Hide file tree
Showing 24 changed files with 123 additions and 0 deletions.
27 changes: 27 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"files": {
"main.css": "/static/css/main.5b974473.css",
"main.js": "/static/js/main.b245bcdd.js",
"static/media/opt1.png": "/static/media/opt1.aad9e557ac6a9c926dd4.png",
"static/media/opt3.png": "/static/media/opt3.f1886ea34db5de26fc67.png",
"static/media/opt0.png": "/static/media/opt0.0097b843d6d00993b2d9.png",
"static/media/opt2.png": "/static/media/opt2.8c5dcd99da26f2291d32.png",
"static/media/todo.png": "/static/media/todo.059d998c09a58a9c129e.png",
"static/media/dvd.webp": "/static/media/dvd.6bbb769b1d69486a4c49.webp",
"static/media/logo-mobile.svg": "/static/media/logo-mobile.15e40ada2aa98f0cda542d493c8b211b.svg",
"static/media/github.svg": "/static/media/github.c229ce3c2ece0546fd1a246c79bcf391.svg",
"static/media/dribbble.svg": "/static/media/dribbble.193bdef323f069d00b811194eb24d8b5.svg",
"static/media/in.svg": "/static/media/in.5fbed9db62ca991d3a9d8b6c9817dbcc.svg",
"index.html": "/index.html",
"static/media/stack.svg": "/static/media/stack.8a28c263509daa42ee19048b665ce31c.svg",
"static/media/user.svg": "/static/media/user.ef8820cade0227699d2bdaa5ffc20837.svg",
"static/media/paper-plane.svg": "/static/media/paper-plane.ac8bbc843ba53efb45c3baabe4c2f5ad.svg",
"static/media/msg.svg": "/static/media/msg.93bce47ebfc5f7d45e2c7d8a58350da6.svg",
"main.5b974473.css.map": "/static/css/main.5b974473.css.map",
"main.b245bcdd.js.map": "/static/js/main.b245bcdd.js.map"
},
"entrypoints": [
"static/css/main.5b974473.css",
"static/js/main.b245bcdd.js"
]
}
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="description" content="A terminal styled portfolio website made with <3 by ashish using react."/><meta name="author" content="asheeshh"/><meta property="og:site_name" content="AshTerm"/><meta property="og:type" content="object"/><meta property="og:description" content="A terminal styled portfolio website made with <3 by ashish using react."/><meta property="og:title" content="AshTerm: A Terminal Styled Portfolio Website."/><meta property="og:url" content="https://ashterm.pages.dev"/><meta name="theme-color" content="#bd93f9"/><link rel="manifest" href="/manifest.json"/><title>AshTerm</title><script defer="defer" src="/static/js/main.b245bcdd.js"></script><link href="/static/css/main.5b974473.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script defer="defer" src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token": "a0618e2b531f4693bf5e2088c4626b99"}'></script></body></html>
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions static/css/main.5b974473.css

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

1 change: 1 addition & 0 deletions static/css/main.5b974473.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions static/js/main.b245bcdd.js

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions static/js/main.b245bcdd.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.b245bcdd.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions static/media/dribbble.193bdef323f069d00b811194eb24d8b5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/media/dvd.6bbb769b1d69486a4c49.webp
Binary file not shown.
Loading

0 comments on commit ceff880

Please sign in to comment.