init
This commit is contained in:
commit
4f6d7cfe60
16 changed files with 1341 additions and 0 deletions
26
templates/my_skills.html
Normal file
26
templates/my_skills.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{.Title}}</title>
|
||||
<link rel="stylesheet" href="/static/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<main class="shell">
|
||||
<section class="hero compact">
|
||||
<p class="badge">Library</p>
|
||||
<h1>Your purchased skills</h1>
|
||||
<div class="actions">
|
||||
<a class="btn" href="/dashboard">Back to Dashboard</a>
|
||||
<a class="btn" href="/skills">Browse More Skills</a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<div id="my-skill-grid" class="card-grid"></div>
|
||||
</section>
|
||||
</main>
|
||||
<script src="/static/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue