Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 18.118.137.96
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/mdwiberg/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/mdwiberg/public_html/index.html
<!DOCTYPE html>
<HTML>


<BODY>
<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">
<center>
<title>
Matthew Wiberg's Homepage
</title>
</HEAD>
</center>

<center>
<h2> Matthew Wiberg's Homepage <h2> 
</center>

<style>

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 15%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;

}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #DD4124;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}


h2 {
  font-family: verdana;
  color: maroon;
  font-size: 200%;
  text-shadow: 1px 1px #424242;
  background color: #000000;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: verdana;
  color: indigo;
  font-size: 125%;
  text-shadow: 1px 1px #424242;
  background color: #000000;
  margin: 0;
  padding: 0;
}


header {
  color: blue;
  margin: 0;
  padding: 0;
}


body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.bg {
  background-image: url(https://www.setaswall.com/wp-content/uploads/2017/11/Black-And-Red-Abstract-Wallpaper-24-1680x1050.jpg);

  height: 100%; 

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container1 {
  position: relative;
  text-align: center;
  color: white;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav 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;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #00CED1;
}

.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: #C70039;
}

.dropdown:hover .dropdown-content {
  display: block;
}
</style>
</head>

<!--
<div class="row">
  <div class="column">
    <div class="card">
      <img src="https://thesocietypages.org/socimages/files/2009/05/vimeo.jpg" alt="Avatar" width="100%">
      <div class="container">
        <h3>Matt Wiberg</h3>
        <p class="title">Master</p>
        <p>Creater of Website.</p>
        <p>mdwiberg@vwu.edu</p>
        <p><button class="button">Contact</button></p>
      </div>
    </div>
  </div>
</div>
-->

<div class="topnav">
  <A class="active" HREF="index.html"> Home </A>
  <div class="dropdown">
    <button class="dropbtn"> Classwork
      <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=third.php> My Third PHP </A> 
    <A HREF=fourth.php> Greeting PHP </A> 
    <A HREF=fifth.php> Greeting 2 PHP </A> 
    <A HREF=areaOfCircle.php> Area Of Circle PHP </A>
    <A HREF=areaOfRectangle.php> Area Of Rectangle PHP </A>
    <A HREF=helloForm.html> Greeting Form HTML </A> 
    <A HREF=LinearEquation.html> Linear Equation HTML </A>
    <A HREF=CircleForm.html> Circle Input Form HTML </A> 
    <A HREF=ExamForm.html> Exam Form HTML </A> 
    <A HREF=SelectionForm.php> Selection Form PHP </A> 
    <A HREF=Hi.php> Whats Up </A>
    <A HREF=loginForm.html> Login Form HTML </A>
    <A HREF=dateformat.php> Date Practice </A>
    <A HREF=include.php> Include Function Practice </A>
    <A HREF=display.php> Display Table MySql </A>
    <A HREF=Insert.html> Insert Table MySql </A>
    <A HREF=Search.html> Search MySql </A>
    <A HREF=Update.html> Update MySql </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=SpecificQuadratic.php> Specific Quadratic </A>
    <A HREF=CylinderVolume.php> Specific Cylinder Volume </A>
    <A HREF=QuadraticEquation.html> Quadratic Equation Root Calculator </A>
    <A HREF=ConeVolume.html> Cone Volume Calculator </A>
    <A HREF=StudentScores.html> Student Score Average Form </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=SphereVolume.html> Sphere Volume Calculator </A>
    <A HREF=WebForm.html> Web-Based Exam Form </A>
    <A HREF=WebFormLogin.html> Login Web-Based Exam Form </A>
    <A HREF=GeneralCalculatorLogin.html> Login General Calculator </A>
    <A HREF=QuadraticEquationLogin.html> Login Quadratic Equation Root Calculator </A>
    <A HREF=CourseEvaluation.html> Course Evaluation </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=SecureCourseSurvey.html> Secure Course Survey </A>
    <A HREF=StudentRegistration.html> Student Registration </A>
    <A HREF=TunaCafeSurvey.php> Tuna Cafe Survey </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=SecureStudentRegistration.html> Secure Student Registration </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=ProjectHPage.html> Evaluation Project Homepage </A>
    </div>
  </div> 

  <div class="dropdown">
    <button class="dropbtn"> Assignment 6
      <i class="fa fa-caret-down"> </i>
    </button>
    <div class="dropdown-content">
    <A HREF=LoginPage.html> Protected Evaluation Project </A>
    </div>
  </div>

  <A class="active" HREF="CS489index.php"> CS 489 Project </A>

</div>

<!--
<div class="container1">
  <img src="https://www.setaswall.com/wp-content/uploads/2017/11/Bl/11/Black-And-Red-Abstract-Wallpaper-24-1680x1050.jpg" alt="Back" style="width:100%;">
  <div class="top-left"> <h2> Matthew Wibergs Homepage </h2> </div>
</div>
-->

<div class="bg">

</div>

<footer class="d-print-none" id="footer">
<div class="footer">
</div>



</BODY>
</HTML>


Stv3n404 - 2023