Skip to content

Commit

Permalink
feat: move social icons under name/tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jan 2, 2021
1 parent fa61178 commit 0e10ed1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 261 deletions.
36 changes: 26 additions & 10 deletions src/app/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ import { RoutingModule } from 'angular-routing';
>About</a
>
</div>
<div class="w-8">
<a href="https://twitter.com/brandontroberts" title="Twitter">
<img src="assets/images/logos/twitter-icon.svg" />
</a>
</div>
<div class="w-8">
<a href="https://github.com/brandonroberts" title="GitHub">
<img src="assets/images/logos/github-icon.svg" />
</a>
</div>
</div>
<div class="md:flex justify-center py-8">
Expand All @@ -66,6 +56,32 @@ import { RoutingModule } from 'angular-routing';
<div class="p-8 my-auto">
<h1 class="text-white text-3xl text-center">Brandon Roberts</h1>
<p class=" text-white text-xl text-center">Notes to my future self</p>
<div class="flex justify-center space-around py-2 space-x-4">
<div class="w-8">
<a href="https://twitter.com/brandontroberts" title="Twitter">
<img src="assets/images/logos/twitter-icon.svg" />
</a>
</div>
<div class="w-8">
<a href="https://github.com/brandonroberts" title="GitHub">
<img src="assets/images/logos/github-icon.svg" />
</a>
</div>
<div class="w-8">
<a href="https://twitch.tv/brandontroberts" title="Twitch">
<svg width="43" height="50" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<g id="icon-twitch">
<path d="M8.927 0L0 8.929V41.07h10.712V50l8.927-8.929h7.14L42.849 25V0H8.927zm30.35 23.214l-7.141 7.143h-7.142l-6.248 6.25v-6.25h-8.034V3.571h28.565v19.643z"></path>
<path d="M24.131 9.826h-3.61v10.695h3.61V9.826zM33.957 9.826h-3.61v10.695h3.61V9.826z"></path>
</g>
</defs>
<use class="off" href="#icon-twitch" fill="#ffffff" opacity="0" data-svg-origin="21.5 25" transform="matrix(0.75,0,0,0.75,5.375,6.25)" style="transform-origin: 0px 0px; opacity: 1;"></use>
</svg>
</a>
</div>
</div>
</div>
</div>
</header>
Expand Down

0 comments on commit 0e10ed1

Please sign in to comment.