-
Notifications
You must be signed in to change notification settings - Fork 14
/
readme.html
51 lines (43 loc) · 2.12 KB
/
readme.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Khwaahish NGO</title>
<style>
/* From extension vscode.github */
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.vscode-dark img[src$=\#gh-light-mode-only],
.vscode-light img[src$=\#gh-dark-mode-only] {
display: none;
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/markdown.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Microsoft/vscode/extensions/markdown-language-features/media/highlight.css">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
</style>
<style>
.task-list-item {
list-style-type: none;
}
.task-list-item-checkbox {
margin-left: -20px;
vertical-align: middle;
pointer-events: none;
}
</style>
</head>
<body class="vscode-body vscode-light">
<h1 id="khwaahish-ngo">Khwaahish NGO</h1>
<hr>
<h2 id="this-page-is-intented-for-celebrating-khwaahish-ngos-6th-birthday-with-an-additional-intent-of-learning-web-development-for-the-kids-studying-at-the-ngo-the-kids-in-the-video-have-worked-hard-to-learn-few-of-the-concepts-implemented-and-have-also-produced-the-design-for-this-page">This page is Intented for celebrating Khwaahish NGO's 6th Birthday, with an additional intent of learning web development for the kids studying at the NGO. The kids in the video have worked hard to learn few of the concepts implemented and have also produced the design for this page.</h2>
<p>Developed and Designed by ❤ from Hema, Keshav, Harish, Kajal!</p>
</body>
</html>