Jump to content

Use the below link to download the folder and open up the HTML document in your favorite HTML viewer/editor, I recommend TextWrangler, that's what I used to create it. Rate my skills.

link: https://drive.google.com/open?id=0B2EMs4ZfYz1WSVBHZGdPUWowYkU

"If you gon be bout it, be bout it bout it" ~ Gavin 'itsjusta6' Simon

I play games - Look at my profile for specs

I love memes. I make bad memes, but I like dank memes, who doesn't?

I am good at editing videos and pictures, feel free to message me if you would like some work done.

 

Thanks!

Kole Overby

Owner At:

Chaos Network

DanTheNali Videography

 

Employee At:

Neighborhood Mechanic

Heinen's Powersports

Link to comment
https://linustechtips.com/topic/581811-rate-my-basic-html-skills/
Share on other sites

Link to post
Share on other sites

3 minutes ago, Chaos Network said:

Use the below link to download the folder and open up the HTML document in your favorite HTML viewer/editor, I recommend TextWrangler, that's what I used to create it. Rate my skills.

link: https://drive.google.com/open?id=0B2EMs4ZfYz1WSVBHZGdPUWowYkU

Access to that document is public.

Link to post
Share on other sites

4 minutes ago, chiwas said:

Access to that document is public.

Here is another link that should give you access to view, download, possibly edit, but won't change my master copy.

 

https://drive.google.com/open?id=0B6rJZ_PxyTKIcW45TE9FR2JsNFU

"If you gon be bout it, be bout it bout it" ~ Gavin 'itsjusta6' Simon

I play games - Look at my profile for specs

I love memes. I make bad memes, but I like dank memes, who doesn't?

I am good at editing videos and pictures, feel free to message me if you would like some work done.

 

Thanks!

Kole Overby

Owner At:

Chaos Network

DanTheNali Videography

 

Employee At:

Neighborhood Mechanic

Heinen's Powersports

Link to post
Share on other sites

18 minutes ago, Chaos Network said:

Here is another link that should give you access to view, download, possibly edit, but won't change my master copy.

 

https://drive.google.com/open?id=0B6rJZ_PxyTKIcW45TE9FR2JsNFU

can't you just, idk host the website ?

also, please use a .css stylesheet.
makes everything better

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to post
Share on other sites

There is nothing to say about HTML, its super basic.

But you CSS skills are poor.

Your "wrapper" have fixed width, so there is no point of giving the same width value to child elements (social, header, nav, footer).

Using margin of 275px to centrete menu is a bad practice. One way to do it is to use "text-align: center" on nav, remove floating from list items and give them "display: inline-block" value.

Stop using fixed height on elements, its only used in special cases. Use padding/margin to add "white space" to your content.

 

I would suggest you to watch this video series by Jeffrey Way.

Link to post
Share on other sites

23 minutes ago, Chaos Network said:

Here is another link that should give you access to view, download, possibly edit, but won't change my master copy.

 

https://drive.google.com/open?id=0B6rJZ_PxyTKIcW45TE9FR2JsNFU

please go to something like hostinger.co.uk for a free hosting service for your website
makes it soo much easier for everyone.

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to post
Share on other sites

5 minutes ago, chiwas said:

There is nothing to say about HTML, its super basic.

But you CSS skills are poor.

Your "wrapper" have fixed width, so there is no point of giving the same width value to child elements (social, header, nav, footer).

Using margin of 275px to centrete menu is a bad practice. One way to do it is to use "text-align: center" on nav, remove floating from list items and give them "display: inline-block" value.

Stop using fixed height on elements, its only used in special cases. Use padding/margin to add "white space" to your content.

 

I would suggest you to watch this video series by Jeffrey Way.

Thanks for your opinion, but I did this exactly as my teacher told us to, with different colors and words and images, but exactly like he told us, I have been in his class for like a week and a half. So how are my skills compared to how long I've been in the class, with no experience with HTML or Css prior?

"If you gon be bout it, be bout it bout it" ~ Gavin 'itsjusta6' Simon

I play games - Look at my profile for specs

I love memes. I make bad memes, but I like dank memes, who doesn't?

I am good at editing videos and pictures, feel free to message me if you would like some work done.

 

Thanks!

Kole Overby

Owner At:

Chaos Network

DanTheNali Videography

 

Employee At:

Neighborhood Mechanic

Heinen's Powersports

Link to post
Share on other sites

27 minutes ago, Chaos Network said:

Here is another link that should give you access to view, download, possibly edit, but won't change my master copy.

 

https://drive.google.com/open?id=0B6rJZ_PxyTKIcW45TE9FR2JsNFU

ok, iv had a good look at it with brackets.

and I got to say. well, the page is not only not that great (I get that its basic html) but the code doesn't follow the W3C rules.
there are a lot of missing stuff in it too

 

and please, don't use <br />

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to post
Share on other sites

Just now, Chaos Network said:

Thanks for your opinion, but I did this exactly as my teacher told us to, with different colors and words and images, but exactly like he told us, I have been in his class for like a week and a half. So how are my skills compared to how long I've been in the class, with no experience with HTML or Css prior?

Tell your teacher to change the job. HTML/CSS is not that hard, you can learn basics in 2 days or something.

Link to post
Share on other sites

33 minutes ago, Chaos Network said:

Use the below link to download the folder and open up the HTML document in your favorite HTML viewer/editor, I recommend TextWrangler, that's what I used to create it. Rate my skills.

link: https://drive.google.com/open?id=0B2EMs4ZfYz1WSVBHZGdPUWowYkU

Rate your HTML skills or CSS skills? The HTML is fine, but that CSS, it's ugly. First the colors: they're all bright and clashing. Purple, green, blue, black, and white cannot all exist on the same page. Second, the font is boring and terrible. Third, the background image for the buttons looks terrible.

 

Not trying to be rude, but that's my honest opinion. If you can't design well (neither can I:D), just use Bootstrap. Maybe find a theme that matches your colors (not all of them).

Link to post
Share on other sites

1 minute ago, JFischer00 said:

Rate your HTML skills or CSS skills? The HTML is fine, but that CSS, it's ugly. First the colors: they're all bright and clashing. Purple, green, blue, black, and white cannot all exist on the same page. Second, the font is boring and terrible. Third, the background image for the buttons looks terrible.

 

Not trying to be rude, but that's my honest opinion. If you can't design well (neither can I:D), just use Bootstrap. Maybe find a theme that matches your colors (not all of them).

Dude you're missing the point, design is not relevant here. Its his homework or something.

Link to post
Share on other sites

41 minutes ago, chiwas said:

Tell your teacher to change the job. HTML/CSS is not that hard, you can learn basics in 2 days or something.

depends, if its highschool. no problems. hell the html and css his teacher is teachign is far better than the one I learned in high school 4 years ago (and im tellng you. html2 is very different XD) 
all hail the table-cut css ! and the images buttons and backgrounds ! (not)

my teacher was going through time with the coding. so maybe thats what this teacher is doing. who knows

 @Chaos Network this is old css and html more or less. its outdated and hte teacher forgot to tell you some rules of the W3C. but tbh if thsi is after your first week, its not too shaby. (anyone can alwayhs improove.) 

anyways. have fun !

~New~  BoomBerryPi project !  ~New~


new build log : http://linustechtips.com/main/topic/533392-build-log-the-scrap-simulator-x/?p=7078757 (5 screen flight sim for 620$ CAD)LTT Web Challenge is back ! go here  :  http://linustechtips.com/main/topic/448184-ltt-web-challenge-3-v21/#entry601004

Link to post
Share on other sites

Its atleast progress, if you think you like to do this sort of stuff rely less on your teacher.

Start learning on your own it is not that hard to start HTML and CSS, the problem is with classes is that the books are outdated i mean REALLY outdated most of the times.

Start going your own way and when you get a assignment try to do it on your own way, not by following the steps in the book. I would say teachers appreciate such things even add some new stuff that came with HTML 5 some of them may be listen here. I think he would really appreciate to see things that arent in the book.

 

If you think you would make more of these posts where your ask people their opinion and you like coding/programming you might want to take a look at GITHUB and GIT.

It's not that hard to learn the basics and it enables you to have a version control over your project and even way more advanced features, but you can keep it simple and just upload your project to GITHUB and then link us to it.

 

A short video about GITHUB can be found here

Example of taking a look of someone code can be found here

Also for group projects this is a MUST have.

 

Quote or mention me if not feel ignored 

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

×