Skip to content

Commit 0b4d3dc

Browse files
committed
previously flux
0 parents  commit 0b4d3dc

File tree

375 files changed

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

375 files changed

+55897
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scripts
2+
template_imgs

LICENSE.txt

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Official Site Repo of FLUX BrainHack - 2025

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

assets/.DS_Store

6 KB
Binary file not shown.

assets/css/font-awesome.min.css

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

assets/css/format.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
* {
2+
box-sizing: border-box;
3+
}
4+
5+
.header {
6+
border: 1px solid red;
7+
padding: 15px;
8+
}
9+
10+
.row::after {
11+
content: "";
12+
clear: both;
13+
display: table;
14+
}
15+
16+
[class*="col-"] {
17+
float: left;
18+
padding: 15px;
19+
border: 1px solid red;
20+
}
21+
22+
.col-1 {width: 8.33%;}
23+
.col-2 {width: 16.66%;}
24+
.col-3 {width: 25%;}
25+
.col-4 {width: 33.33%;}
26+
.col-5 {width: 41.66%;}
27+
.col-6 {width: 50%;}
28+
.col-7 {width: 58.33%;}
29+
.col-8 {width: 66.66%;}
30+
.col-9 {width: 75%;}
31+
.col-10 {width: 83.33%;}
32+
.col-11 {width: 91.66%;}
33+
.col-12 {width: 100%;}

assets/css/images/arrow.svg

Lines changed: 4 additions & 0 deletions
Loading

assets/css/images/bgbl.svg

Lines changed: 21 additions & 0 deletions
Loading

assets/css/images/bgtr.svg

Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)