forked from WF-InstructorMelissa/terminalGit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcollab.html
More file actions
40 lines (40 loc) · 1.82 KB
/
collab.html
File metadata and controls
40 lines (40 loc) · 1.82 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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<title>Open Source and Collaboration</title>
</head>
<body>
<header>
<h1>Collaboration and Open Source</h1>
<nav>
<a href="./index.html">Terminal / Git / Github</a>
<a href="./collab.html">Open Source and Collaboration</a>
<a href="./resources.html">Some Resources</a>
<a href='https://github.com/cyanharlow/purecss-lace' target="_blank">Link to HTML/CSS Picture git hub</a>
<a href='https://css-mountain-picture.netlify.app/' target="_blank">My crapy version of a HTML/CSS picture</a>
<a href='https://dojo24.github.io/homePage/' target="_blank">Good purposeful project that has all my daily links</a>
</nav>
</header>
<main>
<h2>Why?</h2>
<img src="./images/collab.png" alt="Collaberation">
<h2>How?</h2>
<a href="https://thecodingtrain.com/" target="_blank">The Coding Train</a>
<a href="https://hacktoberfest.digitalocean.com/" target="_blank">Hacktoberfest</a>
<h2>The Process</h2>
<img src="./images/cloneVsBranch.png" alt="Clone Vs Branch">
<img src="./images/gitBranch.png" alt="Git Branch">
<img src="./images/gitflow.png" alt="Git Flow">
<img src="./images/sharedRepo.png" alt="Shared Repo">
<img src="./images/gitflow02.jpeg" alt="Git Flow">
<img src="./images/pullRequestFlow.png" alt="Pull Request">
<img src="./images/pullRequestFlow02.png" alt="Pull Request">
<h2>Whats next?</h2>
<img src="./images/githubPages.jpeg" alt="Git Hub Pages">
</main>
</body>
</html>