Skip to content

Commit

Permalink
Responsive starter
Browse files Browse the repository at this point in the history
  • Loading branch information
EveStarLITE committed Feb 15, 2022
1 parent ecee08a commit a0b31a1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
42 changes: 23 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,33 @@
<title>Software Team - FRC Team 3512</title>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="shortcut icon" type="image/ico" href="favicon.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="Sidenav" class="sidenav">
<a href="/index.html">Home</a>
<a href="bootstrap/index.html">Bootstraps</a>
<a href="ci/index.html">Curriculum</a>
<a href="vpn/index.html">VPN Setup</a>
<a href="fll/index.html">FLL</a>
<a href="admin/index.html">Admin</a>
<a href="archives/index.html">Archives</a>
<div class="Media_Wrapper">
<a href="https://github.com/frc3512">
<img
src="/Assets/github.png"
alt="Our Github">
</a>
<a href="https://www.youtube.com/channel/UCecHOosspPz6o9_ZXzDxxVw">
<img
<div class="sidenav">
<a href="/index.html">Home</a>
<a href="bootstrap/index.html">Bootstraps</a>
<a href="ci/index.html">Curriculum</a>
<a href="vpn/index.html">VPN Setup</a>
<a href="fll/index.html">FLL</a>
<a href="admin/index.html">Admin</a>
<a href="archives/index.html">Archives</a>
<div class="Media_Wrapper">
<a href="https://github.com/frc3512">
<img
src="/Assets/github.png"
alt="Our Github">
</a>
<a href="https://www.youtube.com/channel/UCecHOosspPz6o9_ZXzDxxVw">
<img
src="/Assets/youtube.png"
alt="Youtube">
</a>
</div>
</div>
</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="Content">
<div class="top">
</div>
Expand Down
8 changes: 8 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
src: url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
}

@media (max-width: 500px) {
.sidenav{
display: none;
}


}

.sidenav {
height: 100%;
width: 10rem;
Expand Down

0 comments on commit a0b31a1

Please sign in to comment.