Skip to content

Instantly share code, notes, and snippets.

HARUN PEHLİVAN harunpehlivan

View GitHub Profile
@harunpehlivan
harunpehlivan / index.html
Created June 6, 2021 22:11
Quiz App #30days30submits #day-27
<section>
<div class="container">
<div class="scoreBoard"><span class="score-num">0</span>/<span class="answered-num">0</span></div>
<form id="quiz_form">
<h1>Q: <span class="qus">This is a QusThis is a Qus?</span></h1>
<div class="all_options">
</div>
<div class="buttons">
<button type="submit">Submit</button>
</div>
@harunpehlivan
harunpehlivan / food-recipe-app-30days30submits-day-22.markdown
Created June 6, 2021 21:59
Food Recipe App #30days30submits #day-22
@harunpehlivan
harunpehlivan / double-slider-sign-in-up-form-desktop-only.markdown
Created June 6, 2021 21:47
Double slider Sign in/up Form - Desktop Only
@harunpehlivan
harunpehlivan / index.html
Created June 6, 2021 21:09
Profile Card | Css
<div id="page">
<div class="card">
<div class="half half-left">
<div class="img-container">
<img src="https://res.cloudinary.com/tercuman-b-l-m-merkez/image/upload/v1613759952/003_megvxx.jpg" alt="">
</div>
</div>
<div class="half half-right">
<a href="https://hpitgroup.glitch.me/" class="online">H</a>
<h2 class="name">Harun Pehlivan </h2>
@harunpehlivan
harunpehlivan / harun-pehlivan-it-coder-designer-founder-ceo.markdown
Created June 6, 2021 21:06
HARUN PEHLİVAN | IT (CODER,DESIGNER) FOUNDER CEO
@harunpehlivan
harunpehlivan / index.html
Created June 5, 2021 23:02
Multi Modal Profile Card Bootstrap
<head>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,300' rel='stylesheet' type='text/css'>
</head>
<body>
@harunpehlivan
harunpehlivan / index.html
Created June 5, 2021 18:50
React Profile Card with image upload
<div id="root"></div>
<a target="_blank" title="instagram/web__addict" href="https://www.instagram.com/harunpehlivantebimtebitagem/"><i class="fab fa-instagram"></i></a>

Bouncing Profile Card

Beautiful animation for profile card design. Hover the ball to see the magic! Inspiration from Material Design by Google.

A Pen by HARUN PEHLİVAN on CodePen.

License.

Draggable Blend Generator

Generator to let you experiment with background-blend-mode and mix-blend-mode css properties together easily.

Set background color and image on the left, and select blend effect to blend background and color.

On the right you can set the mix blend mode, and drag the filter section over the background as far as you like to create different effects.

A Pen by HARUN PEHLİVAN on CodePen.