commit e710c0fe53f10408f3ace6a74a981e9b6218481f parent 834406667b06c6f32f9e9f2505a5dfa8c785034a Author: Christian Ermann <christianermann@gmail.com> Date: Fri, 12 Jun 2020 21:39:16 -0600 Fixed email link and adjusted about section text wrapping Diffstat:
M | index.html | | | 7 | +++++-- |
M | styles.css | | | 2 | ++ |
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html @@ -43,7 +43,10 @@ </a> <p class="indent">See what's behind this webpage</p> </li> - <li><a href="https://github.com/c2000e">All Projects</a></li> + <li> + <a href="https://github.com/c2000e">All Projects</a> + <p class="indent">View all my work on Github</p> + </li> </ul> </div> @@ -73,7 +76,7 @@ <div id="footer" class="vertical horizontal"> <h2>Contact me:</h2> - <a href="christianermann@gmail.com">christianermann@gmail.com</a> + <a href="mailto:christianermann@gmail.com">christianermann@gmail.com</a> </div> </body> </html> diff --git a/styles.css b/styles.css @@ -71,6 +71,8 @@ h2 { #left #about img { max-width: 40%; border-radius: 50%; + float: left; + padding-right: 10px; } #right {