-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (37 loc) · 1.12 KB
/
about.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
---
layout: category
title: About
permalink: /about/
---
<!-- Content -->
<!-- Page heading -->
<div class="container p-t-4 p-b-35">
<h2 class="f1-l-1 cl2">
About Us
</h2>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-4">
<img srcset="
https://drive.google.com/uc?id=1iTR0wzyTrU6aTTGeaGlMkkxZBtRg8hyX 4x,
https://drive.google.com/uc?id=1iTR0wzyTrU6aTTGeaGlMkkxZBtRg8hyX 5x
" alt="missing image">
</div>
<div class="col-sm-8">
<p class="f1-s-11 cl6 p-b-25">
Hi, I’m Denis Kobare, a fullstack software engineer.
On this site, I share my programming experience.
</p>
<p class="f1-s-11 cl6 p-b-25">
As I prepare a proper "About" page, let me briefly introduce myself.
Well, I'm a programmer by profession. 80% self-taught, I would say.
The purpose of this site is to share what I learn and to also serve as a documentation for my projects.
I hope you find value on here.
</p>
<p class="f1-s-11 cl6 p-b-25">
For business arrangements, contact me via email: dkobare@gmail.com
</p>
</div>
</div>
</div>