Skip to content

Instantly share code, notes, and snippets.

View egfx's full-sized avatar
💭
gif.com.ai

Ilya egfx

💭
gif.com.ai
View GitHub Profile
@egfx
egfx / index.html
Created May 3, 2016 19:26 — forked from anonymous/index.html
text gradient
<h1><span>Life</span><span>is a</span><span>gradient</span></h1>

Photo framed images

Uses the border-image property to frame an image in a somehow photo-realistic way. Additionally, a "handwritten" caption can be applied. There are some pixel based calculations in here, which is not ideal. And, of course: IE. But whatever. The jQuery part is not really neccessary; it simply helps to keep the HTML part a little cleaner. Of course, you can remove it and some of the CSS if you don't want captions at all.

A Pen by Tobias Reinhardt on CodePen.

License.

Play video portions

Code excellent for tutorials or to compile various clips in one video

A Pen by Nodws on CodePen.

License.

@egfx
egfx / index.html
Created March 8, 2017 04:49 — forked from anonymous/index.html
Our Team Circle
<div class="circle">
<div class="text">Our Team</div>
<div class="image-wrapper"><img class="image" src="http://i.pravatar.cc/300?img=69"/></div>
<div class="image-wrapper"><img class="image" src="http://i.pravatar.cc/300?img=64"/></div>
<div class="image-wrapper"><img class="image" src="http://i.pravatar.cc/300?img=65"/></div>
<div class="image-wrapper"><img class="image" src="http://i.pravatar.cc/300?img=52"/></div>
<div class="image-wrapper"><img class="image" src="http://i.pravatar.cc/300?img=41"/></div>
<div class="image-wrapper"><img class="image" src="http://i.pravatar.cc/300?img=33"/></div>
<div class="image-wrapper"><img class="image" src="http://i.pravatar.cc/300?img=22"/></div>
<div class="image-wrapper"><img class="image" src="http://i.pravatar.cc/300?img=15"/></div>
@egfx
egfx / index.html
Created March 8, 2017 04:53 — forked from anonymous/index.html
Miss Kobayashi's Dragon Maid animation I
<div class="container">
<span class="flipper">
<span class="front">.</span>
<span class="back">(</span>
</span>
<span class="flipper">
<span class="front">.</span>
<span class="back">^</span>
</span>
<span class="flipper">
@egfx
egfx / index.html
Created March 8, 2017 07:00 — forked from anonymous/index.html
[Weekly React UI #03] Skeleton Screens
<div id="App"></div>
@egfx
egfx / index.html
Created March 8, 2017 07:53 — forked from anonymous/index.html
Motion in dartlang
<div>
<canvas id="canvas" ></canvas>
</div>