Skip to content

Instantly share code, notes, and snippets.

View hcivelek's full-sized avatar
🏢
Working from Başakşehir LivingLab

Hasan Civelek hcivelek

🏢
Working from Başakşehir LivingLab
View GitHub Profile
@hcivelek
hcivelek / index.html
Created May 20, 2026 16:53
Word Writing Examples
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Kelime Silüeti Oluşturucu</title>
<style>
:root {
--ink: #111827;
--muted: #6b7280;
@hcivelek
hcivelek / package.json
Last active November 25, 2020 19:51 — forked from jez500/package.json
Simple Webpack 4 Compile SCSS to CSS config with autoprefix and minify
{
"name": "my-project",
"version": "1.0.0",
"description": "Simple and JS SCSS complie with autoprefix and minify",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"autoprefixer": "^9.0.0",