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

Made some chnages #895

Closed
wants to merge 5 commits into from
Closed
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ git push -u origin <your_branch_name>
<a href="https://github.com/Kushal997-das/Project-Guidance/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Kushal997-das/Project-Guidance" />
</a> <br><br>
## Happy Coding
Contributors are always welcome..

:tada: :confetti_ball: :smiley: _**Happy Contributing**_ :smiley: :confetti_ball: :tada:

Expand Down
11 changes: 4 additions & 7 deletions Web Development/Basic/Donation Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset ="utf-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
Expand Down Expand Up @@ -36,9 +37,7 @@ <h1>Come join us in <span>SAVING LIFES</span></h1>
which operates independently from the government.
NGOs or similar organizations exist in all parts of the world.
</p>
<a href="#donateSection"><button>
Help Us &nbsp; :)
</button></a>
<a href="#donateSection"><button type="button" class="btn btn-danger" style="border-radius: 5px;">Help Us&nbsp;</button></a>
</div>
</div>
<!--About us page -->
Expand All @@ -59,9 +58,7 @@ <h2 class="SectionTitle">About Us</h2>
NGO stands for non-governmental organization. While there is no universally agreed-upon definition
of an NGO, typically it is a voluntary group or institution with a social mission.
</p>
<a href="#donateSection"><button>
Donate Now
</button></a>
<a href="#donateSection"><button type="button" class="btn btn-danger" style="border-radius: 5px;">Donate Now</button></a>
</div>
<!-- Donation card ends-->
<div class"volunteerBox">
Expand Down Expand Up @@ -102,7 +99,7 @@ <h1>Help a lot by <span>Contributing </span> a little.</h1>
Can create your own donate button using test mode in Razor pay.
</p>
<br>
<button> Help Us &nbsp; :) </button>
<button type="button" class="btn btn-danger" style="border-radius: 5px;">Help Us &nbsp;</button>
<br><br>
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_J3guUKhCwhN25h" async> </script> </form>
</div>
Expand Down
3 changes: 2 additions & 1 deletion Web Development/Basic/Donation Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html{

button,body
{
font-family: "Poppins", sans-serif;
font-family: 'Times New Roman', Times, serif;
}

*{
Expand Down Expand Up @@ -312,6 +312,7 @@ header nav ul li a:hover{

.contact button.joinNow{
background-color: black;
border-radius: 5px;
margin-right: 10px;
color: white;
}
Expand Down
2 changes: 1 addition & 1 deletion Web Development/Basic/Netflix Landing Page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1>See what's next</h1>
If you decide Netflix isn't for you - no problem. No commitment.
Cancel online anytime.
</p>
<a href="#" class="btn btn-lg">Watch Free For 30 Days</a>
<a href="#" class="btn btn-lg">Try Free For 30 Days</a>
</div>
<img src="https://i.ibb.co/J2xDJV7/tab-content-1.png" alt="" />
</div>
Expand Down
14 changes: 9 additions & 5 deletions Web Development/Basic/Netflix Landing Page/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ img {

.showcase-top {
position: relative;
/* display: inline; */
z-index: 2;
height: 90px;
}
Expand All @@ -83,21 +84,24 @@ img {
transform: translate(-50%, -50%);
}
.showcase .right{
display: flex;

margin-top: 28px;
margin-right: 150px;
height: 100px;
float: right;
position: absolute;
right: 50px;

}
.showcase .right .lang{
margin: auto;
justify-content: center;
font-size: 18px;
justify-content: space-between;
font-size: 15px;
padding: 7px 10px;
color: white;
background: none;
cursor: pointer;
margin-right: 15px;
border-radius: 5px;

}


Expand Down
6 changes: 4 additions & 2 deletions Web Development/Basic/Sticky Notes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**STICKY NOTES**
<br>
It's a basic project of sticky notes
It's a basic project of sticky notes that are used to add our notes...
<br>
You can Add your todos in it and delete it after completion
<br>
Expand All @@ -13,7 +13,6 @@ You can Add your todos in it and delete it after completion
<br>
***JS***
<br>
<br>
**IMAGE**
<br>
<br>
Expand All @@ -28,3 +27,6 @@ You can Add your todos in it and delete it after completion
<br>

<img src="https://user-images.githubusercontent.com/71143297/158202151-d408df3b-b08d-4f41-b57d-3d4fc17756fe.png" width="600" height="400">

<h2>Contributors are always welcome to make changes</h2>

2 changes: 1 addition & 1 deletion Web Development/Basic/Sticky Notes/styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
body {
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
font-size: 24px;
background-color: rgb(174, 246, 248, 0.5);
background-color: rgba(12, 159, 164, 0.5);
}
.btn {
margin-top: 40vh;
Expand Down
2 changes: 1 addition & 1 deletion Web Development/Basic/Temperature Converter/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

body
{
background-color: red;
background-color: rgb(211, 246, 15);
}

.heading
Expand Down
4 changes: 2 additions & 2 deletions Web Development/Basic/Weight-Converter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1> Weight Converter</h1>
<br></br>
<div class="card">
<form name="converter" class="main" action="index.html" method="POST">
<label>Weight (in kgs) : </label>
<label>Weight (in kgs) : </label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input class="values" type="text" name="inkilograms" id="kgs" placeholder="Enter Weight..">
<br></br>
<br></br>
Expand All @@ -41,7 +41,7 @@ <h1> Weight Converter</h1>
<br></br>
<br></br>
<br></br>
<label>Weight (in grams) : </label>
<label>Weight (in grams) : </label>&nbsp;
<input class="values" type="text" name="ingrams" id="grams">
<br></br>
<label>Weight (in pounds) : </label>
Expand Down
5 changes: 3 additions & 2 deletions Web Development/Basic/Weight-Converter/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ h1{
font-size: 16px;
border-radius: 5px;
cursor: pointer;
text-align: center;
/* text-align: center; */
width: 80px;
height: 40px;
margin-left: 40px;
margin-left: 160px;

}


Expand Down