Skip to content

Instantly share code, notes, and snippets.

View Nemra1's full-sized avatar

Ahmed El Sheikh Nemra1

View GitHub Profile
@Nemra1
Nemra1 / dashmachine-left-menu.markdown
Created May 26, 2019 22:48
dashmachine left menu
@Nemra1
Nemra1 / bird-loader.markdown
Created February 27, 2019 15:01
Bird Loader
@Nemra1
Nemra1 / direct-messaging.markdown
Created January 31, 2019 22:47
Direct Messaging
@Nemra1
Nemra1 / happy-avatar.markdown
Created January 31, 2019 22:37
Happy Avatar
@Nemra1
Nemra1 / index.html
Created January 21, 2019 13:03
Sticky Sidebar
<header class="header">
<p class="text-center font-size-24">Header</p>
</header>
<div class="banner">
<p class="text-center font-size-24">Banner</p>
</div>
<main class="mainContent">
<div class="sidebar">
@Nemra1
Nemra1 / index.html
Created January 7, 2019 12:45
SVG circular progress: CSS animated & Angle gradient
<!-- Container -->
<ul class="progress">
<!-- Item -->
<li data-name="SVG Skill" data-percent="13%">
<svg viewBox="-10 -10 220 220">
<g fill="none" stroke-width="3" transform="translate(100,100)">
<path d="M 0,-100 A 100,100 0 0,1 86.6,-50" stroke="url(#cl1)"/>
<path d="M 86.6,-50 A 100,100 0 0,1 86.6,50" stroke="url(#cl2)"/>
<path d="M 86.6,50 A 100,100 0 0,1 0,100" stroke="url(#cl3)"/>
<path d="M 0,100 A 100,100 0 0,1 -86.6,50" stroke="url(#cl4)"/>
@Nemra1
Nemra1 / how-to-add-responsive-recent-posts-slider-in-blogger-template.markdown
Created November 23, 2018 18:38
How to add Responsive recent posts slider in blogger template

How to add Responsive recent posts slider in blogger template

How to add Responsive recent posts slider in blogger template,in this widget you can display your latest updates from your website.

A Pen by BloggersStand on CodePen.

License.

@Nemra1
Nemra1 / 3d-slider-transform.markdown
Created November 20, 2018 16:38
3D Slider Transform
@Nemra1
Nemra1 / index.html
Created November 18, 2018 17:41
Sticky Slider Navigation (Responsive)
<!-- Hero -->
<section class="et-hero-tabs">
<h1>STICKY SLIDER NAV</h1>
<h3>Sliding content with sticky tab nav</h3>
<div class="et-hero-tabs-container">
<a class="et-hero-tab" href="#tab-es6">ES6</a>
<a class="et-hero-tab" href="#tab-flexbox">Flexbox</a>
<a class="et-hero-tab" href="#tab-react">React</a>
<a class="et-hero-tab" href="#tab-angular">Angular</a>
<a class="et-hero-tab" href="#tab-other">Other</a>
@Nemra1
Nemra1 / index.html
Created November 13, 2018 12:56
Interact.js Additive Drag/Swipe
<div id="drag-wrap">
<div id="drag-inner">
</div>
</div>