Skip to content

Commit 09bcf47

Browse files
committed
pyss18 initial website
1 parent a01b5b9 commit 09bcf47

File tree

1,120 files changed

+209432
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,120 files changed

+209432
-0
lines changed

pyss18/bootstrap.css

Lines changed: 6872 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "bootstrap-sass",
3+
"homepage": "https://github.com/twbs/bootstrap-sass",
4+
"authors": [
5+
"Thomas McDonald",
6+
"Tristan Harward",
7+
"Peter Gumeson",
8+
"Gleb Mazovetskiy"
9+
],
10+
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
11+
"moduleType": "globals",
12+
"main": [
13+
"assets/stylesheets/_bootstrap.scss",
14+
"assets/javascripts/bootstrap.js"
15+
],
16+
"keywords": [
17+
"twbs",
18+
"bootstrap",
19+
"sass"
20+
],
21+
"license": "MIT",
22+
"ignore": [
23+
"**/.*",
24+
"lib",
25+
"tasks",
26+
"templates",
27+
"test",
28+
"*.gemspec",
29+
"Rakefile",
30+
"Gemfile"
31+
],
32+
"dependencies": {
33+
"jquery": "1.9.1 - 3"
34+
},
35+
"version": "3.3.7",
36+
"_release": "3.3.7",
37+
"_resolution": {
38+
"type": "version",
39+
"tag": "v3.3.7",
40+
"commit": "6620202b137a877dc614dd87bf7f81f895af8024"
41+
},
42+
"_source": "https://github.com/twbs/bootstrap-sass.git",
43+
"_target": "~3.3.7",
44+
"_originalSource": "bootstrap-sass-official"
45+
}
Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,210 @@
1+
# Changelog
2+
3+
## 3.3.7
4+
5+
* Allows jQuery 3.x in bower.json. [#1048](https://github.com/twbs/bootstrap-sass/issues/1048)
6+
* Adds the `style` and `sass` fields to package.json. [#1045](https://github.com/twbs/bootstrap-sass/issues/1045)
7+
* Adds Eyeglass support. [#1007](https://github.com/twbs/bootstrap-sass/pull/1007)
8+
9+
## 3.3.6
10+
11+
* Bumps Sass dependency to 3.3.4+ to avoid compatibility issues with @at-root.
12+
* Bumps node-sass dependency to ~3.4.2 for Node.js v5 compatibility. [#986](https://github.com/twbs/bootstrap-sass/issues/986)
13+
* Fixes breadcrumb content issues on libsass. [#919](https://github.com/twbs/bootstrap-sass/issues/919)
14+
* Fixes a Rails 5 compatibility issue. [#965](https://github.com/twbs/bootstrap-sass/pull/965)
15+
16+
Framework version: Bootstrap **v3.3.6**
17+
18+
## 3.3.5
19+
20+
Fix for standalone Compass extension compatibility. [#914](https://github.com/twbs/bootstrap-sass/issues/914)
21+
22+
Framework version: Bootstrap **v3.3.5**
23+
24+
## 3.3.4
25+
26+
No Sass-specific changes.
27+
28+
Framework version: Bootstrap **v3.3.4**
29+
30+
## 3.3.3
31+
32+
This is a re-packaged release of 3.3.2.1 (v3.3.2+1).
33+
34+
Versions are now strictly semver.
35+
The PATCH version may be ahead of the upstream.
36+
37+
Framework version: Bootstrap **v3.3.2**.
38+
39+
## 3.3.2.1
40+
41+
* Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)
42+
43+
## 3.3.2.0
44+
45+
* Autoprefixer is now required, and `autoprefixer-rails` is now a dependency for the ruby gem. [#824](https://github.com/twbs/bootstrap-sass/issues/824)
46+
* Minimum precision reduced from 10 to 8 [#821](https://github.com/twbs/bootstrap-sass/issues/821)
47+
* Requiring bootstrap JS from npm now works [#812](https://github.com/twbs/bootstrap-sass/issues/812)
48+
* Fix Sass 3.4.x + IE10 compatibility issue [#803](https://github.com/twbs/bootstrap-sass/issues/803)
49+
* Provide minified JS bundle [#777](https://github.com/twbs/bootstrap-sass/issues/777)
50+
* Bower package is now at bootstrap-sass [#813](https://github.com/twbs/bootstrap-sass/issues/813)
51+
52+
53+
## 3.3.1.0
54+
55+
* Variables override template at templates/project/_bootstrap-variables.sass
56+
* Readme: Bower + Rails configuration
57+
58+
## 3.3.0.1
59+
60+
* Fix loading issue with the ruby gem version
61+
62+
## 3.3.0
63+
64+
* Improve libsass compatibility
65+
* Support using Bower package with Rails
66+
67+
## 3.2.0.2
68+
69+
Main bootstrap file is now a partial (_bootstrap.scss), for compatibility with Compass 1+.
70+
71+
Fixed a number of bugs. [Issues closed in v3.2.0.2](https://github.com/twbs/bootstrap-sass/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av3.2.0.2).
72+
73+
## 3.2.0.1
74+
75+
Fixed a number of bugs: [Issues closed in v3.2.0.1](https://github.com/twbs/bootstrap-sass/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av3.2.0.1).
76+
77+
## 3.2.0.0
78+
79+
- Assets (Sass, JS, fonts) moved from `vendor/assets` to `assets`. `bootstrap.js` now contains concatenated JS.
80+
- Compass generator now copies JS and fonts, and provides a better default `styles.sass`.
81+
- Compass, Sprockets, and Mincer asset path helpers are now provided in pure Sass: `bootstrap-compass`, `bootstrap-sprockets`, and `bootstrap-mincer`.
82+
Asset path helpers must be imported before `bootstrap`, more in Readme.
83+
- Sprockets / Mincer JS manifest has been moved to `bootstrap-sprockets.js`.
84+
It can be required without adding Bootstrap JS directory to load path, as it now uses relative paths.
85+
- Sprockets: `depend_on_asset` (`glyphicons.scss`) has been changed to `depend_on` to work around an issue with `depend_on_asset`.
86+
[More information](https://github.com/twbs/bootstrap-sass/issues/592#issuecomment-46570286).
87+
88+
## 3.1.1.0
89+
90+
- Updated Bower docs
91+
92+
## 3.1.0.2
93+
94+
- #523: Rails 3.2 compatibility
95+
- Bugfixes from upstream up to 7eb532262fbd1112215b5a547b9285794b5360ab.
96+
97+
## 3.1.0.1
98+
99+
- #518: `scale` mixin Sass compatibility issue
100+
101+
## 3.1.0.0
102+
103+
* compiles with libsass master
104+
105+
## 3.0.2.1
106+
107+
* fix vendor paths for compass
108+
109+
## 3.0.0.0
110+
111+
* Fully automated (lots of string juggling) LESS -> Sass conversion. - *Gleb Mazovetskiy*
112+
* Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - *Peter Gumeson*
113+
* Moved javascripts to us `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson*
114+
115+
## 2.3.2.2
116+
117+
* Allow sass-rails `>= 3.2` - *Thomas McDonald*
118+
119+
## 2.3.2.1
120+
121+
## 2.3.2.0
122+
123+
* Update to Bootstrap 2.3.2 - *Dan Allen*
124+
125+
## 2.3.1.3
126+
127+
* Find the correct Sprockets context for the `image_path` function - *Tristan Harward, Gleb Mazovetskiy*
128+
129+
## 2.3.1.2
130+
131+
* Fix changes to image url - *Gleb Mazovetskiy*
132+
* Copy _variables into project on Compass install - *Phil Thompson*
133+
* Add `bootstrap-affix` to the Compass template file - *brief*
134+
135+
## 2.3.1.1 (yanked)
136+
137+
* Change how image_url is handled internally - *Tristan Harward*
138+
* Fix some font variables not having `!default` - *Thomas McDonald*
139+
140+
## 2.3.0.0
141+
* [#290] Update to Bootstrap 2.3.0 - *Tristan Harward*
142+
* Fix `rake:debug` with new file locations - *Thomas McDonald*
143+
* Add draft contributing document - *Thomas McDonald*
144+
* [#260] Add our load path to the global Sass load path - *Tristan Harward*
145+
* [#275] Use GitHub notation in Sass head testing gemfile - *Timo Schilling*
146+
* [#279, #283] Readme improvements - *theverything, Philip Arndt*
147+
148+
## 2.2.2.0
149+
* [#270] Update to Bootstrap 2.2.2 - *Tristan Harward*
150+
* [#266] Add license to gemspec - *Peter Marsh*
151+
152+
## 2.2.1.1
153+
* [#258] Use `bootstrap` prefix for `@import`ing files in `bootstrap/bootstrap.scss` - *Umair Siddique*
154+
155+
## 2.2.1.0
156+
* [#246] Update to Bootstrap 2.2.1 - *Tristan Harward*
157+
* [#246] Pull Bootstrap updates from jlong/sass-twitter-bootstrap - *Tristan Harward*
158+
159+
## 2.1.1.0
160+
* Update to Bootstrap 2.1.1
161+
* [#222] Remove 100% multiplier in vertical-three-colours
162+
* [#227] Fix IE component animation collapse
163+
* [#228] Fix variables documentation link
164+
* [#231] Made .input-block-level a class as well as mixin
165+
166+
## 2.1.0.1
167+
* [#219] Fix expected a color. Got: transparent.
168+
* [#207] Add missing warning style for table row highlighting
169+
* [#208] Use grid-input-span for input spans
170+
171+
## 2.1.0.0
172+
* Updated to Bootstrap 2.1
173+
* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.
174+
175+
## 2.0.4.1
176+
* Fix `.row-fluid > spanX` nesting
177+
* Small Javascript fixes for those staying on the 2.0.4 release
178+
* Add `!default` to z-index variables.
179+
180+
## 2.0.4.0
181+
* Updated to Bootstrap 2.0.4
182+
* Switched to Bootstrap 2.0.3+'s method of separating responsive files
183+
* [#149, #150] Fix off by one error introduced with manual revert of media query breakpoints
184+
* `rake debug` and `rake test` both compile bootstrap & bootstrap-responsive
185+
186+
## 2.0.3.1
187+
* [#145, #146] Fix button alignment in collapsing navbar as a result of an incorrect variable
188+
189+
## 2.0.3
190+
* Updated to Bootstrap 2.0.3
191+
* [#106] Support for Rails < 3.1 through Compass
192+
* [#132] Add CI testing
193+
* [#106] Support Rails w/Compass
194+
* [#134] Fix support for Rails w/Compass
195+
196+
## 2.0.2
197+
* [#86] Updated to Bootstrap 2.0.2
198+
Things of note: static navbars now have full width. (to be fixed in 2.0.3) `.navbar-inner > .container { width:940px; }` seems to work in the meanwhile
199+
* [#62] Fixed asset compilation taking a *very* long time.
200+
* [#69, #79, #80] \(Hopefully) clarified README. Now with less cat humour.
201+
* [#91] Removed doubled up Sass extensions for Rails.
202+
* [#63, #73] Allow for overriding of image-path
203+
* [[SO](http://stackoverflow.com/a/9909626/241212)] Added makeFluidColumn mixin for defining fluid columns. Fluid rows must use `@extend .row-fluid`, and any column inside it can use `@include makeFluidColumn(num)`, where `num` is the number of columns. Unfortunately, there is a rather major limitation to this: margins on first-child elements must be overriden. See the attached Stack Overflow answer for more information.
204+
205+
## 2.0.1
206+
* Updated to Bootstrap 2.0.1
207+
* Modified `@mixin opacity()` to take an argument `0...1` rather than `0...100` to be consistent with Compass.
208+
209+
## 2.0.0
210+
* Updated to Bootstrap 2.0.0
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Contributing to bootstrap-sass
2+
3+
## Asset Changes
4+
5+
Any changes to `bootstrap-sass` assets (scss, javascripts, fonts) should be checked against the `convert` rake task.
6+
For usage instructions, see the [README](/README.md).
7+
8+
If something is broken in the converter, it's preferable to update the converter along with the asset itself.
9+
10+
11+
## Bugs
12+
13+
A bug is a _demonstrable problem_ that is caused by the code in the
14+
repository. Good bug reports are extremely helpful - thank you!
15+
16+
Guidelines for bug reports:
17+
18+
1. **Does it belong here?** &mdash; is this a problem with bootstrap-sass, or
19+
it an issue with [twbs/bootstrap](https://github.com/twbs/bootstrap)?
20+
We only distribute a direct port and will not modify files if they're not
21+
changed upstream.
22+
23+
2. **Use the GitHub issue search** &mdash; check if the issue has already been
24+
reported.
25+
26+
3. **Isolate the problem** &mdash; ideally create a [reduced test
27+
case](http://css-tricks.com/6263-reduced-test-cases/) and a live example.
28+
29+
A good bug report shouldn't leave others needing to chase you up for more
30+
information. Please try to be as detailed as possible in your report. What is
31+
your environment? What steps will reproduce the issue? What browser(s) and OS
32+
experience the problem? What would you expect to be the outcome? All these
33+
details will help people to fix any potential bugs.
34+
35+
Example:
36+
37+
> Short and descriptive example bug report title
38+
>
39+
> A summary of the issue and the browser/OS environment in which it occurs. If
40+
> suitable, include the steps required to reproduce the bug.
41+
>
42+
> 1. This is the first step
43+
> 2. This is the second step
44+
> 3. Further steps, etc.
45+
>
46+
> `<url>` (a link to the reduced test case)
47+
>
48+
> Any other information you want to share that is relevant to the issue being
49+
> reported. This might include the lines of code that you have identified as
50+
> causing the bug, and potential solutions (and your opinions on their
51+
> merits).
52+
53+
**[File a bug report](https://github.com/twbs/bootstrap-sass/issues/)**
54+
55+
56+
## Pull requests
57+
58+
**We will not accept pull requests that modify the SCSS beyond fixing bugs caused by *our* code!**
59+
60+
We use a [converter script][converter-readme] to automatically convert upstream bootstrap, written in LESS, to Sass.
61+
62+
Issues related to styles or javascript but unrelated to the conversion process should go to [twbs/bootstrap][upstream].
63+
64+
Pull requests that fix bugs caused by our code should not modify the SCSS directly, but should patch the converter instead.
65+
66+
Good pull requests - patches, improvements, new features - are a fantastic
67+
help. They should remain focused in scope and avoid containing unrelated
68+
commits. If your contribution involves a significant amount of work or substantial
69+
changes to any part of the project, please open an issue to discuss it first.
70+
71+
Make sure to adhere to the coding conventions used throughout a project
72+
(indentation, accurate comments, etc.). Please update any documentation that is
73+
relevant to the change you're making.
74+
75+
## Do not…
76+
77+
Please **do not** use the issue tracker for personal support requests (use
78+
[Stack Overflow](http://stackoverflow.com/)).
79+
80+
Please **do not** derail or troll issues. Keep the
81+
discussion on topic and respect the opinions of others.
82+
83+
*props [html5-boilerplate](https://github.com/h5bp/html5-boilerplate/blob/master/CONTRIBUTING.md)*
84+
85+
[upstream]: https://github.com/twbs/bootstrap
86+
[converter-readme]: https://github.com/twbs/bootstrap-sass/blob/master/README.md#upstream-converter
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2011-2016 Twitter, Inc
4+
Copyright (c) 2011-2016 The Bootstrap Authors
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.

0 commit comments

Comments
 (0)