Skip to content

Instantly share code, notes, and snippets.

HARUN PEHLİVAN harunpehlivan

View GitHub Profile
@harunpehlivan
harunpehlivan / index.pug
Last active September 3, 2017 21:51
Web Presence
.web-presence
a.web-presence__anchor.web-presence__anchor--me(href='http://harunpehlivantebimtebitagem.ml/')
.web-presence__anchor--me__text HARUN PEHLİVAN
img.web-presence__anchor--me__img(src='http://www.doyoubuzz.com/var/users/_/2016/11/15/18/1300826/avatar/1253797/avatar_cp_630.jpg?t=1504092899')
.web-presence__anchor--me__text FOUNDER CEO BLOGGER
a.web-presence__anchor.web-presence__anchor--codepen(href='https://codepen.io/harunpehlivan/')
i.web-presence__anchor__icon.fa.fa-codepen
@harunpehlivan
harunpehlivan / animated-dashboard-with-tooltips.markdown
Last active December 17, 2017 01:47
Animated Dashboard with Tooltips
@harunpehlivan
harunpehlivan / index.html
Last active December 17, 2017 01:49
Stacked Bar with Rotated Labels
<html>
<head>
<script src= "https://cdn.zingchart.com/zingchart.min.js"></script>
<script> zingchart.MODULESDIR = "https://cdn.zingchart.com/modules/";
ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9","ee6b7db5b51705a13dc2339db3edaf6d"];</script>
</head>
<body>
<div id='myChart'></div>
</body>
</html>
@harunpehlivan
harunpehlivan / geckoboard-style-widgets.markdown
Last active December 17, 2017 01:51
Geckoboard Style Widgets
@harunpehlivan
harunpehlivan / index.html
Last active December 17, 2017 01:53
Stacked Area Chart with Crosshair
<html>
<head>
<script src= "https://cdn.zingchart.com/zingchart.min.js"></script>
<script> zingchart.MODULESDIR = "https://cdn.zingchart.com/modules/";
ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9","ee6b7db5b51705a13dc2339db3edaf6d"];</script>
</head>
<body>
<div id='myChart'></div>
</body>
</html>
@harunpehlivan
harunpehlivan / 3d-horizontal-bar-chart.markdown
Last active December 17, 2017 01:57
3D Horizontal Bar Chart
@harunpehlivan
harunpehlivan / bootstrap-framework-snippet-profile-card-with-animation.markdown
Created September 4, 2017 13:35
Bootstrap framework snippet profile card with animation
@harunpehlivan
harunpehlivan / index.html
Created September 6, 2017 12:25
Profile Cards
<!----------------------
Our profile cards
------------------------>
<div class="cards-container">
<div class="card card-one">
<header>
<div class="avatar">
<img src="http://www.doyoubuzz.com/var/users/_/2016/11/15/18/1300826/avatar/1253797/avatar_cp_630.jpg?t=1504470047" alt="
HARUN PEHLİVAN
@harunpehlivan
harunpehlivan / aligning-icons-to-text-example-1.markdown
Created September 6, 2017 23:20
Aligning Icons to Text: Example 1