-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (86 loc) · 3.24 KB
/
index.html
File metadata and controls
91 lines (86 loc) · 3.24 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="./Image/icon.png">
<title>Cv with CSS</title>
</head>
<body>
<table>
<tr>
<th rowspan="12"><img class="image" src="./Image/IMG_20200706_150556_612.jpg" alt="" height="650px"></th>
</tr>
<tr>
<td></td>
<td colspan="2" class="heading">About Me</td>
</tr>
<tr>
<td></td>
<td colspan="2" class="green">28 Years / Lviv
/
Freelancer</td>
</tr>
<tr>
<td></td>
<td colspan="2" class="para">Protlific Full stack web developer with a passion for metrics and beating
former "best-yets."
Prototyped
25 new product features per year for flexor, Inc. Decreased rework by 22% and costs by 15%.
Consistently
receive high user experiance scores for all web development projects, including a 55% increase
for flexor, inc. passionate about building world class web application. One of my sites receive a 2015
Webby fir best navigation and structure.</td>
</tr>
<tr>
<td></td>
<td colspan="2">
<hr>
</td>
</tr>
<tr>
<td></td>
<td class="heading">My services</td>
</tr>
<tr>
<td></td>
<td class="icon"><i class="fa fa-television" aria-hidden="true"></i></td>
<td class="icon"><i class="fa fa-rocket" aria-hidden="true"></i></td>
</tr>
<tr>
<td></td>
<td class="sub-heading">development</td>
<td class="sub-heading">Seo Optimization</td>
<td></td>
</tr>
<tr>
<td></td>
<td class="sub-para">building a coustom tailored solution based on your technical specification</td>
<td class="sub-para">Audit your website, perform technical improvements and write meta tags</td>
<td></td>
</tr>
<tr>
<td></td>
<td class="icon"><i class="fa fa-database" aria-hidden="true"></i></td>
<td class="icon"><i class="fa fa-shield" aria-hidden="true"></i></td>
<td></td>
</tr>
<tr>
<td></td>
<td class="sub-heading">Data Base</td>
<td class="sub-heading">Data Security</td>
<td></td>
</tr>
<tr>
<td></td>
<td class="sub-para">SSL certificate Installion and configuration, redirection configuration on your website
</td>
<td class="sub-para">Strategy, with leading data protection technology to safeguard your critical data</td>
<td></td>
</tr>
</table>
</body>
</html>