Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
5
assets/static/css/fontawesome-all.min.css
vendored
Normal file
5
assets/static/css/fontawesome-all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
assets/static/css/images/Virgo-original.jpg
Normal file
BIN
assets/static/css/images/Virgo-original.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
BIN
assets/static/css/images/Virgo-small.jpg
Normal file
BIN
assets/static/css/images/Virgo-small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 596 KiB |
BIN
assets/static/css/images/Virgo-small.png
Normal file
BIN
assets/static/css/images/Virgo-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
assets/static/css/images/Virgo.jpg
Normal file
BIN
assets/static/css/images/Virgo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 113 KiB |
BIN
assets/static/css/images/Virgo.png
Normal file
BIN
assets/static/css/images/Virgo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 391 KiB |
24
assets/static/css/images/intro.svg
Normal file
24
assets/static/css/images/intro.svg
Normal file
|
@ -0,0 +1,24 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000px" height="500px" viewBox="0 0 1000 500" zoomAndPan="disable" preserveAspectRatio="none">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
line
|
||||
{
|
||||
stroke: rgba(255,255,255,0.05);
|
||||
stroke-width: 1px;
|
||||
}
|
||||
]]></style>
|
||||
|
||||
<line x1="1100" y1="500" x2="-1000" y2="250" />
|
||||
<line x1="1100" y1="500" x2="-1000" y2="-100" />
|
||||
<line x1="1100" y1="500" x2="-1000" y2="-500" />
|
||||
<line x1="1100" y1="500" x2="-250" y2="-500" />
|
||||
<line x1="1100" y1="500" x2="300" y2="-500" />
|
||||
<line x1="1100" y1="500" x2="750" y2="-500" />
|
||||
|
||||
<line x1="1750" y1="0" x2="750" y2="500" />
|
||||
<line x1="1500" y1="0" x2="500" y2="500" />
|
||||
<line x1="1150" y1="0" x2="150" y2="500" />
|
||||
<line x1="700" y1="0" x2="-300" y2="500" />
|
||||
<line x1="150" y1="0" x2="-850" y2="500" />
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 839 B |
3200
assets/static/css/main.css
Normal file
3200
assets/static/css/main.css
Normal file
File diff suppressed because it is too large
Load diff
1
assets/static/css/main.css.map
Normal file
1
assets/static/css/main.css.map
Normal file
File diff suppressed because one or more lines are too long
43
assets/static/css/noscript.css
Normal file
43
assets/static/css/noscript.css
Normal file
|
@ -0,0 +1,43 @@
|
|||
/*
|
||||
Hyperspace by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
/* Spotlights */
|
||||
|
||||
.spotlights > section > .image:before {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
.spotlights > section > .content > .inner {
|
||||
-moz-transform: none !important;
|
||||
-webkit-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
transform: none !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Wrapper */
|
||||
|
||||
.wrapper > .inner {
|
||||
opacity: 1 !important;
|
||||
-moz-transform: none !important;
|
||||
-webkit-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
#sidebar > .inner {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
#sidebar nav > ul > li {
|
||||
-moz-transform: none !important;
|
||||
-webkit-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
transform: none !important;
|
||||
opacity: 1 !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue