feat: A4 Gridstack.js template designer + Puppeteer PDF renderer
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<title>CV Application</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<link rel="stylesheet" href="/static/builder.css">
|
||||
<link rel="stylesheet" href="/static/designer.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="app">
|
||||
@@ -65,7 +66,8 @@
|
||||
<div id="page-templates" class="page">
|
||||
<h2 style="margin-bottom:20px">CV Templates</h2>
|
||||
<div class="flex mb-16 gap-8">
|
||||
<button class="btn" onclick="showBuilder()">+ Visual Builder</button>
|
||||
<button class="btn" onclick="showDesigner()">+ A4 Designer</button>
|
||||
<button class="btn btn-outline" onclick="showBuilder()">+ Visual Builder</button>
|
||||
<button class="btn btn-outline" onclick="showTemplateModal()">+ Manual (JSON)</button>
|
||||
<button class="btn btn-outline" onclick="showTemplateGenModal()">Generate with AI</button>
|
||||
</div>
|
||||
@@ -108,5 +110,6 @@
|
||||
|
||||
<script src="/static/app.js"></script>
|
||||
<script src="/static/builder.js"></script>
|
||||
<script src="/static/designer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user