Skip to content

Instantly share code, notes, and snippets.

View rlog's full-sized avatar
🍹
Want to take a vacation

Robin Deng rlog

🍹
Want to take a vacation
View GitHub Profile
@rlog
rlog / index.html
Created March 3, 2022 03:34
Simple CSS Waves | Mobile & Full width
<!--Hey! This is the original version
of Simple CSS Waves-->
<div class="header">
<!--Content before waves-->
<div class="inner-header flex">
<!--Just the logo.. Don't mind this-->
<svg version="1.1" class="logo" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 500 500" xml:space="preserve">
<!-- 判断微信浏览器,并引入微信的 SDK -->
<script>
if (/MicroMessenger/i.test(navigator.userAgent))
document.write('<script src="//res.wx.qq.com/open/js/jweixin-1.0.0.js"><\/script>')
</script>
<!-- 引入依赖 UParams -->
<script src="//github.elemecdn.com/YanagiEiichi/uparams/1.3.0/uparams.min.js"></script>
<!-- 引入 sns-sdk -->
<script src="//github.elemecdn.com/eleme/sns-sdk/1.0.0-rc.1/sns-sdk.js"></script>
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle
Plugin 'VundleVim/Vundle.vim'
" My Plugins here:
@rlog
rlog / dabblet.css
Created July 3, 2015 02:20
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#box {
height: 100px;
width: 100px;
background: #00bd7a;
color: #fff;
padding: 50px;
@rlog
rlog / index.html
Created June 24, 2015 02:42
pJdwxG
<h3>List A</h3>
<ul id="a">
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
<li>Aliquam tincidunt mauris eu risus.</li>
<li>Vestibulum auctor dapibus neque.</li>
</ul>
<h3>List B</h3>
<ul id="b">
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
@rlog
rlog / dabblet.css
Created November 5, 2014 10:47 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #6F8EE0,#5884D6);
min-height: 100%;
@rlog
rlog / dabblet.css
Created October 13, 2014 03:29
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #eee;
min-height: 100%;
}
li span {
display: block;
@rlog
rlog / dabblet.css
Created May 25, 2014 13:56
facebook post loading
/**
* facebook post loading
*/
#loading {
animation-duration: 1s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: placeHolderShimmer;
animation-timing-function: linear;
background-clip: border-box;
@rlog
rlog / dabblet.html
Created February 11, 2014 10:13
Untitled
<h1>this is test</h1>
<img src="http://img3.douban.com/lpic/s10307175.jpg" />
@rlog
rlog / dabblet.html
Created February 11, 2014 10:12 — forked from anonymous/dabblet.html
Untitled
<h1>this is test</h1>
<img src="http://img3.douban.com/lpic/s10307175.jpg" />