-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother_resources.html
57 lines (46 loc) · 1.46 KB
/
other_resources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<title>Stephanie Brink</title> <!--title of tab-->
<link rel="stylesheet" href="Style.css" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Croissant+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Trykker' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="top">
<h1 id="name">Misc Resources</h1>
<hr>
</div>
<br>
<div id="table">
<table>
<tr id="row">
<td>
<div id="research">
<p id="header">Git</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=duqBHik7nRo">Advanced Git Video</a></li>
<li><a href="http://git-scm.com/book">Pro Git</a></li>
<li><a href="https://csswizardry.com/2017/05/little-things-i-like-to-do-with-git/">CSS Wizardry</a></li>
</ul>
<p id="header">Bash</p>
<ul>
<li><a href="http://samrowe.com/wordpress/advancing-in-the-bash-shell/">Advanced Commands</a></li>
<li><a
href="https://www.blockloop.io/mastering-bash-and-terminal">Mastering Bash/Terminal</a></li>
</ul>
<p id="header">GDB</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=PorfLSr3DDI">Give
me 15 minutes & I'll change your view of GDB</a></li>
</ul>
<p id="header">Other</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=Uflvf8l0NLY">Developing Open Source at LLNL</a></li>
</ul>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>