Skip to content

Instantly share code, notes, and snippets.

HARUN PEHLİVAN harunpehlivan

View GitHub Profile
@harunpehlivan
harunpehlivan / index.html
Created May 30, 2021 12:31
Musical Chord Progression Arpeggiator
<article>
<aside id="aside"></aside>
<main id="main"></main>
</article>

Cheap AI Chess!

A wonderful opportunity to beat a computer at chess!

Play against a friend, a totally random AI, or wager money as it plays against itself. I'm sure there are still bugs in here but hey, happy new year.

A Pen by HARUN PEHLİVAN on CodePen.

License.

@harunpehlivan
harunpehlivan / index.html
Created May 29, 2021 19:20
Javascript Tip Calculator
<div id="container">
<h1>Tip Calculator</h1>
<div id="calculator">
<form>
<p>How much was your bill?
<p>
$ <input id="billamt" type="text" placeholder="Bill Amount">
<canvas id="canvas"></canvas>
@harunpehlivan
harunpehlivan / index.html
Created May 28, 2021 21:12
Material Compact Login Animation
<center>
<h1>Sign-in / Sign-up Example with Material Design</h1>
</center>
<div class="materialContainer">
<div class="box">
<div class="title">LOGIN</div>