Difference between revisions of "Team:Warwick/Communication"

Line 51: Line 51:
  
 
         <div id="loader-wrapper">
 
         <div id="loader-wrapper">
     <div id="loader"></div>
+
     <div id="loader">
 +
       
 +
        <div class="starts-wrapper">
 +
            <div class="stars-small"></div>
 +
            <div class="stars-big"></div>
 +
        </div>
 +
 
 +
       
 +
        <div class="moon-wrapper">
 +
            <div class="moon">
 +
                <div class="disc"></div>
 +
            </div>
 +
        </div>
 +
 
 +
       
 +
        <p id="loadingMessage" style="display: none;"></p>
 +
        <script>
 +
            var messages = [
 +
                "Generating witty dialog...",
 +
                "We need a new fuse...",
 +
                "...and enjoy the elevator music...",
 +
                "Go ahead -- hold your breath!",
 +
                "...at least you're not on hold...",
 +
                "Why don't you order a sandwich?",
 +
                "It's still faster than you could draw it",
 +
                "My other loading screen is much faster.",
 +
                "Reconfoobling energymotron...",
 +
                "Are we there yet?",
 +
                "Just count to 10",
 +
                "Don't panic...",
 +
                "Do not run! We are your friends!",
 +
                "Warning: Don't set yourself on fire.",
 +
                "Creating time-loop inversion field",
 +
                "Spinning the wheel of fortune...",
 +
                "I'm sorry Dave, I can't do that.",
 +
                "I feel like im supposed to be loading something...",
 +
                "Adjusting flux capacitor...",
 +
                "I swear it's almost done.",
 +
                "Let's take a mindfulness minute...",
 +
                "Cleaning off the cobwebs...",
 +
                "Making sure all the i's have dots...",
 +
                "Granting wishes...",
 +
                "Time flies when you’re having fun.",
 +
                "Get some coffee and come back in ten minutes...",
 +
                "You shall not pass! yet...",,
 +
                "Your left thumb points to the right and your right thumb points to the left.",
 +
                "How did you get here?",
 +
                "Wait, do you smell something burning?",
 +
                "Computing the secret to life, the universe, and everything.",
 +
                "Hello IT, have you tried turning it off and on again?",
 +
                "What is the airspeed velocity of an unladen swallow?",
 +
                "Hello, IT... Have you tried forcing an unexpected reboot?",
 +
                "Didn't know paint dried so quickly.",
 +
                "Twiddling thumbs...",
 +
                "Sending data to NS-i mean, our servers.",
 +
                "Looking for sense of humour, please hold on.",
 +
                "A different error message? Finally, some progress!",
 +
                "Distracted by cat gifs",
 +
                "@todo Insert witty loading message",
 +
                "Let's hope it's worth the wait",
 +
                "Whatever you do, don't look behind you...",
 +
                "Please wait... Consulting the manual...",
 +
                "Loading funny message...",
 +
                "Feel free to spin in your chair",
 +
                "Help, I'm trapped in a loader!",
 +
                "Downloading more RAM...",
 +
                "Never let a computer know you're in a hurry.",
 +
                "How about this weather, eh?",
 +
                "Reading Terms and Conditions for you.",
 +
                "Discovering new ways of making you wait...",
 +
                "Your time is very important to us. Please wait while we ignore you...",
 +
                "Time flies like an arrow; fruit flies like a banana",
 +
                "Two men walked into a bar; the third ducked...",
 +
                "TODO: Insert elevator music",
 +
                "We're working very Hard .... Really",
 +
                "You are number 2843684714 in the queue"
 +
            ];
 +
           
 +
            var message = messages[Math.floor(Math.random() * messages.length)];
 +
            document.getElementById("loadingMessage").innerHTML = message;
 +
            document.getElementById("loadingMessage").style = "display: block;"
 +
        </script>
 +
    </div>
 
</div>
 
</div>
  

Revision as of 18:43, 22 September 2021

<!DOCTYPE html> Communication

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras volutpat malesuada dapibus. Integer aliquam eget risus a ornare. Sed rutrum felis ut eros varius, sit amet placerat metus dignissim. Cras non mauris ultricies, pulvinar tellus nec, suscipit tortor. Donec cursus euismod tellus, vitae pulvinar est faucibus et. Suspendisse fringilla aliquet porta. Fusce nec tortor eget ante vehicula placerat. Nulla dignissim quam nibh, ac tincidunt metus convallis eu. Sed nec tellus lacinia, elementum libero a, iaculis justo. Proin interdum placerat elit, et consectetur lectus feugiat non. In iaculis eros sit amet dui lobortis, eu consectetur sapien vestibulum. In urna elit, semper non maximus ut, tempor non diam. Nulla sodales lacus non dui mollis, vitae imperdiet magna pellentesque. Pellentesque non hendrerit nisl.

© 2021 - Warwick iGEM CREscent, all rights reserved
Website content under Creative Commons License
Website generator theme under MIT License