-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathabout.html
More file actions
27 lines (26 loc) · 854 Bytes
/
about.html
File metadata and controls
27 lines (26 loc) · 854 Bytes
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
---
layout: about
title: About
permalink: /about/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-4">
<img class="img-responsive" src="{{ "/assets/img/about.png" | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<h4>Hello, World!</h4>
<p>Pluu, 프루군</p>
<p>이곳은 개발자 마음대로 작성하는 공간입니다.</p>
<p>주로 안드로이드 관련으로 포스트할 예정입니다.</p>
<p><br/><a href="/contact/" class="btn btn-primary">Contact Us</a></p>
<div>
<pre><code class="kotlin">
// Hi!!
val msg = "Pluu Developer"
Toast.makeText(this, "Hello $msg Blog", Toast.LENGTH_SHORT).show()
</code></pre>
</div>
</div>
</div><!--/row -->
</div><!--/container -->