Skip to content

Commit

Permalink
Site updated to a24daf1
Browse files Browse the repository at this point in the history
  • Loading branch information
HamptonMakes committed Mar 12, 2024
1 parent f26782e commit 0a1cdf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file removed images/Hampton.jpg
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ <h1>
Hampton Lintorn-Catlin
</h1>

<div class="byline">I make computers do stuff.</div>
<div class="byline">People leader, computer wrangler.</div>

<div class="portrait">
<img src="/images/Hampton.jpg" alt="A Picture of Hampton"/>
<img src="/images/hampton.jpg" alt="A Picture of Hampton"/>
</div>

<div class="links">

<a href="https://github.com/hcatlin">
<a href="https://github.com/hamptonmakes">
<svg fill="#000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30px" height="30px"> <path d="M15,3C8.373,3,3,8.373,3,15c0,5.623,3.872,10.328,9.092,11.63C12.036,26.468,12,26.28,12,26.047v-2.051 c-0.487,0-1.303,0-1.508,0c-0.821,0-1.551-0.353-1.905-1.009c-0.393-0.729-0.461-1.844-1.435-2.526 c-0.289-0.227-0.069-0.486,0.264-0.451c0.615,0.174,1.125,0.596,1.605,1.222c0.478,0.627,0.703,0.769,1.596,0.769 c0.433,0,1.081-0.025,1.691-0.121c0.328-0.833,0.895-1.6,1.588-1.962c-3.996-0.411-5.903-2.399-5.903-5.098 c0-1.162,0.495-2.286,1.336-3.233C9.053,10.647,8.706,8.73,9.435,8c1.798,0,2.885,1.166,3.146,1.481C13.477,9.174,14.461,9,15.495,9 c1.036,0,2.024,0.174,2.922,0.483C18.675,9.17,19.763,8,21.565,8c0.732,0.731,0.381,2.656,0.102,3.594 c0.836,0.945,1.328,2.066,1.328,3.226c0,2.697-1.904,4.684-5.894,5.097C18.199,20.49,19,22.1,19,23.313v2.734 c0,0.104-0.023,0.179-0.035,0.268C23.641,24.676,27,20.236,27,15C27,8.373,21.627,3,15,3z"/></svg>
</a>

Expand Down
3 changes: 2 additions & 1 deletion stylesheets/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ body {
background-color: #fbc547;
color: #333;
height: 100%;
margin: 0;
width: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
text-align: center;
Expand All @@ -15,7 +16,7 @@ a {
color: rgba(0, 0, 0, 0.6); }

.stack {
max-width: 300px; }
max-width: 375px; }
.stack .byline {
font-style: italic;
margin-bottom: 10px; }
Expand Down

0 comments on commit 0a1cdf4

Please sign in to comment.