Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website look changed #54

Merged
merged 51 commits into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
9272678
Revert "Updated Classes"
Oct 2, 2022
4e4b551
Merge remote-tracking branch 'origin/master'
Oct 2, 2022
d507042
Merge remote-tracking branch 'origin/master'
Oct 2, 2022
9e8f06e
Merge remote-tracking branch 'origin/master'
Oct 4, 2022
bceb7db
Created style.css and shifted css code in index.html to this file.
Oct 4, 2022
eaf501a
Merge branch 'SaptarshiSarkar12:master' into master
aryan-upa Oct 4, 2022
b571019
Revert "Created style.css and shifted css code in index.html to this …
Oct 4, 2022
f23448b
Major website revamp and style change.
Oct 4, 2022
52ba05d
Merge remote-tracking branch 'origin/master'
Oct 4, 2022
4ed5b43
drifty image.
Oct 4, 2022
6e84bff
added looping to video
aryan-upa Oct 5, 2022
89ed2de
Update index.html
SaptarshiSarkar12 Oct 5, 2022
cef6d3a
Merge branch 'master' into master
SaptarshiSarkar12 Oct 5, 2022
fe18102
Fixed indentation
SaptarshiSarkar12 Oct 5, 2022
67fc3db
Update index.html
SaptarshiSarkar12 Oct 5, 2022
3b79f72
Update index.html
SaptarshiSarkar12 Oct 5, 2022
beabc64
Update index.html
SaptarshiSarkar12 Oct 5, 2022
9e2f50b
Update index.html
SaptarshiSarkar12 Oct 5, 2022
9310b98
Reverted some commits made by me
SaptarshiSarkar12 Oct 5, 2022
6520987
Merge branch 'master' into master
SaptarshiSarkar12 Oct 5, 2022
b707aa1
Merge branch 'master' into master
SaptarshiSarkar12 Oct 5, 2022
74dc400
Update index.html
SaptarshiSarkar12 Oct 5, 2022
9e82b8a
Added responsiveness, and fixed word cuts.
Oct 5, 2022
90474eb
Merge remote-tracking branch 'origin/master'
Oct 5, 2022
a0f2168
Update style.css
SaptarshiSarkar12 Oct 5, 2022
9d1765c
Added dark mode color scheme.
Oct 5, 2022
d5296e3
removed commented code from script.js, possibly the video is working …
Oct 5, 2022
da793bb
Update index.html
SaptarshiSarkar12 Oct 5, 2022
ae0f0de
Update index.html
SaptarshiSarkar12 Oct 5, 2022
ab57547
Update index.html
SaptarshiSarkar12 Oct 5, 2022
957a426
Update style.css
SaptarshiSarkar12 Oct 5, 2022
6a59c6a
Update index.html
SaptarshiSarkar12 Oct 5, 2022
840ef7f
Update index.html
SaptarshiSarkar12 Oct 5, 2022
ecaad31
Update index.html
SaptarshiSarkar12 Oct 5, 2022
1d8ff5f
Update script.js
SaptarshiSarkar12 Oct 5, 2022
4d6924d
Update style.css
SaptarshiSarkar12 Oct 5, 2022
7dc5e6c
Update style.css
SaptarshiSarkar12 Oct 5, 2022
0f7c705
Update style.css
SaptarshiSarkar12 Oct 5, 2022
98c45d5
Update style.css
SaptarshiSarkar12 Oct 5, 2022
fdd36a3
Update script.js
SaptarshiSarkar12 Oct 5, 2022
e09b0d4
Update script.js
SaptarshiSarkar12 Oct 5, 2022
c83bd0a
Update style.css
SaptarshiSarkar12 Oct 5, 2022
14cce71
Update style.css
SaptarshiSarkar12 Oct 5, 2022
2952b44
Update style.css
SaptarshiSarkar12 Oct 5, 2022
72e3d31
Update index.html
SaptarshiSarkar12 Oct 5, 2022
5a3c1b0
Update style.css
SaptarshiSarkar12 Oct 5, 2022
f39ee1e
Update script.js
SaptarshiSarkar12 Oct 5, 2022
e8d26dc
Update script.js
SaptarshiSarkar12 Oct 5, 2022
8bfb1ab
Update style.css
SaptarshiSarkar12 Oct 5, 2022
6fa3b38
Update index.html
SaptarshiSarkar12 Oct 5, 2022
121f1dc
Modified dark mode toggle button.
Oct 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Website/img/drifty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
379 changes: 83 additions & 296 deletions Website/index.html
Original file line number Diff line number Diff line change
@@ -1,299 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drifty</title>
</head>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer">


<style>



* {
margin: 0;
padding: 0;
box-sizing: border-box;
}




:root{
--background-color:rgb(41, 41, 42);
--text-color:rgb(244, 253, 254);
--primary-color:rgb(0, 174, 255);
--background-color1:rgb(114, 117, 117);
}

html {
font-family: "Rubik", sans-serif;
color: var(--text-color);
}

.container {
margin: 0px 10px;
width: 1200px;
flex: 1;
text-align: center;
}
#btn1 {
width:80px;
height: 60px;

}

header {
height: 100vh;
position :static;

background-color: var(--background-color);
color: var(--text-color);
}

nav {
font-size: 20px;
font-weight: 700;
display: flex;
justify-content:space-between;
padding-top: 40px;

}

.header-container {
width: 1200px;
position: absolute;


left: 50%;
top: 50%;


transform: translate(-50%, -50%);


}

.header-container-inner {
width: 50%;

}

h1 {
font-size: 52px;
margin-bottom: 32px;
line-height: 1.05;
}

p {
font-size: 20px;
line-height: 1.6;
margin-bottom: 48px;
}
.btn2{
color: var(--text-color);
margin:0px 20px;
transition:all 1s ease;
cursor: pointer;

}
.btn2:hover{
color:var(--primary-color);
font-size: large;

}

.btn{
font-size: 20px;
font-weight: 600;
background-color: #1c0099;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 16px 32px;
border-radius: 9px;
transition:all 1s ease;
}
.btn:hover{
background-color:darkred;
font-size: larger;
}
.btn4{
font-size: 20px;
font-weight: 600;
background-color: var(--primary-color);
color: var(--text-color);
text-decoration: none;
display: inline-block;
padding: 16px 32px;
border-radius: 9px;
transition:all 1s ease;
}
.btn4:hover{
color:#fff;
background-color:rgb(28, 1, 47);
font-size: larger;
}

h2 {
font-size: 44px;
margin-bottom: 48px;
}

section {
padding: 96px 0;
background-color:var(--background-color1);
}
.footer{
padding: 40px 0px;
background-color: rgb(0, 0, 0)
}
.footer .social{
text-align: center;
padding-bottom: 25px;

}
.footer .social a{
font-size: 30px;
color: rgb(1, 128, 125);
border: 1px solid rgb(218, 127, 0);
width: 60px;
height: 60px;
line-height: 58px;
text-align: center;
display: inline-block;
border-radius: 50%;
margin: 0px 10px;
opacity: 0.75;

}
.footer .social a:hover{
opacity: 1;

}
#dark{
width:30px;
cursor: pointer;
}

.more-info-section{
overflow: hidden;
}

.more-info {
left: 50%;
top: 50%;
text-align: center;
}

video{
position: relative;
}

/* contact us section */
#contact{
padding: 96px;

text-align: center;
left: 60%;
background-color:var(--background-color);
}

.btn4{
padding: 15px;
margin: 4px;
}

.contact_section{
text-align: center;
padding: 6px;
}


</style>

<body>
<header>

<nav class="container">
<div id=><a href="https://saptarshisarkar12.github.io/Drifty/"><img src="img/Driftyicon.ico" id="btn1"/></a></div>

<!-- added the button action -->
<a style="text-decoration: none;" href="#contact"><div class="btn2" >CONTACT US</div></a>

<div class="btn2" >ABOUT US</div>
<a style="text-decoration: none;" href="#download_section"><div class="btn2" >DOWNLOAD</div></a>


</nav>


<div class="header-container">
<div class="header-container-inner">
<h1>DRIFTY</h1>
<p>
Drifty is an open-source interactive File Downloader system built with java.
It takes the link to the file, the directory where it needs to be saved and the filename
of the downloaded file as input and downloads it in the given directory with the given filename.
</p>
<a href="#info" class="btn">More Info</a>
</div>
</div>
</header>

<section>
<div class="container" id="info">
<h2>More Information About Drifty</h2>
<p>
It is currently available in CLI (Command Line Interface) mode and has the GUI (Graphical User Interface) version under active development.
You may contribute to this project here.
</p>
<p>
<a href="https://github.com/SaptarshiSarkar12/Drifty" class="btn4"><i class="fab fa-github"></i> Contribute to Drifty</a>
</p>
<a id="contact_section">
<a href="https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty_CLI.exe" class="btn4">Download Now <i class="fab fa-windows"></i></a>
<a href="https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty.jar" class="btn4">Download Now <i class="fab fa-apple"></i> <i class="fab fa-linux"></i></a>
</a>
</div>
</section>
<section>
<div class="more-info" id="demo">
<h2>Demonstration of using Drifty</h2>
<p>
Here is a quick demo of using Drifty.
</p>
<video src="Resources/Usage.mp4" height=700 width=1250 controls></video>
</section>
<!-- contact us section -->
<section id="contact">
<div class="contact_section">
<h2>Contact Us</h2>
<a href="https://github.com/SaptarshiSarkar12/Drifty/issues" class="btn4"><i class="fa-solid fa-hand-holding-hand"></i> Help and Support </a>
<a href="https://www.twitter.com/SSarkar2007" class="btn4"> <i class="fab fa-twitter"></i> My Twitter</a>
<a href="mailto:[email protected] " class="btn4"><i class="fa-sharp fa-solid fa-envelope"></i> My Email </a>
</a>
</div>
</section>
<section class="footer">
<div class="social">
<a href="https://www.twitter.com/SSarkar2007"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/SaptarshiSarkar12"><i class="fab fa-github"></i></a>
<a href="mailto:[email protected] "><i class="fa-sharp fa-solid fa-envelope"></i></a>
<a href="https://saptarshisarkar.hashnode.dev/" ><i class="fa-brands fa-hashnode"></i></a>
<a href="https://www.bio.link/saptarshi"><i class="fa-sharp fa-solid fa-link"></i></a>
<!--added footers -->
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script src="script.js" ></script>
</body>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drifty</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="style.css">
</head>

<body>
<nav class="container">
<div><a href="https://saptarshisarkar12.github.io/Drifty/"><img src="img/Driftyicon.ico" id="btn1" alt="Drifty-icon"/></a></div>
<div class="buttons">
<div class="btn2"><a href="#contact">CONTACT US</a></div>
<div class="btn2"><a href="#">ABOUT US</a></div>
<div class="btn2"><a href="#download">DOWNLOAD</a></div>
</div>
</nav>

<header>
<div class="header-container">
<h1><span style="font-size: 110px">D</span>RIFTY</h1>
<p>
Drifty is an open-source interactive File Downloader system built with java.
It takes the link to the file, the directory where it needs to be saved and the filename
of the downloaded file as input and downloads it in the given directory with the given filename.
</p>
<a href="#info" class="btn">More Info</a>
<a href="#demo" class="btn">Demo</a>
</div>
<img src="img/drifty.png" alt="drifty_console_img">
</header>

<section id="info" class="info">
<h2>More Information About Drifty</h2>
<p>It is currently available in CLI (Command Line Interface) mode and has the GUI (Graphical User Interface) version under active development. You may contribute to this project here.</p>
<a href="https://github.com/SaptarshiSarkar12/Drifty" class="btn4"><i class="fab fa-github"></i> Contribute to Drifty</a>
</section>

<section id="download" class="download">
<h2>✨Download Here✨</h2>
<div id="download_section" class="download_section">
<a href="https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty_CLI.exe" class="btn4">Download Now <i class="fab fa-windows"></i></a>
<a href="https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty.jar" class="btn4">Download Now <i class="fab fa-apple"></i> <i class="fab fa-linux"></i></a>
</div>

<div id="demo" class="demo">
<div class="text">
<h2>Demonstration of Drifty</h2>
<p>Here is a quick demo of using Drifty.</p>
</div>
<video src="Resources/Usage.mp4" playsinline autoplay muted loop></video>
</div>
</section>

<!-- contact us section -->
<section id="contact">
<h2>Contact Us</h2>
<div class="contact_section">
<a href="https://github.com/SaptarshiSarkar12/Drifty/issues" class="btn4"><i class="fab fa-github"></i> Help & Support <i class="fa-solid fa-headset"></i> </a>
<a href="https://www.twitter.com/SSarkar2007" class="btn4"> <i class="fab fa-twitter"></i> My Twitter</a>
<a href="mailto:[email protected] " class="btn4"><i class="fa-sharp fa-solid fa-envelope"></i> My Email </a>
</div>
</section>

<section class="footer">
<div class="social">
<a href="https://www.twitter.com/SSarkar2007"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/SaptarshiSarkar12"><i class="fab fa-github"></i></a>
<a href="mailto:[email protected] "><i class="fa-sharp fa-solid fa-envelope"></i></a>
<a href="https://saptarshisarkar.hashnode.dev/" ><i class="fa-brands fa-hashnode"></i></a>
<a href="https://www.bio.link/saptarshi"><i class="fa-sharp fa-solid fa-link"></i></a>
<!--added footers -->
</div>
<p><i class="fa-solid fa-copyright"></i> Drifty 2022</p>
</section>

<!-- Scripts -->
<label><input type="checkbox" class="btn-toggle" checked></label>
<script src="script.js" ></script>
</body>
</html>
Loading