Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
306 changes: 161 additions & 145 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,162 +1,178 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Home Page" />
<meta name="keywords" content="Front-End, Projects, Templates" />
<meta name="author" content="Tushar Kesarwani" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="WpdMF3NaKepMJ5EE4qv_3tK5eKD_sWnUYk02Lc5EtXQ" />
<title>Front-End Projects | Home Page</title>
<!--Main CSS-->
<link rel="stylesheet" href="style.css">
<!--fontawesome-->
<script src="https://kit.fontawesome.com/332a215f17.js" crossorigin="anonymous"></script>
<!--Animate.css--->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<!-- Favicon -->
<link rel="icon" href="img/favicon.ico" type="image/png" />
</head>

<body class="notLoaded">

<!-- Preloader Animation -->
<div id="load">
<h1 class="loading-text">Loading...</h1>
<div class="container">
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
</div>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Home Page" />
<meta name="keywords" content="Front-End, Projects, Templates" />
<meta name="author" content="Tushar Kesarwani" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="WpdMF3NaKepMJ5EE4qv_3tK5eKD_sWnUYk02Lc5EtXQ" />
<title>Front-End Projects | Home Page</title>

<!-- Main CSS -->
<link rel="stylesheet" href="style.css">

<!-- FontAwesome -->
<script src="https://kit.fontawesome.com/332a215f17.js" crossorigin="anonymous"></script>

<!-- Animate.css -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />

<!-- Favicon -->
<link rel="icon" href="img/favicon.ico" type="image/png" />
</head>

<body class="notLoaded">

<!-- Preloader -->
<div id="load">
<h1 class="loading-text">Loading...</h1>
<div class="container">
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
</div>
</div>

<!-- scrollbar button -->
<div id="progress">
<i id="progress-value" class="fas fa-arrow-up"></i>
</div>
<!-- Scroll To Top -->
<div id="progress">
<i id="progress-value" class="fas fa-arrow-up"></i>
</div>

<!-- Navigation Section -->
<nav>
<div>
<a href="index.html"><img src="img/LOGO.png" alt="logo"></a>
</div>
<div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="https://github.com/TusharKesarwani/Front-End-Projects" class="github-btn"><i
class="fa-brands fa-github"></i> &nbsp; Goto GitHub Repository</a></li>
</ul>
</div>
</nav>

<!-- Body Section -->
<main>

<!-- Hero -->
<div class="left">
<div class="headings">
<h1>Front End<br>Projects</h1>
<p>A Repository where different types of Front - End Projects are present. If you have any front end
project then you can contribute to this open source repository.</p>
</div>
<a href="https://github.com/TusharKesarwani/Front-End-Projects" target="_blank"
class="github-btn-cta"><i class="fa-brands fa-github"></i>&nbsp;&nbsp;Contribute
Now&nbsp;&nbsp;&nbsp;<i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="right">
<img src="https://cdn3d.iconscout.com/3d/premium/thumb/web-developer-4788760-3988051.png"
alt="front-end coder">
</div>
</main>

<!-- Projects Section -->

<section class="project-section" id="projects">
<div class="project-header">
<div class="head">
<h1 class="bg-title">PROJECTS</h1>
<h1 class="title">Projects</h1>
</div>
<form id="searchForm">
<input id="search" type="text" placeholder="Enter projects to search" />
<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
<!-- Navigation -->
<nav>
<div>
<a href="index.html"><img src="img/LOGO.png" alt="logo"></a>
</div>
<div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#projects">Projects</a></li>
<li>
<a href="https://github.com/TusharKesarwani/Front-End-Projects" class="github-btn">
<i class="fa-brands fa-github"></i> &nbsp; Goto GitHub Repository
</a>
</li>
</ul>
</div>
</nav>

<!-- Hero Section -->
<main>
<div class="left">
<div class="headings">
<h1>Front End<br>Projects</h1>
<p>
A Repository where different types of Front-End Projects are present.
If you have any front-end project then you can contribute to this open source repository.
</p>
</div>
<div class="projects"></div>
</section>
<a href="https://github.com/TusharKesarwani/Front-End-Projects"
target="_blank"
class="github-btn-cta">
<i class="fa-brands fa-github"></i>
&nbsp;&nbsp;Contribute Now&nbsp;&nbsp;&nbsp;
<i class="fa-solid fa-arrow-right"></i>
</a>
</div>

<!-- Contributors list -->
<div class="right">
<img src="https://cdn3d.iconscout.com/3d/premium/thumb/web-developer-4788760-3988051.png"
alt="front-end coder">
</div>
</main>

<section class="contributors">
<!-- Projects Section -->
<section class="project-section" id="projects">
<div class="project-header">
<div class="head">
<h1 class="bg-title">CONTRIBUTORS</h1>
<h1 class="title">Contributors</h1>
<h1 class="bg-title">PROJECTS</h1>
<h1 class="title">Projects</h1>
</div>
<ul class="list-section">
<li id="contributors-list"></li>
</ul>

</section>
<!-- Updated Search Form -->
<form id="searchForm">
<input
id="search"
type="text"
placeholder="Enter projects to search"
maxlength="40"
autocomplete="off"
/>
<button type="submit">
<i class="fa-solid fa-magnifying-glass"></i>
</button>
<p id="searchMessage" class="search-message"></p>
</form>
</div>

<div class="projects"></div>
</section>

<footer id="footer">
<div>
&copy; Copyright
<a href="#" target="_blank">
<strong>Front-End Projects</strong>
</a>. All rights reserved.
</div>
<div>Designed with
<i class="fa-solid fa-heart"></i> by
<strong class="text-dark"><a href="https://linktr.ee/tushar_104/" target="_blank">Tushar</a></strong>
</div>

</footer>

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/d6de929348.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script type="module" src="script.js"></script>
<script>
// Code for preloader starts
document.addEventListener( "DOMContentLoaded", function ()
{
setTimeout( fadeout, 2000 );
// fadeout;
} );

function fadeout ()
{
let loadElement = document.getElementById( "load" );
if ( loadElement )
{
setTimeout( function ()
{
loadElement.style.opacity = 0;
setTimeout( function ()
{
loadElement.style.display = "none";
let notLoadedElements = document.querySelectorAll( ".notLoaded" );
notLoadedElements.forEach( function ( element )
{
element.classList.remove( "notLoaded" );
} );
}, 0 );
}, 0 );
}
<!-- Contributors -->
<section class="contributors">
<div class="head">
<h1 class="bg-title">CONTRIBUTORS</h1>
<h1 class="title">Contributors</h1>
</div>
<ul class="list-section">
<li id="contributors-list"></li>
</ul>
</section>

<!-- Footer -->
<footer id="footer">
<div>
&copy; Copyright
<a href="#">
<strong>Front-End Projects</strong>
</a>. All rights reserved.
</div>
<div>
Designed with <i class="fa-solid fa-heart"></i> by
<strong>
<a href="https://linktr.ee/tushar_104/" target="_blank">Tushar</a>
</strong>
</div>
</footer>

<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"></script>

<script src="https://kit.fontawesome.com/d6de929348.js" crossorigin="anonymous"></script>

<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>

<!-- Your main JS -->
<script type="module" src="script.js"></script>

<!-- Preloader Script -->
<script>
document.addEventListener("DOMContentLoaded", function () {
setTimeout(fadeout, 2000);
});

function fadeout() {
let loadElement = document.getElementById("load");
if (loadElement) {
loadElement.style.opacity = 0;
setTimeout(function () {
loadElement.style.display = "none";
document.querySelectorAll(".notLoaded").forEach(function (element) {
element.classList.remove("notLoaded");
});
}, 300);
}
// code for preloader ends
</script>
</body>
}
</script>

</body>
</html>
Loading