Skip to content

Instantly share code, notes, and snippets.

View FlySquare's full-sized avatar
🎄
Focusing

Umut Can Arda FlySquare

🎄
Focusing
View GitHub Profile

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@FlySquare
FlySquare / index.html
Created June 11, 2022 13:01
Shoping page design
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Elite Store</title>
<link rel="shortcut icon" href="https://i.ibb.co/kQT3jT3/Logo-Makr-3tp-HXE.png" type="image/x-icon" />
<link rel="stylesheet" href="./css/style.css" />
<!-- Latest compiled and minified CSS -->