generated from fastai/fastpages
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (43 loc) · 905 Bytes
/
index.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: home
search_exclude: true
image: images/logo.png
---
<style>
.hero.is-link {
background-color: #3273dc;
color: #fff;
}
.hero {
align-items: stretch;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.hero-body {
flex-grow: 1;
flex-shrink: 0;
padding: 3rem 1.5rem;
}
.hero.is-link {
color: #fff;
}
.has-text-centered {
text-align: center !important;
}
.container {
flex-grow: 1;
margin: 0 auto;
position: relative;
width: auto;
}
</style>
<section class="hero is-link">
<div class="hero-body">
<div class="container has-text-centered">
<h2 class="subtitle">I'm a software engineer. I love to build cool things with latest technologies and share my learnings from them.</h2><br>
<div class="text"></div>
</div>
</div>
</section>
# Posts