Skip to content

Commit 6fd9998

Browse files
committed
Merge branch 'master' of github.com:Hashnode/hashnode-cli
2 parents c64f58d + fc869ed commit 6fd9998

File tree

9 files changed

+449
-0
lines changed

9 files changed

+449
-0
lines changed

website/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
/node_modules

website/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Landing page for Hashnode Cli
2+
3+
**Deployed on netlify**
4+
5+
#### To compile sass
6+
Having sass installed
7+
8+
```
9+
cd ./styles
10+
sass index.scss index.css
11+
// To watch
12+
sass --watch index.scss index.css
13+
```

website/images/cli-demo.gif

7.46 MB
Loading

website/images/cli-demo2.gif

4.76 MB
Loading

website/images/hashnode-logo.png

99.9 KB
Loading

website/index.html

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<link rel="stylesheet" href="./styles/index.css">
8+
<link rel="stylesheet" href="//cdn.materialdesignicons.com/3.3.92/css/materialdesignicons.min.css">
9+
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.hashnode.com/res/hashnode/image/upload/v1535143357282/r1HT61C8Q.png" />
10+
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.hashnode.com/res/hashnode/image/upload/v1535143378685/SkoA6k0Um.png" />
11+
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.hashnode.com/res/hashnode/image/upload/v1535143390276/ByI1AkA87.png" />
12+
<title>CLI for Hashnode</title>
13+
14+
<meta property="og:title" content="CLI for Hashnode" />
15+
<meta property="twitter:title" name="description" content="CLI for Hashnode" />
16+
<meta property="og:description" content="Hashnode is a free, friendly, and inclusive programming community! With this CLI, you can stay up to speed with what's happening in the dev community without opening Hashnode every time." />
17+
<meta property="twitter:description" content="Hashnode is a free, friendly, and inclusive programming community! With this CLI, you can stay up to speed with what's happening in the dev community without opening Hashnode every time." />
18+
<meta property="og:type" content="website" />
19+
<meta property="og:url" content="https://cli.hashnode.com" />
20+
<meta property="og:image" content="https://cdn.hashnode.com/res/hashnode/image/upload/w_800/v1547115830842/Bk1rTcVfV.png" />
21+
<meta property="twitter:image" content="https://cdn.hashnode.com/res/hashnode/image/upload/v1547115830842/Bk1rTcVfV.png" />
22+
<meta property="twitter:card" content="summary_large_image"/>
23+
<meta property="twitter:site" content="@hashnode"/>
24+
</head>
25+
<body>
26+
<div class="container">
27+
<div class="container-wrap">
28+
<div class="left">
29+
<!-- <img src="./images/cli-demo2.gif"/> -->
30+
<!-- <a href="https://asciinema.org/a/7kjuaA5CgxLaZoqXS0TdxrVZS" target="_blank">
31+
<img src="https://asciinema.org/a/7kjuaA5CgxLaZoqXS0TdxrVZS.svg" />
32+
</a> -->
33+
<script id="asciicast-7kjuaA5CgxLaZoqXS0TdxrVZS" src="https://asciinema.org/a/7kjuaA5CgxLaZoqXS0TdxrVZS.js" async></script>
34+
</div>
35+
<div class="right">
36+
<a href="https://github.com/Hashnode/hashnode-cli" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0; width: 150px;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
37+
<div class="content-wrap">
38+
<a href="https://hashnode.com/?utm_source=hashnode_cli&utm_medium=cli" rel="noopener" class="logo" target="_blank"><img src="./images/hashnode-logo.png"></a>
39+
<h1>Hashnode CLI</h1>
40+
<h2>Popular programming posts on your terminal</h2>
41+
42+
<p>
43+
Hashnode is a free, friendly, and inclusive programming community! This is for terminal lovers. With this CLI, you can stay up to speed with what's happening in the dev community without opening Hashnode every time.
44+
</p>
45+
46+
<div class="cta">
47+
<a class="add-to-chrome-btn" href="https://github.com/Hashnode/hashnode-cli/releases" target="_blank" rel="noopener">Download</a>
48+
</div>
49+
50+
<div class="extra-links">
51+
<a href="https://github.com/Hashnode/hashnode-cli" target="_blank" rel="noopener"><i class="mdi mdi-star"></i><i class="mdi mdi-star"></i><i class="mdi mdi-star"></i><i class="mdi mdi-star"></i><i class="mdi mdi-star"></i> Star us on Github</a>
52+
</div>
53+
<h5>Share the CLI with your friends</h5>
54+
<div class="share-links">
55+
<a href="https://twitter.com/share?url=https://cli.hashnode.com&text=Hashnode CLI&via=hashnode" rel="nofollow noopener" target="_blank"><i class="mdi mdi-twitter-box"></i></a>
56+
<a href="https://www.facebook.com/sharer/sharer.php?u=https://cli.hashnode.com" rel="nofollow noopener" target="_blank"><i class="mdi mdi-facebook-box"></i></a>
57+
<a href="https://www.linkedin.com/cws/share?url=https://cli.hashnode.com" rel="nofollow noopener" target="_blank"><i class="mdi mdi-linkedin-box"></i></a>
58+
<a href="https://reddit.com/submit?url=https://cli.hashnode.com/&title=Hashnode CLI" rel="nofollow noopener" target="_blank"><i class="mdi mdi-reddit"></i></a>
59+
</div>
60+
61+
</div>
62+
<footer>
63+
&copy; 2019 · <a href="https://hashnode.com" target="_blank" rel="noopener">Hashnode</a>
64+
</footer>
65+
</div>
66+
</div>
67+
</div>
68+
</body>
69+
</html>

website/styles/index.css

Lines changed: 170 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/styles/index.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)