Skip to content

Commit

Permalink
add github and email icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsteward committed Feb 5, 2024
1 parent 69da3f5 commit 4894f08
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions images/envelope.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/github-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<style type="text/css">
.container {max-width: 600px;}
.icon {width: 24px;height: 24px;}
</style>
</head>
<body class="p-4">
<header class="container">
<div class="container">
<header>
<img src="images/satellite.png" class="rounded mx-auto d-block img-fluid" title="Our satellites are monitoring all transmissons." alt="A drawing of a communications satellite.">
</header>

<section class="container">
<section>
<p class="lead">
Go forth&hellip;
</p>
Expand Down Expand Up @@ -49,8 +51,13 @@ <h4 class="media-heading">Identify</h4>
</a>
</li>
</ul>
<p>
<a href="https://github.com/jeffsteward"><img class="icon me-2" src="images/github-mark.svg"></a>
<a href="mailto:[email protected]"><img class="icon" src="images/envelope.svg"></a>
</p>
</section>

</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down

0 comments on commit 4894f08

Please sign in to comment.