This repository has been archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.php
executable file
·188 lines (135 loc) · 5.79 KB
/
index.php
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<base href="../">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="../atomic-core/img/favicon.png" />
<title>Solid Style Guide by inrupt</title>
<?php include("atomic-head.php"); ?>
<style>
html, body {
height: 100%;
width: 100%;
background-image: url("../atomic-core/img/concentric-hex-pattern_2x.png");
background-repeat: repeat;
}
.indexBlock {
position: relative;
text-align: left;
margin: auto;
max-width: 90%;
padding: 3em;
}
img {
max-width: 100%;
}
.shadow{
box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.25);
}
p {
font-family: sans-serif;
line-height: 1.5;
}
a {
color: #4BC6EF;
font-weight:bold;
}
.logo{
display: block;
max-width: 300px;
width: 100%;
padding: 2em 0;
margin: 0 auto;
}
.card {
padding: 1rem 2.5rem;
text-align: left;
align-items: flex-start;
width: auto;
margin-bottom: 3em;
background: #fff;
}
.card h3, .card h2, .card h4 {
text-align: left;
line-height: 1;
margin-bottom: 0;
}
span.sub-title {
font-size: 1rem;
font-weight: 300;
line-height: 1;
}
.bold {
font-weight: bolder;
font-wieght: 700;
}
.card .hero-wrap {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
margin-top: 1.5rem;
}
.card .hero-wrap a {
max-width: 50%;
margin-bottom: 0;
}
.card .hero-wrap h2 {
margin-top:0;
}
.divider {
display: block;
width: 100%;
height: 1px;
border-bottom: 1px solid rgba(0,0,0,0.05);
margin: 2em 0;
}
.banner-wrap--footer {
background: #7C4DFF;
background: -webkit-linear-gradient(left, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%);
background: linear-gradient(to right, #7C4DFF 0%, #18A9E6 50%, #01C9EA 100%);
}
</style>
</head>
<body>
<header role="header" class="header fixed header__desktop">
<section class="header-wrap">
<div class="logo-block"><a href=""><img src="/atomic-core/img/inrupt.svg" /></a></div>
</section>
</header>
<div class="header-spacer"></div>
<div class="indexBlock">
<section class="card">
<div class="hero-wrap"><h2 class="bold">Solid Style Guide by inrupt</h2> </div>
<div class="divider"></div>
<h3>About</h3>
<p>This style guide is created by inrupt as part of our effort to provide freely available tooling and resources to developers building applications on Solid. We do this to encourage adoption of Solid by making it as easy as possible for others to create Solid applications.</p>
<p>Inspired by Brad Frost's Atomic design principles, we use Nick Berens' Atomic Docs framework as a base style guide and design system generation tool for Solid applications. This is a live repository of User Interface (UI) styles and User Experience (UX) patterns utilized in our Solid Software Development Kits (SDK). The design system will continue to evolve as we commit and release new patterns and features.</p>
<h3>Fair Usage</h3>
<p>The Solid and inrupt logos included in this style guide are for the purposes of example and attribution. We expect application developers will fork the design system and customize to include your own brand in your Solid application projects, or override the example theme in your application code.</p>
<p>If your application is Solid compatible, you may use the Solid logo to indicate that. If your application is not Solid compatible, please don’t misrepresent yourself by using the Solid logo.</p>
<p>Please don't use the inrupt name as a part of your company name, website name, domain name, service name, or app name. Don't use our logo as your own or modify it to fit into your own logo.</p>
<p>If you’d like, you may use the inrupt logo to indicate that your application is powered by inrupt’s SDK, but please make sure the context is clear to the user. Your own logo should always be larger than inrupt’s logo, for example.</p>
<p>In general, please apply common sense and honesty to your use of Solid or inrupt logos. Don’t use either to imply a partnership or official endorsement where none exists. </p>
<h3>Contact Us</h3>
<p>If you have additional questions about the use of this style guide or inrupt’s brand, please contact <a href="mailto:[email protected]">[email protected]</a></p>
<br/>
</section>
</div>
<section class="banner-wrap--footer banner ">
<div class="banner-wrap__content">
<a href="../atomic-core/?cat=Core" target="_blank"><i class="icon fa fa-github"></i>Continue to the Live Style Guide</a></div>
</section>
</body>
<?php include("atomic-foot.php"); ?>
</html>