Jump
Steam昨天有新出来一个游戏,叫Rakuen,刚入了还没来得及玩,听说剧情比较感人,分享一下OST里一首很美的曲子Jump。 2011年日本地震,为了支持受灾群众,山岡晃老师提议,和许多游戏音乐制作人一起制作了慈善专辑《Play for Japan: The Album》,其中Laura Shigihara就献唱了这首Jump。
Steam昨天有新出来一个游戏,叫Rakuen,刚入了还没来得及玩,听说剧情比较感人,分享一下OST里一首很美的曲子Jump。 2011年日本地震,为了支持受灾群众,山岡晃老师提议,和许多游戏音乐制作人一起制作了慈善专辑《Play for Japan: The Album》,其中Laura Shigihara就献唱了这首Jump。
五一假期前几天参加了座谈会,开会的时候太无聊就随便折了折手头的A4纸,不对称的还挺好看。 画出来是这样子的 然后雅阁推荐我竖过来放,貌似会更好看一点,逆时针旋转90度看着还不错,之后改改颜色再试试。 然后发现了个很有趣的事,如图继续折纸,把红线折出来, ...
去年下半年看Linode出东京机房了,赶紧去申请了一个服务器挂着SS,用了这几个月下来感觉挺好,然后前几天发现了Google BBR这档子东西,一激动就把我DO新加坡的服务器搞挂了,算了算了也懒得再恢复了,反正里面也没什么东西,决定把网站都搬到Linode这边来。 ...
Merry Christmas:)
The Sketch3 has been removed from the App Store( ˙-˙ ) Sad
My pen tablet hadn’t been used for a long time.So I tried to copy this Minami Kotori this night.
大半年没有更新什么东西了,这两天DO的速度已经惨的不忍直视,之前这个VPS是在SFO的机房,刚建立的时候见下载速度是蛮不错的,也有个小几百KB/S,可是这两天很糟糕的说,降到了20KB/S左右。本来想着是不是可以换linode了,可是想想账户里面还有60多刀的学生优惠,没办法估计还得用上一年了。 ...
Then I finished this. View the demo.
I’ve drawn the HTML logo by following the tutorial HTML5 logo using CSS3 this afternoon. It looks a little complex but actually easy.Let’s put the code into parts. The text ‘HTML’; The wrapper itself, contains the whole logo; The ’#five’ div mainly defines the color of 5 and puts the 5 above the other divs. Put the divs ‘top’…’left-bottom’ together to creat the number 5. The Pseudo-classes ‘wrapper:before’ and ‘wrapper:after’ mainly defines the shape of the shield (The bigger one in deep orange). The Pseudo-classes ‘inner:before’ and ‘inner:after’ defnes the shape of the shield in light orange.This shield is in the same size as the deepper one, but the property ‘transform: scale(0.85)’ of the class inner make this shield smaller. The class ‘inner left’ contains all the properties of the class ‘inner’.It shows half of the bigger shield in the left above the div of the smaller shield: .inner.left {<br /> width: 170px;<br /> overflow: hidden;<br /> -webkit-transform: scale(1);<br /> } The class ‘inner left cover’ mainly adjusts the color of 5 in the left. Fine, that’s all of it. ...
I’ve been learning CSS3 recently.This image was finished by following the tutorial Happy Holidays with CSS3. In this tutorial, I learned: How to use the function linear-gradient. Something about the Position property, especially ‘position:absolute’. How to make circles and triangles in CSS3, and put them into layers like Photoshop. The turorial was very helpful which let me improve a lot ( Although the image is simple and not very beautiful:D ). Click here to see my work.