Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Replacing old code. Also VERY VERY poorly written script functions.
  • Loading branch information
lulzduh authored Sep 6, 2023
1 parent ee748ca commit b575784
Showing 1 changed file with 25 additions and 28 deletions.
53 changes: 25 additions & 28 deletions first/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<script type="text/javascript">
"../resources/first-vertical.png" > </div > </div > <div class =
"col-md-5 col-sm-5 col-xs-12 pull-right valign" > <h3 >
What is FIRST ? </h3 > <p ><b > F </b > or <b > I </b > nspiration and <b > R </b > ecognition of <b > S </b > cience and <b > T </b >
What is FIRST ? </h3 > <p ><b > F </b> or <b > I </b > nspiration and <b > R </b > ecognition of <b > S </b > cience and <b > T </b >
echnology </p > <p>
FIRST (For Inspiration and Recognition of Science and Technology)
was founded in 1989 to inspire young people 's interest and participation in science and technology. Based in Manchester, NH, the 501(c)(3) not-for-profit public
Expand Down Expand Up @@ -535,32 +535,29 @@ <h3>Sydney Buckner</h3>
<p class="pull-left clearfix tagline">Get STEMpunked!</p>
<div class=clearfix></div>
<p>We're students from the L & N STEM Academy in downtown
Knoxville, Tennessee with a passion to learn and innovate.We participate in the FIRST Robotics Competition each year. </p > </div > <div class = "col-md-1 col-sm-1 col-xs-0 empty" ></div > <div class = "col-md-3 col-sm-3 col-xs-6" > <h3 > Social </h3 > <ul > <li ><a href = "https://twitter.com/LNSTEMpunks" target = _blank ><i class = "fa fa-twitter-square" ></i > Twitter </a ></li > <li ><a href = "https://www.facebook.com/punks" target = _blank ><i class = "fa fa-facebook-square" ></i > Facebook </a ></li > <li ><a href = "https://youtube.com/lnstempunks" target = _blank ><i class = "fa fa-youtube-square" ></i > YouTube </a ></li > <li ><a href = "http://instagram.com/lnstempunks" target = _blank ><i class = "fa fa-instagram" ></i > Instagram </a ></li > </ul > </div > <div class = "col-md-3 col-sm-3 col-xs-6" > <h3 > Other </h3 > <ul > <li ><a href = "http://www.knoxschools.org/landn" target = _blank > School </a ></li > <li ><a href = "https://docs.google.com/forms/d/1Rx0ogh5_cBMjuSanAL1Sewbo8sCCNaazPlMi8YLRPDs/viewform" > Feedback </a ></li > <li ><a href = "../legal" > Legal </a ></li > <li ><a href = "http://programming.lnstempunks.org/Website/sponsors/" > Donate </a ></li > <li > <a href = "#" ></a > </li > </ul > </div > </div > </div > </div > <script src = "../assets/js/jquery-1.9.1.min.js" > /script > <script src = "../assets/js/jquery.mixitup.min.js;"> </script > <script src = "../assets/js/masonry.pkgd.min.js" ></script > <script src = "../assets/js/imagesloaded.pkgd.min.js" ></script > <script src = "../assets/js/bootstrap.min.js" ></script > <script src = "..assets/js/init.js"></script > <script var $buoop = { };
$buoop.ol = window.onload;
window.onload = function ()
{
try
{
if ($buoop.ol)
$buoop.ol ();
}
catch (e)
{
}
var e = document.createElement ("script");
e.setAttribute ("type", "text/javascript");
e.setAttribute ("src", "//browser-update.org/update.js");
document.body.appendChild (e);
}
Knoxville, Tennessee with a passion to learn and innovate.We participate in the FIRST Robotics Competition each year. </p > </div > <div class = "col-md-1 col-sm-1 col-xs-0 empty" ></div > <div class = "col-md-3 col-sm-3 col-xs-6" > <h3 > Social </h3 > <ul > <li ><a href = "https://twitter.com/LNSTEMpunks" target = _blank ><i class = "fa fa-twitter-square" ></i > Twitter </a ></li > <li ><a href = "https://www.facebook.com/punks" target = _blank ><i class = "fa fa-facebook-square" ></i > Facebook </a ></li > <li ><a href = "https://youtube.com/lnstempunks" target = _blank ><i class = "fa fa-youtube-square" ></i > YouTube </a ></li > <li ><a href = "http://instagram.com/lnstempunks" target = _blank ><i class = "fa fa-instagram" ></i > Instagram </a ></li > </ul > </div > <div class = "col-md-3 col-sm-3 col-xs-6" > <h3 > Other </h3 > <ul > <li ><a href = "http://www.knoxschools.org/landn" target = _blank > School </a ></li > <li ><a href = "https://docs.google.com/forms/d/1Rx0ogh5_cBMjuSanAL1Sewbo8sCCNaazPlMi8YLRPDs/viewform" > Feedback </a ></li > <li ><a href = "../legal" > Legal </a ></li > <li ><a href = "http://programming.lnstempunks.org/Website/sponsors/" > Donate </a ></li > <li > <a href = "#" ></a > </li > </ul > </div > </div > </div > </div > <script src = "../assets/js/jquery-1.9.1.min.js" > /script > <script src = "../assets/js/jquery.mixitup.min.js;"> </script > <script src = "../assets/js/masonry.pkgd.min.js" ></script > <script src = "../assets/js/imagesloaded.pkgd.min.js" ></script > <script src = "../assets/js/bootstrap.min.js" ></script > <script src = "..assets/js/init.js"></script > <script var $buoop = { };>

<script>
var $buoop = {};
$buoop.ol = window.onload;
window.onload = function() {
try {
if ($buoop.ol) $buoop.ol();
} catch (e) {}
var e = document.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("src", "//browser-update.org/update.js");
document.body.appendChild(e);
}
</script>

</script
<script
var images =
new Array ('../resources/background1.jpg', '../resources/background2.jpg',
'../resources/background3.jpg');
var l = images.length;
var random_no = Math.floor (l * Math.random ());
document.getElementById ("bg").src = images[random_no];
</script >
</body >
</html >
<script>
var images = new Array('assets/img/background1.jpg', 'assets/img/background2.jpg', 'assets/img/background3.jpg');
var l = images.length;
var random_no = Math.floor(l * Math.random());
document.getElementById("bg").src = images[random_no];
</script>
</body>

</html>

0 comments on commit b575784

Please sign in to comment.