forked from TryGhost/Alto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.hbs
33 lines (30 loc) · 1.21 KB
/
home.hbs
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
{{!< default}}
<div class="content-area">
<main class="site-main">
<div class="landing">
<h3>
Hi, I'm <span class="landing-text">Rayhan Nabi</span>
</h3>
<h1>
building apps,
<br>
experiences, sharing stories.
</h1>
<p>
a <b>Software Engineer</b> & <b>Developement Consultant</b> from Dhaka, BD.
<br>
I specialize in iOS/macOS Apps, Apple Ecosystem, and related tech.
<br>
An <a href="https://opensource.com/open-source-way"><b>Open Source</b></a> Advocate.
</p>
<div class="landing-cta-block">
<button class="landing-cta" role="button"
onclick="window.open('https://github.com/rayhannabi', '_blank')">
<i class="fa-brands fa-github fa-lg"></i></i> Visit Github
</button>
<button class="landing-cta landing-cta-primary" role="button" onclick="window.location.href='blog'">
<i class="fa-solid fa-book fa-lg"></i> Go to blogs
</button>
</div>
</main>
</div>