This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-04-13T15:55:53.517Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content-container" *ngIf="skillMentorsDetails?.length > 0; else noMentorDetails"> | |
<div *ngIf="!rerender" class="pool-header-wrapper"> | |
<div class="header custom-row"> | |
<div class="custom-col-4"> | |
<span (click)="sortMentorsByHeader('mentorName')"> | |
Mentor | |
<img appSetRequestHeaderIcon [sortCategoryValues]="sortCategoryValues" [activeSortCategory]="activeSortCategory" [headerName]="'mentorName'" | |
src="../../../../assets/images/sort-a-z-inactive.png" /> | |
</span> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "../../../../assets/scss/fonts"; | |
@import "../../../../assets/scss/colors"; | |
@import "../../../../assets/scss/loaders"; | |
@import "../../../modules/request-pool/no-search-result/no-search-result.component"; | |
@mixin indicator-active($width, $color) { | |
width: $width; | |
height: 5px; | |
border-radius: 11px; | |
border: solid 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="wrapper" *ngIf="skill; else noSkill"> | |
<section class="main-header"> | |
<ul class="main-header-bar"> | |
<div class='back-img' (click)="goToPreviousPage()"> | |
<img src="assets/images/circled-left-ffffff-32 copy.png"> | |
</div> | |
<li> | |
<span class="main-header-title"> | |
ALL {{ skill?.name | uppercase }} MENTORS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>simona flowers</title> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="css/style.css"> | |
<script src="https://www.gstatic.com/firebasejs/3.6.10/firebase.js"></script> | |
<script src="firebase-token.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var dataBase = firebase.database(); | |
var birthdayRef = dataBase.ref('birthday') | |
var corporateRef = dataBase.ref('corporate') | |
var funeralRef = dataBase.ref('funeral') | |
var getwellRef = dataBase.ref('getwell') | |
var loveRef = dataBase.ref('love') | |
var newbornRef = dataBase.ref('newborn') | |
var valentineRef = dataBase.ref('valentine') | |
var weddingRef = dataBase.ref('wedding') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const config = { | |
apiKey: "AIzaSyAvH19ZdgOODfZagnI1f7f49TjLgV90JYs", | |
authDomain: "fir-storage-d4a72.firebaseapp.com", | |
databaseURL: "https://fir-storage-d4a72.firebaseio.com", | |
storageBucket: "fir-storage-d4a72.appspot.com", | |
messagingSenderId: "237836003148" | |
}; | |
firebase.initializeApp(config); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
padding-top: 20px; | |
background: rgba(172, 215, 112,0.4); | |
} | |
.footer { | |
padding-top: 40px; | |
padding-bottom: 40px; | |
margin-top: 40px; | |
border-top: 1px solid #eee; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// vue instance to display birtday products | |
let products = [ | |
{ | |
id: 1, | |
title: 'Awesome handy love bouquet', | |
description: 'Bundle of flowers filled with warmth to calm the heart.', | |
price: 2000, | |
image: '../assets/birthday/awesome-love-bouquet.jpg', | |
quantity: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<link rel="icon" href="../favicon.ico"> | |
<title>flower shop</title> |
NewerOlder