Skip to content

Commit 61015ad

Browse files
committed
removed menu and angle
1 parent 21cbd64 commit 61015ad

9 files changed

Lines changed: 3 additions & 303 deletions

File tree

_layouts/default.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
<body>
99

1010
{% include navigation.html currentRequest=currentRequest %}
11-
12-
<input type='checkbox' style='display: none' id="cb">
13-
<label for="cb" id="button"></label>
1411

1512
<div id="container">
16-
<div id="menu"></div>
17-
<div id="angle"></div>
1813
<div id="content">
1914
<section id="start">
2015
{{ content }}

_site/about/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,8 @@ <h1>
8484
<!-- Navigation End -->
8585

8686

87-
88-
<input type='checkbox' style='display: none' id="cb">
89-
<label for="cb" id="button"></label>
9087

9188
<div id="container">
92-
<div id="menu"></div>
93-
<div id="angle"></div>
9489
<div id="content">
9590
<section id="start">
9691
<h1 id="explore-the-birds-series">Explore the BIRDS series</h1>

_site/assets/css/custom.css

Lines changed: 1 addition & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -363,93 +363,4 @@ footer {
363363
/* Optional: Add some hover effects */
364364
.navbar-nav > li > a:hover {
365365
background-color: #22769c;
366-
}
367-
368-
/* COPIED FROM A 1MB WEBSITE I LIKED THE LOOK OF */
369-
html {
370-
margin: 0;
371-
padding: 0;
372-
line-height: 1;
373-
}
374-
375-
a, a:visited { color: #3b9bc8; }
376-
b { font-weight: bold; }
377-
378-
html {
379-
width: 100%;
380-
min-height: 100%;
381-
display: flex;
382-
}
383-
384-
#content {
385-
margin-left: 260px; /* Adjust depending on the menu width */
386-
padding: 20px;
387-
}
388-
389-
#menu {
390-
color: rgb(226, 35, 35);
391-
background-color: #333;
392-
position: fixed;
393-
top: 0;
394-
left: 0;
395-
width: 250px;
396-
height: 100%;
397-
display: flex;
398-
flex-direction: column;
399-
align-items: center;
400-
padding-top: 20px;
401-
}
402-
#menu a:visited { color: #1e21e8; }
403-
404-
#menu a {
405-
color: #c90c0c;
406-
text-decoration: none;
407-
display: block;
408-
padding: 10px 20px;
409-
position: relative;
410-
margin: 10px 0;
411-
z-index: 2;
412-
}
413-
414-
#menu a:hover {
415-
background-color: #acda3a;
416-
}
417-
418-
#angle {
419-
border-right: 20px solid rgb(63, 193, 61);
420-
border-bottom: 200px solid #b93636;
421-
border-top: 60px solid #534ad2;
422-
}
423-
424-
#button {
425-
position: absolute;
426-
font-size: 36px;
427-
width: 42px;
428-
height: 42px;
429-
color: white;
430-
background-color: #1f1f1f;
431-
text-align: center;
432-
cursor: pointer;
433-
z-index: 3;
434-
}
435-
436-
#button:before {
437-
content: "×";
438-
}
439-
440-
#cb:checked ~ #menu, #cb:checked ~ #angle {
441-
display: none;
442-
}
443-
444-
#cb:checked ~ label:before {
445-
content: "≡";
446-
}
447-
448-
#cb:checked ~ #menu {
449-
width: 30px;
450-
height: 30px;
451-
}
452-
453-
#cb:checked ~ #content {
454-
margin: 60px 30px 30px 30px;
455-
}
366+
}

_site/assets/css/style.css

Lines changed: 0 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/assets/css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,8 @@ <h1>
8484
<!-- Navigation End -->
8585

8686

87-
88-
<input type='checkbox' style='display: none' id="cb">
89-
<label for="cb" id="button"></label>
9087

9188
<div id="container">
92-
<div id="menu"></div>
93-
<div id="angle"></div>
9489
<div id="content">
9590
<section id="start">
9691
<h1 id="welcome-to-birds-bus-open-source">Welcome to BIRDS Bus Open Source</h1>

_site/showcase/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,8 @@ <h1>
8484
<!-- Navigation End -->
8585

8686

87-
88-
<input type='checkbox' style='display: none' id="cb">
89-
<label for="cb" id="button"></label>
9087

9188
<div id="container">
92-
<div id="menu"></div>
93-
<div id="angle"></div>
9489
<div id="content">
9590
<section id="start">
9691
<p>Text can be <strong>bold</strong>, <em>italic</em>, or <del>strikethrough</del>.</p>

_site/webinars/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,8 @@ <h1>
8484
<!-- Navigation End -->
8585

8686

87-
88-
<input type='checkbox' style='display: none' id="cb">
89-
<label for="cb" id="button"></label>
9087

9188
<div id="container">
92-
<div id="menu"></div>
93-
<div id="angle"></div>
9489
<div id="content">
9590
<section id="start">
9691
<p>Text can be <strong>bold</strong>, <em>italic</em>, or <del>strikethrough</del>.</p>

assets/css/custom.css

Lines changed: 1 addition & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -363,93 +363,4 @@ footer {
363363
/* Optional: Add some hover effects */
364364
.navbar-nav > li > a:hover {
365365
background-color: #22769c;
366-
}
367-
368-
/* COPIED FROM A 1MB WEBSITE I LIKED THE LOOK OF */
369-
html {
370-
margin: 0;
371-
padding: 0;
372-
line-height: 1;
373-
}
374-
375-
a, a:visited { color: #3b9bc8; }
376-
b { font-weight: bold; }
377-
378-
html {
379-
width: 100%;
380-
min-height: 100%;
381-
display: flex;
382-
}
383-
384-
#content {
385-
margin-left: 260px; /* Adjust depending on the menu width */
386-
padding: 20px;
387-
}
388-
389-
#menu {
390-
color: rgb(226, 35, 35);
391-
background-color: #333;
392-
position: fixed;
393-
top: 0;
394-
left: 0;
395-
width: 250px;
396-
height: 100%;
397-
display: flex;
398-
flex-direction: column;
399-
align-items: center;
400-
padding-top: 20px;
401-
}
402-
#menu a:visited { color: #1e21e8; }
403-
404-
#menu a {
405-
color: #c90c0c;
406-
text-decoration: none;
407-
display: block;
408-
padding: 10px 20px;
409-
position: relative;
410-
margin: 10px 0;
411-
z-index: 2;
412-
}
413-
414-
#menu a:hover {
415-
background-color: #acda3a;
416-
}
417-
418-
#angle {
419-
border-right: 20px solid rgb(63, 193, 61);
420-
border-bottom: 200px solid #b93636;
421-
border-top: 60px solid #534ad2;
422-
}
423-
424-
#button {
425-
position: absolute;
426-
font-size: 36px;
427-
width: 42px;
428-
height: 42px;
429-
color: white;
430-
background-color: #1f1f1f;
431-
text-align: center;
432-
cursor: pointer;
433-
z-index: 3;
434-
}
435-
436-
#button:before {
437-
content: "×";
438-
}
439-
440-
#cb:checked ~ #menu, #cb:checked ~ #angle {
441-
display: none;
442-
}
443-
444-
#cb:checked ~ label:before {
445-
content: "≡";
446-
}
447-
448-
#cb:checked ~ #menu {
449-
width: 30px;
450-
height: 30px;
451-
}
452-
453-
#cb:checked ~ #content {
454-
margin: 60px 30px 30px 30px;
455-
}
366+
}

0 commit comments

Comments
 (0)