forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
34 lines (28 loc) · 1.32 KB
/
header.html
File metadata and controls
34 lines (28 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<div class="header">
<div class="color">
<div class="inner">
<div class="download-area">
<a href="https://github.com/leafo/scssphp/archive/v{{ site.current_version }}.tar.gz">
<div class="download-button" id="download-button">
<div class="top">Download</div>
<div class="sub">scssphp-{{ site.current_version }}.tar.gz</div>
</div>
</a>
</div>
<h1><a href="{{ site.baseurl }}">scssphp</a></h1>
</div>
</div>
<div class="nav">
<div class="inner">
<div class="social">
<a class="twitter-share-button" href="https://twitter.com/intent/tweet" data-text="scssphp v{{ site.current_version }} - SCSS compiler for PHP" data-url="http://leafo.github.io/scssphp/" data-via="{{ site.twitter_username }}" data-count="horizontal" data-counturl="scssphp">Tweet</a>
<a href="https://twitter.com/{{ site.twitter_username }}" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @{{ site.twitter_username }}</a>
</div>
<a href="{{ site.baseurl }}#installing">Install</a>
·
<a href="{{ site.baseurl }}#quickstart">Quickstart</a>
·
<a href="{{ site.baseurl }}docs/">Docs</a>
</div>
</div>
</div>