Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyaj661 authored Jul 9, 2024
1 parent e5b80f7 commit d34b18a
Show file tree
Hide file tree
Showing 57 changed files with 32,683 additions and 0 deletions.
111 changes: 111 additions & 0 deletions ExternalStylesheet/homestylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
H3 {
color: darkgreen;
font-family: algerian;
position: absolute;
right: 130px;

top: 500px;

}
Aside P {
text-align: center;
background-color: darkgreen;
color: white;
font-size: 15px;
}

details {
color: darkgreen;
font-family: algerian;
font-size: 15px;
}
H1 {
font-family: algerian;
color: darkgreen;
font-size: 20px;
position: absolute;
top: 0px;
right: 50px;
}
Article P {
color: black;
font-size: 15px;
font-family: arial;
width: 550px;
}

H5 {
font-family: arial;
color: white;
font-size: 16px;
float:right;
}
H2 {
color: darkgreen;
font-family: algerian;
position: relative;
top: 0px;
right: 0px;
left: 500px;
}
details UL {
color: #D51165;
font-size: 15px;
}
H4 {
color: darkgreen;
font-family: algerian;
margin-top:50px;
font-size:22px;
}
video {
position: absolute;
right: 50px;
top: 560px;
}
#mainDivContainer H4 {
color: darkgreen;
font-size: 24px;
}
.auto-style1 {
color: #FFFFFF;
font-style: italic;
}
#callus {
height: 80px;
width: 50px;
float:right;
}
NAV a:link{
color:white;
}
NAV a:visited{
color:white;
}
NAV a:hover{
color: D51165;
}
NAV A{
display: inline;
text-decoration: none;
color:white;
}
@keyframes multicolor
{
0% {color:darkgreen;}
40% {color:hotpink;}
60%{color:darkgreen;}
80% {color:hotpink;}
}
@-webkit-keyframes multicolor /* Chrome */
{
0% {color:darkgeen;}
40% {color:hotpink;}
60%{color:darkgreen;}
80% {color:hotpink;}
}
.auto-style2{
font-size:40px;
animation:multicolor 5s infinite;
-webkit-animation:multicolor 5s infinite; /*Chrome */
}
Binary file added ImageGallery/contentFiles/movieimage1_bee.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 added ImageGallery/contentFiles/movieimage1_bee1.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 added ImageGallery/contentFiles/movieimage2_alvin.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 added ImageGallery/contentFiles/movieimage2_alvin1.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 added ImageGallery/contentFiles/movieimage3_amy.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 added ImageGallery/contentFiles/movieimage4_bolt.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 added ImageGallery/contentFiles/movieimage4_bolt1.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 added ImageGallery/contentFiles/movieimage5_wolf.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 added ImageGallery/galleria-1.2.8.zip
Binary file not shown.
21 changes: 21 additions & 0 deletions ImageGallery/galleria-1.2.8/galleria/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License

Copyright (c) 2012 Aino http://aino.se

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Loading

0 comments on commit d34b18a

Please sign in to comment.