Skip to content

Commit 1931a5b

Browse files
add all files
0 parents  commit 1931a5b

File tree

165 files changed

+49088
-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.

165 files changed

+49088
-0
lines changed

css/.DS_Store

8 KB
Binary file not shown.

css/ajax-loader.gif

3.13 KB
Loading

css/animate.css

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

css/aos.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap/.DS_Store

6 KB
Binary file not shown.

css/bootstrap/bootstrap-grid.css

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

css/bootstrap/bootstrap-reboot.css

Lines changed: 263 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
/*!
2+
* Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
3+
* Copyright 2011-2018 The Bootstrap Authors
4+
* Copyright 2011-2018 Twitter, Inc.
5+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6+
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7+
*/
8+
*,
9+
*::before,
10+
*::after {
11+
-webkit-box-sizing: border-box;
12+
box-sizing: border-box; }
13+
14+
html {
15+
font-family: sans-serif;
16+
line-height: 1.15;
17+
-webkit-text-size-adjust: 100%;
18+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
19+
20+
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
21+
display: block; }
22+
23+
body {
24+
margin: 0;
25+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
26+
font-size: 1rem;
27+
font-weight: 400;
28+
line-height: 1.5;
29+
color: #212529;
30+
text-align: left;
31+
background-color: #fff; }
32+
33+
[tabindex="-1"]:focus {
34+
outline: 0 !important; }
35+
36+
hr {
37+
-webkit-box-sizing: content-box;
38+
box-sizing: content-box;
39+
height: 0;
40+
overflow: visible; }
41+
42+
h1, h2, h3, h4, h5, h6 {
43+
margin-top: 0;
44+
margin-bottom: 0.5rem; }
45+
46+
p {
47+
margin-top: 0;
48+
margin-bottom: 1rem; }
49+
50+
abbr[title],
51+
abbr[data-original-title] {
52+
text-decoration: underline;
53+
-webkit-text-decoration: underline dotted;
54+
text-decoration: underline dotted;
55+
cursor: help;
56+
border-bottom: 0;
57+
text-decoration-skip-ink: none; }
58+
59+
address {
60+
margin-bottom: 1rem;
61+
font-style: normal;
62+
line-height: inherit; }
63+
64+
ol,
65+
ul,
66+
dl {
67+
margin-top: 0;
68+
margin-bottom: 1rem; }
69+
70+
ol ol,
71+
ul ul,
72+
ol ul,
73+
ul ol {
74+
margin-bottom: 0; }
75+
76+
dt {
77+
font-weight: 700; }
78+
79+
dd {
80+
margin-bottom: .5rem;
81+
margin-left: 0; }
82+
83+
blockquote {
84+
margin: 0 0 1rem; }
85+
86+
b,
87+
strong {
88+
font-weight: bolder; }
89+
90+
small {
91+
font-size: 80%; }
92+
93+
sub,
94+
sup {
95+
position: relative;
96+
font-size: 75%;
97+
line-height: 0;
98+
vertical-align: baseline; }
99+
100+
sub {
101+
bottom: -.25em; }
102+
103+
sup {
104+
top: -.5em; }
105+
106+
a {
107+
color: #007bff;
108+
text-decoration: none;
109+
background-color: transparent; }
110+
a:hover {
111+
color: #0056b3;
112+
text-decoration: underline; }
113+
114+
a:not([href]):not([tabindex]) {
115+
color: inherit;
116+
text-decoration: none; }
117+
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
118+
color: inherit;
119+
text-decoration: none; }
120+
a:not([href]):not([tabindex]):focus {
121+
outline: 0; }
122+
123+
pre,
124+
code,
125+
kbd,
126+
samp {
127+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
128+
font-size: 1em; }
129+
130+
pre {
131+
margin-top: 0;
132+
margin-bottom: 1rem;
133+
overflow: auto; }
134+
135+
figure {
136+
margin: 0 0 1rem; }
137+
138+
img {
139+
vertical-align: middle;
140+
border-style: none; }
141+
142+
svg {
143+
overflow: hidden;
144+
vertical-align: middle; }
145+
146+
table {
147+
border-collapse: collapse; }
148+
149+
caption {
150+
padding-top: 0.75rem;
151+
padding-bottom: 0.75rem;
152+
color: #6c757d;
153+
text-align: left;
154+
caption-side: bottom; }
155+
156+
th {
157+
text-align: inherit; }
158+
159+
label {
160+
display: inline-block;
161+
margin-bottom: 0.5rem; }
162+
163+
button {
164+
border-radius: 0; }
165+
166+
button:focus {
167+
outline: 1px dotted;
168+
outline: 5px auto -webkit-focus-ring-color; }
169+
170+
input,
171+
button,
172+
select,
173+
optgroup,
174+
textarea {
175+
margin: 0;
176+
font-family: inherit;
177+
font-size: inherit;
178+
line-height: inherit; }
179+
180+
button,
181+
input {
182+
overflow: visible; }
183+
184+
button,
185+
select {
186+
text-transform: none; }
187+
188+
button,
189+
[type="button"],
190+
[type="reset"],
191+
[type="submit"] {
192+
-webkit-appearance: button; }
193+
194+
button::-moz-focus-inner,
195+
[type="button"]::-moz-focus-inner,
196+
[type="reset"]::-moz-focus-inner,
197+
[type="submit"]::-moz-focus-inner {
198+
padding: 0;
199+
border-style: none; }
200+
201+
input[type="radio"],
202+
input[type="checkbox"] {
203+
-webkit-box-sizing: border-box;
204+
box-sizing: border-box;
205+
padding: 0; }
206+
207+
input[type="date"],
208+
input[type="time"],
209+
input[type="datetime-local"],
210+
input[type="month"] {
211+
-webkit-appearance: listbox; }
212+
213+
textarea {
214+
overflow: auto;
215+
resize: vertical; }
216+
217+
fieldset {
218+
min-width: 0;
219+
padding: 0;
220+
margin: 0;
221+
border: 0; }
222+
223+
legend {
224+
display: block;
225+
width: 100%;
226+
max-width: 100%;
227+
padding: 0;
228+
margin-bottom: .5rem;
229+
font-size: 1.5rem;
230+
line-height: inherit;
231+
color: inherit;
232+
white-space: normal; }
233+
234+
progress {
235+
vertical-align: baseline; }
236+
237+
[type="number"]::-webkit-inner-spin-button,
238+
[type="number"]::-webkit-outer-spin-button {
239+
height: auto; }
240+
241+
[type="search"] {
242+
outline-offset: -2px;
243+
-webkit-appearance: none; }
244+
245+
[type="search"]::-webkit-search-decoration {
246+
-webkit-appearance: none; }
247+
248+
::-webkit-file-upload-button {
249+
font: inherit;
250+
-webkit-appearance: button; }
251+
252+
output {
253+
display: inline-block; }
254+
255+
summary {
256+
display: list-item;
257+
cursor: pointer; }
258+
259+
template {
260+
display: none; }
261+
262+
[hidden] {
263+
display: none !important; }

css/css/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)