Final Product
This commit is contained in:
parent
a8cf583569
commit
a9f44c29af
48 changed files with 3908 additions and 581 deletions
39
frontend/webpage/import.html
Normal file
39
frontend/webpage/import.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Achievements Project | Import</title>
|
||||
<link rel="stylesheet" href="/static/styles/theme.css" />
|
||||
<link rel="stylesheet" href="/static/styles/common.css" />
|
||||
<link rel="stylesheet" href="/static/styles/import.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="navbar"></div>
|
||||
<div id="content-body">
|
||||
<div id="import-page" class="page">
|
||||
<div class="page-subsection">
|
||||
<div class="page-header">
|
||||
<p class="page-header-text">Import</p>
|
||||
<div class="page-header-separator"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="import-dropzone" class="page-subsection">
|
||||
<div id="import-dropzone-wrapper" class="page-subsection-wrapper">
|
||||
<div id="upload-wrapper">
|
||||
<div id="upload-icon-stack">
|
||||
<img id="import-icon-base" src="/static/res/import.svg" alt="Import Icon">
|
||||
<img id="import-icon-hover" src="/static/res/import-hover.svg" alt="Import Icon Hover">
|
||||
</div>
|
||||
</div>
|
||||
<div id="import-console">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/scripts/template.js"></script>
|
||||
<script src="/static/scripts/common.js"></script>
|
||||
<script src="/static/scripts/import.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue