Skip to content

Commit 2444d88

Browse files
committed
Added git index
1 parent c902436 commit 2444d88

2 files changed

Lines changed: 250 additions & 0 deletions

File tree

Git/git-index.html

Lines changed: 242 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,242 @@
1+
<meta charset="UTF-8">
2+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3+
<title>Sidebar + Hamburger Extract</title>
4+
<!-- W3.css and Font Awesome used in your original page -->
5+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/5/w3.css">
6+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
7+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
8+
<style>
9+
body, h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; }
10+
</style>
11+
</head>
12+
<body class="w3-light-grey w3-content" style="max-width:1600px">
13+
14+
<!-- Sidebar/menu -->
15+
<nav class="w3-sidebar w3-collapse w3-white w3-animate-left" style="z-index:3;width:300px;" id="mySidebar"><br>
16+
<div class="w3-container">
17+
<!-- close button (visible only on small screens) -->
18+
<a href="#" onclick="w3_close()" class="w3-hide-large w3-right w3-jumbo w3-padding w3-hover-grey" title="close menu">
19+
<i class="fa fa-remove"></i>
20+
</a>
21+
22+
<img src="../Assests/logo.jpg" style="width:45%;" class="w3-round"><br><br>
23+
<h4><b>Welcome to FRCsource</b></h4>
24+
<p class="w3-text-grey">For all your Git needs</p>
25+
</div>
26+
27+
<div class="w3-bar-block">
28+
<a href="../index.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>Home</a>
29+
<a href="../index.html#about" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-user fa-fw w3-margin-right"></i>About</a>
30+
<a href="../Programming/Programming-Index.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-text-teal"><i class="fa fa-th-large fa-fw w3-margin-right"></i>Git Index</a>
31+
<a href="Scouting-Index.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-user fa-fw w3-margin-right"></i>Scouting Index</a>
32+
<a href="../FRCsource/FRCsource-Index.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-envelope fa-fw w3-margin-right"></i>FRCsource Index</a>
33+
</div>
34+
35+
<div class="w3-panel w3-large">
36+
<i class="fa fa-github w3-hover-opacity"></i>
37+
</div>
38+
</nav>
39+
40+
<!-- Overlay effect when opening sidebar on small screens -->
41+
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
42+
43+
<!-- PAGE CONTENT -->
44+
<div class="w3-main" style="margin-left:300px">
45+
46+
<!-- Header with hamburger (shown only on small screens) -->
47+
<header id="portfolio">
48+
<a href="../index.html"><img src="../Assests/logo.jpg" style="width:65px;" class="w3-circle w3-right w3-margin w3-hide-large w3-hover-opacity"></a>
49+
<!-- Hamburger button: visible on small screens because of w3-hide-large -->
50+
<span class="w3-button w3-hide-large w3-xxlarge w3-hover-text-grey" onclick="w3_open()"><i class="fa fa-bars"></i></span>
51+
52+
<div class="w3-container">
53+
<h1><b>FRCsource: Scouting-Index</b></h1>
54+
</div>
55+
</header>
56+
57+
<!-- Example main content placeholder -->
58+
<div class="w3-container w3-padding-large" style="margin-bottom:32px">
59+
<h4><b>This contains all articles related to the tag of Programming concepts</b></h4>
60+
<p>Git is an important part of programming cleanlyness. This page is mainly dedicated to the git command and github</p>
61+
<br>
62+
<h3>GitSetup</h3>
63+
<ul class="w3-ul w3-card-4">
64+
<li class="w3-padding-16">
65+
<span class="w3-large">Setting up Github</span><br>
66+
<span>How to make a github accounts</span>
67+
<a href="../Programming/tutorals/Java/JavaTutorials1.html" class="w3-button w3-small w3-margin-top w3-teal">Read More</a>
68+
</li>
69+
<li class="w3-padding-16">
70+
<span class="w3-large">Making your First Repo</span><br>
71+
<span>Introduction on how to make your First Giithub Repo</span>
72+
<a href="../Programming/tutorals/Python/PythonTutorials1.html" class="w3-button w3-small w3-margin-top w3-teal">Read More</a>
73+
</li>
74+
<li class="w3-padding-16">
75+
<span class="w3-large">Introduction to Merges</span><br>
76+
<span>Introduction to Merges and how to use them effectively.</span>
77+
<a href="tutorials/JavaScript/NativeJavascript/JavaScriptTutorials1.html" class="w3-button w3-small w3-margin-top w3-teal">Read More</a>
78+
</li>
79+
<li class="w3-padding-16">
80+
<span class="w3-large">Introduction to Forks</span><br>
81+
<span>Introduction to Forks and how to deal with them</span>
82+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
83+
</li>
84+
<li class="w3-padding-16">
85+
<span class="w3-large">How to setup git information </span><br>
86+
<span>Introduction to setting up git information for the git command</span>
87+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
88+
</li>
89+
</ul>
90+
91+
<h3>Git Commands</h3>
92+
<ul class="w3-ul w3-card-4">
93+
<li class="w3-padding-16">
94+
<span class="w3-large">Intro to Push command</span><br>
95+
<span>Introduction to Pushing code via the git command</span>
96+
<br><span style="color:#888;font-size:0.95em;">understanding of JavaScript needed</span><br>
97+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
98+
</li>
99+
<li class="w3-padding-16">
100+
<span class="w3-large">CoffeeScript</span><br>
101+
<span>Introduction to CoffeeScript programming concepts to compile into JavaScript.</span>
102+
<br><span style="color:#888;font-size:0.95em;">understanding of JavaScript needed</span><br>
103+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
104+
</li>
105+
<li class="w3-padding-16">
106+
<span class="w3-large">Dart</span><br>
107+
<span>Introduction to Dart programming concepts and compiling Dart to JavaScript for web applications.</span>
108+
<br><span style="color:#888;font-size:0.95em;">understanding of JavaScript/Dart needed</span><br>
109+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
110+
</li>
111+
</ul>
112+
113+
<h3>Building a Full Scouting System</h3>
114+
<ul class="w3-ul w3-card-4">
115+
<li class="w3-padding-16">
116+
<span class="w3-large">From Match to Pick List</span><br>
117+
<span>How raw data turns into alliance selection decisions.</span>
118+
<br><span style="color:#888;font-size:0.95em;">Knowledge of Excel/SQL needed</span><br>
119+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
120+
</li>
121+
</ul>
122+
123+
<h3>Scouting Basics</h3>
124+
<ul class="w3-ul w3-card-4">
125+
<li class="w3-padding-16">
126+
<span class="w3-large">Intro To Game Theory</span><br>
127+
<span>Introduction to game theory concepts for FRC scouting.</span>
128+
<br><span style="color:#888;font-size:0.95em;">Knowledge of logic/math helpful</span><br>
129+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
130+
</li>
131+
<li class="w3-padding-16">
132+
<span class="w3-large">Intro to FRC Scouting</span><br>
133+
<span>Overview of FRC scouting methods and strategies.</span>
134+
<br><span style="color:#888;font-size:0.95em;">Knowledge of FRC rules helpful</span><br>
135+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
136+
</li>
137+
<li class="w3-padding-16">
138+
<span class="w3-large">What Metrics Matter in FRC</span><br>
139+
<span>Choosing meaningful stats instead of collecting everything.</span>
140+
<br><span style="color:#888;font-size:0.95em;">Knowledge of Excel/SQL helpful</span><br>
141+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
142+
</li>
143+
<li class="w3-padding-16">
144+
<span class="w3-large">Super Scout</span><br>
145+
<span>What is Super Scouting/Super Scout?</span>
146+
<br><span style="color:#888;font-size:0.95em;">Knowledge of FRC scouting helpful</span><br>
147+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
148+
</li>
149+
<li class="w3-padding-16">
150+
<span class="w3-large">Other Styles of Scouting Systems</span><br>
151+
<span>Introduction to many scouting systems.</span>
152+
<br><span style="color:#888;font-size:0.95em;">Knowledge of FRC scouting helpful</span><br>
153+
<a class="w3-button w3-small w3-margin-top w3-teal" aria-disabled="true" role="button">Read More</a>
154+
</li>
155+
<li class="w3-padding-16">
156+
<span class="w3-large">Intro to Data Visualization</span><br>
157+
<span>Introduction to data visualization concepts for FRC scouting.</span>
158+
<br><span style="color:#888;font-size:0.95em;">Knowledge of Python-Flask/SQL helpful</span><br>
159+
<a href="Dart-Basics.html" class="w3-button w3-small w3-margin-top w3-teal">Read More</a>
160+
</li>
161+
<li class="w3-padding-16">
162+
<span class="w3-large">Intro CORE Scouting Spider</span><br>
163+
<span>Overview of the CORE scouting spider system.</span>
164+
<br><span style="color:#888;font-size:0.95em;">Knowledge of web dev fullstack /JavaScript helpful</span><br>
165+
<a href="Dart-Basics.html" class="w3-button w3-small w3-margin-top w3-teal">Read More</a>
166+
</li>
167+
<li class="w3-padding-16">
168+
<span class="w3-large">Other Styles of Data Visualization</span><br>
169+
<span>Introduction to different visualization systems.<br>Knowledge of SQL recommended.</span><br>
170+
<br><span style="color:#888;font-size:0.95em;">Knowledge of SQL/Python-Flask helpful</span><br>
171+
<a href="Game-Theory.html" class="w3-button w3-small w3-margin-top w3-teal">Read More</a>
172+
</li>
173+
</ul>
174+
175+
<h3>Other/Misc</h3>
176+
<ul class="w3-ul w3-card-4">
177+
<li class="w3-padding-16">
178+
<span class="w3-large">What Can Go Wrong with Scouting</span><br>
179+
<span>Introduction to different common issues with scouting and how to overcome them.</span>
180+
<br><span style="color:#888;font-size:0.95em;">Knowledge of FRC scouting helpful</span><br>
181+
<a href="Game-Theory.html" class="w3-button w3-small w3-margin-top w3-teal">Read More</a>
182+
</li>
183+
<li class="w3-padding-16">
184+
<span class="w3-large">Offline Scouting</span><br>
185+
<span>How to scout without internet access.</span>
186+
<br><span style="color:#888;font-size:0.95em;">Knowledge of Bluetooth/Excel helpful</span><br>
187+
<a href="Game-Theory.html" class="w3-button w3-small w3-margin-top w3-teal">Read More</a>
188+
</li>
189+
</ul>
190+
</div>
191+
</div>
192+
<footer class="w3-container w3-padding-32 w3-dark-grey">
193+
<div class="w3-row-padding">
194+
195+
196+
<div class="w3-third">
197+
<h3>FOOTER</h3>
198+
<p>This website is made by the FRC community. With speical thanks to Everyone who contributes.</p>
199+
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
200+
</div>
201+
<div class="w3-third">
202+
<h3>Credits</h3>
203+
<ul class="w3-ul w3-hoverable">
204+
<li class="w3-padding-16">
205+
<img src="https://www.w3schools.com/w3images/workshop.jpg" class="w3-left w3-margin-right" style="width:50px">
206+
<span class="w3-large">Special Thanks</span><br>
207+
<span>For credit in helping this website all supporters who helped can be found here</span>
208+
</li>
209+
<li class="w3-padding-16">
210+
<img src="https://www.w3schools.com/w3images/gondol.jpg" class="w3-left w3-margin-right" style="width:50px">
211+
<span class="w3-large">Source Code</span><br>
212+
<span>If you are intrested in help out this project look at the github source code</span>
213+
</li>
214+
</ul>
215+
</div>
216+
217+
218+
<div class="w3-third">
219+
<h3>POPULAR TAGS</h3>
220+
<span class="w3-tag w3-black w3-margin-bottom">Index</span>
221+
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Programming</span>
222+
<span class="w3-tag w3-grey w3-small w3-margin-bottom">Scouting</span>
223+
<span class="w3-tag w3-grey w3-small w3-margin-bottom">FRCsource</span>
224+
</div>
225+
226+
227+
</div>
228+
</footer>
229+
<script>
230+
// Small JS helper to open/close the sidebar and overlay on small screens
231+
function w3_open() {
232+
document.getElementById("mySidebar").style.display = "block";
233+
document.getElementById("myOverlay").style.display = "block";
234+
}
235+
function w3_close() {
236+
document.getElementById("mySidebar").style.display = "none";
237+
document.getElementById("myOverlay").style.display = "none";
238+
}
239+
</script>
240+
241+
</body>
242+
</html>

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ <h3>POPULAR TAGS</h3>
149149
link: 'Programming/Programming-Index.html',
150150
tags: ['Index','Programming']
151151
},
152+
{
153+
img: 'Assests/programming/Programming.jpg',
154+
alt: 'Programming Github image broke :(',
155+
title: 'Github/Git command Index',
156+
desc: 'A centralized index for all git resources and tutorials.',
157+
link: 'Git/Git-Index.html',
158+
tags: ['Index','Programming', 'Scouting']
159+
},
152160
{
153161
img: 'Assests/Scouting/Scouting.jpg',
154162
alt: 'Scouting Index image broke :(',

0 commit comments

Comments
 (0)