ols-theme 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +50 -0
  4. data/_includes/default-footer.html +56 -0
  5. data/_includes/default-header.html +81 -0
  6. data/_includes/detailed-schedule.md +11 -0
  7. data/_includes/external-entities.html +43 -0
  8. data/_includes/overall-schedule.md +27 -0
  9. data/_includes/people.html +89 -0
  10. data/_includes/schedule.md +2 -0
  11. data/_includes/timeline.md +24 -0
  12. data/_includes/toc.html +12 -0
  13. data/_includes/week.md +50 -0
  14. data/_layouts/base.html +66 -0
  15. data/_layouts/default.html +37 -0
  16. data/_layouts/page.html +9 -0
  17. data/_layouts/people.html +373 -0
  18. data/_layouts/post.html +5 -0
  19. data/_layouts/posts.html +51 -0
  20. data/_sass/bulma/CHANGELOG.md +1254 -0
  21. data/_sass/bulma/LICENSE +21 -0
  22. data/_sass/bulma/README.md +124 -0
  23. data/_sass/bulma/bulma.sass +9 -0
  24. data/_sass/bulma/css/bulma.css +10599 -0
  25. data/_sass/bulma/css/bulma.css.map +1 -0
  26. data/_sass/bulma/css/bulma.min.css +1 -0
  27. data/_sass/bulma/package.json +52 -0
  28. data/_sass/bulma/sass/base/_all.sass +5 -0
  29. data/_sass/bulma/sass/base/generic.sass +142 -0
  30. data/_sass/bulma/sass/base/helpers.sass +281 -0
  31. data/_sass/bulma/sass/base/minireset.sass +85 -0
  32. data/_sass/bulma/sass/components/_all.sass +15 -0
  33. data/_sass/bulma/sass/components/breadcrumb.sass +75 -0
  34. data/_sass/bulma/sass/components/card.sass +79 -0
  35. data/_sass/bulma/sass/components/dropdown.sass +81 -0
  36. data/_sass/bulma/sass/components/level.sass +77 -0
  37. data/_sass/bulma/sass/components/list.sass +39 -0
  38. data/_sass/bulma/sass/components/media.sass +48 -0
  39. data/_sass/bulma/sass/components/menu.sass +57 -0
  40. data/_sass/bulma/sass/components/message.sass +87 -0
  41. data/_sass/bulma/sass/components/modal.sass +113 -0
  42. data/_sass/bulma/sass/components/navbar.sass +443 -0
  43. data/_sass/bulma/sass/components/pagination.sass +149 -0
  44. data/_sass/bulma/sass/components/panel.sass +103 -0
  45. data/_sass/bulma/sass/components/tabs.sass +151 -0
  46. data/_sass/bulma/sass/elements/_all.sass +15 -0
  47. data/_sass/bulma/sass/elements/box.sass +24 -0
  48. data/_sass/bulma/sass/elements/button.sass +305 -0
  49. data/_sass/bulma/sass/elements/container.sass +23 -0
  50. data/_sass/bulma/sass/elements/content.sass +155 -0
  51. data/_sass/bulma/sass/elements/form.sass +1 -0
  52. data/_sass/bulma/sass/elements/icon.sass +21 -0
  53. data/_sass/bulma/sass/elements/image.sass +69 -0
  54. data/_sass/bulma/sass/elements/notification.sass +35 -0
  55. data/_sass/bulma/sass/elements/other.sass +39 -0
  56. data/_sass/bulma/sass/elements/progress.sass +67 -0
  57. data/_sass/bulma/sass/elements/table.sass +127 -0
  58. data/_sass/bulma/sass/elements/tag.sass +121 -0
  59. data/_sass/bulma/sass/elements/title.sass +70 -0
  60. data/_sass/bulma/sass/form/_all.sass +8 -0
  61. data/_sass/bulma/sass/form/checkbox-radio.sass +21 -0
  62. data/_sass/bulma/sass/form/file.sass +180 -0
  63. data/_sass/bulma/sass/form/input-textarea.sass +60 -0
  64. data/_sass/bulma/sass/form/select.sass +85 -0
  65. data/_sass/bulma/sass/form/shared.sass +55 -0
  66. data/_sass/bulma/sass/form/tools.sass +205 -0
  67. data/_sass/bulma/sass/grid/_all.sass +4 -0
  68. data/_sass/bulma/sass/grid/columns.sass +504 -0
  69. data/_sass/bulma/sass/grid/tiles.sass +34 -0
  70. data/_sass/bulma/sass/layout/_all.sass +5 -0
  71. data/_sass/bulma/sass/layout/footer.sass +9 -0
  72. data/_sass/bulma/sass/layout/hero.sass +143 -0
  73. data/_sass/bulma/sass/layout/section.sass +13 -0
  74. data/_sass/bulma/sass/utilities/_all.sass +8 -0
  75. data/_sass/bulma/sass/utilities/animations.sass +5 -0
  76. data/_sass/bulma/sass/utilities/controls.sass +50 -0
  77. data/_sass/bulma/sass/utilities/derived-variables.sass +85 -0
  78. data/_sass/bulma/sass/utilities/functions.sass +62 -0
  79. data/_sass/bulma/sass/utilities/initial-variables.sass +76 -0
  80. data/_sass/bulma/sass/utilities/mixins.sass +261 -0
  81. data/assets/css/custom.scss +422 -0
  82. data/assets/images/2019-09-24-application.png +0 -0
  83. data/assets/images/2019-10-18-projects.jpg +0 -0
  84. data/assets/images/2019-10-21-storytelling.jpeg +0 -0
  85. data/assets/images/2019-11-13-difference-with-elife-innovation-leaders.jpg +0 -0
  86. data/assets/images/2019-11-25-blog2.png +0 -0
  87. data/assets/images/2019-11-25-blog3.png +0 -0
  88. data/assets/images/2019-11-25-blog4.png +0 -0
  89. data/assets/images/2019-11-25-blog5.png +0 -0
  90. data/assets/images/2019-11-25-blog6.png +0 -0
  91. data/assets/images/2019-11-25-header-expert.jpeg +0 -0
  92. data/assets/images/2020-ally-training.jpg +0 -0
  93. data/assets/images/2021-04-30-ols-2-blog-2.png +0 -0
  94. data/assets/images/2021-04-30-ols-2-blog.png +0 -0
  95. data/assets/images/2021-12-21-wt-open-research-fund-header.png +0 -0
  96. data/assets/images/2022-01-04-esthers-mentoring-blog-illustration.jpg +0 -0
  97. data/assets/images/2022-01-27-ols-czi-funding.jpg +0 -0
  98. data/assets/images/2022-02-18-for-hire.jpg +0 -0
  99. data/assets/images/2022-04-01-header-image-speed-blod-nadine.jpg +0 -0
  100. data/assets/images/2022-05-13-os-hobby-blog.jpg +0 -0
  101. data/assets/images/2022-07-18-ismaelkg-crinkle.png +0 -0
  102. data/assets/images/2022-07-18-ismaelkg-timeline-image.png +0 -0
  103. data/assets/images/2022-07-18-ismaelkg-watches.jpg +0 -0
  104. data/assets/images/2022-07-18-osmooc-logo.png +0 -0
  105. data/assets/images/2022-07-18-osmooc-modules.png +0 -0
  106. data/assets/images/2022-07-18-tudelft-history.png +0 -0
  107. data/assets/images/2022-07-18-twitter.png +0 -0
  108. data/assets/images/2022-08-adi-goldstein-unsplash.jpg +0 -0
  109. data/assets/images/2022-08-paz-meme.png +0 -0
  110. data/assets/images/2022-08-paz.jpg +0 -0
  111. data/assets/images/2022-12-andrea-sanchez.jpg +0 -0
  112. data/assets/images/2022-12-ecg-grant-announcement.png +0 -0
  113. data/assets/images/2022-12-jon-tyson-unsplash.jpg +0 -0
  114. data/assets/images/2022-12-melissa-black.jpg +0 -0
  115. data/assets/images/2022-12-mitchell-luo-unsplash.jpg +0 -0
  116. data/assets/images/2022-12-ols-resident-fellows.jpg +0 -0
  117. data/assets/images/2022-12-pexels-linda-ellershein.jpg +0 -0
  118. data/assets/images/2022-12-reina-camacho.png +0 -0
  119. data/assets/images/2022-WT-OLS-Job-Description.pdf +0 -0
  120. data/assets/images/2023-02-1-milad-fakurian-0n1pmev3w2A-unsplash.jpg +0 -0
  121. data/assets/images/2023-04-18-introducing-the-new-OLS/colourrefresh.png +0 -0
  122. data/assets/images/2023-04-18-introducing-the-new-OLS/identity-poster.png +0 -0
  123. data/assets/images/2023-04-18-introducing-the-new-OLS/logo-refresh.png +0 -0
  124. data/assets/images/2023-04-18-introducing-the-new-OLS/logomark.png +0 -0
  125. data/assets/images/2023-04-18-introducing-the-new-OLS/open-by-design.png +0 -0
  126. data/assets/images/2023-04-18-introducing-the-new-OLS/open-seeds.png +0 -0
  127. data/assets/images/2023-05-debs.jpg +0 -0
  128. data/assets/images/2023-05-taj.jpg +0 -0
  129. data/assets/images/about.jpg +0 -0
  130. data/assets/images/code-of-conduct.jpg +0 -0
  131. data/assets/images/index.jpg +0 -0
  132. data/assets/images/logo.png +0 -0
  133. data/assets/images/ols-1/project-participants.jpg +0 -0
  134. data/assets/images/organizations/denbi.png +0 -0
  135. data/assets/images/organizations/elixir.png +0 -0
  136. data/assets/images/organizations/mozilla.jpg +0 -0
  137. data/assets/images/posts.jpg +0 -0
  138. data/assets/images/schedule.png +0 -0
  139. data/assets/images/syllabus.jpg +0 -0
  140. data/assets/js/posts.js +21 -0
  141. data/assets/js/scripts.js +52 -0
  142. metadata +197 -0
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Jeremy Thomas
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,124 @@
1
+ # [Bulma](https://bulma.io)
2
+
3
+ Bulma is a **modern CSS framework** based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes).
4
+
5
+ [![npm](https://img.shields.io/npm/v/bulma.svg)][npm-link]
6
+ [![npm](https://img.shields.io/npm/dm/bulma.svg)][npm-link]
7
+ [![Awesome][awesome-badge]][awesome-link]
8
+ [![Join the chat at https://gitter.im/jgthms/bulma](https://badges.gitter.im/jgthms/bulma.svg)](https://gitter.im/jgthms/bulma)
9
+ [![Build Status](https://travis-ci.org/jgthms/bulma.svg?branch=master)](https://travis-ci.org/jgthms/bulma)
10
+
11
+ <a href="https://bulma.io"><img src="https://raw.githubusercontent.com/jgthms/bulma/master/docs/images/bulma-banner.png" alt="Bulma: a Flexbox CSS framework" style="max-width:100%;" width="600" height="315"></a>
12
+
13
+ ## Quick install
14
+
15
+ Bulma is constantly in development! Try it out now:
16
+
17
+ ### NPM
18
+
19
+ ```sh
20
+ npm install bulma
21
+ ```
22
+
23
+ **or**
24
+
25
+ ### Yarn
26
+
27
+ ```sh
28
+ yarn add bulma
29
+ ```
30
+
31
+ ### Bower
32
+
33
+ ```sh
34
+ bower install bulma
35
+ ```
36
+
37
+ ### Import
38
+ After installation, you can import the CSS file into your project using this snippet:
39
+
40
+ ```sh
41
+ import 'bulma/css/bulma.css'
42
+ ```
43
+
44
+ ### CDN
45
+
46
+ [https://cdnjs.com/libraries/bulma](https://cdnjs.com/libraries/bulma)
47
+
48
+ Feel free to raise an issue or submit a pull request.
49
+
50
+ ## CSS only
51
+
52
+ Bulma is a **CSS** framework. As such, the sole output is a single CSS file: [bulma.css](https://github.com/jgthms/bulma/blob/master/css/bulma.css)
53
+
54
+ You can either use that file, "out of the box", or download the Sass source files to customize the [variables](https://bulma.io/documentation/overview/variables/).
55
+
56
+ There is **no** JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic.
57
+
58
+ ## Browser Support
59
+
60
+ Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](https://caniuse.com/#feat=flexbox), Bulma is compatible with **recent** versions of:
61
+
62
+ * Chrome
63
+ * Edge
64
+ * Firefox
65
+ * Opera
66
+ * Safari
67
+
68
+ Internet Explorer (10+) is only partially supported.
69
+
70
+ ## Documentation
71
+
72
+ The documentation resides in the [docs](docs) directory, and is built with the Ruby-based [Jekyll](https://jekyllrb.com/) tool.
73
+
74
+ Browse the [online documentation here.](https://bulma.io/documentation/overview/start/)
75
+
76
+ ## Related projects
77
+
78
+ | Project | Description |
79
+ |--------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
80
+ | [Bulma with Attribute Modules](https://github.com/j5bot/bulma-attribute-selectors) | Adds support for attribute-based selectors |
81
+ | [Bulma with Rails](https://github.com/joshuajansen/bulma-rails) | Integrates Bulma with the rails asset pipeline |
82
+ | [Vue Admin](https://github.com/vue-bulma/vue-admin) | Vue Admin framework powered by Bulma |
83
+ | [Bulmaswatch](https://github.com/jenil/bulmaswatch) | Free themes for Bulma |
84
+ | [Goldfish](https://github.com/Caiyeon/goldfish) | Vault UI with Bulma, Golang, and Vue Admin |
85
+ | [ember-bulma](https://github.com/open-tux/ember-bulma) | Ember addon providing a collection of UI components for Bulma |
86
+ | [Bloomer](https://bloomer.js.org) | A set of React components for Bulma |
87
+ | [React-bulma](https://github.com/kulakowka/react-bulma) | React.js components for Bulma |
88
+ | [Buefy](https://buefy.github.io) | Lightweight UI components for Vue.js based on Bulma |
89
+ | [vue-bulma-components](https://github.com/vouill/vue-bulma-components) | Bulma components for Vue.js with straightforward syntax |
90
+ | [BulmaJS](https://github.com/VizuaaLOG/BulmaJS) | Javascript integration for Bulma. Written in ES6 with a data-* API |
91
+ | [Bulma-modal-fx](https://github.com/postare/bulma-modal-fx) | A set of modal window effects with CSS transitions and animations for Bulma |
92
+ | [Bulma.styl](https://github.com/log1x/bulma.styl) | 1:1 Stylus translation of Bulma |
93
+ | [elm-bulma](https://github.com/surprisetalk/elm-bulma) | Bulma + Elm |
94
+ | [elm-bulma-classes](https://github.com/ahstro/elm-bulma-classes) | Bulma classes prepared for usage with Elm |
95
+ | [Bulma Customizer](https://bulma-customizer.bstash.io/) | Bulma Customizer &#8211; Create your own **bespoke** Bulma build |
96
+ | [Fulma](https://mangelmaxime.github.io/Fulma/) | Wrapper around Bulma for [fable-react](https://github.com/fable-compiler/fable-react) |
97
+ | [Laravel Enso](https://github.com/laravel-enso/enso) | SPA Admin Panel built with Bulma, VueJS and Laravel |
98
+ | [Django Bulma](https://github.com/timonweb/django-bulma) | Integrates Bulma with Django |
99
+ | [Bulma Templates](https://github.com/dansup/bulma-templates) | Free Templates for Bulma |
100
+ | [React Bulma Components](https://github.com/couds/react-bulma-components) | Another React wrap on React for Bulma.io |
101
+ | [purescript-bulma](https://github.com/sectore/purescript-bulma) | PureScript bindings for Bulma |
102
+ | [Vue Datatable](https://github.com/laravel-enso/vuedatatable) | Bulma themed datatable based on Vue, Laravel & JSON templates |
103
+ | [bulma-fluent](https://mubaidr.github.io/bulma-fluent/) | Fluent Design Theme for Bulma inspired by Microsoft’s Fluent Design System |
104
+ | [csskrt-csskrt](https://github.com/4d11/csskrt-csskrt) | Automatically add Bulma classes to HTML files |
105
+ | [bulma-pagination-react](https://github.com/hipstersmoothie/bulma-pagination-react) | Bulma pagination as a react component |
106
+ | [bulma-helpers](https://github.com/jmaczan/bulma-helpers) | Functional / Atomic CSS classes for Bulma |
107
+ | [bulma-swatch-hook](https://github.com/hipstersmoothie/bulma-swatch-hook) | Bulma swatches as a react hook and a component |
108
+ | [BulmaWP](https://github.com/tomhrtly/BulmaWP) | Starter WordPress theme for Bulma |
109
+ | [Ralma](https://github.com/aldi/ralma) | Stateless Ractive.js Components for Bulma |
110
+ | [Django Simple Bulma](https://github.com/python-discord/django-simple-bulma) | Lightweight integration of Bulma and Bulma-Extensions for your Django app |
111
+ | [rbx](https://dfee.github.io/rbx) | Comprehensive React UI Framework written in TypeScript |
112
+ | [Awesome Bulma Templates](https://github.com/aldi/awesome-bulma-templates) | Free real-world Templates built with Bulma |
113
+ | [Trunx](http://g14n.info/trunx) | Super Saiyan React components, son of awesome Bulma, implemented in TypeScript |
114
+ | [@aybolit/bulma](https://github.com/web-padawan/aybolit/tree/master/packages/bulma) | Web Components library inspired by Bulma and Bulma-extensions |
115
+ | [Drulma](https://www.drupal.org/project/drulma) | Drupal theme for Bulma. |
116
+ | [Bulrush](https://github.com/textbook/bulrush) | A Bulma-based Python Pelican blog theme |
117
+
118
+ ## Copyright and license
119
+
120
+ Code copyright 2019 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
121
+
122
+ [npm-link]: https://www.npmjs.com/package/bulma
123
+ [awesome-link]: https://github.com/awesome-css-group/awesome-css
124
+ [awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
@@ -0,0 +1,9 @@
1
+ @charset "utf-8"
2
+ /*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
3
+ @import "sass/utilities/_all"
4
+ @import "sass/base/_all"
5
+ @import "sass/elements/_all"
6
+ @import "sass/form/_all"
7
+ @import "sass/components/_all"
8
+ @import "sass/grid/_all"
9
+ @import "sass/layout/_all"