Public
Like
untitled-4352
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v8View latest version
This project recreates the Digimark Consulting certificate design as a responsive HTML/CSS webpage.
- Pixel-perfect recreation of the original certificate design
- Responsive design that works on desktop, tablet, and mobile
- Modern CSS with gradients, shadows, and animations
- Custom fonts using Google Fonts (Playfair Display + Inter)
- Decorative elements including geometric shapes and medal/badge
- Professional styling matching the original color scheme
- Medal/Badge: Gold circular medal with ribbon and tails
- Company Logo: Digimark Consulting branding with gradient icon
- Background Shapes: Geometric decorative elements in red/orange gradients
- Typography: Elegant serif fonts for headings, clean sans-serif for body text
- Primary Red: #e53e3e
- Orange Accent: #dd6b20
- Gold Medal: #ffd700
- Text Gray: #4a5568
- Background: Light gray gradients
├── index.ts # Hono server entry point
├── frontend/
│ ├── index.html # Main certificate HTML
│ └── style.css # Complete CSS styling
└── README.md # This file
The certificate is fully responsive and can be:
- Viewed in browser at any screen size
- Printed for physical certificates
- Customized by editing the HTML content
- Styled differently by modifying the CSS
To customize the certificate:
- Change recipient name: Edit the
.recipient-namecontent in HTML - Update dates: Modify the date strings in the description and location
- Adjust colors: Update CSS custom properties or gradient values
- Modify text: Change any certificate text in the HTML
- Add signatures: Replace signature lines with actual signature images
- Uses modern CSS Grid and Flexbox for layout
- Implements CSS gradients for visual effects
- Responsive breakpoints at 900px and 600px
- Google Fonts loaded for typography
- Optimized for both screen and print media