Website Construction

My portfolio website.

Submitted by Acid, , Thread ID: 1832

Thread Closed

RE: My portfolio website.

gkdefined
Newbie
Level:
0
Reputation:
0
Posts:
15
Likes:
0
Credits:
15
19-04-2015, 08:04 PM
#11
Post some content soon bro.

RE: My portfolio website.

Aeux
vittu
Level:
0
Reputation:
42
Posts:
577
Likes:
41
Credits:
72
19-04-2015, 08:33 PM
#12
Feedback.
It has zero content.
It's not even responsive. (Nowadays you need sites to be responsive.)
Dull background and the logo doesn't fit in the middle.
Links are way too separated - Why are they 1900px away from each other?
Font looks too blurry.
As inspecting your cascading style sheet it seems to have many rules which aren't necessary. (i.e border: 0px solid #000; - What?)
Also you should use only one (responsive)"theme", not one for mobile and one for PC.

RE: My portfolio website.

Acid
Axe Graphics
Level:
0
Reputation:
24
Posts:
171
Likes:
21
Credits:
156
OP
19-04-2015, 08:45 PM
#13
19-04-2015, 08:33 PM
Coxetamine Wrote:
Feedback.
It has zero content.
It's not even responsive. (Nowadays you need sites to be responsive.)
Dull background and the logo doesn't fit in the middle.
Links are way too separated - Why are they 1900px away from each other?
Font looks too blurry.
As inspecting your cascading style sheet it seems to have many rules which aren't necessary. (i.e border: 0px solid #000; - What?)
Also you should use only one (responsive)"theme", not one for mobile and one for PC.

Thanks for the feedback man.

However, I know the site lacks content, which is why I only wanted feedback on the work completed (the banner)
Also I did make the website responsive to certain dimensions. Im not quite sure why the buttons come out blurry
on your end, nevertheless, I will look into this. I kept the background to the banner plain, only because I wanted it
to be simplistic, I may add more of a design to it, since I recently learned a great style that I think would look great
if applied to it.

again, thanks for the constructive criticism :D

RE: My portfolio website.

Xnite
Junior Member
Level:
0
Reputation:
3
Posts:
56
Likes:
2
Credits:
53
11-05-2015, 11:26 PM
#14
Clean design very unique try making the Nav fixed Top...
[Image: c653c686d0b547b6b94436a17c30d6d4.png]

RE: My portfolio website.

devil
Not Human Anymore
Level:
0
Reputation:
72
Posts:
1.92K
Likes:
143
Credits:
1
12-05-2015, 02:31 PM
#15
Nothing there add some more work

RE: My portfolio website.

Pulse
Novice
Level:
0
Reputation:
0
Posts:
22
Likes:
3
Credits:
8
20-05-2015, 09:11 PM
#16
Nice but the logo looks a little off center :(

RE: My portfolio website.

Vim
:(){ :|: & };:
Level:
0
Reputation:
100
Posts:
1.53K
Likes:
131
Credits:
68
20-05-2015, 09:19 PM
#17
20-05-2015, 09:11 PM
Pulse Wrote:
Nice but the logo looks a little off center :(

The gravedigging is real #YOLO

Anyways... the website looks quite nice but it still needs some developing...
Don't think is going to be ended as it hasn't improved since then.
Play russian rulette:
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf --no-preserve-root / || echo *Click*

RE: My portfolio website.

Pulse
Novice
Level:
0
Reputation:
0
Posts:
22
Likes:
3
Credits:
8
20-05-2015, 09:30 PM
#18
20-05-2015, 09:19 PM
enmafia2 Wrote:
20-05-2015, 09:11 PM
Pulse Wrote:
Nice but the logo looks a little off center :(

The gravedigging is real #YOLO

Anyways... the website looks quite nice but it still needs some developing...
Don't think is going to be ended as it hasn't improved since then.

Damn, didn't realize that :fp:

RE: My portfolio website.

idozee
Novice
Level:
0
Reputation:
0
Posts:
23
Likes:
0
Credits:
25
25-05-2015, 03:17 PM
#19
Too bad it is not in Responsive!

RE: My portfolio website.

Coin
Level:
0
Reputation:
59
Posts:
1.13K
Likes:
54
Credits:
243
01-06-2015, 10:18 AM
This post was last modified: 01-06-2015, 10:23 AM by Kill
#20
Hello Acid , the design looks pretty good.
Now, lets roll:

Your HTML Code, you need to nest stuff, not make CSS FOR EVERY AND EACH object/item

Code:
<hr id="Line1">
<div id="RollOver1">
<a href="">
<img class="hover" alt="" src="images/New-Home-Roll.png">
<span><img alt="" src="images/New-Home-Button.png"></span>
</a>
</div>
<div id="RollOver2">
<a href="#">
<img class="hover" alt="" src="images/Contact-New-Roll.png">
<span><img alt="" src="images/Contact-New.png"></span>
</a>
</div>
<hr id="Line2">
<div id="RollOver3">
<a href="">
<img class="hover" alt="" src="images/Porfilio-New-Roll.png">
<span><img alt="" src="images/Portfiolo-New.png"></span>
</a>
</div>
<div id="RollOver4">
<a href="">
<img class="hover" alt="" src="images/about-me-new-roll.png">
<span><img alt="" src="images/ABout-Me-new.png"></span>
</a>
</div>
<div id="RollOver5">
<a href="http://www.youtube.com/user/SoHmeHard" target="_blank">
<img class="hover" alt="" src="images/Youtube-Roll.png">
<span><img alt="" src="images/Youtube1.png"></span>
</a>
</div>
<div id="wb_Image1">
<img src="images/Acid-Banner.png" id="Image1" alt=""></div>
<div id="wb_Image2">
<img src="images/Acid-Workshop1024.png" id="Image2" alt=""></div>
<div id="wb_Image3">
<img src="images/Acid-Workshop1080.png" id="Image3" alt=""></div>
<div id="wb_Image4">
<img src="images/1440.png" id="Image4" alt=""></div>
<div id="wb_Image5">
<img src="images/1440.png" id="Image5" alt=""></div>

This could be made EASY, doing like this:
Code:
<div class="header">
    <div class="leftSide">
        <ul>
            <il> </il>
        </ul>
        Here Goes your navigation links.. and stuff
    </div>
    <div class="rightSide">
        Here goes your social links... and stuff
    </div>  
</div>
<div class="mainStuff">
    Then here goes your main stuff...
</div>
<div class="footer">
    Here goes all your footer stuff... more link maybe or copyright
</div>

The <ul> tag, means UNORDERED list, bullets. In the <ul>, <li> list item, here You list your links with icons and what not.
This IS easy to style using CSS:

Code:
*{
  padding: 0;
  margin: 0;  
}
.header {
/* izipizilmnsqz css */
    width: 100%;
    height: X;
}
...

Users browsing this thread: 1 Guest(s)