-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
102 lines (53 loc) · 2.56 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
99
100
101
102
---
title: Design & Development Standards, Guidelines, Tools, and Best Practices
card: true
---
<p>Welcome to {{ site.company-name }}'s open design and development resource! We believe in open standards, transparency, collaboration and want to give back to a community that has given so much to us! Feel free to contribute to these documents or fork and use as a basis for your own design and development standards.</p>
<h2>Explore</h2>
<ul class="card" role="list">
<li class="card__item">
<div class="card__media">
<img alt="" src="img/thumb-a11y.png">
</div>
<h3 class="card__title"><a class="card__trigger card__click" href="/a11y/">Accessibility at Radancy</a></h3>
<div class="card__summary">
<p>Discover a comprehensive suite of accessibility resources and tools tailored for Radancy employees.</p>
</div>
</li>
<li class="card__item">
<div class="card__media">
<img alt="" src="img/thumb-component.png">
</div>
<h3 class="card__title"><a class="card__trigger card__click" href="/component-library/">Component Library</a></h3>
<div class="card__summary">
<p>Access a library of modular components that seamlessly combine to empower the creation of dynamic website interfaces.</p>
</div>
</li>
<li class="card__item">
<div class="card__media">
<img alt="" src="img/thumb-magicbullet.png">
</div>
<h3 class="card__title"><a class="card__trigger card__click" href="/magicbullet/">MagicBullet</a></h3>
<div class="card__summary">
<p>Utilize a script importer designed to seamlessly load beneficial fixes, enhanced functionality, and additional features.</p>
</div>
</li>
<li class="card__item">
<div class="card__media">
<img alt="" src="img/thumb-blog.png">
</div>
<h3 class="card__title"><a class="card__trigger card__click" href="/blog/">Radancy DevBlog</a></h3>
<div class="card__summary">
<p>Explore Radancy's DevBlog, brimming with insightful posts and expert guidance covering a diverse array of topics from our Subject Matter Experts.</p>
</div>
</li>
<li class="card__item">
<div class="card__media">
<img alt="" src="img/thumb-ui-standards.png">
</div>
<h3 class="card__title"><a class="card__trigger card__click" href="/uid/code-standards/">User Interface Standards and Guidelines</a></h3>
<div class="card__summary">
<p>Learn more about Radancy's established practices for HTML, CSS, and JavaScript development, alongside industry-wide best practices embraced by our designers and developers.</p>
</div>
</li>
</ul>