forked from weijunyu/sgds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·162 lines (157 loc) · 7.15 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
---
title: Home
layout: layout-default
---
<section class="sgds-section hide-element" style="padding-top:10px;">
<div class="header_bg"></div>
<div class="sgds-container">
<div class="content">
<div class="row">
<div class="col is-5 is-flex hero-main">
<h1 class="has-text-weight-black">
Singapore Government Design System
</h1>
<p class="has-text-weight-normal margin--top">
v{{site.sgds-version}}
<br />
Build a better digital experience for Singapore
</p>
<a href="/docs/" class="sgds-button is-rounded is-primary">Get Started</a>
</div>
<div class="col">
<img
src="/assets/img/bg_people.png"
alt="two people around web browsers and mobile browsers"
/>
</div>
</div>
</div>
</div>
</section>
<section class="sgds-section" style="padding-top:0px;">
<div class="sgds-container ">
{% include component-guide-section.html %}
</div>
</section>
<section class="sgds-section">
<div class="sgds-container ">
<div class="content">
<div class="row has-text-centered">
<div class="col">
<h2 class="has-text-weight-black">Why use SGDS</h2>
</div>
</div>
<div class="row has-text-centered">
<div class="col">
<div class="row is-multiline">
<div class="col is-4 padding">
<span class="sgds-icon sgds-icon-expand-alt is-size-3"></span>
<h5 class="margin--top margin--bottom--xs has-text-weight-bold">
Greater Scalability
</h5>
<p>UI Components can be adapted to suit user needs</p>
</div>
<div class="col is-4 padding">
<span class="sgds-icon sgds-icon-layers is-size-3"></span>
<h5 class="margin--top margin--bottom--xs has-text-weight-bold">
Trust in Services
</h5>
<p>Boost user confidence with recognisable design patterns</p>
</div>
<div class="col is-4 padding">
<span class="sgds-icon sgds-icon-thumbs-up is-size-3"></span>
<h5 class="margin--top margin--bottom--xs has-text-weight-bold">
Focus on User Experience
</h5>
<p>Spend less time styling and more time crafting user flows</p>
</div>
<div class="col is-4 padding">
<span class="sgds-icon sgds-icon-sync is-size-3"></span>
<h5 class="margin--top margin--bottom--xs has-text-weight-bold">
Easy maintenance, Low Cost
</h5>
<p>Reduce technical debt from evolving design choices</p>
</div>
<div class="col is-4 padding">
<span class="sgds-icon sgds-icon-cog is-size-3"></span>
<h5 class="margin--top margin--bottom--xs has-text-weight-bold">
Faster Prototyping
</h5>
<p>Build and experiment with plug-n-play components</p>
</div>
<div class="col is-4 padding">
<span class="sgds-icon sgds-icon-person is-size-3"></span>
<h5 class="margin--top margin--bottom--xs has-text-weight-bold">
Uncomplicated Compliance
</h5>
<p>
With
<a href="https://www.tech.gov.sg/digital-service-standards/"
>Digital Services Standards</a
>
and
<a href="https://www.w3.org/WAI/standards-guidelines/wcag/">WCAG</a>
</p>
</div>
</div>
</div>
</div>
<div class="row has-text-centered">
<div class="col margin--top--lg">
<a class="sgds-button is-primary is-rounded" role="button" href="/about/"
>Learn more about SGDS</a
>
</div>
</div>
</div>
</div>
</section>
<section class="sgds-section has-background-gradient">
<div class="sgds-container">
<div class="content has-text-white">
<div class="row has-text-centered">
<div class="col is-10 is-offset-1">
<h2 class="has-text-white">Be Part of the Change</h2>
</div>
</div>
<div class="row has-text-centered">
<div class="col is-8 is-offset-2">
<img src="/assets/img/img_change.png" alt="two ladies meeting" />
<p class="has-text-white">
SGDS is
<a
href="https://github.com/govtechsg/sgds"
class="has-text-white"
style="text-decoration: underline"
>open source.</a
>
</p>
<p class="has-text-white">
If you are a developer, designer or content writer, you can help us
transform the Singapore Government's digital services. Let's build a
trusted, ever-evolving ecosystem together.
</p>
</div>
</div>
<div class="row has-text-centered padding--top is-multiline">
<div class="col is-12">
<p>Have questions or can't find what you're looking for?</p>
</div>
<div class="col is-12">
<a
class="sgds-button is-rounded is-outlined is-white margin--left margin--right"
href="https://github.com/govtechsg/sgds/issues"
target="_blank"
>Ask us on GitHub</a
>
<a
class="sgds-button is-rounded is-outlined is-white margin--left margin--right"
href="https://t.me/sgds_public"
target="_blank"
>Talk to us on Telegram</a
>
</div>
</div>
</div>
</div>
</section>