BorysSokolov Posted July 10, 2013 Share Posted July 10, 2013 Hi. I've been working to build up a simple portfolio for myself, to have something to present in case I'm asked. The problem was, I could never complete any of the projects I began, and I had nothing to show. So I decided to make this very basic website: http://www.bostoncomputerrepaircenter.com/ . The goal was to create a simple example site which would demonstrate that I have a basic grasp of what I'm doing, but at the moment, it pretty much looks like a template. I'm not sure where to lead with this, and I don't know whether I could actually present this to a potential client (I'm doing volunteer work, mostly)? I'd appreciate it if somebody could point out any improvements I could make, or tell me how I could construct the site into something that would persuade a client? Thanks. Link to comment https://forums.phpfreaks.com/topic/280020-how-to-improve-this-demo-site/ Share on other sites More sharing options...
doddsey_65 Posted July 10, 2013 Share Posted July 10, 2013 The first thing I noticed is that you are using bootstrap. But why? You only use it in one place ( the nav ). You have also added empty divs to add a clear to floating elements. Have a read on bootstrap and you will find that adding the clearfix class to the parent will remove the need to add empty divs. Also your text looks a little big, try decreasing the size. And use relative urls for serving static content unless they are coming from a different domain Also W3C has a few complaints. Link to comment https://forums.phpfreaks.com/topic/280020-how-to-improve-this-demo-site/#findComment-1440230 Share on other sites More sharing options...
ShivaGupta Posted July 11, 2013 Share Posted July 11, 2013 your text looks a little big, try decreasing the size. Link to comment https://forums.phpfreaks.com/topic/280020-how-to-improve-this-demo-site/#findComment-1440345 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.