forked from WF-InstructorMelissa/terminalGit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.html
More file actions
30 lines (30 loc) · 1.43 KB
/
resources.html
File metadata and controls
30 lines (30 loc) · 1.43 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
<!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>
<h1>Add a Mini Portfolio to your github profile</h1>
<a href="https://arturssmirnovs.github.io/github-profile-readme-generator/">Readme Generator</a>
<a href="https://helper.beedev-services.com/index.html">Helper site (Open for Collaberation)</a>
<a href="https://developer-notes.beedev-services.com/">Note Website</a>
<a href="https://github.com/dojo24/homePage">Link to the Source Code for the Daily Links</a>
</main>
</body>
</html>