This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
184 lines (168 loc) · 8.88 KB
/
about.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<!-- Font Awesome icon pack -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Open Sans font -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap" rel="stylesheet">
<!-- Mobile Responsive compatibility layer -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- style.css -->
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/search.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/fun.css">
<link rel="stylesheet" href="css/light.css">
<link rel="stylesheet" href="css/dark.css">
<title>Sugar App Store</title>
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body class="boring-gradient-bg">
<!-- navigation bar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sass-navbar">
<a class="navbar-brand" href="#">Sugar App Store</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a>
<li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/srevinsaju/sugar-activity-build#adding-your-bundles-xo">Add Activities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/srevinsaju/sugar-activity-build/releases/download/latest/saas.tar.gz">Download this appstore</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/srevinsaju/sugar-activity-build"><i class="fa fa-github"></i></a>
</li>
<!--li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form-->
</ul>
</div>
</nav>
<div class="container saas-activity-search-container">
<!-- Search bar -->
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto" style="margin: 23px;min-width: 70%">
<div class="col-sm-12 text-center">
<img class="center-block mx-auto" src="img/sugarappstore_png.png" style="margin: 23px;width:50%"
alt="SugarLabs AppStore logo">
</div>
</div>
</div>
<div class="container saas-activity-main">
<div class="row">
<div class="col-md-8 mx-auto">
<div class="card saas-activity-card-std shadow-lg">
<h1 class="card-title text-center">Sugar App Store</h1>
<div class="saas-activity-card-summary mx-auto" id=summary>
<p>A simple Activity store for SugarLabs - A non profit educational organization</p>
</div>
<img
src='img/saas-working.png'
width="100%"
alt="Image describing the working procedure of Sugarlabs AppStore">
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="js/index.js"></script>
<script type="text/javascript">
$(document).ready(function(){
restoreConfigurationOnLoad();
})
</script>
</body>
<!--
==========================
Footer
============================
-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-10 col-md-6 footer-info">
<h3>SUGARLABS</h3>
<p>At Sugar Labs, we make a collection of tools that learners use
to explore, discover, create, and reflect. We are non-profit
and led by volunteers. We distribute these tools freely and encourage
our users to appropriate them, taking ownership and responsibility
for their learning. Sugar Labs, a volunteer-driven, non-profit organization,
had its origins in the One Laptop per Child project and is now a member project of
the Software Freedom Conservancy. The mission of Sugar Labs is to support the Sugar
community of users and developers and establish regional, autonomous “Sugar Labs”
around the world to help learners “learn how to learn” by tailoring Sugar to local
languages and curricula.
</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="https://sugarlabs.org/" target="_blank">Sugarlabs Website</a></li>
<li><a href="https://wiki.sugarlabs.org/" target="_blank">Sugarlabs Wiki</a></li>
<li><a href="https://activities.sugarlabs.org/" target="_blank">Legacy Sugarlabs Activity (aslo)</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
🄯 2020 Copyleft
<a href="https://github.com/srevinsaju">
<strong>Srevin Saju</strong>
</a> and <a href="https://radii.dev">
<strong>Manish</strong></a> for non-profit education organization <a href="https://sugarlabs.org">Sugarlabs</a>.
</div>
<div class="credits">
Open Source code on <a href="https://github.com/sugarlabs-appstore">Sugarlabs Appstore
<i class="fa fa-github"></i> Repository</a> and Continuous Integration at <a href="https://github.com/srevinsaju/sugar-activity-build" target="_blank">Sugar Activity Build <i class="fa fa-github"></i> Repository </a>
</div>
</div>
</footer>
</html>