Open OneRandomMikey opened 7 years ago
Hi @OneRandomMikey, your site doesn't appear to be uploaded to Surge. Can you please do that and comment back here when the site's available?
Thanks! 🐫
I made changes.
Cool, I can see the site now. 😄 I like the online resume approach. It's easy to share and should be easy to maintain. 👍
For the most part, the CSS is really well done. I've mixed in some general feedback about the structure of your resume along with stylistic elements.
Making a list of inline-block elements works great here. I recommend changing your telephone and email address to links and changing your GitHub link to be consistently labeled like the others:
Phone: <a href="tel:517-775-1712">517-775-1712</a>
Email: <a href="mailto:zehua.li6@gmail.com">zehua.li6@gmail.com</a>
GitHub: <a href="https://github.com/OneRandomMikey">github.com/OneRandomMikey</a>
This way people can reach you using those links or they can type them if they need to (the reader may be looking at a printed version of your resume).
Employers care more that you can write Python than they do that you went to MSU, so put the more relevant information at the top. The images are also attention getting, so that's another good reason to put them somewhere that they'll be seen right away.
If you have relevant employment history, put that after Relevant Skills in the same style that you did your projects. I also recommend putting some extra material such as: what you're looking for in a job, hobbies, volunteer work, club memberships, etc. These extras show that you go above and beyond to stay up to date and involved in design/coding and employers eat that up!
I recommend using a non-default font. A Lucida font may look great. You can also find many other great looking fonts at Google Fonts.
Some small tweaks to your lists could go a long way too. Maybe try bolding the names of the projects and italicizing the location and time period? Also, add a space between "East Lansing,MI".
After you’ve made your changes and pushed them to GitHub and your hosted site, give it a once-over to make sure it looks right, then comment back here and I’ll take another look.
Thanks! :rocket:
I made change.
This is a little better, but I still see room for improvement in the items I pointed out:
After you’ve made your changes and pushed them to GitHub and your hosted site, give it a once-over to make sure it looks right, then comment back here and I’ll take another look.
Thanks! 🦑
I changed the phone link, email link and font family. I think they will work this time. For the relevant employment history or hobbies, I do not really have right now, that is why I did not add anything about those. Thank you.
Niiiiice. :shipit:
@egillespie Can you take a look at this? It's hosted here and meets the following criteria:
margin
andpadding
to create space in and between elementsblock
andinline-block
properly