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

1. Centred header alignment, 2.Changed the styles of Header according… #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
Binary file added Images/Logos/GIMP img.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/Linux kernel img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/TensorFlow img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/apache http server logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Logos/mozilla firefox img.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Other images/Dev collab.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Other images/coding skills.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Other images/contributing to osp.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Other images/practical exp.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 42 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,72 +8,82 @@
</head>
<body>

<header style="text-align: right; color: red;">
<h1 style="font-size: 2em;">Git Workshop</h1>
<!-- Header - Git workshop + OSC -->
<header>
<h1 style= "font-size: 2em;">Git Workshop</h1>
<h2 style="font-size: 1.5em;">Open Source Club</h2>
</header>

<section id="feedback" style="background-color: rgb(94, 223, 255); font-size: 0.9em; text-align: center;">
<h3 style="font-size: 1.2em;">Feedback</h3>
<p style="color: white;">We'd love to hear your thoughts on the workshop! Please provide your feedback:</p>
<a href="https://example.com/feedback-form" target="_blank">Open Source Workshop Feedback Form</a>
</section>

<section id="oss-benefits" style="font-size: 1.3em;">
<h3 style="color: blue;">Benefits of Being Part of OSS</h3>
<ul>
<li>Learn by contributing to real-world projects.</li>
<li>Collaborate with developers from around the world.</li>
<li>Gain practical experience in software development.</li>
<li style="font-size: 0.8em;">Improve your coding and problem-solving skills.</li>
</ul>
</section>

<!-- About the OSS Team -->
<section id="oss-team" style="text-align: left;">
<h3>About the OSS Team</h3>
<p style="font-size: 1.4em;">Our Open Source Club is dedicated to bringing together students who love coding and contributing to open source projects.</p>
<p style="font-size: 0.8em; color: brown;">We organize workshops, hackathons, and contribution events to encourage collaboration in the open-source community.</p>
</section>

<section id="what-is-oss" style="font-size: 2em; text-align: right;">
<!--What is OSS -->
<section id="what-is-oss" style="font-size: 1em; text-align: left;">
<h3>What is Open Source?</h3>
<p style="font-size: 1.2em;">Open source software is software with source code that anyone can inspect, modify, and enhance.</p>
</section>

<!-- Benefits of OSS -->
<section id="oss-benefits" style="font-size: 1.3em;">
<h3 style="color: blue;">Benefits of Being Part of OSS</h3>
<ul class="ULIST">
<li>Learn by contributing to real-world projects</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Other images\contributing to osp.jpeg" alt="Pic on contributing to Open Source Projects" height="100px" width="auto" style="margin: 10px;">
<li>Collaborate with developers from around the world</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Other images\Dev collab.jpeg" alt="Pic on collaborating with other developers around the world" height="100px" width="auto" style="margin: 10px;">
<li>Gain practical experience in software development</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Other images\practical exp.jpeg" alt="Pic on gaining practical experience in software developement" height="100px" width="auto" style="margin: 10px;">
<li style= "font-size: 1em;">Improve your coding and problem-solving skills</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Other images\coding skills.jpeg" alt="Pic on improving coding skills" height="100px" width="auto" style="margin: 10px;">
</ul>
</section>

<section id="event-description" style="margin-left: 50px;">
<h3 style="font-size: 1.5em;">Event Description</h3>
<!-- OSS Projects Examples -->
<section id="oss-projects" style="font-size: 1.2em;">
<h3 style="text-align: center; font-size: 2em; color: gold;">Example Open Source Projects</h3>
<ul class="ULIST" style="font-size: 0.9em; text-align: left;">
<li style="font-size: 1.5em;">Linux Kernel</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Logos\Linux kernel img.png" alt="Linux kernel logo" height="100px" width="auto" style="margin: 10px;">
<li style="font-size: 1.5em;">Mozilla Firefox</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Logos\mozilla firefox img.jpeg" alt="Mozilla Firefox logo" height="100px" width="auto" style="margin: 10px;">
<li style="font-size: 1.5em;">Apache HTTP Server</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Logos\apache http server logo.png" alt="Apache HTTP server logo" height="100px" width="auto" style="margin: 10px;">
<li style="font-size: 1.5em;">GIMP (GNU Image Manipulation Program)</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Logos\GIMP img.jpeg" alt="GIMP logo"height="100px" width="auto" style="margin: 10px;">
<li style="font-size: 1.5em;">TensorFlow</li> <img class="image" src="C:\Users\Naren Karthik\OneDrive\Desktop\Git-Workshop\Images\Logos\TensorFlow img.png" alt="tensorFlow logo" height="100px" width="auto" style="margin: 10px;">
</ul>
</section>

<!-- Event Description -->
<section id="event-description" style="margin-left: 10px;">
<h3 style="color: rgb(255, 100, 100); font-size: 1.5em;">Event Description</h3>
<p style="font-size: 0.9em; color: orange;">Learn the basics of Git, how to use version control, and start contributing to Open Source projects.</p>
</section>

<!-- Making your first contibution -->
<section id="first-contributions" style="font-size: 0.7em;">
<h3>Make Your First Contribution</h3>
<p style="font-size: 1.5em; color: red;">New to open source? Start by making your first contribution here:</p>
<a href="https://github.com/firstcontributions/first-contributions" target="_blank">First Contributions</a>
</section>

<section id="oss-projects" style="font-size: 1.2em;">
<h3 style="text-align: center; font-size: 2em; color: pink;">Example Open Source Projects</h3>
<ul style="font-size: 0.9em; text-align: left;">
<li>Linux Kernel</li>
<li>Mozilla Firefox</li>
<li>Apache HTTP Server</li>
<li style="font-size: 2em;">GIMP (GNU Image Manipulation Program)</li>
<li>TensorFlow</li>
</ul>
</section>

<!-- Getting started with OSS -->
<section id="get-started" style="background-color: #f0f0f0; margin-top: 40px;">
<h3 style="font-size: 1.5em;">Get Started with Open Source</h3>
<p style="color: blue;">If you're ready to dive into open source, check out this curated list of events:</p>
<a href="https://github.com/anubhavpulkit/Open-Source-Events" target="_blank" style="font-size: 1.2em; color: purple;">Open Source Events</a>
</section>

<!-- Meeting the Team -->
<section id="team-images" style="text-align: left;">
<h3 style="color: red; text-align: center;">Meet the Team</h3>
<img src="team1.jpg" alt="Team Member 1" style="width: 300px;">
<img src="team2.jpg" alt="Team Member 2" style="height: 300px;">
<img src="team3.jpg" alt="Team Member 3" style="width: 200px; height: 50px;">
</section>

<!-- Feedback -->
<footer id="feedback" style="background-color: rgb(255, 94, 94); font-size: 0.9em; text-align: center;">
<h3 style="font-size: 1.2em;">Feedback</h3>
<p style="color: white;">We'd love to hear your thoughts on the workshop! Please provide your feedback:</p>
<a href="https://example.com/feedback-form" target="_blank">Open Source Workshop Feedback Form</a>
</footer>

</body>
</html>
61 changes: 57 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ body {
}

header {
background-color: lightgray;
text-align: center;
background-color: black;
padding: 20px;
}

Expand All @@ -21,8 +20,62 @@ section {
}

#get-started a, #first-contributions a, #feedback a {
max-width: fit-content;
display: block;
margin-top: 10px;
margin: 10px;
margin-inline: auto;
color: blue;
text-decoration: underline;
text-decoration-line: underline;
text-decoration-style: solid;
transition: 0.75s;
}

#get-started a:hover, #first-contributions a:hover, #feedback a:hover {
font-size: 22px;
color: gold;
text-decoration-line: underline;
text-decoration-style: wavy;
}

h1, h2 {
max-width: fit-content;
margin-inline: auto;
color: lightgreen;
}

.image{

/* grayscale animation (beginning) */
filter: grayscale(100%);
-webkit-filter: grayscale(100%);

/* Growth animation (beginning) */
transition: 1s ease;
}

.image:hover{

/* grayscale animation (end) */
filter: grayscale(0%);
-webkit-filter: grayscale(0%);

/* growth (end) */
-webkit-transform: scale(120%);
-ms-transform: scale(120%);
transform: scale(120%);
transition: 1s ease;

/* border */
box-shadow: 0 0 0 2px;
}
#ULIST{
transition: 1s ease;
}

.ULIST:hover:hover{
color: orangered;
font-size: 110%;
font-weight: bold;
/* font-style: italic; */
transition: 1s ease;
}