-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (182 loc) · 8.96 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="github profile of Julia Dizhak, email is yulia.scherbina@gmail.com">
<meta name="keywords" content="javascript algorithms,">
<title>Julia Dizhak github profile</title>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i,700" rel="stylesheet">
<link rel="stylesheet" href="static/css/styles.css">
</head>
<body>
<section>
<div class="wrapper">
<h1>About me</h1>
<div id="about-me" class="about-me">
<p>My interest is in the future because I am going to spend the rest of my life there (by Charles F. Kettering).</p>
<header>
<span id="cat-ears"></span>
<span class="name">Julia Dizhak</span> (<span class="age"></span>)
<div class="about">
<p>I <span id="adjective"></span> about user experience and graphical design for web apps.</p>
<p>I love <span id="love"></span>.</p>
<p>I was living in <span id="live"></span>.</p>
<p>I enjoy programming.</p>
<!-- <p>Solving programming problems is so much fun.</p> -->
</div>
</header>
<p>Github:
<a href="https://github.com/julia-dizhak" target="_blank">julia-dizhak</a>,
<a href="https://resume.creddle.io/resume/7r01ooxu8qt" target="_blank">web CV</a>,
<a href="https://www.linkedin.com/in/julia-dizhak-8a55263b/" target="_blank">linkedin</a>
</p>
</div>
<br>
<h2>Projects</h2>
<article>
<header>JS</header>
<ul>
<li><a href="https://julia-dizhak.github.io/javascript-algorithms/" target="_blank">Implementations of different computer science algorithms</a></li>
</ul>
</article>
<article>
<header>React</header>
<ul>
<li>
Blog with a posts using HackerNews API:
<a href="https://julia-dizhak.github.io/react-blog-posts/posts/demo/" target="_blank">demo</a>,
<a href="https://github.com/julia-dizhak/react-blog-posts" target="_blank">repo</a>
</li>
<li>
Workout app:
<a href="https://julia-dizhak.github.io/react-workout-app/workout/demo/" target="_blank">demo</a>,
<a href="https://github.com/julia-dizhak/react-workout-app" target="_blank">github repo</a>
</li>
<li><a href="https://github.com/julia-dizhak/burger-builder" target="_blank">Burger builder</a></li>
<li>
Todo list:
<a href="https://julia-dizhak.github.io/react-todo-list/todo-list/demo/" target="_blank">demo</a>,
<a href="https://github.com/julia-dizhak/react-todo-list" target="_blank">github repo</a>
</li>
<li><a href="https://github.com/julia-dizhak/redux-form" target="_blank">Redux forms</a></li>
<li><a href="https://github.com/julia-dizhak/tic-tac-toe-by-react" target="_blank">tic-tac-toe game</a></li>
</ul>
</article>
<article>
<header>D3.js</header>
<ul>
<li>
A collection of code examples from D3.js books + own ideas
<a href="https://julia-dizhak.github.io/d3.js-examples/index.html" target="_blank">demo</a>,
<a href="https://github.com/julia-dizhak/d3.js-examples/" target="_blank">github repo</a>
</li>
</ul>
</article>
<article>
<header>SVG</header>
<ul>
<li><a href="https://julia-dizhak.github.io/ZombieBuyingLightBySVG/end.html" target="_blank">Zombie buying light by svg</a></li>
<li><a href="https://julia-dizhak.github.io/svgExamples/#/" target="_blank">Svg examples</a></li>
</ul>
</article>
<article>
<header>Canvas</header>
<ul>
<li><a href="https://julia-dizhak.github.io/canvas/" target="_blank">Canvas examples</a></li>
</ul>
</article>
<article>
<header>Design guide pattern library</header>
<ul>
<li><a href="https://julia-dizhak.github.io/design-pattern-library-by-astrum/public/pattern-library/" target="_blank">Design pattern library by astrum</a></li>
</ul>
</article>
<article>
<header>AngularJS 1.x</header>
<ul>
<li><a href="https://julia-dizhak.github.io/gem-store-angularjs1.x/app/" target="_blank">a gem store</a></li>
<li><a href="https://julia-dizhak.github.io/reading-list-angularjs1.x/app/" target="_blank">a reading List</a></li>
</ul>
</article>
<article>
<header>Presentations</header>
<aside>by shower presentation <a href="https://github.com/shower/shower" target="_blank">https://shwr.me/ (template on github)</a></aside>
<ul>
<li><a href="https://julia-dizhak.github.io/presentations/topic-intro-HTML5/" target="_blank">intro to HTML5</a></li>
<li><a href="https://julia-dizhak.github.io/presentations/topic-jquery" target="_blank">intro to jQuery</a></li>
<li>
<span>slides represents</span>
<a href="https://julia-dizhak.github.io/presentations/topic-angularJS-1x/" target="_blank">AngularJS 1.x</a>
</li>
<li>
<span>slides about</span>
<a href="https://julia-dizhak.github.io/presentations/topic-google-mobile-certification/" target="_blank">Google mobile certification</a>
<span>from google mobile</span>
<a href="https://www.google.com/partners/#p_mobilesitescertification" target="_blank">certification program</a>
<span>for mobile site developers</span>
</li>
<li><a href="https://julia-dizhak.github.io/presentations/topic-yarn" target="_blank">Yarn package manager</a></li>
<li><a href="https://julia-dizhak.github.io/presentations/topic-es6" target="_blank">ES6: Next-Gen JS </a></li>
<li><a href="https://julia-dizhak.github.io/presentations/topic-react-intro" target="_blank">intro to React</a></li>
</ul>
</article>
<!-- <article>
<header>JS games</header>
<ul>
<li><a href="https://julia-dizhak.github.io/games/" target="_blank">a Hangman game</a></li>
<li><a href="https://julia-dizhak.github.io/games/" target="_blank">a Raceman game</a></li>
</ul>
</article> -->
<article class="skills">
<header>Front-end</header>
<ul>
<li><a href="https://julia-dizhak.github.io/frontend-interview/" target="_blank">My front-end developer interview questions and answers</a></li>
<li><a href="https://github.com/h5bp/Front-end-Developer-Interview-Questions" target="_blank">Front-end developer interview questions</a></li>
<li><a href="https://github.com/FrontendMasters/front-end-handbook-2018" target="_blank">Front-end Handbook 2018</a></li>
<li><a href="https://github.com/FrontendMasters/front-end-handbook-2017" target="_blank">Front-end Handbook 2017/What i need to know in 2017</a></li>
</ul>
</article>
<article>
<header>Language skills</header>
<ul><li><a href="https://julia-dizhak.github.io/presentations/" target="_blank">Presentation skills</a></li></ul>
</article>
<article>
<header>Meetups</header>
<ul>
<li><a href="https://www.meetup.com/Web-Zurich/" target="_blank">Web Zurich meetup</a></li>
<li><a href="https://www.meetup.com/AngularZRH/" target="_blank">Angular Zurich</a></li>
<li><a href="https://www.meetup.com/Zurich-ReactJS-Meetup/" target="_blank">Zurich ReactJS</a></li>
</ul>
</article>
<article class="books">
<header>Books</header>
<ul>
<li>
JS
<ul>
<li><a href="https://github.com/getify/You-Dont-Know-JS/" target="_blank">You don't know JS (book series) <span class="author">by Kyle Simpson</span></a></li>
<li><a href="https://www.nostarch.com/javascriptforkids/" target="_blank">Javascript for kids <span class="author">by Nick Morgan</span></a></li>
</ul>
<br>
</li>
<li>
D3.js
<ul>
<li><a href="http://shop.oreilly.com/product/0636920026938.do" target="_blank">Interactive Data Visualization for the web (Orelly) by Scott Murray</a></li>
<li><a href="https://www.packtpub.com/web-development/data-visualization-d3js" target="_blank">Data Visualization with d3.js by Swizec Teller</a></li>
</ul>
<br>
</li>
<li><a href="https://www.amazon.com/Getting-Started-Gulp-Travis-Maynard/dp/1784395765" target="_blank">Getting started with Gulp by Travis Maynard</a></li>
<li><a href="https://www.ng-book.com/" target="_blank">Ng-book Ari Lerner(2013), Angular 1</a></li>
<li><a href="https://www.amazon.com/Steve-Jobs-Walter-Isaacson/dp/1451648537" target="_blank">Steve Jobs (by Walter Isaacson)</a></li>
<li>...</li>
</ul>
</article>
</div>
</section>
<script src="static/js/cats.js"></script>
<script src="static/js/age.js"></script>
<script src="static/js/about.js"></script>
</body>
</html>