-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
442 lines (416 loc) Β· 16.6 KB
/
index.html
File metadata and controls
442 lines (416 loc) Β· 16.6 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
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!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" />
<title>Erfan Paslar</title>
<link rel="icon" type="image/svg+xml" href="images/code.svg" />
<link rel="stylesheet" href="css/editor.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/cursor.css" />
<link rel="stylesheet" href="css/slide.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.8.0/umd/react.development.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.8.0/umd/react-dom.development.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prop-types/15.7.2/prop-types.js"></script>
<link
href="https://cdn.jsdelivr.net/gh/rastikerdar/samim-font@v4.0.5/dist/font-face.css"
rel="stylesheet"
type="text/css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<style>
#f-letter {
fill: #444;
transition-duration: 1s;
}
#a-letter {
fill: #444;
transition-duration: 1s;
}
#e-letter {
transition-duration: 1s;
fill: #0000;
}
#n-letter {
fill: #0000;
transition-duration: 1s;
}
</style>
<div class="" onclick="changeLang()">
<svg
id="svg"
data-name="Layer 1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 100 100"
>
<path
id="a-letter"
d="M98.58,53.35a3.83,3.83,0,0,0-2.79-1.14A3.68,3.68,0,0,0,93,53.38a4,4,0,0,0-1.11,2.83v1.58a14.16,14.16,0,0,0-2-2,18.45,18.45,0,0,0-5-2.84A18.09,18.09,0,0,0,69,54.64a19.51,19.51,0,0,0-6.79,7.58,24,24,0,0,0-2.52,11.21,23.8,23.8,0,0,0,2.52,11.08,19.61,19.61,0,0,0,6.83,7.66A17.61,17.61,0,0,0,78.81,95a15.28,15.28,0,0,0,5.73-1.06,17.32,17.32,0,0,0,4.64-2.68,15.19,15.19,0,0,0,2.67-2.73v1.67A4,4,0,0,0,93,93a3.72,3.72,0,0,0,2.83,1.13A3.82,3.82,0,0,0,98.58,93a4,4,0,0,0,1.13-2.88V56.21A3.89,3.89,0,0,0,98.58,53.35Zm-8,27.34a12.76,12.76,0,0,1-4.37,5.15,12.05,12.05,0,0,1-13,0,12.66,12.66,0,0,1-4.36-5.15,17.58,17.58,0,0,1,0-14.57A12.6,12.6,0,0,1,73.31,61a12,12,0,0,1,12.92,0,12.84,12.84,0,0,1,4.37,5.11,17.69,17.69,0,0,1,0,14.57Z"
/>
<path
id="e-letter"
d="M59.2,90.7a5.92,5.92,0,0,1-1.91,4.55A6.59,6.59,0,0,1,52.6,97h-45a6.63,6.63,0,0,0,4.49-1.94,6.49,6.49,0,0,0,2-4.9V84.34H52.6a6.38,6.38,0,0,1,4.69,1.93A6,6,0,0,1,59.2,90.7Z"
/>
<path
id="n-letter"
d="M99.71,69V92.75A4.47,4.47,0,0,1,98.43,96a4.34,4.34,0,0,1-3.16,1.28A4.26,4.26,0,0,1,92.08,96a4.52,4.52,0,0,1-1.24-3.26V69.08A17.21,17.21,0,0,0,90,63.36a8.24,8.24,0,0,0-3-4.08,10.34,10.34,0,0,0-6.08-1.56,12.72,12.72,0,0,0-6.4,1.56,11.57,11.57,0,0,0-4.3,4.08,10.73,10.73,0,0,0-1.54,5.72V92.75A4.41,4.41,0,0,1,67.28,96,4.55,4.55,0,0,1,61,96a4.44,4.44,0,0,1-1.24-3.26V55.14A4.37,4.37,0,0,1,61,51.91a4.55,4.55,0,0,1,6.33,0,4.34,4.34,0,0,1,1.3,3.23v2.7c.18-.26.38-.53.57-.79a21.81,21.81,0,0,1,3.77-3.72,18.18,18.18,0,0,1,5-2.74,16.44,16.44,0,0,1,5.85-1q6.3,0,9.76,2.62a13.57,13.57,0,0,1,4.83,7A32.32,32.32,0,0,1,99.71,69Z"
/>
<path
id="f-letter"
d="M59.25,9.62c0,.23,0,.45,0,.68v0a6.11,6.11,0,0,1-1.91,3.73,6.74,6.74,0,0,1-4.9,1.88H14.13v1.26H14V43.24H46.69a6.51,6.51,0,0,1,4.69,1.84,6,6,0,0,1,1.44,2.12,3.1,3.1,0,0,1,.13.4,6.94,6.94,0,0,1,.26,1.91,6,6,0,0,1-1.94,4.42,6.78,6.78,0,0,1-4.9,1.88H14.13v.24H14V84.34h.1V90.2a6.55,6.55,0,0,1-2,4.9A6.7,6.7,0,0,1,7.63,97H6.47a7.22,7.22,0,0,1-3.26-1l-.4-.28a6.44,6.44,0,0,1-.69-.6c-.16-.16-.31-.33-.46-.5s-.24-.31-.35-.46A6.87,6.87,0,0,1,.16,90.2V9.89A6.58,6.58,0,0,1,2.18,5,6.74,6.74,0,0,1,7,3H52.41a6.79,6.79,0,0,1,4.9,1.88A6.28,6.28,0,0,1,59.25,9.62Z"
/>
</svg>
</div>
<article id="theWindow" class="theWindow boxShadow" dir="ltr">
<div class="dots">
<span class="dot left"></span>
<span class="dot center"></span>
<span class="dot right"></span>
</div>
</article>
<script src="js/editor.js"></script>
<section id="about" class="about">
<p>
Hi I'm <span class="myName tapered">Erfan Paslar</span> a
<strong class="tapered">programmer</strong> and
<strong class="tapered">web designer</strong>. I'm about
<span id="myAge"></span> old and study Computer Science Engineering at
Shiraz University. I am interested in web developing and programming.
</p>
</section>
<br />
<h1 id="know" class="know">
<span class="halfMark"> Things I know </span>
</h1>
<div class="boxContainer">
<article class="box boxLeft boxShadow firstBoxLeft">
<div class="thisSkillLeft thisSkill">Python</div>
<img
class="imageInBox imgLeft"
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1612810727/python_o7vq5n.webp"
alt=""
draggable="false"
/>
<p id="pythonContent" class="textLeft">
I've learned python about <span id="pythonYear"></span> ago. I worked
with some libraries like <span style="color: #ed00df">P</span
><span style="color: #00f0ff">y</span
><span style="color: #c0fbbd">g</span
><span style="color: #bfc0ff">a</span
><span style="color: #ffbfbf">m</span
><span style="color: #fffebf">e</span>,
<span style="color: #00ae00">Selenium</span>,
<span style="color: #434142">R</span
><span style="color: #a1a1a1">e</span
><span style="color: #434142">q</span
><span style="color: #a1a1a1">u</span
><span style="color: #434142">e</span
><span style="color: #a1a1a1">s</span
><span style="color: #434142">t</span
><span style="color: #a1a1a1">s</span>,
<span style="color: #c5df90">T</span
><span style="color: #a7d48a">u</span
><span style="color: #c5df90">r</span
><span style="color: #a7d48a">t</span
><span style="color: #c5df90">l</span
><span style="color: #a7d48a">e</span>,
<span style="color: #3b81c0">N</span
><span style="color: #3b81c0">u</span
><span style="color: #3b81c0">m</span
><span style="color: #e9bc30">p</span
><span style="color: #e9bc30">y</span>,
<span style="color: #00177e">P</span
><span style="color: #00177e">a</span
><span style="color: #ffcb00">n</span
><span style="color: #e80089">d</span
><span style="color: #00177e">a</span
><span style="color: #00177e">s</span>,
<span style="color: #105278">M</span
><span style="color: #105278">a</span
><span style="color: #ffd633">t</span
><span style="color: #fe8332">p</span
><span style="color: #d5fe5a">l</span
><span style="color: #3268fe">o</span
><span style="color: #91fe91">t</span
><span style="color: #105278">l</span
><span style="color: #105278">i</span
><span style="color: #105278">b</span>,
<span style="color: #2c6444">Django</span>,
<span style="color: #00f703">O</span
><span style="color: #00f703">p</span
><span style="color: #f71c04">e</span
><span style="color: #f71c04">n</span
><span style="color: #022ef7">C</span
><span style="color: #022ef7">V</span>,
<span style="color: #3294c7">scikit</span>-<span
style="color: #f09437"
>learn</span
>, <span style="color: #9932cc">Eel</span>,
<span style="color: #3294c7">Telegram-bot</span>, and ... .
</p>
</article>
<div class="rightMargin"></div>
<article class="box boxRight boxShadow firstBoxRight">
<div class="thisSkillRight thisSkill">HTML, CSS, JS</div>
<img
class="imageInBox imgRight"
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1616846590/personal_website/theone_syl27f.png"
alt=""
draggable="false"
/>
<p id="webContent">
I build my first website about <span id="htmlYear"></span> ago and it
just looked like late 90's website XD. I built about 12 other websites
too.
</p>
</article>
<article class="box boxShadow boxLeft">
<div class="thisSkillLeft thisSkill">PHP</div>
<img
class="imageInBox imgRight"
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1616845036/personal_website/php_iztox4.png"
alt=""
draggable="false"
/>
<p id="phpContent">
I've learned PHP <span id="phpYear"></span> ago and wrote a complete
Contact Management System
<a class="link" href="https://letscode.erfanpaslar.ir">website</a>
with pure PHP (in 2 months), you can join me there. I don't really
like wordpress, and will learn laravel someday.
</p>
</article>
<article class="box boxShadow boxRight">
<div class="thisSkillRight thisSkill">C, C++, C#</div>
<img
class="imageInBox imgLeft"
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1612810727/cLogo_dwj2rl.webp"
alt=""
draggable="false"
/>
<p id="cContent">
I've learned C, <span id="cYear"></span> ago and wrote some projects.
Currently I'm learning C++. Also I've done some project with C# ( just
basics, Calculator stuff :D ).
</p>
</article>
<article class="box boxShadow boxLeft">
<div class="thisSkillLeft thisSkill">Java</div>
<img
class="imageInBox imgLeft"
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1612810725/javaLogo_bi8tyn.webp"
alt=""
draggable="false"
/>
<p id="javaContent">
I know java a little and currently learning.<br />
I've started android studio <span id="javaYear"></span> ago and I
wrote some mobile apps too but i never uploaded them on playStore.
(not that i could)
</p>
</article>
<article class="box boxShadow boxRight">
<div class="thisSkillRight thisSkill">Others</div>
<img
class="imageInBox imgRight"
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1616845035/personal_website/arduino_mr2l19.png"
alt=""
draggable="false"
/>
<p id="othersContent">
There are some other languages that I worked know but I haven't
properly worked with them such as Assembly, Go, Verilog.<br />I also
worked with arduino too.
</p>
</article>
</div>
<div class="clear"></div>
<h1 id="works" class="know">
<span class="halfMark"> My works </span>
</h1>
<div id="app"></div>
<h1 id="inTouch" class="know">
<span class="halfMark"> Get in touch </span>
</h1>
<div class="contactContainer" id="" dir="ltr">
<h1 id="inTouch" class="know">
<span class="halfMark"></span>
</h1>
<div class="contactItem">
<a href="https://github.com/erfanpaslar" class="contactRef"
><span class="listItem github"
><img
class="githubIcon"
src="images/github.svg"
alt="github icon"
draggable="false"
title="github.com/erfanpaslar"
/></span
></a
>
</div>
<div class="contactItem">
<a href="https://t.me/erfan_paslar" target="_blank" class="contactRef">
<span class="listItem telegram">
<img
class="githubIcon"
src="images/telegram.svg"
alt="github icon"
draggable="false"
title="t.me/erfan_paslar"
/>
</span>
</a>
</div>
<div class="contactItem">
<a
href="https://www.linkedin.com/in/erfan-paslar-7689881a9"
class="contactRef"
target="_blank"
>
<span class="listItem linkedin"
><img
class="githubIcon"
src="images/linkedin.svg"
alt="github icon"
draggable="false"
title=""
/>
</span>
</a>
</div>
<div class="contactItem">
<a
href="https://dribbble.com/ErfanPaslar"
class="contactRef"
target="_blank"
>
<span class="listItem dribbble"
><img
class="githubIcon"
src="images/dribbble.svg"
alt="github icon"
draggable="false"
title="dribbble.com/ErfanPaslar"
/></span
>
</a>
</div>
<div class="contactItem">
<a
href="mailto:paslarerfan1@gmail.com"
class="contactRef"
target="_blank"
>
<span class="listItem email"
><img
class="githubIcon"
src="images/envelope.svg"
alt="github icon"
draggable="false"
title="paslarerfan1@gmail.com"
/></span
>
</a>
</div>
</div>
<div id="login" class="">
<h1 id="or" class="know message">Or</h1>
<h1 id="msg" class="know message">Message me directly</s></h1>
<div class="btn-container">
<input
id="id"
class="inp theInp boxShadow"
name="id"
placeholder="Email, telegram_id or phone number"
dir="ltr"
/>
</div>
<div class="btn-container">
<textarea
id="content"
class="inp textArea boxShadow"
name="password"
placeholder="..."
dir="ltr"
></textarea>
</div>
<div class="btn-container">
<button id="send" class="btn btn-alone boxShadow aLittleBottomMargin">Send</button>
</div>
</div>
<div id="response"></div>
<h1 id="refs" class="know">
<span class="halfMark"> Designers </span>
</h1>
<div id="refsContainer" class="reference">
<div class="refContent">
<a
href="https://dribbble.com/mappleton"
target="_blank"
class="imageRef"
><img
class=""
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1612810727/python_o7vq5n.webp"
alt=""
draggable="false"
/></a>
</div>
<div class="refContent">
<a
href="https://dribbble.com/matthewskiles"
target="_blank"
class="imageRef"
><img
class=""
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1616846590/personal_website/theone_syl27f.png"
alt=""
draggable="false"
/></a>
</div>
<div class="refContent">
<a href="https://dribbble.com/R-V-E" target="_blank" class="imageRef"
><img
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1616845036/personal_website/php_iztox4.png"
alt=""
draggable="false"
/></a>
</div>
<div class="refContent">
<a href="https://dribbble.com/lepisov" target="_blank" class="imageRef"
><img
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1612810727/cLogo_dwj2rl.webp"
alt=""
draggable="false"
/></a>
</div>
<div class="refContent">
<a href="https://dribbble.com/vali21" target="_blank" class="imageRef"
><img
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1612810725/javaLogo_bi8tyn.webp"
alt=""
draggable="false"
/></a>
</div>
<div class="refContent">
<a href="https://dribbble.com/GarthDB" target="_blank" class="imageRef"
><img
src="https://res.cloudinary.com/erfanpaslar-ir/image/upload/v1616845035/personal_website/arduino_mr2l19.png"
alt=""
draggable="false"
/></a>
</div>
</div>
<div class="empty"></div>
<div id="cursor" class="Cursor" dir="ltr"></div>
<script src="js/cursor.js"></script>
<script src="js/slide.js"></script>
<script src="js/app.js"></script>
<script src="js/language.js"></script>
<script src="js/bot.js"></script>
</body>
</html>