Skip to content

Commit 7cd33c5

Browse files
committed
initial commit of theme/skin, css/js libraries, and footer content based on existing site
1 parent bfaea93 commit 7cd33c5

File tree

1,732 files changed

+213923
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,732 files changed

+213923
-3
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ venv.bak/
107107
*~
108108
\#*\#
109109

110+
# IDEs
111+
.idea/
112+
110113
# ifcbdb specific stuff
111114
nginx/ifcbdb.conf
112115
pyifcb

ifcbdb/assets/css/site.css

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
footer .logo {
2+
height:50px;
3+
margin:0 5px;
4+
padding: 5px 10px;
5+
background: #fff;
6+
border-radius: 5px;
7+
border: solid 1px #007bff;
8+
}
9+
}

ifcbdb/assets/img/gbmf.png

43.8 KB
Loading

ifcbdb/assets/img/nasa.png

64.4 KB
Loading

ifcbdb/assets/img/nopp.png

56.2 KB
Loading

ifcbdb/assets/img/nsf.png

52.4 KB
Loading

ifcbdb/assets/img/onr.png

67.2 KB
Loading

ifcbdb/assets/js/site.js

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Font Awesome Free License
2+
-------------------------
3+
4+
Font Awesome Free is free, open source, and GPL friendly. You can use it for
5+
commercial projects, open source projects, or really almost whatever you want.
6+
Full Font Awesome Free license: https://fontawesome.com/license/free.
7+
8+
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
9+
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
10+
packaged as SVG and JS file types.
11+
12+
# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
13+
In the Font Awesome Free download, the SIL OFL license applies to all icons
14+
packaged as web and desktop font files.
15+
16+
# Code: MIT License (https://opensource.org/licenses/MIT)
17+
In the Font Awesome Free download, the MIT license applies to all non-font and
18+
non-icon files.
19+
20+
# Attribution
21+
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
22+
Awesome Free files already contain embedded comments with sufficient
23+
attribution, so you shouldn't need to do anything additional when using these
24+
files normally.
25+
26+
We've kept attribution comments terse, so we ask that you do not actively work
27+
to remove them from files, especially code. They're a great way for folks to
28+
learn about Font Awesome.
29+
30+
# Brand Icons
31+
All brand icons are trademarks of their respective owners. The use of these
32+
trademarks does not indicate endorsement of the trademark holder by Font
33+
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
34+
to represent the company, product, or service to which they refer.**

0 commit comments

Comments
 (0)