File tree Expand file tree Collapse file tree 1 file changed +42
-32
lines changed Expand file tree Collapse file tree 1 file changed +42
-32
lines changed Original file line number Diff line number Diff line change 1
- <style >
2
-
3
- .column {
4
- flex-basis : 100% ;
5
- }
6
-
7
- @media screen and (min-width : 800px ) {
8
- .row {
9
- display : flex ;
10
- flex-direction : row ;
11
- flex-wrap : nowrap ;
12
- }
13
- .column {
14
- flex : 1 ;
15
- }
16
- ._25 {
17
- flex : 2.5 ;
18
- }
19
- ._5 {
20
- flex : 5 ;
21
- }
22
- }
23
-
24
- .column {
25
- padding : 15px ;
26
- border : 1px solid #666 ;
27
- margin : 5px 0 ;
28
- }
29
-
30
- </style >
31
-
32
1
# The GraphBLAS
33
2
34
3
The GraphBLAS Forum is an open effort to define standard building
@@ -221,7 +190,48 @@ email message to our [mailing list coordinator](mailto:
[email protected] ).
221
190
222
191
## The GraphBLAS is supported by the following organizations
223
192
224
- <div >
193
+ <div class =" row " >
194
+ <div class =" column " >
195
+ <img src="imgs/mit.png"/>
196
+ <div />
197
+ <div class =" column " >
198
+ <img src="imgs/mitll.png"/>
199
+ <div />
200
+ <div class =" column " >
201
+ <img src="imgs/tamu.png"/>
202
+ <div />
225
203
</div >
226
204
227
205
#### The GraphBLAS logo is licensed under [ CC BY 4.0] ( https://creativecommons.org/licenses/by/4.0/ ) (designer: Jakab Rokob)
206
+
207
+ <style >
208
+
209
+ .column {
210
+ flex-basis : 100% ;
211
+ }
212
+
213
+ @media screen and (min-width : 800px ) {
214
+ .row {
215
+ display : flex ;
216
+ flex-direction : row ;
217
+ flex-wrap : nowrap ;
218
+ }
219
+ .column {
220
+ flex : 1 ;
221
+ }
222
+ ._25 {
223
+ flex : 2.5 ;
224
+ }
225
+ ._5 {
226
+ flex : 5 ;
227
+ }
228
+ }
229
+
230
+ .column {
231
+ padding : 15px ;
232
+ border : 1px solid #666 ;
233
+ margin : 5px 0 ;
234
+ }
235
+
236
+ </style >
237
+
You can’t perform that action at this time.
0 commit comments