-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
24 lines (22 loc) · 878 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>code contributions</title>
<meta name="description" content="Learn how to contribute to open source projects with code">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/chota.min.css">
<link rel="stylesheet" href="style.css">
<script src="scripts/contributors.js"> </script>
</head>
<body>
<header>
<h1>Contribute to open source projects with <span> <code> </span></h1>
<a href="https://github.com/roshanjossey/code-contributions" class="button primary text-uppercase">Let's go! </a>
</header>
<main id="contributor-cards" class="container">
<h2>Contributors</h2>
</main>
<script async src="scripts/load-cards.js"> </script>
</body>
</html>