Add self-photo

This commit is contained in:
Greg Shuflin 2021-02-21 22:52:51 -08:00
parent 05351cdff0
commit e8f26910ec
3 changed files with 23 additions and 4 deletions

View File

@ -7,11 +7,20 @@
</head>
<body>
<div id='main'>
<h1>Greg Shuflin - Software Developer</h1>
<p>Contact me via <a class="emailLink" href="mailto:greg.shuflin+developerportfolio@protonmail.com">greg.shuflin@protonmail.com</a>
or <a href='https://www.linkedin.com/in/gregshuflin/'>LinkedIn</a>.
<header>
<div>
<h1>Greg Shuflin - Software Developer</h1>
<p>Download a copy of <a href="./resume/Greg Shuflin resume.pdf">my resume</a>.
<p>Contact me via <a class="emailLink" href="mailto:greg.shuflin+developerportfolio@protonmail.com">greg.shuflin@protonmail.com</a>
or <a href='https://www.linkedin.com/in/gregshuflin/'>LinkedIn</a>.
<p>Download a copy of <a href="./resume/Greg Shuflin resume.pdf">my resume</a>.
</div>
<div id='selfPhoto'>
<img src='self.jpg' alt='Self-photo' width='240'/>
</div>
</header>
<h2>About me</h2>

BIN
self.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

View File

@ -4,6 +4,16 @@ h1 {
font-family: Ubuntu;
}
header {
display: flex;
justify-content: space-between;
}
#selfPhoto {
margin-top: 20px;
margin-right: 30px;
}
#main {
margin-left:auto;
margin-right:auto;