diff --git a/.gitignore b/.gitignore index 2581bd8..a15271e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,123 +1,109 @@ -.DS_Store - # Logs - -logs _.log npm-debug.log_ yarn-debug.log* yarn-error.log* lerna-debug.log\* +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) - -report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json # Runtime data - -pids _.pid _.seed \*.pid.lock +pids +*.pid +*.seed +*.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover - lib-cov # Coverage directory used by tools like istanbul - -coverage \*.lcov +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/ +node_modules/ +jspm_packages/ # TypeScript v1 declaration files - typings/ # TypeScript cache - -\*.tsbuildinfo +*.tsbuildinfo # Optional npm cache directory - .npm # Optional eslint cache - .eslintcache # Microbundle cache - -.rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ # Optional REPL history - .node_repl_history # Output of 'npm pack' - -\*.tgz +*.tgz # Yarn Integrity file - .yarn-integrity # dotenv environment variables file - -.env .env.test +.env +.env.test # parcel-bundler cache (https://parceljs.org/) - .cache # Next.js build output - .next # Nuxt.js build / generate output - -.nuxt dist +.nuxt +dist # Gatsby files - .cache/ - -# Comment in the public line in if your project uses Gatsby and _not_ Next.js - +# 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 # Serverless directories - .serverless/ # FuseBox cache - .fusebox/ # DynamoDB Local files - .dynamodb/ # TernJS port file +.tern-port + +# Editor directories and files +.DS_Store -.tern-port \ No newline at end of file +__pycache__/ \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc similarity index 100% rename from .prettierrc.json rename to .prettierrc diff --git a/README.md b/README.md index 5758391..839c30c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ -# Practice site-html - -Creating a site according to the instructions from YouTube +# TEST diff --git a/about.txt b/about.txt deleted file mode 100644 index 7d6aedf..0000000 --- a/about.txt +++ /dev/null @@ -1,6 +0,0 @@ -This favicon was generated using the following font: - -- Font Title: Leckerli One -- Font Author: Copyright (c) 2011 Gesine Todt (www.gesine-todt.de), with Reserved Font Names "Leckerli" -- Font Source: http://fonts.gstatic.com/s/leckerlione/v16/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf -- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL)) diff --git a/image/android-chrome-192x192.png b/image/android-chrome-192x192.png deleted file mode 100644 index 4a5297c..0000000 Binary files a/image/android-chrome-192x192.png and /dev/null differ diff --git a/image/android-chrome-512x512.png b/image/android-chrome-512x512.png deleted file mode 100644 index 34117e5..0000000 Binary files a/image/android-chrome-512x512.png and /dev/null differ diff --git a/image/apple-touch-icon.png b/image/apple-touch-icon.png deleted file mode 100644 index 0464e9a..0000000 Binary files a/image/apple-touch-icon.png and /dev/null differ diff --git a/image/batman-foto.jpg b/image/batman-foto.jpg deleted file mode 100644 index 2980714..0000000 Binary files a/image/batman-foto.jpg and /dev/null differ diff --git a/image/batman-img.jpg b/image/batman-img.jpg deleted file mode 100644 index 4cebb0f..0000000 Binary files a/image/batman-img.jpg and /dev/null differ diff --git a/image/batman-img0.jpg b/image/batman-img0.jpg deleted file mode 100644 index 28c7636..0000000 Binary files a/image/batman-img0.jpg and /dev/null differ diff --git a/image/batman-img1.jpeg b/image/batman-img1.jpeg deleted file mode 100644 index 27e2125..0000000 Binary files a/image/batman-img1.jpeg and /dev/null differ diff --git a/image/batman-img2.jpeg b/image/batman-img2.jpeg deleted file mode 100644 index 8fd4f69..0000000 Binary files a/image/batman-img2.jpeg and /dev/null differ diff --git a/image/batman-logo-1966.png b/image/batman-logo-1966.png deleted file mode 100644 index 5c7d8d2..0000000 Binary files a/image/batman-logo-1966.png and /dev/null differ diff --git a/image/favicon-16x16.png b/image/favicon-16x16.png deleted file mode 100644 index 2be70d8..0000000 Binary files a/image/favicon-16x16.png and /dev/null differ diff --git a/image/favicon-32x32.png b/image/favicon-32x32.png deleted file mode 100644 index 253b3a6..0000000 Binary files a/image/favicon-32x32.png and /dev/null differ diff --git a/image/favicon.ico b/image/favicon.ico deleted file mode 100644 index 7efa3f7..0000000 Binary files a/image/favicon.ico and /dev/null differ diff --git a/index.html b/index.html deleted file mode 100644 index b496a65..0000000 --- a/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - Batman - - - - - - - - - - -
-
-
- batman-foto -

Batman

-

- In Gotham City, a young Bruce Wayne falls down a dry well and is - attacked by a swarm of bats, developing a fear of them. -

- - My Website - - - My YouTube - -
-
-
- - diff --git a/places.html b/places.html deleted file mode 100644 index fa6483b..0000000 --- a/places.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - Dark Knight - - - - - - - - - - -
-
-
-
- batman-img -
-
Hero of the City
-

- Bruce gains Rachel's respect and love, but she decides she - cannot be with him now, telling him if Gotham should no longer - need Batman, they can be together. -

- Large Photo -
-
-
-
-
- batman-img -
-
Hero of the City
-

- Bruce gains Rachel's respect and love, but she decides she - cannot be with him now, telling him if Gotham should no longer - need Batman, they can be together. -

- Large Photo -
-
-
-
-
- batman-img -
-
Hero of the City
-

- Bruce gains Rachel's respect and love, but she decides she - cannot be with him now, telling him if Gotham should no longer - need Batman, they can be together. -

- Large Photo -
-
-
-
-
- - diff --git a/site.webmanifest b/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file