Update
0
.dockerignore
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
0
functions/index.js
Normal file → Executable file
0
functions/views/404.ejs
Normal file → Executable file
0
functions/views/add-item.ejs
Normal file → Executable file
0
functions/views/admin-review.ejs
Normal file → Executable file
0
functions/views/css/style.css
Normal file → Executable file
0
functions/views/edit-item.ejs
Normal file → Executable file
0
functions/views/home.ejs
Normal file → Executable file
0
functions/views/js/fAuth.js
Normal file → Executable file
0
functions/views/js/fAuth.src.js
Normal file → Executable file
0
functions/views/js/fdb.js
Normal file → Executable file
0
functions/views/js/fdb.src.js
Normal file → Executable file
0
functions/views/media/a_big_logon.png
Normal file → Executable file
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
0
functions/views/media/fb_big_logon.png
Normal file → Executable file
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
0
functions/views/media/g_big_logon.png
Normal file → Executable file
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
0
functions/views/media/gg_logo.png
Normal file → Executable file
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
0
functions/views/media/noimage.png
Normal file → Executable file
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
0
functions/views/media/profile.png
Normal file → Executable file
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
0
functions/views/media/welcome.png
Normal file → Executable file
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
0
functions/views/my-product.ejs
Normal file → Executable file
0
functions/views/my-products.ejs
Normal file → Executable file
2
functions/views/partials/footer.ejs
Normal file → Executable file
@ -13,7 +13,7 @@
|
|||||||
<a class="link" href="#">Cookies</a>
|
<a class="link" href="#">Cookies</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="location">
|
<div class="location">
|
||||||
GG Sales US 🇺🇸
|
GG Sales UK 🇬🇧
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="js/fAuth.js"></script>
|
<script src="js/fAuth.js"></script>
|
||||||
|
|||||||
8
functions/views/partials/header.ejs
Normal file → Executable file
@ -16,6 +16,14 @@
|
|||||||
<script src="https://www.gstatic.com/firebasejs/7.14.1/firebase-storage.js"></script>
|
<script src="https://www.gstatic.com/firebasejs/7.14.1/firebase-storage.js"></script>
|
||||||
<script src="https://www.gstatic.com/firebasejs/7.14.1/firebase-database.js"></script>
|
<script src="https://www.gstatic.com/firebasejs/7.14.1/firebase-database.js"></script>
|
||||||
<script src="js/fInit.js"></script>
|
<script src="js/fInit.js"></script>
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6PZS01KZYB"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-6PZS01KZYB');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||