個(gè)性化創(chuàng)意鮮明的網(wǎng)站設(shè)計(jì)實(shí)例(30個(gè))

基于FLASH的設(shè)計(jì)
Ola Interactive Agency
A fun and straightforward website, with small videos running in the back to illustrate some of the company values, like creativity, speed and coolness! There’s a speaker on the left to kill the music.
Your Majesty
Nice and clean website with more than one way to explore the portfolio, excellent branding, and a smooth dark color scheme.
EnjoyThis
The minimal design and a sleek touch of Flash are the strong points of this one. Browsing trough the works seems so natural.
Valerie Phillips
This is huge. Literally!
Ben Thomas
A simple and effective left aligned website, with a stylish motion effect that works great with the dynamic visuals in the portfolio.
Studio Output
This one is for the average portfolio what Vimeo is for YouTube: a minimal yet powerful alternative, an almost buttonless experience.
Lyndon Wade
A classic dark styled background with a thumbnail menu and awesome transition effects are all you need for a killer portfolio. Oh, and some pictures from one of the top 15 photographers in America.
Cardon Design
A simple and innovative way to show the portfolio, in a dictionary way. Great works also!
Kenjiro Harigai
One of the most complex websites in our selection, it features a visual menu with a lens effect, a text menu with the names of the works, and some amazing motion effects.
I Shot Him
This one is all about the story: with just a few vintage illustrations and some creative lines they really deliver "a design novelty".
Unique browsing system
Websites that let you scan the portfolio trough original and fresh techniques.
Orange Label
This is a one-page journey, a dive in the studio’s achievements, beginning with a strong graphic & profile, then some works and finally a feedback form.
Counter Fill
Exploring this portfolio is like falling from the roof of a tall building and stopping by a few times to look on the window. Click to see why.
X3 Studios
The excellent use of AJAX makes browsing this website such a smooth experience that you get the feeling you never left the homepage. Which is true!
Lucas Hirata
Very good use of thumbnails and light.
Work at Play
Maybe the most dynamic non-Flash website of the selection. Great uses of colors, transparency and AJAX.
Zaum & Brown
Finally a grid based portfolio with a fluid layout. Don’t know if Brown comes from the color of the background, but that certainly works well also.
Creative People
The background is so important here! This amazing photo manipulation steals the show but introduce us properly in the studio atmosphere.
Design by Slint
This prolific studio from Singapore also has a grid-based fluid portfolio, where they show the works in a blog style way.
Dave Hill
The best proof that great photography doesn’t really need sophisticated design to stand out. Elegant and smooth.
Any Which Way
Nothing fancy seems to be happening here at the first sight, but this website has a great navigation system: a mirror-like menu that stands as a fantastic alternative for the way over-used "carousel".
Special elements
Portfolios that use at least one remarkable element (widget, color scheme, game) to create an immersive adventure.
Crispin Porter + Boguski
Basically this website aggregates a YouTube video for a given campaign, the live news feed about it, Twitter bits, and blog pieces. It sure is the most social-ready portfolio of the selection.
Great Works
An excellent example of three colors website: sleek, smooth, and effective!
Home de Caramel
Another fullscreener, Home de Caramel features a double menu, just a few words and huge images. Makes sense.
Trust The KDU
The vintage design and the sepia tone of the photos work extremely well together and make a great portfolio.
Carsonified
Strong colors and striking, simple illustrations make from the new Carsonified website an instant classic.
Poccuo
Very clean and dynamic website with a powerful Twitter integration and a nice simple way to show the creative work.
BKWLD
Clean design + Good navigation + Great works = Winner Portfolio
Elliot Jay Stocks
Another classic, the portfolio of Elliot teaches us the importance of a huge footer, actually as big as the body. Break the barriers, think big!
Mojave Interactive
Social media is very important business for Mojave, so they have compiled a few different channels in the homepage.
Merix Studio
Full intreactivity map with clients and resources, amazing idea!
相關(guān)文章
15 個(gè)為編程初學(xué)者準(zhǔn)備的網(wǎng)站(都是國(guó)外的一些網(wǎng)站)
今天的文章,我們將分享15個(gè)可以學(xué)習(xí)編程的網(wǎng)站,這些網(wǎng)站上提供了很多編程教程,圖書(shū)以及編程練習(xí),希望對(duì)你有用2024-11-02web開(kāi)發(fā)中的長(zhǎng)度單位小結(jié)
這篇文章主要介紹了web開(kāi)發(fā)中的長(zhǎng)度單位主要包括px,pt,em等,需要的朋友可以參考下2023-08-06網(wǎng)頁(yè)前端開(kāi)發(fā)的一些尺寸單位(px,rem單位)
px單位是絕對(duì)單位,一般用于pc端網(wǎng)頁(yè)開(kāi)發(fā),因?yàn)槭墙^對(duì)單位所以在移動(dòng)端上的使用體驗(yàn)并不是很好,rem它是描述相對(duì)于當(dāng)前根元素字體尺寸,是相對(duì)單位,它可以根據(jù)根元素的變換而2023-08-06WEB前端優(yōu)化必備js/css壓縮工具YUI-compressor詳解與集成用法
壓縮工具層次不窮,各有優(yōu)點(diǎn),選擇適合的壓縮工具為將來(lái)做項(xiàng)目開(kāi)發(fā)使用是一件很重要的事情??!在這介紹YUI-compressor,需要的朋友可以參考下2023-06-21html,css,javascript是怎樣變成頁(yè)面的
瀏覽器是多進(jìn)程的,有瀏覽器主進(jìn)程,網(wǎng)絡(luò)進(jìn)程,渲染進(jìn)程,插件進(jìn)程等,在將html,css,javascript解析成一個(gè)頁(yè)面的時(shí)候,就需要多個(gè)進(jìn)程的分工合作2023-05-01- 本文為大家整理了常用的文件對(duì)應(yīng)的MIME類(lèi)型,對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)學(xué)習(xí)吧2022-04-25
postman中form-data、x-www-form-urlencoded、raw、binary的區(qū)別介紹
這篇文章介紹了postman中form-data、x-www-form-urlencoded、raw、binary的區(qū)別,對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)學(xué)習(xí)吧2021-12-28網(wǎng)頁(yè)中使用Unicode字符的介紹(&#,\u等)
國(guó)際組織制定了可以容納世界上所有文字和符號(hào)的字符編碼方案,稱(chēng)為Unicode,是通用字符集Universal Character Set的縮寫(xiě),用以滿(mǎn)足跨語(yǔ)言、跨平臺(tái)進(jìn)行文本轉(zhuǎn)換、處理的要求2021-11-27前端實(shí)現(xiàn)字符串GBK與GB2312的編解碼(小結(jié))
這篇文章主要介紹了前端實(shí)現(xiàn)字符串GBK與GB2312的編解碼(小結(jié)),小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2020-12-02告別硬編碼讓你的前端表格自動(dòng)計(jì)算的實(shí)例代碼
這篇文章主要介紹了告別硬編碼讓你的前端表格自動(dòng)計(jì)算,本文通過(guò)實(shí)例代碼給大家介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友可以參考下2020-09-27