Skip to content

Commit

Permalink
Merge pull request #1610 from saras-69/contact
Browse files Browse the repository at this point in the history
Contact
  • Loading branch information
sanjay-kv authored Nov 3, 2024
2 parents dfc3bde + 69658d4 commit 1f6e3f6
Show file tree
Hide file tree
Showing 3 changed files with 1,476 additions and 1,228 deletions.
163 changes: 83 additions & 80 deletions Website/contact.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="title" content="Machine Learning Repositories">
<meta name="description"
content="A curated collection of diverse machine learning repositories available on GitHub, presented by the RecodeHive community">
<meta name="keywords"
<meta name="keywords"
content="machine learning, machine learning repositories, machine learning repos, machine learning recode hive, recode hive, recode hive ml repos, recode give ml, ml, ml repositories, github repositories ml, machine learning github repositories">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Expand All @@ -19,24 +20,25 @@
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
#progress-container {
position: fixed ;
top: 0px;
left: 0;
width: 100%;
height: 15px;
z-index: 99990;
/* background: #f3f3f3; */
}

#progress-bar {
height: 53%;
width: 0;
background: linear-gradient(90deg, rgb(0, 72, 255) 0%, rgb(58, 114, 227) 50%, rgb(22, 121, 250) 100%);
box-shadow: 0 0 4px rgba(0, 166, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7);
transition: width 0.09s ease-in-out;
border-radius: 10px;
}
/* .dark-mode .content{
position: fixed;
top: 0px;
left: 0;
width: 100%;
height: 15px;
z-index: 99990;
/* background: #f3f3f3; */
}

#progress-bar {
height: 53%;
width: 0;
background: linear-gradient(90deg, rgb(0, 72, 255) 0%, rgb(58, 114, 227) 50%, rgb(22, 121, 250) 100%);
box-shadow: 0 0 4px rgba(0, 166, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7);
transition: width 0.09s ease-in-out;
border-radius: 10px;
}

/* .dark-mode .content{
background-color: white;
}
.dark-mode .title{
Expand All @@ -47,20 +49,21 @@
} */
</style>
</head>
<body class="da">

<body class="da">
<div id="progress-container">
<div id="progress-bar"></div>
</div>
</div>

<script>

<script>

window.addEventListener('scroll', function() {
window.addEventListener('scroll', function () {
const winScroll = document.body.scrollTop || document.documentElement.scrollTop;
const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
const scrolled = (winScroll / height) * 100;
document.getElementById('progress-bar').style.width = scrolled + '%';
});
</script>
</script>
<div class="loading-container" id="loading-animation">
<div class="loader"></div>
</div>
Expand All @@ -79,19 +82,18 @@
<li><a href="faq.html">FAQ</a></li>
<li><a href="Feedback.html">Feedback</a></li>
<li><a href="contact.html">Contact</a></li>
<!-- Dropdown on navbar -->
<!-- Inside your <ul class="nav-links"> -->
<li class="dropdown">
<a href="#" class="dropbtn">Know More</a>
<div class="dropdown-content">
<a href="https://github.com/recodehive">How we work?</a>
<a href="https://github.com/recodehive">Projects</a>
<a href="https://github.com/recodehive">Team</a>
<a href="conduct.html">Code of Conduct</a>
</div>
</li>

<!-- <li class="dropdown">
<li class="dropdown">
<a href="#" class="dropbtn">Know More</a>
<div class="dropdown-content">
<a href="https://github.com/recodehive">How we work?</a>
<a href="https://github.com/recodehive">Projects</a>
<a href="https://github.com/recodehive">Team</a>
<a href="conduct.html">Code of Conduct</a>
</div>
</li>

<!-- <li class="dropdown">
<button id="dropdownButton" class="dropbtn">Know More</button>
<div id="dropdownMenu" class="dropdown-content">
<a href="https://github.com/recodehive">How we work?</a>
Expand All @@ -101,22 +103,22 @@
</div>
</li> -->
<div class="nav-icons">
<li>
<a href="https://github.com/recodehive/machine-learning-repos" target="_blank">
<img src="assets/images.png" alt="GitHub"> <!-- GitHub Icon -->
</a>
</li>
<li>
<div>
<img src="/Website/sun-solid (1).svg" id="icon">
</div>
</li>
<!-- <li>
<li>
<a href="https://github.com/recodehive/machine-learning-repos" target="_blank">
<img src="assets/images.png" alt="GitHub"> <!-- GitHub Icon -->
</a>
</li>
<li>
<div>
<img src="/Website/sun-solid (1).svg" id="icon">
</div>
</li>
<!-- <li>
<button id="toggle-dark-mode" title="Use Ctrl+Q to toggle themes easily">
<i class="fas fa-moon"></i>
</button>
</li> -->
</div>
</div>
</ul>
<div class="line" id="line">
<div class="bar1"></div>
Expand All @@ -127,41 +129,42 @@
</header>

<main>
<div class="contact-container">
<h2>Contact Us</h2>
<p>We would love to hear from you! Please fill out this form and we'll get in touch with you shortly.</p>
<div class="contact-container">
<h2>Contact Us</h2>
<p>We would love to hear from you! Please fill out this form and we'll get in touch with you shortly.</p>

<form action="#" method="post">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
<form action="#" method="post">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>

<label for="email">Email</label>
<input type="email" id="email" name="email" required>
<label for="email">Email</label>
<input type="email" id="email" name="email" required>

<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>

<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>

<button type="submit">Send Message</button>
</form>

<!-- Back to Home Button -->
<button onclick="window.location.href='index.html'" class="back-button">Back to Home</button>
</div>
</main>
<script>
var icon=document.getElementById("icon");
icon.onclick=function(){
document.body.classList.toggle("dark-theme");
if(document.body.classList.contains("dark-theme")){
icon.src="/Website/moon-solid.svg" ;
}
else{
icon.src="/Website/sun-solid (1).svg";
<button type="submit">Send Message</button>
</form>

<!-- Back to Home Button -->
<button onclick="window.location.href='index.html'" class="back-button">Back to Home</button>
</div>
</main>
<script>
var icon = document.getElementById("icon");
icon.onclick = function () {
document.body.classList.toggle("dark-theme");
if (document.body.classList.contains("dark-theme")) {
icon.src = "/Website/moon-solid.svg";
}
else {
icon.src = "/Website/sun-solid (1).svg";
}
}
}
</script>
</script>
</body>
</html>

</html>
Loading

0 comments on commit 1f6e3f6

Please sign in to comment.