-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
68 lines (57 loc) · 1.63 KB
/
about.html
File metadata and controls
68 lines (57 loc) · 1.63 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
layout: default
title: About
permalink: /about/
---
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-4 display-pic">
<img src="/images/portfolio.jpg"/>
</div>
<div class="col-md-4"></div>
</div>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<a href="https://github.com/BillyGLW/" class="fa fa-github social-icon"></a>
<a href="https://twitter.com/BillyGLW/" class="fa fa-twitter social-icon"></a>
<a href="https://in.linkedin.com/in/BillyGLW" class="fa fa-linkedin social-icon"></a>
<a href="https://www.facebook.com/BillyGLW" class="fa fa-facebook social-icon"></a>
<a href="https://plus.google.com/BillyGLW" class="fa fa-google-plus social-icon"></a>
<a href="/feed.xml" class="fa fa-rss social-icon"></a>
</div>
<div class="col-md-3"></div>
</div>
<hr>
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6 display-name">
Wojciech Nowak
<span class="social-irc">(@Zyhu)</span>
</div>
<div class="col-md-3"></div>
</div>
<div class="row">
<div class="col-md-12 about-text">
<p>
Currently studing at the university of technology in Opole (Politechnika Opolska).
This is my personal blog, an good way to stay in the loop of experimence and on my individual work.
</p>
<br>
<!-- <p class="sub-heading">
Experience
<hr width="15%">
</p> -->
<br>
<p class="sub-heading">
Hobbies and misc
<hr width="15%">
</p>
<p>
Photography is my long-time hobby,
doing all kind of sport,
computer games (sc2, coop fps, crpg) etc.,
ITs security/hacking.
</p>
</div>
</div>