-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (97 loc) · 4.08 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!--
.------..------..------..------.
|A.--. ||B.--. ||H.--. ||I.--. |
| (\/) || :(): || :/\: || (\/) |
| :\/: || ()() || (__) || :\/: |
| '--'A|| '--'B|| '--'H|| '--'I|
`------'`------'`------'`------'
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sargam Design</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@sargamdesign/colors@1.1.0/dist/themes/dark.min.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<main>
<h1>A free-form design improv framework to build warm, welcoming, and caring sites and apps with speed and scalability.</h1>
<ul>
<li>
<a href="https://github.com/SargamDesign/sargam-design-methodology" target="_blank">Sargam Design Methodology</a>
</li>
<li>
<a href="https://sargamicons.com/" target="_blank">[sargamicons.com] — A collection of 280+ open-source icons devoted to match your exquisite designs.</a>
</li>
<ul>
<li>
<a href="https://github.com/planetabhi/sargam-icons" target="_blank"> Compressed SVGs </a>
</li>
<li>
<a href="https://www.npmjs.com/package/@sargamdesign/icons-react" target="_blank">React components</a>
</li>
<li>
<a href="https://github.com/SargamDesign/sargam-icons-sets" target="_blank">Iconjar and iconset</a>
</li>
<li>
<a href="https://www.figma.com/community/file/1152296792728333709" target="_blank">Get Figma library</a>
</li>
</ul>
<li>
<a href="https://sargamcolors.com/" target="_blank">[sargamcolors.com] — A simple scalable color system for designing warm welcoming, caring sites and apps.</a>
</li>
<ul>
<li>
<a href="https://github.com/SargamDesign/sargam-colors" target="_blank">Tokens & translation workflow</a>
</li>
<li>
<a href="https://www.npmjs.com/package/@sargamdesign/colors" target="_blank">Install sargam colors via npm</a>
</li>
<li>
<a href="https://www.figma.com/community/file/1315655575821378223/sargam-colors" target="_blank">Get Figma variables & styles</a>
</li>
<li>
<a href="https://marketplace.visualstudio.com/items?itemName=sargam.sargam" target="_blank">Install VS Code theme</a> ✨
</li>
</ul>
<li>
<a href="https://github.com/planetabhi?tab=repositories" target="_blank">Other utilities</a>
</li>
<ul>
<li>
<a href="https://github.com/planetabhi/Figma-Design-Strategies" target="_blank">Figma design strategies</a>
</li>
<li>
<a href="https://github.com/planetabhi/figma-insight-framework-widget" target="_blank">Insight framework widget</a>
</li>
<li>
<a href="https://github.com/planetabhi/review-components-in-figma" target="_blank">Figma branch review checklist</a>
</li>
<li>
<a href="https://github.com/planetabhi/figma-to-slack" target="_blank">Figma file version history to slack</a>
</li>
</ul>
<li>
<a href="https://new-ui.com/" target="_blank">Introducing New UI: The complete design system solution for your SaaS.</a> ✨
</li>
</ul>
<div class="footer">MIT License, Copyright (c) <script>
document.write(/\d{4}/.exec(Date())[0])
</script> Method Black. <br /> Brought to you by <a href="https://twitter.com/planetabhi">@planetabhi</a> </div>
</div>
</main>
</body>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MJ7MQDB76M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-MJ7MQDB76M');
</script>
</html>