-
Notifications
You must be signed in to change notification settings - Fork 206
/
try.html
executable file
·137 lines (127 loc) · 5.15 KB
/
try.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
---
layout: default
title: Develop - Sugar Labs
permalink: /try/index.html
---
<!-- It may be best to just send someone to "EXPERIENCE SUGAR" of home page; otherwise, we should link from the bottom of that section with a "More" to this page-->
<!-- Title section -->
<div class="section-title1">
<span class="tag tag-regular">TRY SUGAR!</span>
</div>
<!-- Introduction section -->
<section id="testimonial">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<div class="section-title text-center">
<h2>The many different ways to experience Sugar</h2><br>
<p class="customParagraphStyle">Our primary goal at Sugar Labs is to provide you with tools, frameworks, and a community for Constructionist ("learn by doing") education. There are many different ways to experience Sugar. Here are the most popular.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- "Impact" section --><!--
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<h2>IMPACT</h2>
<p class="customFontSize">[...]</p>
</div>
</div>
</div>
</div>
</div>
</section>-->
<!-- "Local labs" section -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<h2>IMPORTANT LINKS FOR DEVELOPERS</h2>
<p class="customFontSize">The following is a list of important links for people interested in making development contributions to Sugar Labs:
<ul>
<li><a href="https://matrix.to/#/#sugar:matrix.org">Chat with us on Matrix</a></li>
<li><a href="https://github.com/sugarlabs/sugar-docs/blob/master/README.md/">Developer guide</a></li>
<li><a href="https://wiki.sugarlabs.org/go/Mailing_Lists">Mailing lists (old-school, but still active and useful)</a></li>
<li><a href="http://translate.sugarlabs.org/">Contribute to translations</a></li>
<li><a href="https://github.com/sugarlabs/sugar-docs/blob/master/README.md">Related projects</a></li><!--What is this?-->
<li><a href="{{ site.baseurl }}/profiles">Who are the developers of Sugar Labs?</a></li>
<li><a href="">Code of Conduct</a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- "Projects" section -->
<section id="testimonial">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<div class="section-title text-center">
<h2>Our "Learn by Doing" Philosophy</h2>
<p class="customParagraphStyle">We get people involved [...]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- "Local labs" section -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<h2>Testimonials [???]</h2>
<p class="customFontSize">Maybe add testimonials here [???]
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- "Roadmap" section -->
<section id="testimonial">
<div class="container">
<div class="row">
<div class="col-md-12" >
<div class="row justify-content-center">
<div class="col-md-8 col-md-push-2" >
<div class="section-title text-center">
<h2>What is free, libre, and open (FLO)?</h2>
<p class="customParagraphStyle">FLO is [...]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- "Return to main page" button section -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12" >
<a href="{{ site.baseurl }}/" ><button type="button" class="btn bt-raised btn-custom bt bt-ripple lastButtonMargin" >Return to main page</button></a>
</div>
</div>
</div>
</section>