Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Initial commit | 0d14164b4f789be29564040c0446eb691d91c238 | Gabi Balasz | 2020-02-14 17:50:13 |
fix(static): Removed photos | 13a6c0e4b6944cafa8ff9ba32e8ed7d13ecc245b | bbgmsys | 2020-02-15 10:11:28 |
Initial commit | cfb502c16b4855aa61582d5412b25c976c1be330 | Gabi Balasz | 2020-02-14 17:50:13 |
feat(static): Added static folder | c97c7fe4eb09d204dbf6e4218a2dd40ac2d9365d | Gabi Balasz | 2020-02-15 09:57:06 |
feat(init): Init | a6e68f098895dc065fd76c64d5b67ce8285697b7 | Gabi Balasz | 2020-02-15 09:54:56 |
Initial commit | d01c3176423113580007047c049516c9b443bc8f | Gabi Balasz | 2020-02-14 19:17:28 |
File components/base/band.vue changed (mode: 100644) (index c47ab03..70c945e) | |||
... | ... | export default { | |
36 | 36 | ||
37 | 37 | &_img { | &_img { |
38 | 38 | display: inline-block; | display: inline-block; |
39 | width: 80vw; | ||
40 | height: 80vh; | ||
39 | 41 | margin: 0 auto; | margin: 0 auto; |
42 | // position: absolute; | ||
43 | // top: 20%; | ||
44 | // bottom: 20%; | ||
40 | 45 | // left: 20%; | // left: 20%; |
41 | 46 | // right: 20%; | // right: 20%; |
42 | 47 | background-size: cover; | background-size: cover; |
43 | 48 | background-position: center; | background-position: center; |
44 | 49 | ||
45 | 50 | &.toRight { | &.toRight { |
46 | position: absolute; | ||
47 | 51 | right: 0; | right: 0; |
48 | 52 | left: 50%; | left: 50%; |
49 | 53 | } | } |
50 | |||
51 | @media (max-width: 768px) { | ||
52 | width: 80vw; | ||
53 | height: 80vh; | ||
54 | |||
55 | &.toLeft-lapUp { | ||
56 | margin-bottom: 3rem; | ||
57 | } | ||
58 | } | ||
59 | |||
60 | 54 | @media (min-width: 769px) { | @media (min-width: 769px) { |
61 | 55 | &.toRight-lapUp { | &.toRight-lapUp { |
62 | position: absolute; | ||
63 | top: 10%; | ||
64 | bottom: 10%; | ||
65 | 56 | right: 0; | right: 0; |
66 | 57 | left: 50%; | left: 50%; |
67 | 58 | } | } |
68 | 59 | } | } |
69 | |||
70 | 60 | &.toLeft { | &.toLeft { |
71 | position: absolute; | ||
72 | 61 | left: 0; | left: 0; |
73 | 62 | right: 50%; | right: 50%; |
74 | 63 | } | } |
75 | |||
76 | 64 | @media (min-width: 769px) { | @media (min-width: 769px) { |
77 | 65 | &.toLeft-lapUp { | &.toLeft-lapUp { |
78 | position: absolute; | ||
79 | top: 10%; | ||
80 | bottom: 10%; | ||
81 | 66 | left: 0; | left: 0; |
82 | 67 | right: 50%; | right: 50%; |
83 | 68 | } | } |
File components/layout/footer.vue changed (mode: 100644) (index c92f848..6999440) | |||
1 | 1 | <template> | <template> |
2 | 2 | <footer> | <footer> |
3 | <b-container class="my-4"> | ||
4 | <b-row> | ||
5 | <b-col cols="8" sm="5" class="my-4">Copyright © 2020 <strong>Shingitai Karate Cub</strong> <br/> Powered by <a href="http://bitvice.ro" target="_blank" rel="noopener noreferrer">BitVice</a>.</b-col> | ||
6 | <b-col cols="0" sm="2" class="text-center uHide-lapDown"> | ||
7 | <img src="/images/logo/skc_color_128.png" width="96" alt="Shingitai Karate Club"> | ||
8 | </b-col> | ||
9 | <b-col cols="4" sm="5" class="my-4 text-right"> | ||
10 | <a href="https://www.facebook.com/Shingitai-Karate-Club-Sensei-LiviuTabacaru-172072603137070/" target="_blank" rel="noopener noreferrer"> | ||
11 | <i class="footer_icon"> | ||
12 | <svg | ||
13 | aria-hidden="true" | ||
14 | focusable="false" | ||
15 | data-prefix="fab" | ||
16 | data-icon="facebook" | ||
17 | role="img" | ||
18 | xmlns="http://www.w3.org/2000/svg" | ||
19 | viewBox="0 0 512 512" | ||
20 | class="svg-inline--fa fa-facebook fa-w-16 fa-2x" | ||
21 | > | ||
22 | <path fill="currentColor" d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z" class=""></path> | ||
23 | </svg> | ||
24 | </i> | ||
25 | </a> | ||
26 | <a href="https://www.youtube.com/channel/UC3h9v4wkkH44jDvxyZbslAA" target="_blank" rel="noopener noreferrer"> | ||
27 | <i class="footer_icon"> | ||
28 | <svg | ||
29 | aria-hidden="true" | ||
30 | focusable="false" | ||
31 | data-prefix="fab" | ||
32 | data-icon="youtube" | ||
33 | role="img" | ||
34 | xmlns="http://www.w3.org/2000/svg" | ||
35 | viewBox="0 0 576 512" | ||
36 | class="svg-inline--fa fa-youtube fa-w-18 fa-2x" | ||
37 | > | ||
38 | <path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path> | ||
39 | </svg> | ||
40 | </i> | ||
41 | </a> | ||
42 | </b-col> | ||
43 | </b-row> | ||
44 | </b-container> | ||
3 | footer | ||
45 | 4 | </footer> | </footer> |
46 | 5 | </template> | </template> |
47 | |||
48 | <style lang="scss"> | ||
49 | .footer_icon { | ||
50 | display: inline-block; | ||
51 | width: 2rem; | ||
52 | height: 2rem; | ||
53 | margin-left: 2rem; | ||
54 | } | ||
55 | |||
56 | footer { | ||
57 | a { | ||
58 | color: #666; | ||
59 | |||
60 | &:hover { | ||
61 | color: red; | ||
62 | } | ||
63 | } | ||
64 | } | ||
65 | </style> |
File static/_/Aerobic Site/DSC_2475.jpg added (mode: 100644) (index 0000000..8f7ae35) |
File static/_/Aerobic Site/DSC_2479.jpg added (mode: 100644) (index 0000000..18c2b8d) |
File static/_/Aerobic Site/DSC_2522.jpg added (mode: 100644) (index 0000000..dd18694) |
File static/_/Aerobic Site/DSC_2524.jpg added (mode: 100644) (index 0000000..2385a90) |
File static/_/Aerobic Site/DSC_2532.jpg added (mode: 100644) (index 0000000..07017d4) |
File static/_/Aerobic Site/DSC_2541.jpg added (mode: 100644) (index 0000000..716f850) |
File static/_/Aerobic Site/DSC_2543.jpg added (mode: 100644) (index 0000000..a3fbe6f) |
File static/_/Aerobic Site/DSC_2548.jpg added (mode: 100644) (index 0000000..9205238) |
File static/_/Aerobic Site/DSC_2552.jpg added (mode: 100644) (index 0000000..baac567) |
File static/_/Aerobic Site/DSC_2557.jpg added (mode: 100644) (index 0000000..14b063b) |
File static/_/Aerobic Site/DSC_2558.jpg added (mode: 100644) (index 0000000..9ec81cf) |
File static/_/Aerobic Site/DSC_2588.jpg added (mode: 100644) (index 0000000..f11821b) |
File static/_/Aerobic Site/DSC_2598.jpg added (mode: 100644) (index 0000000..513921a) |
File static/_/Aerobic Site/DSC_2602.jpg added (mode: 100644) (index 0000000..ea2e402) |
File static/_/Aerobic Site/DSC_2604.jpg added (mode: 100644) (index 0000000..4bbab48) |
File static/_/Aerobic Site/DSC_2606.jpg added (mode: 100644) (index 0000000..2382a38) |
File static/_/Aerobic Site/DSC_2611.jpg added (mode: 100644) (index 0000000..05b0ad3) |
File static/_/Aerobic Site/DSC_2612.jpg added (mode: 100644) (index 0000000..ac15cce) |
File static/_/Aerobic Site/DSC_2613.jpg added (mode: 100644) (index 0000000..48ced2f) |
File static/_/Aerobic Site/DSC_2624.jpg added (mode: 100644) (index 0000000..c41d29c) |
File static/_/Aerobic Site/DSC_2626.jpg added (mode: 100644) (index 0000000..105b8d1) |
File static/_/Aerobic Site/DSC_2628.jpg added (mode: 100644) (index 0000000..7fb1cf6) |
File static/_/Aerobic Site/DSC_2629.jpg added (mode: 100644) (index 0000000..e0d0731) |
File static/_/Aerobic Site/DSC_2633.jpg added (mode: 100644) (index 0000000..316fdf4) |
File static/_/Aerobic Site/DSC_2634.jpg added (mode: 100644) (index 0000000..ae6da41) |
File static/_/Aerobic Site/DSC_2643.jpg added (mode: 100644) (index 0000000..bc9db8f) |
File static/_/Aerobic Site/DSC_2645.jpg added (mode: 100644) (index 0000000..e9539e6) |
File static/_/Aerobic Site/DSC_2648.jpg added (mode: 100644) (index 0000000..df503c2) |
File static/_/Aerobic Site/DSC_2653.jpg added (mode: 100644) (index 0000000..182d396) |
File static/_/Aerobic Site/DSC_2659.jpg added (mode: 100644) (index 0000000..eee343a) |
File static/_/DSC_2452.jpg added (mode: 100644) (index 0000000..814aec6) |
File static/_/DSC_2684.jpg added (mode: 100644) (index 0000000..b034616) |
File static/_/DSC_2691.jpg added (mode: 100644) (index 0000000..b57a311) |
File static/_/DSC_2694.jpg added (mode: 100644) (index 0000000..825c823) |
File static/_/DSC_2697.jpg added (mode: 100644) (index 0000000..4f6830b) |
File static/_/DSC_2701.jpg added (mode: 100644) (index 0000000..1c57502) |
File static/_/DSC_2703.jpg added (mode: 100644) (index 0000000..5a9bdff) |
File static/_/DSC_2706.jpg added (mode: 100644) (index 0000000..4bea77b) |
File static/_/DSC_2712.jpg added (mode: 100644) (index 0000000..df49a15) |
File static/_/DSC_2713.jpg added (mode: 100644) (index 0000000..ff84c6d) |
File static/_/DSC_2714.jpg added (mode: 100644) (index 0000000..0d85b09) |
File static/_/DSC_2720.jpg added (mode: 100644) (index 0000000..a431f24) |
File static/_/DSC_2722.jpg added (mode: 100644) (index 0000000..ef4c1f0) |
File static/_/DSC_2725.jpg added (mode: 100644) (index 0000000..5e93007) |
File static/_/DSC_2730.jpg added (mode: 100644) (index 0000000..67f5f1b) |
File static/_/DSC_2737.jpg added (mode: 100644) (index 0000000..807fb67) |
File static/_/DSC_2749.jpg added (mode: 100644) (index 0000000..dac47dd) |
File static/_/DSC_2750.jpg added (mode: 100644) (index 0000000..4c92634) |
File static/_/DSC_2756.jpg added (mode: 100644) (index 0000000..ba15cbd) |
File static/_/DSC_2759.jpg added (mode: 100644) (index 0000000..e323b1c) |
File static/_/DSC_2761.jpg added (mode: 100644) (index 0000000..bf95351) |
File static/_/DSC_2764.jpg added (mode: 100644) (index 0000000..69f6b25) |
File static/_/DSC_2769.jpg added (mode: 100644) (index 0000000..981ba7e) |
File static/_/DSC_2771.jpg added (mode: 100644) (index 0000000..d27ab03) |
File static/_/DSC_2775.jpg added (mode: 100644) (index 0000000..6158160) |
File static/_/DSC_2801.jpg added (mode: 100644) (index 0000000..bfc9386) |
File static/_/DSC_2811.jpg added (mode: 100644) (index 0000000..a528f5e) |
File static/_/DSC_2817.jpg added (mode: 100644) (index 0000000..03ec32c) |
File static/_/DSC_2820.jpg added (mode: 100644) (index 0000000..83eb1c5) |
File static/_/DSC_2835.jpg added (mode: 100644) (index 0000000..b723d9f) |
File static/_/DSC_2843.jpg added (mode: 100644) (index 0000000..4bac854) |
File static/_/DSC_2849.jpg added (mode: 100644) (index 0000000..e0bda53) |
File static/_/DSC_2853.jpg added (mode: 100644) (index 0000000..064149d) |
File static/_/DSC_2859.jpg added (mode: 100644) (index 0000000..31bd4f2) |
File static/_/DSC_2867.jpg added (mode: 100644) (index 0000000..8dad1b0) |
File static/_/DSC_2870.jpg added (mode: 100644) (index 0000000..ec7005a) |
File static/_/DSC_2876.jpg added (mode: 100644) (index 0000000..9f39b57) |
File static/_/DSC_2877.jpg added (mode: 100644) (index 0000000..93e5d2d) |
File static/_/DSC_2880.jpg added (mode: 100644) (index 0000000..675fa2c) |
File static/_/DSC_2881.jpg added (mode: 100644) (index 0000000..87d7250) |
File static/_/DSC_2883.jpg added (mode: 100644) (index 0000000..dee9b02) |
File static/_/DSC_2884.jpg added (mode: 100644) (index 0000000..71314bd) |
File static/_/DSC_2890.jpg added (mode: 100644) (index 0000000..7d5e6a1) |
File static/_/DSC_2893.jpg added (mode: 100644) (index 0000000..f894329) |
File static/_/DSC_2894.jpg added (mode: 100644) (index 0000000..ea36840) |
File static/_/DSC_2895.jpg added (mode: 100644) (index 0000000..93d5e0a) |
File static/_/DSC_2898.jpg added (mode: 100644) (index 0000000..a5ec1bd) |
File static/_/DSC_2914.jpg added (mode: 100644) (index 0000000..6da6055) |
File static/_/DSC_2917.jpg added (mode: 100644) (index 0000000..850727f) |
File static/_/DSC_2920.jpg added (mode: 100644) (index 0000000..7d143f7) |
File static/_/DSC_2922.jpg added (mode: 100644) (index 0000000..957542d) |