Skip to content

Instantly share code, notes, and snippets.

@Pream-webapps
Pream-webapps / index.html
Created January 17, 2025 18:14
Portfolio Webpage Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://i.postimg.cc/9fqYVvxh/logo.png" type="image/x-icon">
</head>
<body>
@Pream-webapps
Pream-webapps / index.html
Created August 1, 2023 13:09
Signature Pad - demo
<section class="signature-component">
<h1>Draw Signature</h1>
<h2>with mouse or touch</h2>
<canvas id="signature-pad" width="400" height="200"></canvas>
<div>
<button id="save">Save</button>
<button id="clear">Clear</button>
<button id="showPointsToggle">Show points?</button>
@Pream-webapps
Pream-webapps / index.html
Created August 1, 2023 13:09
Signature Pad - demo
<section class="signature-component">
<h1>Draw Signature</h1>
<h2>with mouse or touch</h2>
<canvas id="signature-pad" width="400" height="200"></canvas>
<div>
<button id="save">Save</button>
<button id="clear">Clear</button>
<button id="showPointsToggle">Show points?</button>
@Pream-webapps
Pream-webapps / index.html
Created July 13, 2022 09:41
Parsley - Examples | Simple form demo
<div class="bs-callout bs-callout-warning hidden">
<h4>Oh snap!</h4>
<p>This form seems to be invalid :(</p>
</div>
<div class="bs-callout bs-callout-info hidden">
<h4>Yay!</h4>
<p>Everything seems to be ok :)</p>
</div>