This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |