Skip to content

Commit

Permalink
adding new sections
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniegoldstone committed Aug 22, 2024
1 parent d37f144 commit e8d274e
Show file tree
Hide file tree
Showing 11 changed files with 561 additions and 102 deletions.
475 changes: 387 additions & 88 deletions devstory5.html

Large diffs are not rendered by default.

Binary file added img/5-10.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 img/5-12.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 img/5-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions img/downarrowbutton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions img/repeatbutton.svg
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 img/video5-1.mov
Binary file not shown.
Binary file added img/video5-2.mov
Binary file not shown.
Binary file added img/video5-3.mov
Binary file not shown.
Binary file added img/video5-4.mov
Binary file not shown.
155 changes: 141 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ body {
width: auto;
height: 50vh;
min-height: 250px;
max-width:100vh;
z-index: -1000;
opacity: 0.5;
overflow: hidden;
Expand Down Expand Up @@ -2314,6 +2315,7 @@ h1 {
vertical-align: middle;
}


#two .scene5-7 {
background-color: black;
height: 100vh;
Expand All @@ -2326,6 +2328,102 @@ h1 {
min-width: 100%;
display: inline-block;
vertical-align: middle;
display: flex;
align-items: center;

}

#two .scene5-8 {
background-color: black;
background-image: url("img/5-8.png");
height: 100vh;
overflow: hidden;
margin: auto;
top: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-width: 100%;
display: inline-block;
vertical-align: middle;
}

#two .scene5-9 {
background-color: black;
height: 100vh;
overflow: hidden;
margin: auto;
top: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-width: 100%;
display: inline-block;
vertical-align: middle;
display: flex;
align-items: center;
}

#two .scene5-10 {
background-color: black;
background-image: url("img/5-10.png");
height: 100vh;
overflow: hidden;
margin: auto;
top: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-width: 100%;
display: inline-block;
vertical-align: middle;
}

#two .scene5-11 {
background-color: black;
height: 100vh;
overflow: hidden;
margin: auto;
top: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-width: 100%;
display: inline-block;
vertical-align: middle;
display: flex;
align-items: center;
}

#two .scene5-12 {
background-color: black;
background-image: url("img/5-12.png");
height: 100vh;
overflow: hidden;
margin: auto;
top: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-width: 100%;
display: inline-block;
vertical-align: middle;
}

#two .scene5-13 {
background-color: black;
height: 100vh;
overflow: hidden;
margin: auto;
top: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-width: 100%;
display: inline-block;
vertical-align: middle;
display: flex;
align-items: center;
}

#two #sign {
Expand Down Expand Up @@ -2371,26 +2469,55 @@ h1 {
}
}

.imgsequence5{
.video5{
width: 100%;
}

.vidcontrols{
position: relative;
opacity: 0;
display: flex;
justify-content: space-between;
margin-left: auto;
margin-right: 15px;
width: 50%;
}

#buttons1{
opacity: 0;
}
#buttons2{
opacity: 0;
}
#buttons3{
opacity: 0;
}
#buttons4{
opacity: 0;
}

storyimg5{
width: 100%;
border-radius: 5px;
margin-bottom: 1rem;
height: auto;
display: block;
margin: auto;
margin-bottom: 10px;
}

#two .imagepart5 {
position: absolute;
width: 100%;
.nextsectionbutton{
animation: float-up-down 2s ease-in-out infinite both;
}

@-webkit-keyframes float-up-down {
0% {
-webkit-transform:translateY(0)
}

50% {
-webkit-transform: translateY(-8%);
transform:translateY(-8%)
}

100% {
-webkit-transform: translateY(0);
transform:translateY(0)
}
}



.cecetalk5 {
padding: 12px;
color: black !important;
Expand Down

0 comments on commit e8d274e

Please sign in to comment.