nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

header.html (1218B)


      1 <div id="particles-js">
      2   <div class="header">
      3       <h1>
      4         <span class="site-title">{{site.username}}</span>
      5         <span class="site-description">{{site.user_title}}</span>
      6       </h1>
      7       <div class="header-icons">
      8         <a aria-label="Send email" href="mailto:{{site.email}}"><i class="icon fa fa-envelope"></i></a>
      9         <a aria-label="My Twitter" target="_blank" rel="noopener noreferrer" href="{{site.twitter_username}}"><i class="icon fa fa-twitter" aria-hidden="true"></i></a>
     10         <!--<a aria-label="My Google Plus" target="_blank" href="#"><i class="icon fa fa-google-plus" aria-hidden="true"></i></a>-->
     11         <a aria-label="My Github" target="_blank" rel="noopener noreferrer" href="{{site.github_username}}"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>
     12       </div>
     13       <div class="header-links">
     14         <a class="link" href="{{ "/index#main" | absolute_url }}">About Me</a>
     15         <a class="link" href="{{ "/index#projects" | absolute_url }}">Projects</a>
     16         <a class="link" href="{{ "/blog#main" | absolute_url }}">Blog</a>
     17       </div>
     18   </div>
     19   <a class="down" href="#main" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
     20 </div>