Page 1 of 1

Snappy Design Portfolio Website

Posted: Wed Jun 19, 2013 10:10 am
by SnappyDesign
Hi,

At Snappy Design we are big fans of CMS Made Simple. So much so that we built our portfolio website using it.

Check it out at http://www.snappy-design.co.uk

I thought you guys might enjoy.

Cheers.

Code: Select all

CMS Made Simple Version: 1.11.5 “Puerto Ayora”

Extra modules:

- CGBlog
- Gallery
- Captcha
- Form Builder
- Template Externalizer

Re: Snappy Design Portfolio Website

Posted: Wed Jun 19, 2013 6:54 pm
by DragonWebEU
Really nice looking site, but I don't like #menu-bar (it's to high (90px and border-radius: 3px makes it better? :D))

Check your code:
note sure why you use <meta name="robots" content="index,follow" /> it's default "index, follow", If I remember correctly <center> is not valid/supported with html5 doctype
(firefox html validation add-on showed more errors and warning some uncolsed div etc.)

Had problems with long lines of code and CMSMS?

Code: Select all

<link rel="stylesheet" href="styles/base-style.css">
<link rel="stylesheet" href="styles/base-responsive.css">
<link rel="stylesheet" href="styles/home-style.css">
<link rel="stylesheet" href="styles/home-responsive.css">
Good job! :)

Re: Snappy Design Portfolio Website

Posted: Thu Jun 20, 2013 11:28 am
by SnappyDesign
DragonWebEU wrote:Really nice looking site, but I don't like #menu-bar (it's to high (90px and border-radius: 3px makes it better? :D))

Check your code:
note sure why you use <meta name="robots" content="index,follow" /> it's default "index, follow", If I remember correctly <center> is not valid/supported with html5 doctype
(firefox html validation add-on showed more errors and warning some uncolsed div etc.)

Had problems with long lines of code and CMSMS?

Code: Select all

<link rel="stylesheet" href="styles/base-style.css">
<link rel="stylesheet" href="styles/base-responsive.css">
<link rel="stylesheet" href="styles/home-style.css">
<link rel="stylesheet" href="styles/home-responsive.css">
Good job! :)
Thanks for the feedback. We liked what you had to say so much that we made your suggested change to the menu bar. Crowdsourcing at its finest!

Re: Snappy Design Portfolio Website

Posted: Fri Jun 28, 2013 1:51 pm
by pasmaskas
I Love it!