-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (151 loc) · 8.27 KB
/
index.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="./css/media.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<title>Portfolio</title>
</head>
<body>
<section class="sect AboutMe-section">
<div class="start-text-info hidden">
<p class="greeting" id="greet-type"><span class="">Hello,name is</p>
<h3 class="info-name" id="name-type">Vladyslav Hlovatskyi</h3>
<p class="info-descitpion" id="desc-type">I'm Junior .NET Developer/></p>
<div class="special-info">
<p class="job">Currently I'm looking for a job, so if you interested in my candydacy you can check out my pet projects on Github profile </p>
<a href="https://github.com/toughtcrime" class="social-link" target="_blank"><i class="fa fa-github" aria-hidden="true"></i>
Github</a>
</div>
</div>
</section>
<section class="skills-section sect ">
<div class="wrapper hidden">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="tech-skills">
<div class="tech-block">
<table>
<tbody>
<tr>
<td class="image-column"><img src="./icons/csharp.png" alt="Image 1"></td>
<td>C#</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/aspnetcore.png" alt="Image 3"></td>
<td>ASP.NET Core</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/netcoremvc.png" alt="Image 3"></td>
<td>ASP.NET MVC</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/efcore.png" alt="Image 3"></td>
<td>EntityFramework</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/wpf.png" alt="Image 3"></td>
<td>WPF</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/Git-Icon-1788C.png" alt="Image 3"></td>
<td>Git</td>
</tr>
</tbody>
</table>
</div>
<div class="tech-block">
<table>
<tbody>
<tr>
<td class="image-column"><img src="./icons/html.png" alt="Image 1"></td>
<td>HTML</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/css.png" alt="Image 3"></td>
<td>CSS</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/js.png" alt="Image 2"></td>
<td>JavaScript</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/ts.png" alt="Image 3"></td>
<td>TypeScript</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/angular.png" alt="Image 3"></td>
<td>Angular</td>
</tr>
<tr>
<td class="image-column"><img src="./icons/docker.png" alt="Image 3"></td>
<td>Docker</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section class="project-section">
<div class="wrapper hidden">
<div class="section-title">
<h2>My Projects</h2>
</div>
<div class="project-cards">
<div class="item-card shadow-on-hover">
<div class="item-title" onclick="window.open('https://github.com/toughtcrime/TaskManager','_newtab')">
<h2 class="title-color">Task Manager</h2>
<p class="card-descritpion">
Simple Task Manager created on WPF.
</p>
</div>
<div class="item-desc-list">
<ul class="desc-list">
<li class="list-item"><b>Task Manager</b> for Windows, which allows to make interactions with processes.</li>
<li class="list-item"><b>Used technologies:</b> C#, WPF</li>
<li class="list-item"><b>Key features:</b> process search and deleting selected process</li>
</ul>
</div>
</div>
<div class="item-card" >
<div class="item-title shadow-on-hover" onclick="window.open('https://github.com/toughtcrime/VataBingo','_newtab')">
<h2 class="title-color">Vata Bingo</h2>
<p class="card-descritpion">
Customized bingo game on very uncommon theme.
</p>
<ul class="desc-list">
<li class="list-item"><b>Used technologies:</b> HTML, CSS, JavaScript</li>
</ul>
</div>
</div>
<div class="item-card" onclick="window.open('https://github.com/toughtcrime/Notes','_newtab')">
<div class="item-wrapper">
<div class="item-title shadow-on-hover">
<h2 class="title-color">Notes</h2>
<p class="card-descritpion">
REST API for managing notes.
</p>
<ul class="desc-list">
<li class="list-item"><b>REST API</b> for managing notes based on design pattern Clean Architecture</li>
<li class="list-item"><b>Used technologies</b>: C#, ASP.NET Core, Postgresql, EntityFramework Core,
Angular, TypeScript,Docker</li>
<li class="list-item"><b>JWT token</b> authentication and authorization</li>
<li class="list-item"><b>Runnable</b> in Docker Compose</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="./JS/typetext.js"></script>
</html>
</body>
</html>