Skip to content
Open
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
5 changes: 1 addition & 4 deletions Root_Web/css/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ h4{color: #fff; font-weight: normal; line-height: 30px; float: left; text-shadow

.b1{width: 100%; height: 200px; position: fixed; opacity: 0.7; background-color: #EDEBEC;}
.b2{width: 100%; height: 800px; position: fixed; opacity: 0.4; background-color: #E0DCDE; position: relative;}
.bg_img{
width: 30%; height: 60%;
position:fixed; right: 0; bottom: 0;
}
.bg_img{width: 30%; height: 60%; position: fixed; right: 0; bottom: 0;}
29 changes: 29 additions & 0 deletions Root_Web/css/track.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@charset "utf-8";

*{margin: 0; padding: 0;}
ul, li{list-style: none;}
a{text-decoration: none; color: inherit;}
img{vertical-align: middle; border: none;}

#slide{text-align: center; display: flex; align-items: center; justify-content: center;}

.Slide img{width: 100%;}
.Slide ul{width: calc(100%*3); display: flex;}
.Slide li{width: calc(100%/3); height: 100%; position: relative;}
.Slide{overflow: hidden;}

.left{
position: absolute;
width: 100px; height: 100px;
left: 0; top: 50%;
margin-top: -50px;
background: url(../images/left.png) no-repeat;
}
.right{
position: absolute;
width: 100px; height: 100px;
right: 0; top: 50%;
margin-top: -50px;
background: url(../images/right.png) no-repeat;
}

Binary file added Root_Web/images/Pwnable.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 removed Root_Web/images/Root_main_logo02.PNG
Binary file not shown.
Binary file added Root_Web/images/Webhacking.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 removed Root_Web/images/hacker_char.png
Binary file not shown.
Binary file added Root_Web/images/left.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 Root_Web/images/reversing.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 Root_Web/images/right.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 removed Root_Web/images/root_logo.PNG
Binary file not shown.
Loading