Skip to content

Commit

Permalink
Merge pull request #122 from divyaagrawal261/new-user
Browse files Browse the repository at this point in the history
Fix Bug
  • Loading branch information
dakshsinghrathore authored Oct 22, 2023
2 parents bd87df7 + f3dc5ef commit 85d7f23
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -711,3 +711,7 @@ footer .copywrite{
display: none;
}
}

#first-hover-button{
background-color: #000000ab;
}
7 changes: 6 additions & 1 deletion Image_Gallery/images.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ h1{
/* margin-right: 0.8rem; */
}

.filter_buttons button{
background-color: rgb(25, 24, 24);
color: rgba(250, 235, 215, 0.473);
}

button{
padding: 0.6rem 1.2rem;
font-size: 1rem;
Expand All @@ -48,7 +53,7 @@ button{
}

button.active{
background-color: #4070f4;
background-color: #3b3b3b;
color: #fff;
}

Expand Down
1 change: 1 addition & 0 deletions Image_Gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Images</title>
<link rel="stylesheet" href="images.css" />
<link rel="stylesheet" href="../CSS/style.css" />
<link rel="icon" type="icon" href="../images/favicon.png" />
<script src="images.js" defer></script>
<script src="../JS/script.js" defer></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion Mission.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="icon" href="../images/favicon.png" />
<link rel="icon" type="icon" href="./images/favicon.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
Expand Down
Binary file modified images/ISRO_Jobs_176176_730x419.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/about us.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/commu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/favicon.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 modified images/foreignIsro.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 modified images/isro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logo.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 modified images/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 modified images/mission1-transformed.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 modified images/nisar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/post1_large.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/pxfuel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/spacex.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div class="section-inner">
<h4>Upcoming Launch</h4>
<h2>NISAR</h2>
<a href="https://nisar.jpl.nasa.gov/" target="_blank" class="btn animate">
<a href="https://nisar.jpl.nasa.gov/" target="_blank" class="btn animate" id="first-hover-button">
<div class="hover">
<span>Know More</span>
</div>
Expand Down

0 comments on commit 85d7f23

Please sign in to comment.