-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proofread finished for the core directory #1
Conversation
will be always trasformed in Html because that's the languages of the browser. | ||
Is a hierarchical language. | ||
You can write your web application in any programming languages, but in the end it will always be transformed into HTML because that's the language of the browser. | ||
It is a hierarchical language. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This remark seems kinda lost. Can we further explain it, or at least say we're deferring the explanation of this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lehmannro This might be a better remark for @gsambrotta because she wrote the text; I am just proofreading it as a native English speaker.
Line lengths are now a mumbo jumbo between capped-to-80-characters, 80-characters-plus-some-edits, and whole-paragraph-in-one-line. Could we rewrap? |
|
||
Just after the nav tag, include your image and give to it a class name. | ||
Just after the nav tag, include your image and give it a class name. | ||
Now you need to set the width of just this image as 100%. | ||
|
||
.home-imag { | ||
width: 100% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better encourage a semicolon here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lehmannro Where should the semicolon be?
@thatbettina it would be awesome if you could work on updating the fixes that Robert has suggested, he has done so through your changes. If you just push commits to your repo it will update the pull request with them here. Otherwise I'd love to start working on this tutorial as well, but it would probably be easier if we can get your changes in beforehand. You should be able to get my quick commit in with a |
I just updated the repo with Robert's fixes, with some exceptions. I've Sorry for the delay, but I just started a new job in mid-September and On Mon, Sep 23, 2013 at 11:54 PM, Matt Iversen [email protected]:
Bettina Shzu-Juraschek +49 (0)163 164 7045 |
You need to be aware that even using uppercase HTML in the document content, you shouldn't use uppercase for html elements, nor for file extensions, which broke most of the links. If you install ruby and jekyll you can test out changes you've made on your own computer using the command You can see the css is broken and links do not work on github's rendering of your own repo, at http://thatbettina.github.io/html-css-beginners/ Always try to make sure that the code you suggest for others to use is working when you submit it, this makes everyone happier. I haven't fully finished vetting the changes but I intend to over the next week anyway. Cheers |
Thanks for the advice, @Ivoz I need a big tutorial on how jekyll and GitHub pages work. I installed jekyll and tried out the command
And I do see that that the links do not work on my repo :( I will try to figure out what those errors are except that I see you already merged my pull request. Did you also fix my code? If so, thanks so much for all your help! If not, I will work on this before Saturday. |
@thatbettina I pushed an commit which should hopefully tell ruby to use UTF-8. You can also try fixing that issue by following this page's advice. Yes, I merged and have fixed most mistakes that I have found for your pull request. |
Also make sure your jekyll is up to date, if you have the bundle gem installed you can use |
FYI: Portfolio 2 is still missing some stuff, like form elements.