Prompt Title: Pug Modal Implementation

Created 1 year ago
Votes 0
Views 256 times
0

Prompt Detail:

Sure, I can help you design the required page using Pug. Here is a basic template that you can start with:

pug
doctype html html(lang="en") head meta(charset="UTF-8") meta(name="viewport", content="width=device-width, initial-scale=1.0") title Data Quality and Management // Add your stylesheets and scripts here body // Add your header here header h1 Welcome to Data Quality and Management // Add your content here main.container // Add your options for DQM or Data Analytics here section.section h2 Select Your Option .row .col-lg-6.col-md-6.col-sm-12 a(href="#") Data Quality and Management .col-lg-6.col-md-6.col-sm-12 a(href="#") Data Analytics // Add your options for Validation, Correction and UN Migration here section.section.hidden h2 Select Your Task .row .col-lg-4.col-md-4.col-sm-12 a(href="#") Validation .col-lg-4.col-md-4.col-sm-12 a(href="#") Correction .col-lg-4.col-md-4.col-sm-12 a(href="#") UN Migration // Add your options for data sources here section.section.hidden h2 Select Your Data Source .row .col-lg-4.col-md-4.col-sm-12 a(href="#") GIS .col-lg-4.col-md-4.col-sm-12 a(href="#") EAM .col-lg-4.col-md-4.col-sm-12 a(href="#") CIS // Add your Dashboard page for GIS data source here section.section.hidden

Leave a Comment