<!DOCTYPE html>
<html lang ="en">
<head>
<meta charset = "utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="http://linux2.gps.stthomas.edu/~doug1324/project/css/style.css" rel="stylesheet">
<link href="http://linux2.gps.stthomas.edu/~doug1324/project/css/bootstrap.min.css" rel="stylesheet">
<title>
Aba Dougan Project
</title>
<link rel="shortcut icon" href="http://linux2.gps.stthomas.edu/~doug1324/project/img/images.favicon.ico" type="image/x.icon" sizes="50x50"/>
</head>
<body>
<?php
require ("./files/nav.php");
?>
<div class="column" >
<div class="card">
<h1 align="center" >
Features
</h1>
<p>
This is page displays the graphics, video and audio elements.
</p>
<p>
Click on each button for the display below
</p>
<div class="row" >
<div class="leftcolumn" >
<?php
require ("./files/nav_more.php");
?>
</div>
<div class="rightcolumn" >
<div class="container-fluid w-75 pt-5">
<div class="col-sm-4 mx-0 px-0 media" >
<ul>
<li><a href="license.php">License</a></li>
<li><a href="configuration.php">Configuration</a></li>
<li><a href="modules.php">Modules</a></li>
<li><a href="environment.php">Environment</a></li>
<li><a href="variables.php">Variables</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<canvas></canvas>
<svg height="130" width="500">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%"
style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%"
style="stop-color:rgb(255,0,0);stop-opacity:1" />
</linearGradient>
</defs>
<ellipse cx="100" cy="70" rx="85" ry="55" fill="url(#grad1)" />
<text fill="#ffffff" font-size="45" font-family="Verdana" font-style="italic"
x="50" y="86">Ge</text>
Sorry, your browser does not support inline SVG.
</svg>
<!-- Footer -->
<footer class="footer">
<?php
require ("./files/footernav.php");
?>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
My Web Design & Development
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.