-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
19 lines (19 loc) · 1.07 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id="particles-js">
<div class="header">
<h1>
<img src="assets/logo.png" height="400" weight="400">
<span class="site-title">{{ site.username }}</span>
<span class="site-description">{{ site.user_title }}</span>
</h1>
<div class="header-icons">
<a aria-label="Send email" href="mailto:[email protected]"><i class="icon fa fa-envelope"></i></a>
<a aria-label="My Github" target="_blank" href="https://github.com/neodevpro"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>
<a aria-label="My PayPal" href="https://www.paypal.me/plmh"><i class="icon fa fa-paypal" aria-hidden="true"></i></a>
<a aria-label="My Telegram" target="_blank" href="https://t.me/joinchat/EJAScg_-vxG8Ppj2HvUifw"><i class="icon fa fa-telegram" aria-hidden="true"></i></a>
</div>
<div class="header-links">
<!-- <a class="link" href="#about" data-scroll>About Me</a> -->
</div>
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>