Delete index.html

This commit is contained in:
Drimiteros
2025-07-01 20:06:24 +03:00
committed by GitHub
parent 36947264d3
commit bff89f126f

View File

@@ -1,186 +0,0 @@
<html>
<link rel="stylesheet" href="main.css?v=9">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Da Deep Search Official Website</title>
<script async src="https://tally.so/widgets/embed.js"></script>
<script>
window.TallyConfig = {
"formId": "wQWkkG",
"popup": {
"width": 676,
"emoji": {
"text": "👋",
"animation": "wave"
},
"overlay": true,
"alignLeft": true,
"autoClose": 0,
"doNotShowAfterSubmit": true,
}
};
</script>
</head>
<body>
<div class="box">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<header>
<H1>
<a href="index.html">
Da Deep Search</a>
<div class="logoImage">
<img src="logo.png">
</div>
</H1>
<nav>
<ul class="nav-links">
<li class="link"><a href="downloadv2.html">Download</a></li>
<li class="link"><a href="donate.html">Donate</a></li>
<li class="link"><a href="https://tally.so/r/wQWkkG">Feedback</a></li>
<li class="link"><a href="https://github.com/Drimiteros/Da-Deep-Search">SRC</a></li>
</ul>
</nav>
</header>
<div class = "container">
<div class="description_container">
<div class="description_container2">
<a href="https://www.producthunt.com/products/da-deep-search?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-da&#0045;deep&#0045;search" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=970912&theme=neutral&t=1749678769279" alt="Da&#0032;Deep&#0032;Search - Search&#0032;Deeply&#0046;&#0032;Find&#0032;Anything&#0046;&#0032;Instantly&#0046; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<h2>Overview</h2>
<a>
<h3>
Da Deep Search is a minimal, high-performance file exploration tool made for fast file discovery on your Windows PC.
With blazing search speeds, it approaches tools like Everything with the added bonus of wide file system compatibility and more!
It's designed to feel like a native part of the operating system.
</h3>
</a>
<div class="image1">
<img src="image1.png?v=4">
</div>
<a>
<hr><b>Stand out Features:</b><br><br>
✅ Portable software<br>
✅ Option to use with no administrator privileges<br>
✅ Automatic updates<br>
✅ Wide file system compatibility<br>
✅ Smart file search<br>
✅ Ultra fast / Threaded file search<br>
More interesting features to come<br><br>
</a>
<div class = "button">
<button id = "scrollButton" class = "button1"><a>📖 How to</a></button>
<!-- <button id = "downloadButton" class = "button1"><a href="http://dadeepsearchbuy.42web.io">⬇️ Download</a></button> -->
<button id = "downloadButton" class = "button1"><a href="downloadv2.html">⬇️ Download</a></button>
<button id = "donateButton" class = "button1"><a href="donate.html">🍵 Donate</a></button>
</div>
</div>
</div>
</div>
<br><br><br>
<div class = "container2">
<h2>About Da Deep Search </h2>
<div class="about_container">
<div class="image2">
<img src="easy.png">
<h3>Easy</h3>
<a>Da Deep Search is super easy to use. Run the .exe file and press LCtrl + Space to bring it up!</a>
</div>
<div class="image2">
<img src="fast.png">
<h3>Fast</h3>
<a>Da Deep Search is a threaded application, made in C++20 that constantly receives optimization updates!</a>
</div>
<div class="image2">
<img src="disk.png">
<h3>Cross-platform</h3>
<a>Da Deep Search reads files reliably across a wide variety of file system formats like NTFS and FAT32!</a>
</div>
<div class="image2">
<img src="code.png">
<h3>Open-Source</h3>
<a>Da Deep Search version 2.1_2 source code and below, is available to everyone to modify!</a>
</div>
</div>
<div class="image5">
<img src="stats1.png?v=4">
<img src="stats2.png?v=4">
</div>
<br>
<hr>
<h2 id="how_to">How to use Da Deep Search</h2>
<br><br><br>
<style>
.responsive-video {
padding-bottom: 1rem;
overflow: hidden;
}
.responsive-video iframe {
width: 1000;
height: 600;
border: 5px solid #ffc89c;
border-radius: 5px;
box-sizing: border-box;
}
@media (max-width: 768px) {
.responsive-video {
display: none;
overflow: hidden;
}
.responsive-video iframe {
width: 0;
height: 0;
scale: 0;
}
}
</style>
<div class="responsive-video">
<iframe
src="https://www.youtube.com/embed/2ll9Ba8c1Zw"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
<div class="about_container">
<div class="image3">
<img src="2.png">
<a>Press LCtrl + Space to open / close the window.</a>
</div>
<div class="image3">
<img src="3.png">
<a>Select the drives you want to scan, in the left corner.</a>
</div>
<div class="image3">
<img src="4.png">
<a>Type the name of the file you want to find instantly.</a>
</div>
</div>
<br><br>
</div>
</body>
</html>
<script data-goatcounter="https://drimiteros.goatcounter.com/count"async src="//gc.zgo.at/count.js"></script>
<script>
document.getElementById("scrollButton").addEventListener("click", function() {
document.querySelector("#how_to").scrollIntoView({
behavior: "smooth" // this adds a nice smooth scroll
});
});
</script>