-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 1.6 KB
/
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
---
layout: default
menu: home
css: ['index.css', 'sidebar-popular-repo.css']
---
<section class="jumbotron">
<div class="container">
<h1>{{ site.title }}</h1>
<div id="jumbotron-meta-info">
{% if site.location %}
<span class="meta-info">
<span class="octicon octicon-location"></span>
{{ site.location }}
</span> {% endif %}
{% if site.company %}
<span class="meta-info hvr-grow">
<span class="octicon octicon-organization"></span>
<a href="{{ site.company_url }}" target="_blank">{{ site.company }}</a>
</span> {% endif %}
{% if site.github_username %}
<span class="meta-info hvr-grow">
<span class="octicon octicon-mark-github"></span>
<a href="{{ site.github_url }}" target="_blank">@{{ site.github_username }}</a>
</span> {% endif %}
</div>
</div>
</section>
<section class="container">
<style>
p {
font-family: Segoe Print;
font-size: 70px;
background: url(/assets/images/me.jpg) no-repeat;
background-size: 100%;
background-origin: border-box;
-webkit-background-clip: text;
color: transparent;
margin-top: 10%;
margin-bottom: 3%;
}
</style>
<div class="row">
<p>WELCOME TO MY BLOG 🐱</p>
<span style="text-align: right;display:inline-block;width:95%;word-wrap:break-word;white-space:nowrap;font-family: Segoe Print;font-size: 20px;margin-bottom: 10%;" >Every little makes a mickle</span>
</div>
</section>