10
10
< title > Software Team - FRC Team 3512</ title >
11
11
< link rel ="stylesheet " type ="text/css " href ="main.css " />
12
12
< 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 ">
14
13
</ head >
15
14
< 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
27
29
src ="/Assets/github.png "
28
30
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
32
34
src ="/Assets/youtube.png "
33
35
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 >
39
38
</ div >
40
39
< div class ="Content ">
41
40
< div class ="top ">
42
41
</ 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 >
48
44
</ div >
49
- < div class ="Info_Wrapper ">
45
+ < section class ="Info_Wrapper ">
50
46
< div class ="Info_Main ">
51
47
< h2 > Who We Are</ h2 >
52
48
< p > We are the software subteam of < a href ="https://www.spartatroniks.com/ "> FRC Team 3512</ a >
53
49
located in Orcutt, California. We teach high school students practical software and controls engineering
54
50
skills through < a href ="https://www.firstinspires.org/ "> competitive robotics.</ a > </ p > < br >
55
51
</ 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 ">
59
53
< h2 > What We Strive For</ h2 >
60
54
< p > Produce Software engineers That:</ p >
61
55
< ul >
@@ -68,7 +62,7 @@ <h2>What We Strive For</h2>
68
62
< li > All the tools they need to succeed.</ li >
69
63
</ ul >
70
64
</ div >
71
- < div class ="Info_Main " id =" Lone " >
65
+ < div class ="Info_Main ">
72
66
< h2 > What You Will Learn With Us</ h2 >
73
67
< ul >
74
68
< li > How to think like a programmer</ li >
@@ -87,8 +81,9 @@ <h2>What You Will Learn With Us</h2>
87
81
< li > How to write automated tests that ensure our software continues to work as we add features and perform cleanups.</ li >
88
82
</ ul >
89
83
</ div >
90
- </ div >
91
- < div class ="Links_Wrapper ">
84
+ </ section >
85
+
86
+ < section class ="Links_Wrapper ">
92
87
< div class ="Links ">
93
88
< a href ="bootstrap/index.html "> < h3 > Bootsraps</ h3 > </ a >
94
89
< p > All you need to set up your environment</ p >
@@ -101,10 +96,7 @@ <h2>What You Will Learn With Us</h2>
101
96
< a href ="archives/index.html "> < h3 > Achives</ h3 > </ a >
102
97
< p > Where we store the past of our team. Including past rosters</ p >
103
98
</ div >
104
- </ div >
105
- </ div >
106
- < div class ="Footer ">
107
- < p > FRC 3512 2022</ p >
99
+ </ section >
108
100
</ div >
109
101
</ body >
110
102
</ html >
0 commit comments