forked from chrisbobbe/jekyll-theme-prologue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
29 lines (26 loc) · 897 Bytes
/
Copy pathaboutme.html
File metadata and controls
29 lines (26 loc) · 897 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
28
29
---
layout: page
---
<style>
@font-face {
font-family: 'KyoboHand';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/KyoboHand.woff') format('woff');
font-weight: normal;
font-style: normal;
}
</style>
<section class="aboutme">
<div class="post_content">
<p style="font-family:KyoboHand;">
<!--If you don't need 'about' page, edit the _config.yml to comment out the code.-->
<font size="3"><b>🄲🄾🄽🅃🄰🄲🅃</b></font>
<br>
<br>✰ email:
<br>✰ LinkedIn:
<br>✰ Instagram:
<br>✰ Github: <a href="https://github.com/DobiIsFree">https://github.com/DobiIsFree</a>
<br><br>
<center><img src="./assets/img/aboutme.jpeg" height="199" width="308"></center>
</p>
</div>
</section>