-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (54 loc) · 1.65 KB
/
index.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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="gtheme.css">
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
</head>
<html>
<img src="./GImages/GitFitLogo.png"> </img>
<h1>
What is this site?
</h1>
<p>
I want to mess around with site-building and CSS Grid. So, I decided to make a Git and Github tutorial to get you started. As I post new things (A.K.A new tutorials), you and I will both learn some new stuff. Enjoy!
</p>
<p>
P.S. I am dedicating this site to my dad. I hope this tutorial helps him.
</p>
<p>
P.P.S My apologies for the massive logo. I'll figure that out later, once I have most of the main content.
</p>
<div class="button">
<button onclick="location.href='./GitIs.html'">
Next →
</button>
</div>
<h1>
Table o' contents
</h1>
<section class="button">
<button onclick="location.href='./Vocab.html'">
Vocabulary!
</button>
</section>
<section class="button">
<button onclick="location.href='./GitIs.html'">
What is Git and Github?
</button>
</section>
<section class="button">
<button onclick="location.href='./Use.html'">
How do I use Git and Github?
</button>
</section>
<section class="button">
<button onclick="location.href='./Ninja.html'">
Terminal Basics
</button>
</section>
<footer>
<p>
Copyright Manas Paranjape, 2020. You may use this as long as the source is noted.
</p>
</footer>
</html>