forked from miffycs/MusicATE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove old files, clean up directory path
- Loading branch information
Showing
31 changed files
with
428 additions
and
6,436 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,80 @@ | ||
<!doctype html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Vinder</title> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> | ||
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"> | ||
</script> | ||
<!-- | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
|
||
<!-- Firebase SDK --> | ||
<script src="/__/firebase/5.6.0/firebase-app.js"></script> | ||
<script src="/__/firebase/5.6.0/firebase-auth.js"></script> | ||
<script src="/__/firebase/init.js"></script> | ||
<style> | ||
body { | ||
display: flex; | ||
min-height: 100vh; | ||
flex-direction: column; | ||
} | ||
|
||
main { | ||
flex: 1 0 auto; | ||
} | ||
|
||
.input-field input[type=date]:focus+label, | ||
.input-field input[type=text]:focus+label, | ||
.input-field input[type=email]:focus+label, | ||
.input-field input[type=password]:focus+label { | ||
color: #e91e63; | ||
} | ||
|
||
.input-field input[type=date]:focus, | ||
.input-field input[type=text]:focus, | ||
.input-field input[type=email]:focus, | ||
.input-field input[type=password]:focus { | ||
border-bottom: 2px solid #e91e63; | ||
box-shadow: none; | ||
} | ||
</style> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="card-panel green lighten-6"> | ||
<h5 class="center-align">Welcome to Vinder!</h5> | ||
</div> | ||
|
||
<div class="section"></div> | ||
|
||
<main> | ||
<center> | ||
<div class="section"></div> | ||
<div class="section"></div> | ||
|
||
<div class="container"> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
</center> | ||
<div class="section"></div> | ||
<div class="section"></div> | ||
|
||
</main> | ||
|
||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.