adding all previous files for init commit

This commit is contained in:
Xevion
2019-06-29 16:31:30 -05:00
parent 6ed1597389
commit b6de8eef52
14 changed files with 7248 additions and 0 deletions

BIN
app/static/brand.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

6610
app/static/bulma.css vendored Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,110 @@
{
"particles": {
"number": {
"value": 80,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#d2d2d2"
},
"shape": {
"type": "triangle",
"stroke": {
"width": 0.2,
"color": "#666666"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3.2,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#c3c3c3",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 8017.060304327614,
"rotateY": 7696.377892154509
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": false,
"mode": "bubble"
},
"onclick": {
"enable": false,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
}

77
app/static/style.css Normal file
View File

@@ -0,0 +1,77 @@
/* github.com/plasticneko */
/* bulma css framework by jeremy thomas (github.com/jgthms | bulma.io) */
/* basic formatting changes */
body, .section {
background-color: whitesmoke;
}
.pagination-next, .pagination-previous, .pagination-link {
background-color: #fff;
}
.footer {
margin-top: 2rem;
}
.footer-top-shadow {
background-color: #fff;
border-top: 1px solid transparent;
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
}
.card-wrapper {
padding-bottom: 20px;
}
.post-wrapper {
padding-bottom: 40px;
}
.post-header img, .content-header img {
padding-bottom: 20px;
}
.continue-reading {
padding: 30px;
}
.post-content-details {
padding-bottom: 20px;
}
.content-wrapper p {
padding-bottom: 15px;
}
.end-content-nav-wrapper {
padding-bottom: 20px;
}
.end-post-details {
padding-top: 15px;
padding-bottom: 15px;
}
/* edits made to the bulma framework */
/* centering card-header-title text(1):
ensures bottom shadow remains */
.card-header-fix-center {
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
}
/* centering card-header-title text(2):
ensures the header text remains of similar quality */
.card-header-title-fix {
flex-grow: 1;
font-weight: 700;
padding: 0.75rem;
}
/* giving corners to the box styling */
.box {
border-radius: 0px;
}