Website Im Designing.

Proxemah

Veteran
Messages
20
Reaction score
20
Points
568
This is a website im designing it is not finished still in the making

The pictures and text are demos I am working with


Opinions are appreciated.


HOME PAGE
29584251yl.jpg

NOTE: Services page is not complete

SERVICES PAGE
29584252rx.jpg
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
This is a website im designing it is not finished still in the making

The pictures and text are demos I am working with


Opinions are appreciated.


HOME PAGE
29584251yl.jpg

NOTE: Services page is not complete

SERVICES PAGE
29584252rx.jpg
Looks quite cool. Are you working with any framework?
 

Proxemah

Veteran
Messages
20
Reaction score
20
Points
568
Looks quite cool. Are you working with any framework?

No at the moment I am just working on the design with HTML then I will go further I haven't worked on this project since the day I posted this thread
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
No at the moment I am just working on the design with HTML then I will go further I haven't worked on this project since the day I posted this thread
You should definitely continue on this project. It looks quite good. :y: If you coded this from scratch I'm quite impressed.

Where did you learn to work with HTML and CSS?
 

Proxemah

Veteran
Messages
20
Reaction score
20
Points
568
You should definitely continue on this project. It looks quite good. :y: If you coded this from scratch I'm quite impressed.

Where did you learn to work with HTML and CSS?

I've been coding for years, to be honest, and I've owned a couple of forums in my time I learn new stuff as I go along, but mainly I would go and search how to do such and such and work my way from there,

but when it comes to forums that's what I specialise in I've worked with MyBB for quite a long time haven't done much IPB, o Xenforo though .
 

Proxemah

Veteran
Messages
20
Reaction score
20
Points
568
You should definitely continue on this project. It looks quite good. :y: If you coded this from scratch I'm quite impressed.

Where did you learn to work with HTML and CSS?


And my service page is not gonna look like that that's just the beginning of what I'm starting with :smile:
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
I've been coding for years, to be honest, and I've owned a couple of forums in my time I learn new stuff as I go along, but mainly I would go and search how to do such and such and work my way from there,

but when it comes to forums that's what I specialise in I've worked with MyBB for quite a long time haven't done much IPB, o Xenforo though .
And my service page is not gonna look like that that's just the beginning of what I'm starting with :grinning:
That's really cool to hear. :smile: Please be sure to share you status with us here! Can't wait to see the final site. Are you going to code the backend by yourself too?
 

Proxemah

Veteran
Messages
20
Reaction score
20
Points
568
That's really cool to hear. :grinning: Please be sure to share you status with us here! Can't wait to see the final site. Are you going to code the backend by yourself too?

Yeah I'm going to be doing the backend if i continue on this project
 

Kyle Fardy

Veteran
Donator
Messages
181
Reaction score
89
Points
888
This is a website im designing it is not finished still in the making

The pictures and text are demos I am working with


Opinions are appreciated.


HOME PAGE
29584251yl.jpg

NOTE: Services page is not complete

SERVICES PAGE
29584252rx.jpg
Personally, rather than having a Services option, what I would suggest is to make your fa icons clickable like this
Code:
<a href="your discord link" class="button styles if you fancy using a button"><i class="fa fa-cogs"></i> text here if your doing it as a button else leave blank</a>

And you could maybe do a tooltip on a hover etc

I personally think it looks cleaner than a datatable
 
Top