Jump to content

Hi, My name is Liam Doyle, and I do a lot of photo/video work for people and needed a website, among other stuff. Anyway, what I'm saying is if you can check my website out. Bear in mind ITS NOT FINISHED. The blog, contact and other pages still need to be written, however, if anyone wants to give me design ideas... im open. I want to finish the final design before I write the entire page. To re-iterate its a "hub" of sorts. I know it sounds corny, but its a company I want to have when I'm older. I know its setting the bar too high, but the idea is is for the moment this is where all the photos I do for people will go for distribution and It will house my blog and serve as a "hub" for my social platforms as well as my YouTube channel, that doesnt exist yet.

 

Basically, I want it to look professional and easy to read. Thank's of your input,

Liam.

 

Oh, and here is the link: limegorilla.github.io 

Bow down to me humans.

I can't help if you don't quote me. How am I supposed to know if you need my premium support? Now starting at £399.99 a year.

Also, be a sport and mark the correct answer as the correct answer. It will help pour souls in the future when they are stuck and need guidance.

"If it works, proceed to take it apart and 'make it work better.' Then cry for help when it breaks." - Me, about five minutes ago when my train of thought wandered.

Remember kids, A janky solution is still a solution.

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/
Share on other sites

Link to post
Share on other sites

It looks quite nice, and I like the fonts, but I would suggest making the body text slightly larger to maake it easier to read. Do you know if it scales correctly on higher resolution screens? (I'm using a 1280x1024 monitor)

 

Oh yeah, what did you use to make it? Web template or your own HTML/CSS?

Computer engineering PhD student and RFML researcher

 

Daily Driver:

CPU: Ryzen 7 4800H | GPU: RTX 2060 | RAM: 32GB DDR4 3200MHz C16 | OS: Debian 13

 

Gaming PC:

CPU: Ryzen 5 5600X | GPU: EVGA RTX 2080Ti | RAM: 32GB DDR4 3200MHz C16 | OS: Windows 11

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256314
Share on other sites

Link to post
Share on other sites

3 minutes ago, thegreengamers said:

Oh yeah, what did you use to make it? Web template or your own HTML/CSS?

I used brackets, and all the Html & CSS is mine apart from the nav, which is bootstrap.

Thank you for the feedback!

Bow down to me humans.

I can't help if you don't quote me. How am I supposed to know if you need my premium support? Now starting at £399.99 a year.

Also, be a sport and mark the correct answer as the correct answer. It will help pour souls in the future when they are stuck and need guidance.

"If it works, proceed to take it apart and 'make it work better.' Then cry for help when it breaks." - Me, about five minutes ago when my train of thought wandered.

Remember kids, A janky solution is still a solution.

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256329
Share on other sites

Link to post
Share on other sites

a bit of feedback, overall its a nice looking website.

Your footer is broken on my device. A better way to implement an effective, responsive footer is to create a div and do the styling via a stylesheet.

here is an example of what i mean.

<div id="footer">Generic footer information</div>

What this looks like in the CSS side of things 

#footer {
clear:both;
background: #333;
line-height: 22px;
text-align: center;
font-size: 15px;
color: #999;
margin: auto;
width: 85%;
bottom: 0;
height: auto;
border-radius: 3px;
position: fixed;
}

Obviously the CSS would need to be changed to reflect your website however it is a good starting point for a responsive footer which ive found to work quite well.

 

 



What it would look like for you is:

<div id="footer">Copyright © LimeGorilla.media - All Rights Reserved.</div>
#footer {
clear:both;
background: #333;
line-height: 22px;
text-align: center;
font-size: 15px;
color: #999;
margin: auto;
width: 100%;
bottom: 0;
height: auto;
border-radius: 3px;
position: fixed;
}

Some changes will be necessary, this was done quickly.

Dell Certified Engineer | Lenovo Qualified Service Technician | Toshiba Qualified Service Technician

CCENT Qualified Networking Technician

 

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256347
Share on other sites

Link to post
Share on other sites

14 minutes ago, Russy said:

a bit of feedback, overall its a nice looking website.

Your footer is broken on my device. A better way to implement an effective, responsive footer is to create a div and do the styling via a stylesheet.

here is an example of what i mean.


<div id="footer">Generic footer information</div>

What this looks like in the CSS side of things 


#footer {
clear:both;
background: #333;
line-height: 22px;
text-align: center;
font-size: 15px;
color: #999;
margin: auto;
width: 85%;
bottom: 0;
height: auto;
border-radius: 3px;
position: fixed;
}

Obviously the CSS would need to be changed to reflect your website however it is a good starting point for a responsive footer which ive found to work quite well.

 

 

 

  Hide contents

 

 


What it would look like for you is:

<div id="footer">Copyright © LimeGorilla.media - All Rights Reserved.</div>

 



#footer {
clear:both;
background: #333;
line-height: 22px;
text-align: center;
font-size: 15px;
color: #999;
margin: auto;
width: 100%;
bottom: 0;
height: auto;
border-radius: 3px;
position: fixed;
}

Some changes will be necessary, this was done quickly.

 

Thank you! This is why I love the forum so much. I will try your footer in the next update - just to ask, what device where you on?

Bow down to me humans.

I can't help if you don't quote me. How am I supposed to know if you need my premium support? Now starting at £399.99 a year.

Also, be a sport and mark the correct answer as the correct answer. It will help pour souls in the future when they are stuck and need guidance.

"If it works, proceed to take it apart and 'make it work better.' Then cry for help when it breaks." - Me, about five minutes ago when my train of thought wandered.

Remember kids, A janky solution is still a solution.

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256374
Share on other sites

Link to post
Share on other sites

  • I'd make the text in the body bigger, it's a bit hard to read.
  • Why does it say Limeey gorilla? I don't get that part. It says LimeGorilla everywhere else. Also, if you're going to capitalize it like that, have it carry through - it should be Limeey Gorilla, if that's indeed what you meant to put.
  • At the top, one link ends in a period, the other does not. Pick one or the other not both.
  • Why are you talking in third person? It's off putting to some people.
  • There are some areas where you've missed capitalization, and misplaced punctuation.
  • You never start a sentence with "and".
  • You didn't capitalize YouTube.
  • I don't think "My Social Networks" is the right wording. You don't own them, those are your accounts. Maybe change the title to something more fitting.
  • The button at the bottom of the page should have the text capitalized.
  • If this is a professional website, don't include your personal Facebook.
  • The font sizing is off on the Social Networks page. It just looks weird.
  • I'd include more imagery on the front page, and perhaps try to make it so that one doesn't have to scroll.

I like the look of it though.

CPU: Ryzen 9 5900 Cooler: EVGA CLC280 Motherboard: Gigabyte B550i Pro AX RAM: Kingston Hyper X 32GB 3200mhz

Storage: WD 750 SE 500GB, WD 730 SE 1TB GPU: Gigabyte GTX 1050 PSU: Corsair SF750 Case: Streacom DA2

Monitor: LG 27GL83B Mouse: Razer Basilisk V2 Keyboard: G.Skill KM780 Cherry MX Red Speakers: Mackie CR5BT

 

MiniPC - Sold for $100 Profit

Spoiler

CPU: Intel i3 4160 Cooler: Integrated Motherboard: Integrated

RAM: G.Skill RipJaws 16GB DDR3 Storage: Transcend MSA370 128GB GPU: Intel 4400 Graphics

PSU: Integrated Case: Shuttle XPC Slim

Monitor: LG 29WK500 Mouse: G.Skill MX780 Keyboard: G.Skill KM780 Cherry MX Red

 

Budget Rig 1 - Sold For $750 Profit

Spoiler

CPU: Intel i5 7600k Cooler: CryOrig H7 Motherboard: MSI Z270 M5

RAM: Crucial LPX 16GB DDR4 Storage: Intel S3510 800GB GPU: Nvidia GTX 980

PSU: Corsair CX650M Case: EVGA DG73

Monitor: LG 29WK500 Mouse: G.Skill MX780 Keyboard: G.Skill KM780 Cherry MX Red

 

OG Gaming Rig - Gone

Spoiler

 

CPU: Intel i5 4690k Cooler: Corsair H100i V2 Motherboard: MSI Z97i AC ITX

RAM: Crucial Ballistix 16GB DDR3 Storage: Kingston Fury 240GB GPU: Asus Strix GTX 970

PSU: Thermaltake TR2 Case: Phanteks Enthoo Evolv ITX

Monitor: Dell P2214H x2 Mouse: Logitech MX Master Keyboard: G.Skill KM780 Cherry MX Red

 

 

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256416
Share on other sites

Link to post
Share on other sites

14 minutes ago, limegorilla said:

Thank you! This is why I love the forum so much. I will try your footer in the next update - just to ask, what device where you on?

Windows 10 Chrome - version unknown.

Dell Certified Engineer | Lenovo Qualified Service Technician | Toshiba Qualified Service Technician

CCENT Qualified Networking Technician

 

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256417
Share on other sites

Link to post
Share on other sites

5 minutes ago, Russy said:

Windows 10 Chrome - version unknown.

Thank you!

Bow down to me humans.

I can't help if you don't quote me. How am I supposed to know if you need my premium support? Now starting at £399.99 a year.

Also, be a sport and mark the correct answer as the correct answer. It will help pour souls in the future when they are stuck and need guidance.

"If it works, proceed to take it apart and 'make it work better.' Then cry for help when it breaks." - Me, about five minutes ago when my train of thought wandered.

Remember kids, A janky solution is still a solution.

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256423
Share on other sites

Link to post
Share on other sites

9 minutes ago, CmzPlusHardware said:

 Mobile is a bit ruff. 

Is it? Can I ask what device your on? It seems to be fine on my phone..

But thank you for your feedback!

Bow down to me humans.

I can't help if you don't quote me. How am I supposed to know if you need my premium support? Now starting at £399.99 a year.

Also, be a sport and mark the correct answer as the correct answer. It will help pour souls in the future when they are stuck and need guidance.

"If it works, proceed to take it apart and 'make it work better.' Then cry for help when it breaks." - Me, about five minutes ago when my train of thought wandered.

Remember kids, A janky solution is still a solution.

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256428
Share on other sites

Link to post
Share on other sites

7 minutes ago, dizmo said:
  • I'd make the text in the body bigger, it's a bit hard to read.
  • Why does it say Limeey gorilla? I don't get that part. It says LimeGorilla everywhere else. Also, if you're going to capitalize it like that, have it carry through - it should be Limeey Gorilla, if that's indeed what you meant to put.
  • At the top, one link ends in a period, the other does not. Pick one or the other not both.
  • Why are you talking in third person? It's off putting to some people.
  • There are some areas where you've missed capitalization, and misplaced punctuation.
  • You never start a sentence with "and".
  • You didn't capitalize YouTube.
  • I don't think "My Social Networks" is the right wording. You don't own them, those are your accounts. Maybe change the title to something more fitting.
  • The button at the bottom of the page should have the text capitalized.
  • If this is a professional website, don't include your personal Facebook.
  • The font sizing is off on the Social Networks page. It just looks weird.
  • I'd include more imagery on the front page, and perhaps try to make it so that one doesn't have to scroll.

I like the look of it though.

I love it when people take the time to do somthing properly. Which you have and I haven't, clearly ;) All of this will go into an update, which I'm going to try and push up on Monday - Tuesday.

Bow down to me humans.

I can't help if you don't quote me. How am I supposed to know if you need my premium support? Now starting at £399.99 a year.

Also, be a sport and mark the correct answer as the correct answer. It will help pour souls in the future when they are stuck and need guidance.

"If it works, proceed to take it apart and 'make it work better.' Then cry for help when it breaks." - Me, about five minutes ago when my train of thought wandered.

Remember kids, A janky solution is still a solution.

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256432
Share on other sites

Link to post
Share on other sites

3 minutes ago, CmzPlusHardware said:

Here are some images

 

Screenshot_20170805-222315.thumb.png.1a839f227aed8f0c88a767569aebce20.pngScreenshot_20170805-222319.thumb.png.8dc2621d28fc9205fa6fbee93aecc6bd.png

Hmmmmm..... Ok, thanks for thease. I think I know why......

Bow down to me humans.

I can't help if you don't quote me. How am I supposed to know if you need my premium support? Now starting at £399.99 a year.

Also, be a sport and mark the correct answer as the correct answer. It will help pour souls in the future when they are stuck and need guidance.

"If it works, proceed to take it apart and 'make it work better.' Then cry for help when it breaks." - Me, about five minutes ago when my train of thought wandered.

Remember kids, A janky solution is still a solution.

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256443
Share on other sites

Link to post
Share on other sites

1 hour ago, limegorilla said:

I love it when people take the time to do somthing properly. Which you have and I haven't, clearly ;) All of this will go into an update, which I'm going to try and push up on Monday - Tuesday.

Are you sassin' me boy? :P

CPU: Ryzen 9 5900 Cooler: EVGA CLC280 Motherboard: Gigabyte B550i Pro AX RAM: Kingston Hyper X 32GB 3200mhz

Storage: WD 750 SE 500GB, WD 730 SE 1TB GPU: Gigabyte GTX 1050 PSU: Corsair SF750 Case: Streacom DA2

Monitor: LG 27GL83B Mouse: Razer Basilisk V2 Keyboard: G.Skill KM780 Cherry MX Red Speakers: Mackie CR5BT

 

MiniPC - Sold for $100 Profit

Spoiler

CPU: Intel i3 4160 Cooler: Integrated Motherboard: Integrated

RAM: G.Skill RipJaws 16GB DDR3 Storage: Transcend MSA370 128GB GPU: Intel 4400 Graphics

PSU: Integrated Case: Shuttle XPC Slim

Monitor: LG 29WK500 Mouse: G.Skill MX780 Keyboard: G.Skill KM780 Cherry MX Red

 

Budget Rig 1 - Sold For $750 Profit

Spoiler

CPU: Intel i5 7600k Cooler: CryOrig H7 Motherboard: MSI Z270 M5

RAM: Crucial LPX 16GB DDR4 Storage: Intel S3510 800GB GPU: Nvidia GTX 980

PSU: Corsair CX650M Case: EVGA DG73

Monitor: LG 29WK500 Mouse: G.Skill MX780 Keyboard: G.Skill KM780 Cherry MX Red

 

OG Gaming Rig - Gone

Spoiler

 

CPU: Intel i5 4690k Cooler: Corsair H100i V2 Motherboard: MSI Z97i AC ITX

RAM: Crucial Ballistix 16GB DDR3 Storage: Kingston Fury 240GB GPU: Asus Strix GTX 970

PSU: Thermaltake TR2 Case: Phanteks Enthoo Evolv ITX

Monitor: Dell P2214H x2 Mouse: Logitech MX Master Keyboard: G.Skill KM780 Cherry MX Red

 

 

Link to comment
https://linustechtips.com/topic/818063-thoughts-on-my-website/#findComment-10256729
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×