Skip to content

Instantly share code, notes, and snippets.

View yasinatesim's full-sized avatar
🎯
Focusing

Yasin ATEŞ yasinatesim

🎯
Focusing
View GitHub Profile
@yasinatesim
yasinatesim / index.html
Last active July 17, 2021 10:35
01-bir-html-preprocessors-u-pug-js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
</head>
<body>
<h1>test</h1>
@yasinatesim
yasinatesim / Pug.xml
Created April 24, 2019 12:14
Webstorm Pug Snippets
<templateSet group="Pug">
<template name="!" value="doctype html&#10;html(lang=&quot;$ENV_LOCALE$&quot;)&#10; head&#10; meta(charset=&quot;$CHARSET$&quot;)&#10; meta(name=&quot;viewport&quot; content=&quot;width=$WIDTH$, user-scalable=$SCALABLE$, initial-scale=$INITIAL_SCALE$, maximum-scale=$MAX_SCALE$, minimum-scale=$MIN_SCALE$&quot;)&#10; meta(http-equiv=&quot;X-UA-Compatible&quot; content=&quot;ie=$IE$&quot;)&#10; title $TITLE$&#10; body&#10; $END$&#10;" description="" toReformat="true" toShortenFQNames="true">
<variable name="ENV_LOCALE" expression="" defaultValue="&quot;en&quot;" alwaysStopAt="true" />
<variable name="CHARSET" expression="" defaultValue="&quot;UTF-8&quot;" alwaysStopAt="true" />
<variable name="WIDTH" expression="" defaultValue="&quot;device-width&quot;" alwaysStopAt="true" />
<variable name="SCALABLE" expression="" defaultValue="&quot;no&quot;" alwaysStopAt="true" />
<variable name="INITIAL_SCALE" expression="" defaultValue="&quot;1.0&quot;" always
@yasinatesim
yasinatesim / .eslintrc.json
Created March 9, 2019 18:26
My Custom eslintrc file
{
"env": {
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
@yasinatesim
yasinatesim / index.html
Created January 16, 2019 11:36
Sitede Aktif Olmama Uyarısı(Afk)
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Afk Kontrol Testi</title>
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
@yasinatesim
yasinatesim / index.html
Last active July 17, 2021 06:22
jQuery Title Değiştirme - jQuery Title Change
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>