-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c35896c
Showing
41 changed files
with
23,111 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta id="homepg" http-equiv="refresh" content="10; url="> | ||
<link rel="icon" href="images/favicon.png" type="image/x-icon"> | ||
<title>JRM | Creative & Innovative Designers</title> | ||
|
||
<style media="screen"> | ||
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; } | ||
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; } | ||
#message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; } | ||
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; } | ||
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;} | ||
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; } | ||
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; } | ||
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } | ||
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; } | ||
@media (max-width: 600px) { | ||
body, #message { margin-top: 0; background: white; box-shadow: none; } | ||
body { border-top: 16px solid #ffa100; } | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="message"> | ||
<h2>404</h2> | ||
<h1>Page Not Found</h1> | ||
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p> | ||
</div> | ||
</body> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.js" integrity="sha512-WNLxfP/8cVYL9sj8Jnp6et0BkubLP31jhTG9vhL/F5uEZmg5wEzKoXp1kJslzPQWwPT1eyMiSxlKCgzHLOTOTQ==" crossorigin="anonymous"></script> | ||
<script> | ||
$("#homepg").attr("content","1; url="+document.location.origin) | ||
</script> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" href="favicon.png" type="image/x-icon"> | ||
<title>JRM | Admin</title> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,300;1,400&display=swap" rel="stylesheet"> | ||
</head> | ||
<style> | ||
*{ | ||
font-family: 'Poppins', sans-serif; | ||
} | ||
.gal_img{ | ||
height:10em; | ||
width: 20em; | ||
margin: 7px; | ||
} | ||
@media only screen and (max-width: 800px) { | ||
.collapse ul{background-color: white;width: 100%;} | ||
/* .nav-item{background-color:black;} */ | ||
.nav-link h4{color:black;margin-left: 1em;} | ||
} | ||
.dp{ | ||
width: auto; | ||
height: 4em; | ||
border-radius: 100%; | ||
} | ||
#naam{margin-right: 2em;margin-left: .5em;} | ||
.footer { | ||
position: fixed; | ||
left: 0; | ||
bottom: 0; | ||
width: 100%; | ||
background-color:#343A40; | ||
color: white; | ||
text-align: left; | ||
} | ||
.footer p{ | ||
margin: 5px; | ||
vertical-align: middle; | ||
} | ||
.footer a{ | ||
color:white; | ||
} | ||
.footer a:hover{ | ||
color:grey; | ||
} | ||
</style> | ||
<body> | ||
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark"> | ||
<a class="navbar-brand" href="index.html"><h3>JRM Admin</h3></a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavDropdown"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="admin_read.html"><h4>Home</h4><span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="#"><h4>Add</h4></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<img class="dp" src="https://i1.sndcdn.com/artworks-000421555080-up93x9-t500x500.jpg"> | ||
</nav> | ||
<br><br><br><br> | ||
<form action="" class="container"> | ||
<div class="form-group"> | ||
<label for="Name">Name</label> | ||
<input type="text" class="form-control" id="Name"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="descrip">Description</label> | ||
<textarea class="form-control" name="" id="descrip" cols="1" rows="6"></textarea> | ||
</div> | ||
<p> | ||
<label> | ||
<input type="checkbox" id="esteem"/> | ||
<span>Esteemed Client</span> | ||
</label> | ||
</p> | ||
<br> | ||
<div class="form-group"> | ||
<label class="form-check-label">Tags :</label> | ||
<div class="chips chips-autocomplete"></div> | ||
</div> | ||
<div class="form-group"> | ||
<label for="cover">Cover Photo</label> | ||
<input type="file" class="form-control-file" id="cover"><h5 id="cc"><span></span></h5> | ||
<img class="changeit" src="no-photo.png" style="width: 300px;height: 150px;"> | ||
<input type="hidden" name="" id="coverlink" value=""> | ||
</div> | ||
<div class="form-group" > | ||
<h3>Gallery</h3> | ||
<input type="file" class="form-control-file" id="m_img" multiple><h5 id="gal_c"><span></span></h5> | ||
<div class="gallery" style="overflow: auto; height: 300px;width: 100%;"></div> | ||
</div> | ||
<button type="submit" class="btn btn-primary">Save</button> | ||
</form> | ||
<br> | ||
<br> | ||
<div class="footer"> | ||
<p>Designed & Developed by <strong><a href="https://instagram.com/contrivers_512?igshid=196g7fuo2qb7x">CONTRIVERS</a></strong><a href="https://wa.me/message/VKCHPDT6E5XHJ1" style="float: right; margin-right: 1em;">Help!</a></p> | ||
</div> | ||
</body> | ||
<!-- The core Firebase JS SDK is always required and must be listed first --> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-app.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-firestore.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-storage.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-auth.js"></script> | ||
|
||
<!-- TODO: Add SDKs for Firebase products that you want to use | ||
https://firebase.google.com/docs/web/setup#available-libraries --> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-analytics.js"></script> | ||
|
||
<script> | ||
// Your web app's Firebase configuration | ||
// For Firebase JS SDK v7.20.0 and later, measurementId is optional | ||
const firebaseConfig = { | ||
apiKey: "AIzaSyD3auQ41Km3UsUmRu4zWBYv5utzsUnnmsU", | ||
authDomain: "jrm-f76c0.firebaseapp.com", | ||
databaseURL: "https://jrm-f76c0.firebaseio.com", | ||
projectId: "jrm-f76c0", | ||
storageBucket: "jrm-f76c0.appspot.com", | ||
messagingSenderId: "841897250102", | ||
appId: "1:841897250102:web:4a798b6b46070fb24c7797", | ||
measurementId: "G-LM7N71TR9F" | ||
}; | ||
// Initialize Firebase | ||
firebase.initializeApp(firebaseConfig); | ||
firebase.analytics(); | ||
var db = firebase.firestore(); | ||
// db.settings({timestampsInSnapshots:true}) | ||
</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.js" integrity="sha512-WNLxfP/8cVYL9sj8Jnp6et0BkubLP31jhTG9vhL/F5uEZmg5wEzKoXp1kJslzPQWwPT1eyMiSxlKCgzHLOTOTQ==" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js" integrity="sha512-NiWqa2rceHnN3Z5j6mSAvbwwg3tiwVNxiAQaaSMSXnRRDh5C2mk/+sKQRw8qjV1vN4nf8iK2a0b048PnHbyx+Q==" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script> | ||
<script> | ||
document.addEventListener('DOMContentLoaded', function() { | ||
var elems = document.querySelectorAll('.chips'); | ||
var instances = M.Chips.init(elems, options); | ||
}); | ||
|
||
// Or with jQuery | ||
var st_alltags = []; | ||
db.collection("mediatags").get().then(function(querySnapshot) | ||
{ st_alltags = []; | ||
querySnapshot.forEach(function(doc) | ||
{ | ||
st_alltags.push(doc.id); } | ||
); | ||
completeit() | ||
}); | ||
function completeit(){ | ||
let dictauto = {} | ||
$('.chips').chips(); | ||
st_alltags.forEach(ele =>{ | ||
dictauto[ele]=null; | ||
}) | ||
$('.chips-autocomplete').chips({ | ||
autocompleteOptions: { | ||
data: dictauto, | ||
limit: Infinity, | ||
minLength: 1 | ||
} | ||
}); | ||
} | ||
</script> | ||
<script src="app.js"></script> | ||
<script src="extra.js"></script> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" href="favicon.png" type="image/x-icon"> | ||
<title>JRM | Admin</title> | ||
<script src="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.js"></script> | ||
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.6.1/firebase-ui-auth.css" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.js" integrity="sha512-WNLxfP/8cVYL9sj8Jnp6et0BkubLP31jhTG9vhL/F5uEZmg5wEzKoXp1kJslzPQWwPT1eyMiSxlKCgzHLOTOTQ==" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,300;1,400&display=swap" rel="stylesheet"> | ||
</head> | ||
<style> | ||
*{ | ||
font-family: 'Poppins', sans-serif; | ||
} | ||
.nav-item{float:right;right: 0px;} | ||
.my-icon{float: right;margin: 0px 10px 0px 10px;} | ||
#gal_img,.gal_img{ | ||
height:10em; | ||
width: 20em; | ||
margin: 7px; | ||
} | ||
.chkbut{padding:4px;} | ||
.my-btn{margin: 10px;} | ||
.fixed{ | ||
display: block; | ||
position: fixed; | ||
z-index: 99; | ||
margin-top: 4em; | ||
width: 100%; | ||
padding: 20px; | ||
background-color: #fff; | ||
} | ||
@media only screen and (max-width: 800px) { | ||
.collapse ul{background-color: white;width: 100%;} | ||
/* .nav-item{background-color:black;} */ | ||
.nav-link h4{color:black;margin-left: 1em;} | ||
} | ||
.card{margin-top: 0px;margin-bottom: 0px;} | ||
.dp{ | ||
width: auto; | ||
height: inherit; | ||
border-radius: 100%; | ||
position: relative; | ||
padding-bottom: 8px; | ||
float: right; | ||
padding-top: 3px; | ||
} | ||
#naam{margin-right: 2em;margin-left: .5em;} | ||
.footer { | ||
position: fixed; | ||
left: 0; | ||
bottom: 0; | ||
width: 100%; | ||
background-color:#343A40; | ||
color: white; | ||
text-align: left; | ||
} | ||
.footer p{ | ||
margin: 5px; | ||
vertical-align: middle; | ||
} | ||
.footer a{ | ||
color:white; | ||
} | ||
.footer a:hover{ | ||
color:grey; | ||
} | ||
</style> | ||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bg-dark"> | ||
<a class="navbar-brand" href="#"><h3>JRM Admin</h3></a> | ||
|
||
<div class="collapse navbar-collapse" id="navbarNavDropdown"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="#"><h4>Home</h4> <span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="admin_add.html"><h4>Add</h4></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<img class="dp" src="https://i1.sndcdn.com/artworks-000421555080-up93x9-t500x500.jpg"> | ||
<button style="background-color: #343A40;float: right;" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
</nav> | ||
<div class="fixed" onkeyup="tagit(event)"> | ||
<span id="khaali">All tags : </span><div class="chips chips-initial"> | ||
</div> | ||
</div> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<div class="accordion" id="accordionExample"> | ||
</div> | ||
<br><br> | ||
<div class="footer"> | ||
<p>Designed & Developed by <strong><a href="https://instagram.com/contrivers_512?igshid=196g7fuo2qb7x">CONTRIVERS</a></strong> <a href="https://wa.me/message/VKCHPDT6E5XHJ1" style="float: right; margin-right: 1em;">Help!</a></p> | ||
</div> | ||
</body> | ||
<!-- The core Firebase JS SDK is always required and must be listed first --> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-app.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-firestore.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-storage.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-auth.js"></script> | ||
|
||
<!-- TODO: Add SDKs for Firebase products that you want to use | ||
https://firebase.google.com/docs/web/setup#available-libraries --> | ||
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase-analytics.js"></script> | ||
|
||
<script> | ||
// Your web app's Firebase configuration | ||
// For Firebase JS SDK v7.20.0 and later, measurementId is optional | ||
const firebaseConfig = { | ||
apiKey: "AIzaSyD3auQ41Km3UsUmRu4zWBYv5utzsUnnmsU", | ||
authDomain: "jrm-f76c0.firebaseapp.com", | ||
databaseURL: "https://jrm-f76c0.firebaseio.com", | ||
projectId: "jrm-f76c0", | ||
storageBucket: "jrm-f76c0.appspot.com", | ||
messagingSenderId: "841897250102", | ||
appId: "1:841897250102:web:4a798b6b46070fb24c7797", | ||
measurementId: "G-LM7N71TR9F" | ||
}; | ||
// Initialize Firebase | ||
firebase.initializeApp(firebaseConfig); | ||
firebase.analytics(); | ||
var db = firebase.firestore(); | ||
db.settings({timestampsInSnapshots:true}) | ||
</script> | ||
<script src="app.js"></script> | ||
<script src="extra.js"></script> | ||
</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script> | ||
<script> | ||
document.addEventListener('DOMContentLoaded', function() { | ||
var elems = document.querySelectorAll('.chips'); | ||
var instances = M.Chips.init(elems, options); | ||
}); | ||
$('.chips').chips(); | ||
</script> | ||
</html> |
Oops, something went wrong.