Integracja fronta
BIN
SocialHelper/SocialHelper/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
SocialHelper/SocialHelper/__pycache__/settings.cpython-38.pyc
Normal file
BIN
SocialHelper/SocialHelper/__pycache__/urls.cpython-38.pyc
Normal file
BIN
SocialHelper/SocialHelper/__pycache__/wsgi.cpython-38.pyc
Normal file
@ -122,4 +122,12 @@ USE_TZ = True
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/2.1/howto/static-files/
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR,'static')
|
||||
STATIC_URL = '/static/'
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR,'SocialHelper/static')
|
||||
]
|
||||
|
||||
# Media Folder Settings
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media' )
|
||||
MEDIA_URL = '/media/'
|
||||
|
3
SocialHelper/SocialHelper/static/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"liveServer.settings.port": 5501
|
||||
}
|
BIN
SocialHelper/SocialHelper/static/css/.DS_Store
vendored
Normal file
7
SocialHelper/SocialHelper/static/css/bootstrap.min.css
vendored
Normal file
4
SocialHelper/SocialHelper/static/css/font-awesome.min.css
vendored
Normal file
673
SocialHelper/SocialHelper/static/css/responsive.css
Normal file
@ -0,0 +1,673 @@
|
||||
@media (max-width: 1300px){
|
||||
.home_left_main_area .left_menu {
|
||||
display: none;
|
||||
}
|
||||
.home_left_main_area .right_body {
|
||||
max-width: 100%;
|
||||
flex: 0 0 100%;
|
||||
background: #f0f0f0;
|
||||
}
|
||||
.shop_header_area.fixed_tb_menu {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1230px){
|
||||
|
||||
}
|
||||
@media (max-width: 1199px){
|
||||
.top_right li.user {
|
||||
margin-right: 0px;
|
||||
}
|
||||
.top_right li a {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
.p_list_img img{
|
||||
max-width: 100%;
|
||||
}
|
||||
.p_list_text {
|
||||
padding-left: 10px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
.f_product_left .owl-prev, .f_product_left .owl-next {
|
||||
display: none;
|
||||
}
|
||||
.p_list_text h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav li:first-child {
|
||||
margin-left: 18px;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav li {
|
||||
margin-right: 15px;
|
||||
}
|
||||
.l_p_text .add_cart_btn{
|
||||
padding: 0px 10px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.carousel_menu_inner .navbar .navbar-nav.justify-content-end li a {
|
||||
line-height: 42px;
|
||||
padding: 0px 15px;
|
||||
}
|
||||
.fullwidth_menu {
|
||||
padding-left: 45px;
|
||||
padding-right: 45px;
|
||||
}
|
||||
.home_full_width {
|
||||
padding: 0px 0px 0px 0px;
|
||||
}
|
||||
.full_feature_item .left_full_feature {
|
||||
width: 100%;
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
.full_feature_item .right_full_feature {
|
||||
width: 100%;
|
||||
float: none;
|
||||
display: block;
|
||||
}
|
||||
.full_feature_item {
|
||||
display: block;
|
||||
}
|
||||
.left_full_feature .full_feature_img img{
|
||||
width: 100%;
|
||||
}
|
||||
.full_feature_item .right_full_feature .full_feature_text {
|
||||
align-self: center;
|
||||
vertical-align: middle;
|
||||
max-width: 270px;
|
||||
margin: 30px auto 0px;
|
||||
}
|
||||
.dir_right .right_full_feature .full_feature_text .full_feature_text_inner {
|
||||
max-width: 270px;
|
||||
float: none;
|
||||
margin: 0px auto 0px;
|
||||
}
|
||||
.parallax_menu .carousel_menu_inner .navbar .navbar-nav.justify-content-end {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.l_feature_widget .verticalCarousel .verticalCarouselGroup {
|
||||
padding: 0px 0px;
|
||||
}
|
||||
.l_feature_widget .verticalCarousel .verticalCarouselGroup li .media .d-flex {
|
||||
padding-right: 5px;
|
||||
}
|
||||
.l_feature_widget .verticalCarousel .verticalCarouselHeader .float-md-left h3 {
|
||||
font-size: 15px;
|
||||
}
|
||||
.l_categories_widget ul li a {
|
||||
font-size: 14px;
|
||||
padding: 20px 0px 20px 10px;
|
||||
}
|
||||
.f_w_title h3 {
|
||||
font-size: 14px;
|
||||
}
|
||||
.cart_totals .checkout_btn {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.total_amount_area .update_btn{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px){
|
||||
.shop_header_area .navbar .navbar-brand {
|
||||
display: inline-block;
|
||||
padding-top: 0px;
|
||||
}
|
||||
.top_header_middle img {
|
||||
display: none;
|
||||
}
|
||||
.top_right_header{
|
||||
text-align: center;
|
||||
clear: both;
|
||||
}
|
||||
.top_right_header .header_social{
|
||||
margin-top: 0px;
|
||||
}
|
||||
.top_right_header .top_right{
|
||||
margin-top: 0px;
|
||||
}
|
||||
.header_social li a {
|
||||
line-height: 12px;
|
||||
}
|
||||
.header_top_area {
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
.top_header_left .input-group {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.navbar-light .navbar-toggler {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
border-radius: 0px;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav.categories li .bootstrap-select {
|
||||
display: none;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav li:first-child {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav li {
|
||||
margin-right: 0px;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav.categories {
|
||||
display: none;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav li a {
|
||||
line-height: 50px;
|
||||
}
|
||||
.navbar-collapse{
|
||||
max-height: 300px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu{
|
||||
padding: 0px;
|
||||
border: none;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.shop_header_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
|
||||
color: #0b1033;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
.f_add_item {
|
||||
max-width: 510px;
|
||||
margin: 0px auto 30px;
|
||||
}
|
||||
.f_add_item .f_add_img img{
|
||||
width: 100%;
|
||||
}
|
||||
.feature_add_area .feature_inner{
|
||||
margin-bottom: -30px;
|
||||
}
|
||||
.p_list_img {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.p_listing_inner .col-lg-4{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.p_listing_inner{
|
||||
margin-bottom: -30px;
|
||||
}
|
||||
.p_list_text {
|
||||
padding-left: 18px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.fillter_slider_inner {
|
||||
padding-top: 50px;
|
||||
}
|
||||
.from_blog_item {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.from_blog_inner{
|
||||
margin-bottom: -30px;
|
||||
}
|
||||
.f_extra_widget {
|
||||
padding-left: 0px;
|
||||
}
|
||||
.f_about_widget {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.shop_header_area .carousel_menu_inner .navbar .navbar-nav.justify-content-end{
|
||||
display: none;
|
||||
}
|
||||
.special_offer_item {
|
||||
max-width: 570px;
|
||||
margin: auto;
|
||||
}
|
||||
.special_offer_item2 {
|
||||
max-width: 570px;
|
||||
margin: auto;
|
||||
}
|
||||
.shop_header_area.fullwidth_menu .navbar{
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.fullwidth_menu {
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
background: #fff;
|
||||
}
|
||||
.fullwidth_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto li {
|
||||
display: block;
|
||||
}
|
||||
.fullwidth_menu .carousel_menu_inner .navbar .collapse {
|
||||
text-align: left;
|
||||
}
|
||||
.fullwidth_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto {
|
||||
text-align: left;
|
||||
}
|
||||
.parallax_menu .carousel_menu_inner .navbar .collapse {
|
||||
text-align: left;
|
||||
}
|
||||
.parallax_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto {
|
||||
text-align: left;
|
||||
}
|
||||
.parallax_menu .carousel_menu_inner .navbar .navbar-nav.mr-auto li {
|
||||
display: block;
|
||||
}
|
||||
.parallax_menu {
|
||||
padding: 0px 15px;
|
||||
background: #fff;
|
||||
}
|
||||
.shop_header_area.parallax_menu .navbar{
|
||||
padding: 0px;
|
||||
}
|
||||
.full_page_area {
|
||||
height: calc(100vh - 150px);
|
||||
}
|
||||
.footer_copy_area {
|
||||
bottom: 15px;
|
||||
padding: 0px 15px;
|
||||
}
|
||||
.parallax_style_two h3 {
|
||||
font-size: 100px;
|
||||
}
|
||||
.parallax_style_two h4 {
|
||||
font-size: 15px;
|
||||
letter-spacing: 7.6px;
|
||||
}
|
||||
.parallax_style_one h3 {
|
||||
font-size: 28px;
|
||||
}
|
||||
.home_parallax {
|
||||
padding: 0px 0px !important;
|
||||
}
|
||||
.advanced_search_area .bootstrap-select .dropdown-toggle span {
|
||||
text-align: left !important;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.from_blog_item img{
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.l_supper_widget {
|
||||
max-width: 270px;
|
||||
}
|
||||
.world_service_item::before {
|
||||
display: none;
|
||||
}
|
||||
.f_w_title h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.checkout_main_area .checkout_prosses .checkout_from_area .forgot_area h4 {
|
||||
display: block;
|
||||
margin-top: 20px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.compare_table .table tbody tr th:first-child {
|
||||
width: 130px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.compare_table .table tbody tr td h3 {
|
||||
padding: 30px 100px;
|
||||
}
|
||||
.contact_details .media{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.contact_details{
|
||||
margin-bottom: -30px;
|
||||
}
|
||||
.login_inner .login_form {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.product_details_slider{
|
||||
max-width: 370px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.product_description_area .tab_menu .nav-tabs a {
|
||||
border: none;
|
||||
}
|
||||
.product_description_area .tab_menu .nav-tabs{
|
||||
border: none;
|
||||
}
|
||||
.product_description_area .tab_menu .nav-tabs a.active {
|
||||
border-bottom: none;
|
||||
}
|
||||
.l_product_item .l_p_img {
|
||||
text-align: center;
|
||||
}
|
||||
.billing_details {
|
||||
padding-right: 0px;
|
||||
}
|
||||
.order_box_price{
|
||||
margin-top: 50px;
|
||||
}
|
||||
.total_amount_area{
|
||||
margin-top: 50px;
|
||||
}
|
||||
.total_amount_area .update_btn {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.cart_totals .checkout_btn {
|
||||
margin-left: 25px;
|
||||
}
|
||||
.cart_totals_area {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 799px){
|
||||
.home_carousel_slider .h_carousel_item .carousel_hover {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
z-index: 2;
|
||||
max-width: 270px;
|
||||
margin: auto;
|
||||
}
|
||||
.home_carousel_slider .owl-next, .home_carousel_slider .owl-prev {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
line-height: 40px;
|
||||
font-size: 22px;
|
||||
}
|
||||
.summer_text p {
|
||||
padding: 15px 0px 30px 0px;
|
||||
}
|
||||
.summer_text h3 {
|
||||
font-size: 30px;
|
||||
}
|
||||
.footer_copy_area .middle_text {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
.p_list_text {
|
||||
padding-left: 10px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
.f_widget{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.top_header_left {
|
||||
text-align: center;
|
||||
}
|
||||
.top_header_left .selector .ddcommon {
|
||||
text-align: left;
|
||||
}
|
||||
.l_p_text .add_cart_btn{
|
||||
padding: 0px 15px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.fillter_l_p_inner .fillter_l_p li {
|
||||
margin-right: 18px;
|
||||
}
|
||||
.summer_text {
|
||||
left: 15px;
|
||||
}
|
||||
.account_list{
|
||||
text-align: center;
|
||||
}
|
||||
.advanced_search_area .bootstrap-select {
|
||||
width: 100% !important;
|
||||
flex: none;
|
||||
max-width: 100%;
|
||||
}
|
||||
.advanced_search_area .input-group {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.promotion_area .left_promotion {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
padding-right: 0px;
|
||||
}
|
||||
.promotion_area .right_promotion {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.l_feature_widget .verticalCarousel .verticalCarouselHeader .float-md-left h3 {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.showing_fillter .first_fillter {
|
||||
flex: 0 0 50%;
|
||||
max-width: 50%;
|
||||
|
||||
}
|
||||
.showing_fillter .secand_fillter {
|
||||
flex: 0 0 50%;
|
||||
max-width: 50%;
|
||||
text-align: right;
|
||||
}
|
||||
.showing_fillter .third_fillter {
|
||||
flex: 0 0 50%;
|
||||
max-width: 50%;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.showing_fillter .four_fillter {
|
||||
flex: 0 0 50%;
|
||||
max-width: 50%;
|
||||
text-align: left;
|
||||
text-align: right;
|
||||
}
|
||||
.c_product_item .c_product_img {
|
||||
text-align: center;
|
||||
}
|
||||
.c_product_item .c_product_text {
|
||||
padding-top: 30px;
|
||||
}
|
||||
.categories_sidebar{
|
||||
margin-top: 50px;
|
||||
}
|
||||
.showing_fillter .secand_fillter .bootstrap-select .dropdown-toggle {
|
||||
top: -2px;
|
||||
}
|
||||
.checkout_main_area .checkout_prosses .checkout_from_area {
|
||||
padding-top: 30px;
|
||||
}
|
||||
.checkout_main_area {
|
||||
padding: 0px 0px 0px 0px;
|
||||
}
|
||||
.cart_product_list .table tbody tr td .media .media-body h4 {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.cart_items .table tbody tr td .quantity {
|
||||
width: 165px;
|
||||
}
|
||||
.cart_items .table tbody tr td .media .media-body h4 {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.main_slider_area #main_slider ul li .slider_text_box .secand_text {
|
||||
text-align: center !important;
|
||||
color: #d91522;
|
||||
}
|
||||
.main_slider_area #main_slider ul li .slider_text_box .third_btn {
|
||||
text-align: center !important;
|
||||
}
|
||||
.main_slider_area #main_slider ul li .slider_text_box .first_text img {
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
.main_slider_area #fullwidth_slider ul li .slider_text_box .first_text {
|
||||
color: #fff;
|
||||
}
|
||||
.main_slider_area #fullwidth_slider ul li .slider_text_box .secand_text {
|
||||
color: #fff;
|
||||
}
|
||||
.main_slider_area #fullwidth_slider ul li .slider_text_box .third_text {
|
||||
color: #999;
|
||||
}
|
||||
.main_slider_area #fullwidth_slider ul li .slotholder{
|
||||
position: relative;
|
||||
}
|
||||
.main_slider_area #fullwidth_slider ul li .slotholder:before{
|
||||
content: "";
|
||||
background: rgba(0, 0, 0, .7);
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px){
|
||||
.parallax_style_one h4 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.parallax_style_one h3 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.parallax_style_two h3 {
|
||||
font-size: 50px;
|
||||
}
|
||||
.parallax_style_two h4 {
|
||||
letter-spacing: 4.6px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.parallax_style_two .discover_btn {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.parallax_style_two i {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 575px){
|
||||
.top_header_middle a {
|
||||
display: block;
|
||||
line-height: 26px;
|
||||
display: none;
|
||||
}
|
||||
.top_right_header {
|
||||
display: none;
|
||||
}
|
||||
.top_header_left .selector {
|
||||
display: none;
|
||||
}
|
||||
.usd_select.bootstrap-select {
|
||||
display: none !important;
|
||||
}
|
||||
.l_product_item {
|
||||
max-width: 270px;
|
||||
margin: 0px auto 30px;
|
||||
}
|
||||
.p_list_img {
|
||||
display: none;
|
||||
}
|
||||
.p_list_text {
|
||||
padding-left: 18px;
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
.carousel_top_header{
|
||||
display: none;
|
||||
}
|
||||
.from_blog_item {
|
||||
max-width: 370px;
|
||||
margin: 0px auto 30px;
|
||||
}
|
||||
.fillter_home_sidebar .portfolio_filter {
|
||||
text-align: center;
|
||||
}
|
||||
.fillter_home_sidebar .home_l_product_slider .home_l_product_slider {
|
||||
top: 0px;
|
||||
position: relative;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.home_sidebar_blog .single_title {
|
||||
text-align: center;
|
||||
padding-top: 35px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 480px){
|
||||
.shop_header_area .navbar .navbar-brand img{
|
||||
max-width: 75%;
|
||||
}
|
||||
.l_product_slider .l_product_slider, .l_product_slider .home_l_product_slider, .home_l_product_slider .l_product_slider, .home_l_product_slider .home_l_product_slider {
|
||||
position: relative;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
.footer_widgets .col-lg-4, .footer_widgets .col-lg-2{
|
||||
width: 100%;
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.best_summer_banner{
|
||||
overflow: hidden;
|
||||
height: 400px;
|
||||
}
|
||||
.best_summer_banner img{
|
||||
max-width: none;
|
||||
|
||||
}
|
||||
.footer_social li {
|
||||
margin-left: 8px;
|
||||
}
|
||||
#fp-nav {
|
||||
right: 5px !important;
|
||||
}
|
||||
.c_banner_inner {
|
||||
padding: 100px 0px;
|
||||
}
|
||||
.showing_fillter .first_fillter {
|
||||
flex: none;
|
||||
max-width: 100%;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.showing_fillter .secand_fillter {
|
||||
flex: none;
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
.showing_fillter .third_fillter {
|
||||
flex: none;
|
||||
max-width: 100%;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.showing_fillter .four_fillter {
|
||||
flex: none;
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
.showing_fillter .row.m0{
|
||||
display: block;
|
||||
}
|
||||
.pagination_area .pagination li a {
|
||||
padding: 7px 12px;
|
||||
}
|
||||
.calculate_shoping_area .calculate_shop_inner {
|
||||
padding: 10px 10px;
|
||||
}
|
||||
.cupon_box .cupon_box_inner {
|
||||
padding: 25px 25px 25px 25px;
|
||||
}
|
||||
.cart_totals .cart_total_inner {
|
||||
padding: 30px 15px 30px 15px;
|
||||
}
|
||||
.cart_totals .checkout_btn {
|
||||
margin-left: 0px;
|
||||
display: block;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.cart_totals_area .cart_t_list .media:last-child .d-flex {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 360px){
|
||||
.product_details_text .p_rating {
|
||||
display: block;
|
||||
}
|
||||
.product_details_text .add_review {
|
||||
display: block;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.quantity .custom input {
|
||||
width: 100%;
|
||||
}
|
||||
.quantity .add_cart_btn {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-left: 0px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.payment_list .price_single_cost {
|
||||
border-top: 1px solid #bdbdbd;
|
||||
padding: 20px 0px 0px 0px;
|
||||
}
|
||||
|
||||
}
|
6909
SocialHelper/SocialHelper/static/css/style.css
Normal file
1
SocialHelper/SocialHelper/static/css/style.css.map
Normal file
BIN
SocialHelper/SocialHelper/static/fonts/.DS_Store
vendored
Normal file
BIN
SocialHelper/SocialHelper/static/fonts/FontAwesome.otf
Normal file
BIN
SocialHelper/SocialHelper/static/fonts/fontawesome-webfont.eot
Normal file
2671
SocialHelper/SocialHelper/static/fonts/fontawesome-webfont.svg
Normal file
After Width: | Height: | Size: 434 KiB |
BIN
SocialHelper/SocialHelper/static/fonts/fontawesome-webfont.ttf
Normal file
BIN
SocialHelper/SocialHelper/static/fonts/fontawesome-webfont.woff
Normal file
BIN
SocialHelper/SocialHelper/static/fonts/fontawesome-webfont.woff2
Normal file
BIN
SocialHelper/SocialHelper/static/img/.DS_Store
vendored
Normal file
BIN
SocialHelper/SocialHelper/static/img/Social.png
Normal file
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 390 KiB |
BIN
SocialHelper/SocialHelper/static/img/banner/summer-banner.jpg
Normal file
After Width: | Height: | Size: 583 KiB |
BIN
SocialHelper/SocialHelper/static/img/blog/from-blog/f-blog-1.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
SocialHelper/SocialHelper/static/img/blog/from-blog/f-blog-2.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
SocialHelper/SocialHelper/static/img/blog/from-blog/f-blog-3.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
SocialHelper/SocialHelper/static/img/blog/from-blog/f-blog-4.jpg
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
SocialHelper/SocialHelper/static/img/blog/from-blog/f-blog-5.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
SocialHelper/SocialHelper/static/img/blog/from-blog/f-blog-6.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-1.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-2.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-3.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-4.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-5.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-6.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-7.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-8.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
SocialHelper/SocialHelper/static/img/c-product-9.jpg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
SocialHelper/SocialHelper/static/img/fav-icon.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-1.jpg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-2.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-3.jpg
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-4.jpg
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-5.jpg
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-6.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-7.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-8.jpg
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
SocialHelper/SocialHelper/static/img/feature-add/f-add-9.jpg
Normal file
After Width: | Height: | Size: 132 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 469 KiB |
After Width: | Height: | Size: 307 KiB |
After Width: | Height: | Size: 321 KiB |
BIN
SocialHelper/SocialHelper/static/img/home-carousel/home-c-1.jpg
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
SocialHelper/SocialHelper/static/img/home-carousel/home-c-2.jpg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
SocialHelper/SocialHelper/static/img/home-carousel/home-c-3.jpg
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
SocialHelper/SocialHelper/static/img/home-carousel/home-c-4.jpg
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
SocialHelper/SocialHelper/static/img/home-carousel/home-c-5.jpg
Normal file
After Width: | Height: | Size: 149 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 860 KiB |
After Width: | Height: | Size: 1.1 MiB |
BIN
SocialHelper/SocialHelper/static/img/home-slider/.DS_Store
vendored
Normal file
BIN
SocialHelper/SocialHelper/static/img/home-slider/2017-text.png
Normal file
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 950 KiB |
BIN
SocialHelper/SocialHelper/static/img/home-slider/slider-1.jpg
Normal file
After Width: | Height: | Size: 237 KiB |
BIN
SocialHelper/SocialHelper/static/img/home-slider/slider-2.jpg
Normal file
After Width: | Height: | Size: 219 KiB |
BIN
SocialHelper/SocialHelper/static/img/icon/.DS_Store
vendored
Normal file
BIN
SocialHelper/SocialHelper/static/img/icon/cart-icon.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
SocialHelper/SocialHelper/static/img/icon/close-icon.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
SocialHelper/SocialHelper/static/img/icon/flag-1.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
SocialHelper/SocialHelper/static/img/icon/world-icon-1.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
SocialHelper/SocialHelper/static/img/icon/world-icon-2.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
SocialHelper/SocialHelper/static/img/icon/world-icon-3.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
SocialHelper/SocialHelper/static/img/icon/world-icon-4.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-1.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-10.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-11.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-12.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-13.jpg
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-14.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-15.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-16.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-17.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-18.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-19.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-2.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-20.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-3.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-4.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-5.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-6.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-7.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-8.jpg
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
SocialHelper/SocialHelper/static/img/l-product-9.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
SocialHelper/SocialHelper/static/img/logo-white.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
SocialHelper/SocialHelper/static/img/logo.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
SocialHelper/SocialHelper/static/img/master-card.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
SocialHelper/SocialHelper/static/img/product/.DS_Store
vendored
Normal file
BIN
SocialHelper/SocialHelper/static/img/product/c-product-1.jpg
Normal file
After Width: | Height: | Size: 45 KiB |