Murleyclasses / portfolio-assignment

3703 - Personal Portfolio
0 stars 0 forks source link

Jason's Resume #6

Open thejasonhowell opened 9 years ago

thejasonhowell commented 9 years ago

https://thejasonhowell.github.io/PortfolioAssignment/Resume.html

bmurley commented 9 years ago

This part:

Jason Howell
<h1 style="font-family: Helvetica Neue; sans-serif; color: #999999; font-weight: 300">Jason Howell</h1>
<h6 style="font-family: Helvetica Neue; sans-serif; color: #999999; font-weight: 100">396 E Idlewood St | Morton, IL 61550| 309-321-0051 | thejasonhowell@me.com</h6>

Should be in the section of the html. Remember the section is only for things that won't appear on the page. The tag is supposed to show up in the browser tab. That's why your page has those items grayed out.</p> <p>Name should be in <h1> Descend in size from there. There is no reason you should be using <h6>.</p> <p>Use the <br /> tag to keep items together without using additional line items (as in the employment history section - DEN<br /> dates <br /> location <br /></p> <p>Be more specific on which Adobe CS software you are comfortable with. Someone might ask you to use Adobe Edge.</p> <p>Were you entered in the community college journalism competition? or the Ill. College Press Assoc. competition?</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>