-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
22 lines (21 loc) · 1.36 KB
/
header.html
File metadata and controls
22 lines (21 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div>
<div class="row center transparent">
<h1 class="lightgrey">[wheels _and_ bytes]</h1>
<p class="flow-text lightgrey">别介意它。。。;)</p>
</div>
<div class="row center">
<div class="col s12 m3 l3" style="padding:4px">
<a href="https://wheelsandbytes.wordpress.com" style="width:202px" class="grey darken-3 z-depth-5 waves-effect waves-light btn-large"><i class="fa fa-wordpress" aria-hidden="true"></i> Blog</a>
</div>
<div class="col s12 m3 l3" style="padding:4px">
<a href="https://github.com/wheelsandbytes" style="width:202px" class="grey darken-3 z-depth-5 waves-effect waves-light btn-large"><i class="fa fa-github" aria-hidden="true"></i> Github</a>
</div>
<div class="col s12 m3 l3" style="padding:4px">
<a href="https://soundcloud.com/sn0wninja" style="width:202px" class="grey darken-3 z-depth-5 waves-effect waves-light btn-large"><i class="fa fa-soundcloud" aria-hidden="true"></i> SoundCloud</a>
</div>
<div class="col s12 m3 l3" style="padding:4px">
<a href="https://www.instagram.com/frozen_timmy/" style="width:202px" class="grey darken-3 z-depth-5 waves-effect waves-light btn-large"><i class="fa fa-instagram" aria-hidden="true"></i> Instagram</a>
</div>
</div>
<script src="js/scripts.js"></script>
</div>