My personal page. https://jtm.dev
 
 
 
Go to file
James T. Martin d519ba9a7c Completely changed the document structure and rewrote the css. 2020-02-06 15:09:44 -08:00
assets Completely changed the document structure and rewrote the css. 2020-02-06 15:09:44 -08:00
projects Completely changed the document structure and rewrote the css. 2020-02-06 15:09:44 -08:00
resume Completely changed the document structure and rewrote the css. 2020-02-06 15:09:44 -08:00
.gitignore Actually committing content since evidently I didn't before? 2019-02-28 21:55:04 -08:00
LICENSE Initial commit 2017-10-03 18:21:42 -07:00
README.md Completely changed the document structure and rewrote the css. 2020-02-06 15:09:44 -08:00
contact.html Completely changed the document structure and rewrote the css. 2020-02-06 15:09:44 -08:00
index.html Completely changed the document structure and rewrote the css. 2020-02-06 15:09:44 -08:00
robots.txt Rewrote my resume 2019-12-21 18:35:48 -08:00

README.md

jamestmartin.me

This is the source code for my personal website, https://jamestmartin.me.

Code Conventions

All of my code is valid HTML5 and CSS3 according to ["https://html.spec.whatwg.org"](WHATWG standards)

I follow the ["https://google.github.io/styleguide/htmlcssguide.html"](Google HTML/CSS Style Guide). Google recommends dropping optional tags wherever possible; I know how to write valid XHTML as well, but choose not to as per the style guide.