Skip to content
Open

Main #15

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
13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

89 changes: 89 additions & 0 deletions Clubscommu/Business.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html>
<head>
<title>College Club Coordinator Details</title>
<style>
body {
font-family: sans-serif;
line-height: 1.6;
margin: 20px;
background-color: #f4f4f4;
}
.container {
background-color: #fff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
h2 {
color: #333;
border-bottom: 2px solid #eee;
padding-bottom: 10px;
margin-bottom: 15px;
}
.club-details {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f9f9f9;
}
.club-details h3 {
color: #555;
margin-top: 0;
margin-bottom: 10px;
}
.coordinator-info {
margin-left: 20px;
}
.coordinator-info p {
margin-bottom: 8px;
}
.highlight {
font-weight: bold;
color: #007bff;
}
</style>
</head>
<body>

<div class="container">
<h2>College Club Coordinator Details</h2>
<p>Here are the contact details for the coordinators of various clubs at <span class="highlight">Shri Ramswaroop Memorial University</span>.</p>

<div class="club-details">
<h3>The Tech Enthusiasts Club</h3>
<div class="coordinator-info">
<p><span class="highlight">Coordinator Name:</span> Mr. Ankit Verma</p>
<p><span class="highlight">Email:</span> [email protected]</p>
<p><span class="highlight">Contact Number:</span> +91 9876543210</p>
<p><span class="highlight">Department:</span> Computer Science and Engineering</p>
</div>
</div>

<div class="club-details">
<h3>The Literary Society</h3>
<div class="coordinator-info">
<p><span class="highlight">Coordinator Name:</span> Ms. Priya Sharma</p>
<p><span class="highlight">Email:</span> [email protected]</p>
<p><span class="highlight">Contact Number:</span> +91 8765432109</p>
<p><span class="highlight">Department:</span> Humanities and Social Sciences</p>
</div>
</div>

<div class="club-details">
<h3>The Cultural Club</h3>
<div class="coordinator-info">
<p><span class="highlight">Coordinator Name:</span> Dr. Rohan Gupta</p>
<p><span class="highlight">Email:</span> [email protected]</p>
<p><span class="highlight">Contact Number:</span> +91 7654321098</p>
<p><span class="highlight">Department:</span> Arts and Design</p>
</div>
</div>

<p>For any further inquiries, please contact the respective club coordinators directly.</p>
</div>

</body>
</html>
72 changes: 72 additions & 0 deletions Clubscommu/sport.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>XYZ Club Coordinator Details</title>
<style>
body {
font-family: sans-serif;
margin: 20px;
background-color: #f4f4f4;
}
.container {
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 600px;
margin: 0 auto;
}
h1, h2 {
color: #333;
text-align: center;
}
.detail-item {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
}
.detail-item strong {
font-weight: bold;
color: #555;
display: block;
margin-bottom: 5px;
}
</style>
</head>
<body>
<div class="container">
<h1>XYZ Club</h1>
<h2>Coordinator Details</h2>

<div class="detail-item">
<strong>Coordinator Name:</strong>
<span id="coordinator-name"></span>
</div>

<div class="detail-item">
<strong>Email:</strong>
<span id="coordinator-email"></span>
</div>

<div class="detail-item">
<strong>Contact Number:</strong>
<span id="coordinator-contact"></span>
</div>

<div class="detail-item">
<strong>College:</strong>
<span>Shri Ramswaroop Memorial University</span>
</div>
</div>

<script>
// You can replace these with the actual coordinator details
document.getElementById('coordinator-name').textContent = "John Doe";
document.getElementById('coordinator-email').textContent = "[email protected]";
document.getElementById('coordinator-contact').textContent = "+91 9876543210";
</script>
</body>
</html>
42 changes: 0 additions & 42 deletions README.md

This file was deleted.

Binary file removed Sarthak webpages ecommerce.textClipping
Binary file not shown.
18 changes: 7 additions & 11 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="About me page">
<meta name="keywords" content="about me">
<title>About Me</title>
<link rel="stylesheet" href="CSS/style3.css">
<link rel="stylesheet" href="style3.css">
</head>
<body>
<header>
Expand All @@ -26,12 +26,8 @@ <h1>About Me</h1>
</header>
<section id="showcase">
<div class="container">
<h1>I am Student in MAIT</h1>
<p>My hobbies are as follows...

Coding: I love building games and other interesting projects with my mates Erkin and Giles from the states.
Listening to Podcasts: Whether it's Politics, Indian sports commentary or hip hop breakdowns, I always find time to stay up to date with an informative podcast.
Reading: There is nothing more relaxing than curling up with a good book after a long day.</p>
<h1>I am Student in Shri Ramswaroop Memorial University</h1>
<p>My Project "College Club Website" helps freshers in their college life by providing them with resources, event updates, and a platform to connect with seniors and peers. It aims to make their transition into college smoother and more enjoyable.</p>

<!-- </div>

Expand All @@ -41,21 +37,21 @@ <h1>I am Student in MAIT</h1>
<h2>Connect me</h2>
<div class="box">
<button type="submit" class="button-1">
<img src="./img/facebook_logo.png" alt="">
<img src="./images/download.png" alt="">
</button>
<h3>Facebook</h3>
</div>
<div class="box">
<button type="submit" class="button-2">
<img src="./img/instagram.png" alt="">
<img src="./images/ig.jpg" alt="">
</button>
<h3>Instagram</h3>
</div>
</div>
<img src="./img/mb1.jpg" alt="eu">
<img src="./images/Eeventss.jpg" alt="eu">
</section>
<footer>
<p>Sarthak, Copyright &copy; 2021 </p>
<p>SRMU, Copyright &copy; 2025</p>
</footer>


Expand Down
69 changes: 69 additions & 0 deletions chatbot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
document.addEventListener('DOMContentLoaded', function() {
const chatbotContainer = document.getElementById('chatbot-container');
const chatbotMessages = document.getElementById('chatbot-messages');
const chatbotInput = document.getElementById('chatbot-input');
const chatbotSendButton = document.getElementById('chatbot-send-button');
const chatbotToggleButton = document.getElementById('chatbot-toggle-button');

// Function to add a message to the chat
function addMessage(text, sender) {
const messageDiv = document.createElement('div');
messageDiv.classList.add('chatbot-message', sender);
messageDiv.textContent = text;
chatbotMessages.appendChild(messageDiv);
chatbotMessages.scrollTop = chatbotMessages.scrollHeight; // Scroll to the latest message
}

// Basic bot response logic (you can expand this)
function getBotResponse(message) {
message = message.toLowerCase();
if (message.includes('hello') || message.includes('hi')) {
return "Hello there!";
} else if (message.includes('how are you')) {
return "I'm doing well, thank you!";
} else if (message.includes('bye') || message.includes('goodbye')) {
return "Goodbye! Have a great day!";
}
// e nhi chl rha h shi se
else if(message.includes('Explain SRMU') || message.includes('What is SRMU')) {
return " Shri Ramswaroop Memorial University (SRMU) is a private university located in Lucknow, Uttar Pradesh, India. ";
}
else {
return "I'm not sure how to respond to that. Can you ask something else?";
}
}

// Handle sending a message
chatbotSendButton.addEventListener('click', function() {
const userMessage = chatbotInput.value.trim();
if (userMessage) {
addMessage(userMessage, 'user');
chatbotInput.value = ''; // Clear the input

// Simulate bot response (you'd replace this with actual logic)
setTimeout(function() {
const botResponse = getBotResponse(userMessage);
addMessage(botResponse, 'bot');
}, 500); // Add a slight delay for effect
}
});

// Handle pressing Enter in the input field
chatbotInput.addEventListener('keypress', function(event) {
if (event.key === 'Enter') {
chatbotSendButton.click();
}
});

// Toggle chatbot visibility
chatbotToggleButton.addEventListener('click', function() {
chatbotContainer.style.display = chatbotContainer.style.display === 'none' ? 'flex' : 'none';
chatbotToggleButton.style.display = 'none'; // Hide toggle when chat is open
if (chatbotContainer.style.display === 'none') {
chatbotToggleButton.style.display = 'block'; // Show toggle when chat is closed
}
});

// Initially hide the chatbot container
chatbotContainer.style.display = 'none';
});
4 changes: 2 additions & 2 deletions checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Payment Information</h1>
<path class="darkcolor greydark" d="M750,431V193.2c-217.6-57.5-556.4-13.5-750,24.9V431c0,22.1,17.9,40,40,40h670C732.1,471,750,453.1,750,431z" />
</g>
<text transform="matrix(1 0 0 1 60.106 295.0121)" id="svgnumber" class="st2 st3 st4">0123 4567 8910 1112</text>
<text transform="matrix(1 0 0 1 54.1064 428.1723)" id="svgname" class="st2 st5 st6">JOHN DOE</text>
<text transform="matrix(1 0 0 1 54.1064 428.1723)" id="svgname" class="st2 st5 st6">SRMU Registration</text>
<text transform="matrix(1 0 0 1 54.1074 389.8793)" class="st7 st5 st8">cardholder name</text>
<text transform="matrix(1 0 0 1 479.7754 388.8793)" class="st7 st5 st8">expiration</text>
<text transform="matrix(1 0 0 1 65.1054 241.5)" class="st7 st5 st8">card number</text>
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1>Payment Information</h1>
</g>
<rect x="58.1" y="378.6" class="st11" width="375.5" height="13.5" />
<rect x="58.1" y="405.6" class="st11" width="421.7" height="13.5" />
<text transform="matrix(1 0 0 1 59.5073 228.6099)" id="svgnameback" class="st12 st13">John Doe</text>
<text transform="matrix(1 0 0 1 59.5073 228.6099)" id="svgnameback" class="st12 st13">SRMU Registration</text>
</g>
</svg>
</div>
Expand Down
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
location.reload();
}
</script>
<iframe id="hidden_iframe" name="hidden_iframe" onload="if(submitted){);}" style="display: none;"></iframe>
<iframe id="hidden_iframe" name="hidden_iframe" onload="if(submitted){}" style="display: none;"></iframe>
<form action="https://docs.google.com/forms/d/e/1FAIpQLSf0qJrZSVFIhFuQ5jDtprluFI1jRzhYlSxRnTL_Zf3KkoN5hw/formResponse" id="ss-form" method="POST" onsubmit="fadeEffect.init('fade', 1);document.getElementById('fade').style.display = 'block'" target="hidden_iframe">
<div class="styled-input">
<div class="styled-input-in">
Expand Down Expand Up @@ -200,7 +200,7 @@
<div class="thanks_message">
<img alt="Thumb" height="48" width="48" src="https://4.bp.blogspot.com/-rY5km74yj_I/V1ItqrbspBI/AAAAAAAAmxA/SK-aLPTjyuo8uiSYylRJ4tLslk2LJ581QCLcB/s1600/ic_thumb_up_black_24dp_2x.png" />
<h2>Form submitted successfully</h2>
<div>Jika tidak ada halangan dan kesibukan lainnya, admin akan langsung merespon pesan yang Anda kirimkan.</div>
<div>Someone from co ordinator with your selected query is trying to contact you ASAP ThankYou for your intrest .</div>
<div class="close"><a href="javascript:void(0)" onclick="document.getElementById('fade').style.display = 'none' ;myFunction()" title="Close">&times;</a></div>
</div>
</div>
Expand Down
11 changes: 11 additions & 0 deletions db.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CREATE DATABASE your_database;

USE your_database;

CREATE TABLE users (
id INT AUTO_INCREMENT PRIMARY KEY,
username VARCHAR(255) NOT NULL,
password VARCHAR(255) NOT NULL
);

INSERT INTO users (username, password) VALUES ('testuser', 'testpass');
Loading