This repository was archived by the owner on Oct 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathhelpful-material.html
More file actions
47 lines (44 loc) · 1.51 KB
/
helpful-material.html
File metadata and controls
47 lines (44 loc) · 1.51 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
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/helpful-material.css">
<title>Hacktoberfest - helpful material</title>
</head>
<body>
<div id="navbar">
<a href="./index.html">Home</a>
<a href="./helpful-material.html">Helpful Material</a>
<a href="./contributors.html">Contributors</a>
</div>
<div id="header">
<h1>Helpful Material <a href="https://github.com/lingonsaft/hacktoberfest-test">(Github repo)</a></h1>
</div>
<div id="content">
<h2>Other Projects</h2>
<p>feel free to add any of your own projects</p>
<ul>
</ul>
<h2>Helpful Links</h2>
<ul>
<li><a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest</a></li>
<li><a href="https://hacktoberfestchecker.herokuapp.com/">Hacktoberfest Checker</a></li>
</ul>
<p>feel free to add any helpful links</p>
<h2>Guides</h2>
<ul>
<li><a href="http://rogerdudler.github.io/git-guide/">Git Guide</a></li>
</ul>
<p>feel free to add any guides</p>
</div>
<div id="footer">
<a href="https://github.com/lingonsaft">Github</a>
<a href="https://www.youtube.com/lingonsaft/">Youtube</a>
<a href="https://www.instagram.com/lingonsaftofficial/">Instagram</a>
<a href="https://twitter.com/lingonsaft1">Twitter</a>
</div>
<script src="./scripts/helpful-material.js"></script>
</body>
</html>