-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
81 lines (76 loc) · 2.9 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Playground by OpenSource Nepal</title>
<meta name="title" content="Playground by OpenSource Nepal" />
<meta
name="description"
content="A playground repository dedicated, but not limited, to OpenSource newcomers to practice OpenSource workflows and principles."
/>
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Playground by OpenSource Nepal" />
<meta
property="og:description"
content="A playground repository dedicated, but not limited, to OpenSource newcomers to practice OpenSource workflows and principles."
/>
<meta
property="og:url"
content="https://opensource-nepal.github.io/playground/"
/>
<meta
property="og:image"
content="https://opensource-nepal.github.io/playground/assets/images/playground-banner.jpg"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="800" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Playground by OpenSource Nepal" />
<meta
name="twitter:description"
content="A playground repository dedicated, but not limited, to OpenSource newcomers to practice OpenSource workflows and principles."
/>
<meta
name="twitter:image"
content="https://opensource-nepal.github.io/playground/assets/images/playground-banner.jpg"
/>
<link rel="icon" type="image/icon" href="./assets/images/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/main.css" />
</head>
<body>
<header>
<h1>PLAYGROUND</h1>
<div><img class="logo" src="./assets/images/logo.png" alt="PLAYGROUND"/></div>
<h2>OpenSource Nepal</h2>
</header>
<div class="container card-container">
<div>
<a target="_blank" href="https://github.com/sugat009">
<img src="https://avatars.githubusercontent.com/u/30311933?v=4" />
<span>Sugat Bajracharya</span>
</a>
</div>
<div>
<a target="_blank" href="https://github.com/aj3sh">
<img src="https://avatars.githubusercontent.com/u/35629644?v=4" />
<span>Ajesh Sen Thapa</span>
</a>
</div>
<!-- ADD YOUR CARD BEFORE THIS LINE -->
</div>
<script src="./assets/main.js"></script>
</body>
</html>