-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
90 lines (89 loc) · 4.7 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
title: About
layout: default
---
<div class="container central about">
<div class="row flex-container">
<div class="col-sm-6 hidden-sm hidden-md hidden-lg">
</div>
<div class="col-sm-6 col-lg-4 img-responsive">
<img class="pic" src="/assets/IMG_3015_2.JPG" alt="">
</div>
<div class="col-sm-6 col-lg-5 maintext">
<p>
The first program I wrote in 14 years, since that time I am always in the area of computer
knowledge. I know how computers work. I have a bachelor degree in system
engineering. Beside university courses, I was doing a lot of self-education
in free time. Main topics were: programming theory, networking, security and mathematics.
I am oriented to provide the best client service
in areas, including but not limited to: programming,
software design, security audit,
development team management as with classical software processes, same as new agile approaches.
My huge experience in IT allows me to solve really complex tasks
at a reasonable time. So you can contact me and give some work.
</p>
<div class="row">
<div class="col-xs-12">
<a href="https://docs.google.com/document/d/1VAw1VDw9YcdhobKe7fsEDR0oBwM0zYIGQEU8B5Ivgtw/edit?usp=sharing" target="_blank" class="btn btn-success btn-cv" role="button">my cv</a>
</div>
<!-- <div class="col-xs-12">-->
<!-- <a href="https://docs.google.com/document/d/1VAw1VDw9YcdhobKe7fsEDR0oBwM0zYIGQEU8B5Ivgtw/edit?usp=sharing" target="_blank" class="btn btn-success btn-cv col-xs-12" role="button">my resume</a>-->
<!-- </div>-->
</div>
</div>
<div class="col-sm-12 col-lg-4 testimonial testimonial1 secondary">
<h4>Most important in work</h4>
<p>Writing programs is not a target. Solve the customer needs is a target. You must not write the perfect
code, you must write the code, that people do need now. And you must do this with responsibility.</p>
</div>
<div class="col-sm-12 col-lg-4 testimonial testimonial2 secondary">
<h4>Free as in speech</h4>
<p>I love free software. Free software provides the ability to evolve for programs. It provides diversity of
choices. It gives you a freedom to change the software according to your needs. </p>
</div>
<div class="col-sm-12 col-lg-4 testimonial testimonial3 secondary lasttest">
<h4>Hardest things</h4>
<p>
When someone asks me about hardest things in programming, I always remember the phrase by Phil Karlton:
"There are only two hard things in Computer Science: cache invalidation and naming things."
</p>
</div>
<div class="col-sm-12 col-lg-3 contacts secondary lasttest">
<div class="row">
<!--div class="col-sm-6 col-md-3 col-lg-12">
<span>Available for:</span>
<hr class="visible-lg-block"/>
<p>Hire</p>
</div-->
<div class="col-sm-6 col-md-4 col-lg-12">
<span>Website:</span>
<hr class="visible-lg-block"/>
<p><a href="https://k.co.ua">https://k.co.ua</a></p>
</div>
<div class="col-sm-6 col-md-4 col-lg-12">
<span>Email:</span>
<hr class="visible-lg-block"/>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-sm-6 col-md-4 col-lg-12">
<span>Social links:</span>
<hr class="visible-lg-block"/>
<div>
<p><a href="https://github.com/msangel">
<i class="fab fa-github"></i>
<span class="username">msangel</span>
</a></p>
<p><a href="https://www.facebook.com/modernskyangel">
<i class="fab fa-facebook"></i>
<span class="username">modernskyangel</span>
</a></p>
<p><a href="https://www.linkedin.com/in/msangell/">
<i class="fab fa-linkedin"></i>
<span class="username">msangell</span>
</a></p>
</div>
</div>
</div>
</div>
</div>
</div>