This repository was archived by the owner on Jan 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
41 lines (37 loc) · 1.3 KB
/
links.html
File metadata and controls
41 lines (37 loc) · 1.3 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
41
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>PinkWebDev git course</title>
<link rel="stylesheet" href="css/gallery.min.css">
<link rel="stylesheet" href="css/gallery.theme.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<a href="index.html"><img src="img/logo.png" alt="Pink WebDev logotype"></a>
<div class="navigation">
<ul>
<!-- <li>
<a href="person1.html" class="selected">Person 1</a>
</li>
<li>
<a href="person2.html">Person 2</a>
</li>-->
<li>
<a href="github-pages.html">Github Pages</a>
</li>
<li>
<a href="links.html" class="selected">Länkar</a>
</li>
</ul>
</div>
</header>
<div class="content">
<p><a href="https://git-scm.com/">Gits officiella dokumentation</a></p>
<p><a href="https://try.github.io/">Interaktiv git-kurs</a></p>
<p><a href="https://illustrated-git.readthedocs.io">Hur git fungerar i bilder</a></p>
<p><a href="https://app.pluralsight.com/library/courses/git-advanced-tips-tricks">Git Advanced Tips and Tricks - Pluralsight</a></p>
</div>
</body>
</html>