Copyright © 2006, 2007, 2008Weakish Jiang
Except where otherwise noted, content on this site is licensed under version 2 of the GNU General Public License.
重新设计了站点,采用web 0.0风格。由于基本没有图片,再加上blog外包到blog.ubuntu.org.cn。整个weakish.int.eu.org的大小为1.4M。可以装在一张软盘里。:)
This entry was posted on Tuesday, May 6th, 2008 at 12:02 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
原来这就叫web0.0 啊?那用纯文本,是不是叫 web -1.0 了?
@bones7456 我这是仿古啊。用div+css做的啊。看到过模仿终端效果的网站。如果用css做出plain text的效果,估计可以叫web -1.0。
比如 strong 和 em 可以这样处理:
strong:before { content: “**”; } strong:after { content: “**”; } em:before {content: “__”; } em:after {content: “__”; }
有空我再做这 web -1.0 风格的。 XD
Name (required)
Mail (will not be published) (required)
Website
May 7th, 2008 at 2:58 pm
原来这就叫web0.0 啊?那用纯文本,是不是叫 web -1.0 了?
May 7th, 2008 at 8:10 pm
@bones7456 我这是仿古啊。用div+css做的啊。看到过模仿终端效果的网站。如果用css做出plain text的效果,估计可以叫web -1.0。
比如 strong 和 em 可以这样处理:
strong:before { content: “**”; }
strong:after { content: “**”; }
em:before {content: “__”; }
em:after {content: “__”; }
有空我再做这 web -1.0 风格的。 XD