| Help Web Page Design |

Status
This thread has been locked.

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
I've been working on the page for a bit now, I don't have the WOW feeling when I finish my pages.. Has anyone got any good ideas what I should change, add, remove from it..

Also ignore the "Group Tools Button" its just a place holder
Here are some screenshots ---------

jbg0RX8.png

grjem6p.png
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

FelixDev

Typical Developer and Designer
Premium
Feedback score
9
Posts
1,113
Reactions
331
Resources
0
just, dope.
 

pace

average physics enjoyer
Supreme
Feedback score
40
Posts
856
Reactions
491
Resources
0
trust me thats what every web designer/frontend developer think when they finish a website they made but when they show it to other people turns out to be sexy.
 

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
trust me thats what every web designer/frontend developer think when they finish a website they made but when they show it to other people turns out to be sexy.
True I am trying to go for a simple non complex feeling for the website so everything is easy to see, find and do, But if you see the empty spaces I have no idea what to add there haha.[DOUBLEPOST=1535625533][/DOUBLEPOST]I also just remade the profile pages too
https://i.gyazo.com/79ed7b06eb5020b22d62fc8f2e67db67.mp4 -- GIF

https://i.gyazo.com/040604a6598d1016797c665d994ba526.png
 
Last edited:

Voxtility

RazorCloud Owner,
Premium
Feedback score
8
Posts
623
Reactions
120
Resources
0
True I am trying to go for a simple non complex feeling for the website so everything is easy to see, find and do, But if you see the empty spaces I have no idea what to add there haha.
If your going for a simple look space is needed dont fill up the space cos then it will look too complex and busy u want it more spaced out easy to look at.
 

Deathcaptain

Web Designer / Web Developer
Supreme
Feedback score
19
Posts
206
Reactions
79
Resources
0
I also agree with everyone here. Looks pretty nice and simple. I'd just recommend to stick the footer to the bottom.
 

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
I've updated the footer and added some back end code so now a user can see their stats but I'm having a problem.

I can't seem to figer out how to make php when echoing something have a base number to it,

Example php echo stuff from the database when echoing make sure to format it like
#1 Then echo name aka IAmVolvic
#2 User 2
#3 User 3
#4 User 4


wEIFSsK.png
 

Kuchy

Web Developing Cake
Support
Feedback score
14
Posts
664
Reactions
505
Resources
2
I'm going to assume you are using a while loop function because i have no clue how your code is set up.

First make a variable before the loop function and set it equal to 1

Then find a place in your code where you want to echo the value and call the variable.

At the end of your loop function, call the variable and add 1 to it.

Example:
Code:
$i = 0;
while ...{
    echo $i;
    $i++
}
 

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
I’ve had the code in my face but didn’t know wth was going on one of thos brain fart I guess thank you haha
 

theMO

Feedback score
1
Posts
11
Reactions
3
Resources
0
The web site looks very cool, I love the combination of purple and black together
 

IAmVolvic

Supreme
Feedback score
4
Posts
177
Reactions
49
Resources
0
Yeah lets make this clear,

I have made the page as you see here. I have not said I made the website,

And 90% of the pages you will see has been made by me. As goes for the theme you see is a portal I personally purchased from:
https://themeforest.net/item/goodgames-portal-store-html-gaming-template/17704593?ref=_nK

As to let you know every page has back end that I did. From the login page to groups to forum etc. SO yes a lot of hard work has gone into it.

Thanks for the reply[DOUBLEPOST=1535919244][/DOUBLEPOST]
I personally believe that there are some changes that can be made to make it look better. Right now, it looks rather basic (in my opinion) and the text seems rather large in places that should keep it smaller. I also recommend perhaps rounding the corners on the boxes to see how that looks. I also think that the purple is overused. Just some creative criticism, nothing to whine over.
Yeah good idea. As I said I am making it pretty basic nothing going too crazy. And yh sure..
 
Last edited:

Ataeshi

Feedback score
0
Posts
21
Reactions
6
Resources
0
Yeah lets make this clear,

I have made the page as you see here. I have not said I made the website,

And 90% of the pages you will see has been made by me. As goes for the theme you see is a portal I personally purchased from:
https://themeforest.net/item/goodgames-portal-store-html-gaming-template/17704593?ref=_nK

As to let you know every page has back end that I did. From the login page to groups to forum etc. SO yes a lot of hard work has gone into it.

Thanks for the reply[DOUBLEPOST=1535919244][/DOUBLEPOST]
Yeah good idea. As I said I am making it pretty basic nothing going too crazy. And yh sure..
And yet you instantly removed the comment in the css that shows its a template
 
Status
This thread has been locked.
Top