-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d679d83
commit bed7ff1
Showing
61 changed files
with
3,801 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
BIN
+25.8 KB
Assignments/CB.EN.U4CYS22052/ui/Assets/Pictures/Structureofnucreact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,341 changes: 1,341 additions & 0 deletions
1,341
Assignments/CB.EN.U4CYS22052/ui/Assets/Pictures/controlled-reaction.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,295 @@ | ||
*{ | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
font-family: sans-serif; | ||
} | ||
.container{ | ||
scroll-snap-type: y mandatory; | ||
overflow-y: scroll; | ||
height: 100vh; | ||
} | ||
.header { | ||
overflow: hidden; | ||
background-color: #182c25; | ||
height: fit-content; | ||
width: 100%; | ||
padding: 10px 20px; | ||
} | ||
|
||
/* Style the header links */ | ||
.header a { | ||
float: left; | ||
color: #74C69D; | ||
text-align: center; | ||
padding: 12px 20px; | ||
text-decoration: none; | ||
font-size: 18px; | ||
line-height: 25px; | ||
border-radius: 4px; | ||
margin: 0 10px; | ||
} | ||
|
||
/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */ | ||
.header a.logo { | ||
font-size: 25px; | ||
font-weight: bold; | ||
} | ||
|
||
/* Change the background color on mouse-over */ | ||
.header a:hover { | ||
background-color: #455b55; | ||
color: black; | ||
} | ||
|
||
/* Style the active/current link*/ | ||
.header a.active { | ||
background-color: #74C69D; | ||
color: white; | ||
} | ||
|
||
/* Float the link section to the right */ | ||
.header-right { | ||
float: right; | ||
} | ||
|
||
/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ | ||
@media screen and (max-width: 500px) { | ||
.header a { | ||
float: none; | ||
display: block; | ||
text-align: left; | ||
} | ||
.header-right { | ||
float: none; | ||
} | ||
} | ||
|
||
.mainhead{ | ||
text-align: center; | ||
font-size: 2em; | ||
color: #40916C; | ||
padding-top: 60px; | ||
padding-bottom: 10px; | ||
text-decoration: solid; | ||
} | ||
|
||
section{ | ||
height: 100vh; | ||
justify-content: center; | ||
scroll-snap-align: start; | ||
} | ||
.link{ | ||
text-decoration: none; | ||
color: #74C69D; | ||
} | ||
.openingpage{ | ||
background: url(../Assets/Pictures/accident.gif); | ||
background-size: cover; | ||
background-position: center; | ||
} | ||
.openingpage h1{ | ||
z-index: 20; | ||
font-size: 6em; | ||
text-align: center; | ||
padding-top: 15%; | ||
color: #fff; | ||
} | ||
.openingpage h3{ | ||
z-index: 20; | ||
font-size: 2em; | ||
text-align: center; | ||
color: #306844 | ||
} | ||
#fallout{ | ||
background-color: black; | ||
} | ||
#fallout .content{ | ||
display: flex; | ||
} | ||
#fallout .content img{ | ||
width: 550px; | ||
height: 320px; | ||
margin-top: 50px; | ||
margin-left: 100px; | ||
margin-right: 100px; | ||
object-fit: cover; | ||
border-radius: 20px; | ||
} | ||
#fallout .content .points{ | ||
list-style: none; | ||
margin-left: 100px; | ||
width: 500px; | ||
font-size: 1em; | ||
color: #fff; | ||
} | ||
#fallout .player{ | ||
width: 90%; | ||
max-width: 500px; | ||
padding: 30px; | ||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4); | ||
background: whitesmoke; | ||
color: #182c25; | ||
margin-top: 10px; | ||
border-radius: 50px; | ||
} | ||
#chernobyl{ | ||
background-color: black; | ||
} | ||
#chernobyl .content{ | ||
display: flex; | ||
} | ||
#chernobyl .content img{ | ||
width: 550px; | ||
height: 320px; | ||
margin-top: 50px; | ||
margin-left: 100px; | ||
margin-right: 100px; | ||
object-fit: cover; | ||
border-radius: 20px; | ||
} | ||
#chernobyl .content .points{ | ||
list-style: none; | ||
margin-left: 100px; | ||
width: 500px; | ||
font-size: 1em; | ||
color: #fff; | ||
} | ||
#chernobyl .player{ | ||
width: 90%; | ||
max-width: 500px; | ||
padding: 30px; | ||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4); | ||
background: whitesmoke; | ||
color: #182c25; | ||
margin-top: 20px; | ||
border-radius: 50px; | ||
} | ||
#fukushima{ | ||
background-color: black; | ||
} | ||
#fukushima .content{ | ||
display: flex; | ||
} | ||
#fukushima .content img{ | ||
width: 550px; | ||
height: 320px; | ||
margin-top: 50px; | ||
margin-left: 100px; | ||
margin-right: 100px; | ||
object-fit: cover; | ||
border-radius: 20px; | ||
} | ||
#fukushima .content .points{ | ||
list-style: none; | ||
margin-left: 100px; | ||
width: 500px; | ||
font-size: 1em; | ||
color: #fff; | ||
} | ||
#fukushima .player{ | ||
width: 90%; | ||
max-width: 500px; | ||
padding: 30px; | ||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4); | ||
background: whitesmoke; | ||
color: #182c25; | ||
margin-top: 20px; | ||
border-radius: 50px; | ||
} | ||
#castleBravo{ | ||
background-color: black; | ||
} | ||
#castleBravo .content{ | ||
display: flex; | ||
} | ||
#castleBravo .content img{ | ||
width: 550px; | ||
height: 320px; | ||
margin-top: 50px; | ||
margin-left: 100px; | ||
margin-right: 100px; | ||
object-fit: cover; | ||
border-radius: 20px; | ||
} | ||
#castleBravo .content .points{ | ||
list-style: none; | ||
margin-left: 100px; | ||
width: 500px; | ||
font-size: 1em; | ||
color: #fff; | ||
} | ||
#castleBravo .player{ | ||
width: 90%; | ||
max-width: 500px; | ||
padding: 30px; | ||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4); | ||
background: whitesmoke; | ||
color: #182c25; | ||
margin-top: 20px; | ||
border-radius: 50px; | ||
} | ||
#radiate{ | ||
background-color: black; | ||
} | ||
#radiate .content{ | ||
display: flex; | ||
} | ||
#radiate .content img{ | ||
width: 550px; | ||
height: 320px; | ||
margin-top: 50px; | ||
margin-left: 100px; | ||
margin-right: 100px; | ||
object-fit: cover; | ||
border-radius: 20px; | ||
} | ||
#radiate .content .points{ | ||
list-style: none; | ||
margin-left: 100px; | ||
width: 500px; | ||
font-size: 1em; | ||
color: #fff; | ||
} | ||
#radiate .player{ | ||
width: 90%; | ||
max-width: 500px; | ||
padding: 30px; | ||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.4); | ||
background: whitesmoke; | ||
color: #182c25; | ||
margin-top: 20px; | ||
border-radius: 50px; | ||
} | ||
.videoright{ | ||
background-color: black; | ||
} | ||
.videoright .videosec{ | ||
width: 100%; | ||
display: flex; | ||
left: 0; | ||
} | ||
.videoright .videosec ul{ | ||
width: 500px; | ||
padding-top: 70px; | ||
padding-left: 100px; | ||
font-size: 1.2em; | ||
list-style: square; | ||
color: #fff; | ||
} | ||
.videoright .video{ | ||
width: 650px; | ||
height: 350px; | ||
border-radius: 20px; | ||
margin-left: 10px; | ||
margin-right: 50px; | ||
} | ||
.videoright.videopos{ | ||
z-index: 10; | ||
margin-left: 120px; | ||
width: 650px; | ||
height: 350px; | ||
background-color: #081C15; | ||
border-radius: 20px; | ||
right: 0; | ||
} |
Oops, something went wrong.