-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #412 from HarperDB/stage
[v4.7.0] UI Update for Auth Pages
- Loading branch information
Showing
25 changed files
with
582 additions
and
550 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
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 |
---|---|---|
@@ -1,22 +1,31 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="theme-color" content="#480b8a" /> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" /> | ||
<link id="dynamic-favicon" rel="shortcut icon" href="%PUBLIC_URL%/images/favicon_purple.png"> | ||
<link rel="canonical" href="" /> | ||
<link href="%PUBLIC_URL%/fontawesome/fontawesome.css" rel="stylesheet"> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<meta name="description" content="HarperDB is a full-featured data management platform that runs from edge to cloud, and anywhere in between. "> | ||
<title>Studio :: HarperDB</title> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
</body> | ||
<script src="%PUBLIC_URL%/fontawesome/fontawesome.js" crossorigin="anonymous" defer></script> | ||
<script src="%PUBLIC_URL%/js/kissmetrics.js" defer></script> | ||
<script src="%PUBLIC_URL%/js/linkedin.js" defer></script> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="theme-color" content="#480b8a" /> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<link id="dynamic-favicon" rel="shortcut icon" href="%PUBLIC_URL%/images/favicon_purple.png"> | ||
<link rel="canonical" href="" /> | ||
<link href="%PUBLIC_URL%/fontawesome/fontawesome.css" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap" | ||
rel="stylesheet"> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<meta name="description" | ||
content="HarperDB is a full-featured data management platform that runs from edge to cloud, and anywhere in between. "> | ||
<title>Studio :: HarperDB</title> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
</body> | ||
<script src="%PUBLIC_URL%/fontawesome/fontawesome.js" crossorigin="anonymous" defer></script> | ||
<script src="%PUBLIC_URL%/js/kissmetrics.js" defer></script> | ||
<script src="%PUBLIC_URL%/js/linkedin.js" defer></script> | ||
|
||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.