Skip to content

Commit 89edb69

Browse files
committed
Creat Moblie Friendly CSS
1 parent 59901dc commit 89edb69

File tree

2 files changed

+178
-202
lines changed

2 files changed

+178
-202
lines changed

index.html

Lines changed: 28 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,46 @@
1010
<title>Software Team - FRC Team 3512</title>
1111
<link rel="stylesheet" type="text/css" href="main.css" />
1212
<link rel="shortcut icon" type="image/ico" href="favicon.png" />
13-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1413
</head>
1514
<body>
16-
<div class="sidenav">
17-
<a href="/index.html">Home</a>
18-
<a href="bootstrap/index.html">Bootstraps</a>
19-
<a href="ci/index.html">Curriculum</a>
20-
<a href="vpn/index.html">VPN Setup</a>
21-
<a href="fll/index.html">FLL</a>
22-
<a href="admin/index.html">Admin</a>
23-
<a href="archives/index.html">Archives</a>
24-
<div class="Media_Wrapper">
25-
<a href="https://github.com/frc3512">
26-
<img
15+
<input type="checkbox" id="active">
16+
<label for="active" class="menu-btn"><span></span></label>
17+
<label for="active" class="close"></label>
18+
<div class="sidenav">
19+
<ul>
20+
<li><a href="/index.html">Home</a></li>
21+
<li><a href="bootstrap/index.html">Bootstraps</a></li>
22+
<li><a href="ci/index.html">Curriculum</a></li>
23+
<li><a href="vpn/index.html">VPN Setup</a></li>
24+
<li><a href="fll/index.html">FLL</a></li>
25+
<li><a href="admin/index.html">Admin</a></li>
26+
<li><a href="archives/index.html">Archives</a></li>
27+
<li><a href="https://github.com/frc3512">
28+
<img
2729
src="/Assets/github.png"
2830
alt="Our Github">
29-
</a>
30-
<a href="https://www.youtube.com/channel/UCecHOosspPz6o9_ZXzDxxVw">
31-
<img
31+
</a></li>
32+
<li><a href="https://www.youtube.com/channel/UCecHOosspPz6o9_ZXzDxxVw">
33+
<img
3234
src="/Assets/youtube.png"
3335
alt="Youtube">
34-
</a>
35-
</div>
36-
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
37-
<i class="fa fa-bars"></i>
38-
</a>
36+
</a></li>
37+
</ul>
3938
</div>
4039
<div class="Content">
4140
<div class="top">
4241
</div>
43-
<div class="bottom">
44-
<img
45-
src="Assets/image.png"
46-
alt="logo">
47-
<h1 id="Main_Title">Software <br> Team</h1>
42+
<div class="bottom">
43+
<h1 id="Main_Title">FRC 3512 Software Team</h1>
4844
</div>
49-
<div class="Info_Wrapper">
45+
<section class="Info_Wrapper">
5046
<div class="Info_Main">
5147
<h2>Who We Are</h2>
5248
<p>We are the software subteam of <a href="https://www.spartatroniks.com/">FRC Team 3512</a>
5349
located in Orcutt, California. We teach high school students practical software and controls engineering
5450
skills through <a href="https://www.firstinspires.org/">competitive robotics.</a></p> <br>
5551
</div>
56-
<img id="Img_main"
57-
alt="Photo fo current team/ avatars for current team">
58-
<div class="Info_Main" id="Lone">
52+
<div class="Info_Main">
5953
<h2>What We Strive For</h2>
6054
<p>Produce Software engineers That:</p>
6155
<ul>
@@ -68,7 +62,7 @@ <h2>What We Strive For</h2>
6862
<li>All the tools they need to succeed.</li>
6963
</ul>
7064
</div>
71-
<div class="Info_Main" id="Lone">
65+
<div class="Info_Main">
7266
<h2>What You Will Learn With Us</h2>
7367
<ul>
7468
<li>How to think like a programmer</li>
@@ -87,8 +81,9 @@ <h2>What You Will Learn With Us</h2>
8781
<li>How to write automated tests that ensure our software continues to work as we add features and perform cleanups.</li>
8882
</ul>
8983
</div>
90-
</div>
91-
<div class="Links_Wrapper">
84+
</section>
85+
86+
<section class="Links_Wrapper">
9287
<div class="Links">
9388
<a href="bootstrap/index.html"><h3>Bootsraps</h3></a>
9489
<p>All you need to set up your environment</p>
@@ -101,10 +96,7 @@ <h2>What You Will Learn With Us</h2>
10196
<a href="archives/index.html"><h3>Achives</h3></a>
10297
<p>Where we store the past of our team. Including past rosters</p>
10398
</div>
104-
</div>
105-
</div>
106-
<div class="Footer">
107-
<p>FRC 3512 2022</p>
99+
</section>
108100
</div>
109101
</body>
110102
</html>

0 commit comments

Comments
 (0)