Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.138.101.219
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/vnlaughlin/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/vnlaughlin/www/designposts.html
<!--

		POST PAGE DESIGN for VWC Travel
		Names: Victoria Laughlin and Brian Hanna-Sauro
		Updated: 4/21/2016

		**Note: When user clicks picture, bring up picture and description inputted by user from database.

-->
<html lang="en">
<head>
  <title>Travel VWC - Posts</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
  <link href="http://fonts.googleaplis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
  <link href="http://fonts.googleaplis.com/css?family=Lato" rel="stylesheet" type="text/css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
  <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!--CSS Style-->
  <style>
  body {
  	font: 400 15px Lato, sans-serif;
  	line-height: 2.0;
  }

  div.container-fluid {
  	background-color: #0C4420;
  	color: #FFFFFF;
  }

  div.jumbotron {
 	 background-color: #DDEDE2;
  }

 </style>
<div class="container">
	 <body>
	<nav class="navbar navbar-inverse navbar-fixed-top">
	  <div class="container-fluid">
	    <div class="navbar-header">
		<a class="navbar-brand" href="project.html">Travel VWC</a>
	  </div>
	   <div class="collapse navbar-collapse" id="myNavbar">
	    <ul class="nav navbar-nav navbar-right">
	      <li><a href="designuserpage.html">Home</a></li>
	      <li><a href="designinfo.html">User Info</a></li>
	      <li class="active"><a href="designposts.html">Posts</a></li>
	      <li><a href="logoff.php">Log Off</a></li>
	    </ul>
	   </div>
	</nav>
  <div class="jumbotron text-center">
	<H3>User's Posts</H3><hr>
	<form role="form" action=addpic.php method=post>
	<img src="" class="img-thumbnail col-sm-4" href="designuserpage.html" width="304" height="236">
	<img src="" class="img-thumbnail col-sm-4" width="304" height="236">
	<img src="" class="img-thumbnail col-sm-4" width="304" height="236"><br>
	<button type=submit class="btn btn-default btn-block">Add Picture</button>
	</form>
  </div>
</body>

Stv3n404 - 2023