forked from ObieSource/obiesource.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.html
More file actions
40 lines (37 loc) · 1.58 KB
/
resources.html
File metadata and controls
40 lines (37 loc) · 1.58 KB
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
<!DOCTYPE html>
<head>
<title>ObieSource Resources</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<meta property="og:title" content="ObieSource Resources">
<meta property="og:description" content="Open Source is a programming philosophy that work and ownership of projects should be decentralized and community-based.">
<meta property="og:url" content="https://obiesource.github.io/about.html">
<meta property="og:type" content="article">
</head>
<body>
<!-- Attempt at a navbar without bootstrap API lol -->
<header>
<nav>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/resources.html">Resources</a></li>
<li><a href="/membersdir.html">Members</a></li>
<li><a href="/contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<h1>ObieSource Resources</h1>
<h2>Learning Git</h2>
<h3>Learn Git in 15 Minutes</h3>
<iframe width="420" height="315" src="https://www.youtube.com/embed/USjZcfj8yxE"></iframe>
<br><br>
<a href="https://drive.google.com/file/d/15X0463G8FPsME3MNhICZDjRrpZsog6Tx/view?usp=sharing">ObieSource GitHub workshop slides</a>
<br><br>
<a href="https://learngitbranching.js.org/">Git Branch Visualizer</a>
<h2>Learning Godot</h2>
<h3>2D Game Tutorial</h3>
<iframe width="420" height="315" src="https://www.youtube.com/embed/HvPTSZl2WCc"></iframe>
</main>
</body>