Skip to content

Commit 57a8087

Browse files
authored
add files
1 parent 74e2bd0 commit 57a8087

File tree

8 files changed

+16846
-0
lines changed

8 files changed

+16846
-0
lines changed

mixed_martial_arts/MMA_IRR_Module.Rmd

Lines changed: 2061 additions & 0 deletions
Large diffs are not rendered by default.
351 KB
Binary file not shown.
355 KB
Binary file not shown.

mixed_martial_arts/MMA_IRR_Module_webex.html

Lines changed: 4381 additions & 0 deletions
Large diffs are not rendered by default.

mixed_martial_arts/MMA_IRR_Module_webex.qmd

Lines changed: 2407 additions & 0 deletions
Large diffs are not rendered by default.

mixed_martial_arts/MMA_IRR_Module_webex2.qmd

Lines changed: 2412 additions & 0 deletions
Large diffs are not rendered by default.

mixed_martial_arts/cosmo.scss

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
/*-- scss:defaults --*/
2+
// quarto-scss-analysis-annotation { "origin": "cosmo (builtin theme)" }
3+
4+
$theme: "cosmo" !default;
5+
6+
//
7+
// Color system
8+
//
9+
10+
$white: #fff !default;
11+
$gray-100: #f8f9fa !default;
12+
$gray-200: #e9ecef !default;
13+
$gray-300: #dee2e6 !default;
14+
$gray-400: #ced4da !default;
15+
$gray-500: #adb5bd !default;
16+
$gray-600: #868e96 !default;
17+
$gray-700: #495057 !default;
18+
$gray-800: #373a3c !default;
19+
$gray-900: #212529 !default;
20+
$black: #000 !default;
21+
22+
$blue: #2780e3 !default;
23+
$indigo: #6610f2 !default;
24+
$purple: #613d7c !default;
25+
$pink: #e83e8c !default;
26+
$red: #ff0039 !default;
27+
$orange: #f0ad4e !default;
28+
$yellow: #ff7518 !default;
29+
$green: #3fb618 !default;
30+
$teal: #20c997 !default;
31+
$cyan: #9954bb !default;
32+
33+
$primary: $blue !default;
34+
$secondary: $gray-800 !default;
35+
$success: $green !default;
36+
$info: $cyan !default;
37+
$warning: $yellow !default;
38+
$danger: $red !default;
39+
$light: $gray-100 !default;
40+
$dark: $gray-800 !default;
41+
42+
$min-contrast-ratio: 2.6 !default;
43+
44+
// Options
45+
46+
$enable-rounded: false !default;
47+
48+
// Body
49+
50+
$body-color: $gray-800 !default;
51+
52+
// Fonts
53+
54+
// stylelint-disable-next-line value-keyword-case
55+
$font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
56+
$headings-font-weight: 400 !default;
57+
58+
// Navbar
59+
60+
$navbar-dark-hover-color: rgba($white, 1) !default;
61+
$navbar-light-hover-color: rgba($black, .9) !default;
62+
63+
// Alerts
64+
65+
$alert-border-width: 0 !default;
66+
67+
// Progress bars
68+
69+
$progress-height: .5rem !default;
70+
71+
72+
73+
/*-- scss:rules --*/
74+
75+
76+
// Variables
77+
78+
$web-font-path: "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap" !default;
79+
@if $web-font-path {
80+
@import url($web-font-path);
81+
}
82+
83+
// Typography
84+
85+
body {
86+
-webkit-font-smoothing: antialiased;
87+
}
88+
89+
// Indicators
90+
91+
.badge {
92+
&.bg-light {
93+
color: $dark;
94+
}
95+
}
96+
97+
// Progress bars
98+
99+
.progress {
100+
@include box-shadow(none);
101+
102+
.progress-bar {
103+
font-size: 8px;
104+
line-height: 8px;
105+
}
106+
}
107+
108+
109+
// quarto-scss-analysis-annotation { "origin": null }

mixed_martial_arts/decisions.csv

Lines changed: 5476 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)