Skip to content
Snippets Groups Projects
Commit 20d1b0c2 authored by Saad bin Abid's avatar Saad bin Abid
Browse files

replaced home button with burger icon for better layout as per simon's

feedback.

*

Issue-Ref: 4007
Issue-Url: https://af3-developer.fortiss.org/issues/4007



Signed-off-by: default avatarSaad bin Abid <abid@fortiss.org>
parent aab9e775
No related branches found
No related tags found
1 merge request!31Task 4006 online help content
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
......@@ -10,6 +10,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
......@@ -18,7 +19,7 @@
<div class="navbar">
<div class="dropdown">
<button class="dropbtn">Home<i class="fa fa-caret-down"></i></button>
<button class="btn"><i class="fa fa-bars"></i></button>
<div class="dropdown-content">
<a href="../getting_started.html"> Main Page</a>
<a href="#">Modeling and Simulation</a>
......
......@@ -10,6 +10,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
......@@ -18,7 +19,7 @@
<div class="navbar">
<div class="dropdown">
<button class="dropbtn">Home<i class="fa fa-caret-down"></i></button>
<button class="btn"><i class="fa fa-bars"></i></button>
<div class="dropdown-content">
<a href="../getting_started.html"> Main Page</a>
<a href="#">Modeling and Simulation</a>
......
......@@ -10,6 +10,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
......@@ -18,7 +19,7 @@
<div class="navbar">
<div class="dropdown">
<button class="dropbtn">Home<i class="fa fa-caret-down"></i></button>
<button class="btn"><i class="fa fa-bars"></i></button>
<div class="dropdown-content">
<a href="../getting_started.html"> Main Page</a>
<a href="#">Modeling and Simulation</a>
......
.btn {
background-color: inherit;
border: none;
color: white;
padding: 16px 17px;
font-size: 16px;
cursor: pointer;
inline-height: 16;
}
.header {
z-index: 10;
width: 100%;
......@@ -260,3 +270,7 @@ h4 {
#myBtn:hover {
background-color: #555;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment