diff --git a/about.html b/about.html new file mode 100644 index 0000000..3bdfa45 --- /dev/null +++ b/about.html @@ -0,0 +1,56 @@ + + + + + + About + + + + + + + + + + +
+ × + Until further notice, all robotics activities will be fully virtual +
+ + + + diff --git a/background1-compressed.mov b/background1-compressed.mov new file mode 100644 index 0000000..eb8307e Binary files /dev/null and b/background1-compressed.mov differ diff --git a/background1.MOV b/background1.MOV new file mode 100644 index 0000000..0621898 Binary files /dev/null and b/background1.MOV differ diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..bab25fd --- /dev/null +++ b/contact.html @@ -0,0 +1,56 @@ + + + + + + Contact + + + + + + + + + + +
+ × + Until further notice, all robotics activities will be fully virtual +
+ + + + diff --git a/gallery.html b/gallery.html new file mode 100644 index 0000000..bdacac2 --- /dev/null +++ b/gallery.html @@ -0,0 +1,57 @@ + + + + + + Gallery + + + + + + + + + + + +
+ × + Until further notice, all robotics activities will be fully virtual +
+ + + + diff --git a/index.html b/index.html index 2e5e5eb..71aa1bf 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,17 @@ - 750 Website - + 750B + - + + + + + +
+ × + Until further notice, all robotics activities will be fully virtual +
+
+
+

SOUTH BRUNSWICK HIGH SCHOOL ROBOTICS

+ + 750 Logo + +
+
+ +
+ +
+
+

Welcome

+ +
+
+ + + + + + + + + + + + + diff --git a/index.js b/index.js new file mode 100644 index 0000000..13d049d --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +var vid = document.getElementById("myVideo"); +//dont work-help +document.getElementById("glass").style.marginTop = vid.offsetHeight*-1; \ No newline at end of file diff --git a/style.css b/style.css index ebabe5b..f087676 100644 --- a/style.css +++ b/style.css @@ -1,13 +1,59 @@ :root{ - --gold: #FFD700; + --gold1:#FBFCD4; + --gold2:#FFDD03; + --gold3:#FBC403; + --black:#0A0A0A; + --white:#eeeeee; +} +.whitespace{ + background-color: var(--white); + height:100%; +} +.black-text{ + color:black; +} +#myVideo{ + width: 90vw; + height: 70vh; +} +.video_contain { + position: absolute; + /*top: 0; + bottom: 0;*/ + width: 100vw; + height: 100vh; + overflow: hidden; + z-index: -100; +} +#video-background { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + margin: auto; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; } body{ - background-color: black; + background-color:black; + color:var(--white); + font-family: Garamond; + margin-bottom:100px; + height:auto; +} +section{ + padding-top:.5%; +} +div{ + margin:5%; + margin-right:10%; + margin-left:10%; } - .navbar { - background-color:var(--gold); + background-color:var(--gold3); } .nav-link, .navbar-brand { @@ -32,3 +78,30 @@ body{ width: 50px; height: auto; } +.center{ + margin-top:100px; + margin-left: auto; + margin-right: auto; + text-align: center; + display:block; + +} +.alert { + padding: 20px; + background-color: #f44336; + color: white; +} +.closebtn { + margin-left: 15px; + color: white; + font-weight: bold; + float: right; + font-size: 22px; + line-height: 20px; + cursor: pointer; + transition: 0.3s; +} + +.closebtn:hover { + color: black; +} diff --git a/tutorials.html b/tutorials.html new file mode 100644 index 0000000..a669797 --- /dev/null +++ b/tutorials.html @@ -0,0 +1,56 @@ + + + + + + Tutorials + + + + + + + + + + +
+ × + Until further notice, all robotics activities will be fully virtual +
+ + + + diff --git a/vex.html b/vex.html new file mode 100644 index 0000000..d639e8c --- /dev/null +++ b/vex.html @@ -0,0 +1,56 @@ + + + + + + Vex Robotics + + + + + + + + + + +
+ × + Until further notice, all robotics activities will be fully virtual +
+ + + +