Skip to content

Instantly share code, notes, and snippets.

HARUN PEHLİVAN harunpehlivan

View GitHub Profile
@harunpehlivan
harunpehlivan / coordinate-conversion-demo-video.markdown
Created May 3, 2021 14:31
Coordinate Conversion Demo (Video)
@harunpehlivan
harunpehlivan / index.html
Created May 3, 2021 14:10
Low Poly Experiment
<svg class="mainSVG" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600">
<defs>
<polygon id="liquid"></polygon>
<clipPath id="mainMask">
<polygon points="402.1 325.43 367.12 334.05 340.15 357.94 327.38 391.63 331.72 427.4 352.19 457.05 384.09 473.79 420.12 473.79 452.02 457.05 472.49 427.4 476.83 391.63 464.05 357.94 437.08 334.05 402.1 325.43" fill="#fff" stroke="#000" stroke-miterlimit="10"/>
</clipPath>
<clipPath id="liquidMask">
<use xlink:href="#liquid" />
</clipPath>
</defs>
@harunpehlivan
harunpehlivan / add-linkedin-profile-badge-to-your-website.markdown
Created April 18, 2021 12:52
ADD LINKEDIN PROFILE BADGE TO YOUR WEBSITE
@harunpehlivan
harunpehlivan / index.html
Created March 20, 2021 23:11
Portfolio Website Complete
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>