make map carets clickable, add full stack and interview prep sections

This commit is contained in:
Quincy Larson
2016-01-21 10:03:26 +08:00
parent b971abcebf
commit c94609de04
3 changed files with 74 additions and 11 deletions

View File

@@ -105,6 +105,10 @@ h1, h2, h3, h4, h5, h6, p, li {
text-decoration: none;
}
.no-link-underline {
text-decoration: none;
}
.img-center {
margin: 0 auto;
}