-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,388 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: "Greetings" | ||
|
||
on: | ||
fork: | ||
push: | ||
branches: [main] | ||
issues: | ||
types: [opened] | ||
pull_request_target: | ||
types: [opened] | ||
|
||
jobs: | ||
welcome: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: | | ||
Congratulations, @${{ github.actor }}! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work! | ||
pr-message: | | ||
Great job, @${{ github.actor }}! 🎉 , Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project. Our team will review your changes shortly. | ||
footer: "We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our [contributing guidelines](https://github.com/Its-Aman-Yadav/Community-Site/blob/main/README.md)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>About Us - Open Source Community</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
margin: 0; | ||
padding: 0; | ||
background-color: #f4f4f4; | ||
} | ||
|
||
header { | ||
background: #333; | ||
color: #fff; | ||
padding: 10px 0; | ||
text-align: center; | ||
} | ||
|
||
header h1 { | ||
margin: 0; | ||
} | ||
|
||
nav ul { | ||
padding: 0; | ||
list-style: none; | ||
text-align: center; | ||
} | ||
|
||
nav ul li { | ||
display: inline; | ||
margin: 0 10px; | ||
} | ||
|
||
nav ul li a { | ||
color: #fff; | ||
text-decoration: none; | ||
} | ||
|
||
main { | ||
padding: 20px; | ||
max-width: 800px; | ||
margin: 20px auto; | ||
background: #fff; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
section { | ||
margin-bottom: 20px; | ||
} | ||
|
||
footer { | ||
text-align: center; | ||
padding: 10px 0; | ||
background: #333; | ||
color: #fff; | ||
position: fixed; | ||
width: 100%; | ||
bottom: 0; | ||
} | ||
|
||
form label { | ||
display: block; | ||
margin-top: 10px; | ||
} | ||
|
||
form input, form textarea { | ||
width: 100%; | ||
padding: 10px; | ||
margin-top: 5px; | ||
} | ||
|
||
form button { | ||
padding: 10px 20px; | ||
background: #333; | ||
color: #fff; | ||
border: none; | ||
margin-top: 10px; | ||
cursor: pointer; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>About Our Open Source Community</h1> | ||
<nav> | ||
<ul> | ||
<li><a href="#introduction">Introduction</a></li> | ||
<li><a href="#mission">Mission</a></li> | ||
<li><a href="#values">Values</a></li> | ||
<li><a href="#projects">Projects</a></li> | ||
<li><a href="#contact">Contact</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<main> | ||
<section id="introduction"> | ||
<h2>Introduction</h2> | ||
<p>Welcome to our open-source community! We are a diverse group of individuals passionate about collaboration, innovation, and sharing knowledge through open-source projects. Our community thrives on the contributions and enthusiasm of its members.</p> | ||
</section> | ||
|
||
<section id="mission"> | ||
<h2>Mission</h2> | ||
<p>Our mission is to promote open-source software development, foster a collaborative environment, and provide opportunities for learning and growth. We aim to create software that benefits the wider community and drives technological progress.</p> | ||
</section> | ||
|
||
<section id="values"> | ||
<h2>Values</h2> | ||
<ul> | ||
<li><strong>Collaboration:</strong> We believe in the power of working together to achieve great things.</li> | ||
<li><strong>Inclusivity:</strong> We welcome contributions from people of all backgrounds and skill levels.</li> | ||
<li><strong>Transparency:</strong> We maintain open and honest communication within our community.</li> | ||
<li><strong>Innovation:</strong> We strive to push the boundaries of technology through creative problem-solving.</li> | ||
<li><strong>Respect:</strong> We treat each other with respect and kindness, fostering a supportive environment.</li> | ||
</ul> | ||
</section> | ||
|
||
<section id="projects"> | ||
<h2>Projects</h2> | ||
<p>Our community is involved in a variety of projects spanning different domains, including web development, data science, machine learning, and more. Here are some of our ongoing projects:</p> | ||
<ul> | ||
<li><strong>Project Alpha:</strong> An open-source web application framework.</li> | ||
<li><strong>Data Insights:</strong> A collaborative platform for data analysis and visualization.</li> | ||
<li><strong>AI Toolkit:</strong> A suite of tools and libraries for machine learning enthusiasts.</li> | ||
<li><strong>Community Hub:</strong> An online portal for community events, discussions, and resources.</li> | ||
</ul> | ||
</section> | ||
|
||
<section id="contact"> | ||
<h2>Contact Us</h2> | ||
<p>If you have any questions or would like to get involved, please reach out to us using the form below:</p> | ||
<form id="contact-form"> | ||
<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="message">Message:</label> | ||
<textarea id="message" name="message" required></textarea> | ||
|
||
<button type="submit">Submit</button> | ||
</form> | ||
</section> | ||
</main> | ||
|
||
<footer> | ||
<p>© 2024 Open Source Community. All rights reserved.</p> | ||
</footer> | ||
|
||
<script> | ||
document.getElementById('contact-form').addEventListener('submit', function(event) { | ||
event.preventDefault(); | ||
alert('Thank you for your message. We will get back to you soon.'); | ||
document.getElementById('contact-form').reset(); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Contact Us</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
margin: 0; | ||
padding: 0; | ||
background-color: #f4f4f4; | ||
} | ||
|
||
header { | ||
background: #333; | ||
color: #fff; | ||
padding: 10px 0; | ||
text-align: center; | ||
} | ||
|
||
header h1 { | ||
margin: 0; | ||
} | ||
|
||
main { | ||
padding: 20px; | ||
max-width: 800px; | ||
margin: 20px auto; | ||
background: #fff; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
section { | ||
margin-bottom: 20px; | ||
} | ||
|
||
footer { | ||
text-align: center; | ||
padding: 10px 0; | ||
background: #333; | ||
color: #fff; | ||
position: fixed; | ||
width: 100%; | ||
bottom: 0; | ||
} | ||
|
||
form label { | ||
display: block; | ||
margin-top: 10px; | ||
} | ||
|
||
form input, form textarea { | ||
width: 100%; | ||
padding: 10px; | ||
margin-top: 5px; | ||
} | ||
|
||
form button { | ||
padding: 10px 20px; | ||
background: #333; | ||
color: #fff; | ||
border: none; | ||
margin-top: 10px; | ||
cursor: pointer; | ||
} | ||
|
||
.contact-info { | ||
margin-bottom: 20px; | ||
} | ||
|
||
.contact-info h2, .contact-info p { | ||
margin: 5px 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Contact Us</h1> | ||
</header> | ||
|
||
<main> | ||
<section class="contact-info"> | ||
<h2>Contact Information</h2> | ||
<p><strong>Address:</strong> Noida, Uttar Pradesh</p> | ||
<p><strong>Community:</strong><a href="https://discord.gg/mM9qFh2uZR" class="btn"> Connect with everyone through discord</a></p> | ||
<p><strong>Phone:</strong> +91 8527984813</p> | ||
</section> | ||
|
||
<section id="contact"> | ||
<h2>Get in Touch</h2> | ||
<p>If you have any questions or would like to reach out, please fill out the form below:</p> | ||
<form id="contact-form"> | ||
<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="message">Message:</label> | ||
<textarea id="message" name="message" required></textarea> | ||
|
||
<button type="submit">Submit</button> | ||
</form> | ||
</section> | ||
</main> | ||
|
||
<footer> | ||
<p>© 2024 Open Source Community. All rights reserved.</p> | ||
</footer> | ||
|
||
<script> | ||
document.getElementById('contact-form').addEventListener('submit', function(event) { | ||
event.preventDefault(); | ||
alert('Thank you for your message. We will get back to you soon.'); | ||
document.getElementById('contact-form').reset(); | ||
}); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.