-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
506 lines (474 loc) · 24 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
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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="My Library">
<meta property="og:image" content="img/titleLogo1.png">
<meta property="og:description" content="Free library for programmers">
<meta name="description" content="This is my Library, my tools that I use to build sites.">
<meta name="theme-color" content="#131417">
<meta name="keywords" content="my libary, ruben vardanyan, books, my library books , My library , My Library">
<title>MyLibrary</title>
<link rel="icon" sizes="32x32" type="image/png" href="img/titleImg.png">
<!-- Font Awesome -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- end Font Awesome -->
<!-- Font family -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap" rel="stylesheet">
<!-- end Font family -->
<!-- css -->
<link rel="stylesheet" href="css/load.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/side-menu.css">
<link rel="stylesheet" href="css/mini-menu.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/large-menu.css">
<link rel="stylesheet" href="css/program-list.css">
<link rel="stylesheet" href="css/code.css">
<link rel="stylesheet" href="css/platforms.css">
<link rel="stylesheet" href="css/footer.css">
<!-- end css -->
</head>
<body>
<!-- loading start -->
<div class="loader-wrapper">
<div class="loader-inner">
<img class="s1" src="img/LogoL.png" alt="">
</div>
</div>
<!-- loading end -->
<!-- mini menu -->
<div class="mini-menu">
<div class="nav-links">
<span class="animationLine"></span>
<div class="menu-colums">
<a href="#">Home</a>
<a href="index.html#LibraryMenu">Library Menu</a>
<a href="MyBooks.html">Books</a>
<a href="About&Contact.html">About</a>
<a href="About&Contact.html#Contact">Contact</a>
</div>
<span class="animationLine"></span>
<div class="dropdown-menu">
<button id="dropdown-button-mini">
Collection
<i class="fa-solid fa-chevron-down button-arrow"></i>
</button>
<ul class="dropdown">
<li>
<a target="_blank" href="https://ruben-vardanyan.github.io/TicTacToe/">
<i class="fas fa-gamepad"></i>
Tic Tac Toe
</a>
</li>
<li>
<a target="_blank" href="https://ruben-vardanyan.github.io/hangman/">
<i class="fas fa-gamepad"></i>
Hangman
</a>
</li>
<li>
<a target="_blank" href="https://ruben-vardanyan.github.io/MyCalculator/">
<i class="fas fa-calculator"></i>
Calculator
</a>
</li>
</ul>
</div>
<span class="animationLine"></span>
<div class="menu-colums">
<a href="https://www.facebook.com/people/Ruben-Vardanyan/100011597919990/" target="_blank">Facebook</a>
<a href="https://www.instagram.com/_ruben__vardanyan_/" target="_blank">Instagram</a>
<a href="https://www.youtube.com/channel/UC-WniodbOlgM6ci-zAg54tw/featured?view_as=subscriber"
target="_blank">YouTube</a>
<a href="https://github.com/Ruben-Vardanyan" target="_blank">My GitHub</a>
<a href="https://codepen.io/ruben-vardanyan" target="_blank">My CodePen</a>
</div>
<span class="animationLine"></span>
</div>
<div class="mini-bar">
<a href="#">
<img class="navLogo" src="img/LogoL.png" alt="">
</a>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
<i class="menuArrow fas fa-chevron-up"></i>
</div>
</div>
</div>
<!-- mini menu -->
<div class="side-menu">
<a href="#">
<img class="menu-mainLogo" src="img/LogoLargeLight.png" alt="">
</a>
<span class="animationLine"></span>
<div class="menu-colums">
<a href="#">Home</a>
<a href="index.html#LibraryMenu">Library Menu</a>
<a href="MyBooks.html">Books</a>
<a href="About&Contact.html">About</a>
<a href="About&Contact.html#Contact">Contact</a>
</div>
<span class="animationLine"></span>
<div class="dropdown-menu">
<button id="dropdown-button">
Collection
<i class="fa-solid fa-chevron-down button-arrow"></i>
</button>
<ul class="dropdown">
<li>
<a target="_blank" href="https://ruben-vardanyan.github.io/TicTacToe/">
<i class="fas fa-gamepad"></i>
Tic Tac Toe
</a>
</li>
<li>
<a target="_blank" href="https://ruben-vardanyan.github.io/hangman/">
<i class="fas fa-gamepad"></i>
Hangman
</a>
</li>
<li>
<a target="_blank" href="https://ruben-vardanyan.github.io/MyCalculator/">
<i class="fas fa-calculator"></i>
Calculator
</a>
</li>
</ul>
</div>
<span class="animationLine"></span>
<div class="menu-colums">
<a href="https://www.facebook.com/people/Ruben-Vardanyan/100011597919990/" target="_blank">Facebook</a>
<a href="https://www.instagram.com/_ruben__vardanyan_/" target="_blank">Instagram</a>
<a href="https://www.youtube.com/channel/UC-WniodbOlgM6ci-zAg54tw/featured?view_as=subscriber"
target="_blank">YouTube</a>
<a href="https://github.com/Ruben-Vardanyan" target="_blank">My GitHub</a>
<a href="https://codepen.io/ruben-vardanyan" target="_blank">My CodePen</a>
</div>
<span class="animationLine"></span>
</div>
<!-- main , right part -->
<div class="main">
<header>
<div>
<img class="LogoL1" src="img/LogoL.png" alt="">
<img class="LogoL2" src="img/LogoLargeLight.png" alt="">
<h1 class="headH1">This is my Library, my tools that I use to build sites.</h1>
<p class="headp">
This site has both a PC and a mobile version and <b class="bold">includes Books , Programming and
Design tools</b> . All tools are free and easy to use!
</p>
<div class="headA-box">
<a href="About&Contact.html#learnMore" class="headA">Learn More</a>
</div>
</div>
<div>
<img src="img/phoneTT.png" alt="" class="phoneTT">
</div>
</header>
<!-- first section -->
<div class="largMenu">
<img class="imgAbs1" src="img/dec1.svg" alt="">
<div class="Bar">
<img class="barLogo" src="img/Bar1.png" alt="">
<h2 class="BarH2">Platforms</h2>
<p class="Barp">Start your project from the largest and most advanced development platforms in the
world.</p>
<div class="Barlinks">
<a href="https://codepen.io/" class="BarA" target="_blank">
<i class="fab fa-codepen"></i> Codepen
</a>
<a href="https://github.com/" class="BarA" target="_blank">
<i class="fab fa-github"></i> GitHub
</a>
</div>
<a href="index.html#platforms" class="BarALarge">Learn More</a>
</div>
<div class="Bar">
<img class="barLogo" id="LibraryMenu" src="img/Bar2.png" alt="">
<h2 class="BarH2">Library Menu</h2>
<p class="Barp">Here are some libraries and programs, that can help you to build sites.</p>
<div class="Barlinks">
<a href="index.html#font-awesome" class="BarA">
<i class="fab fa-font-awesome"></i> Font Awesome
</a>
<a href="index.html#bootstrap" class="BarA">
<i class="fab fa-bootstrap"></i> Bootstrap
</a>
<a href="index.html#jQuery" class="BarA">
<i class="fab fa-js"></i> Jquery
</a>
<a href="index.html#wow" class="BarA">
<i class="fab fa-js"></i> WoW Js
</a>
<a href="index.html#fancybox" class="BarA">
<i class="fab fa-js"></i> Fancybox
</a>
<a href="index.html#clipboard-js" class="BarA">
<i class="fab fa-js"></i> Clipboard js
</a>
</div>
</div>
<div class="Bar">
<img class="barLogo" src="img/Bar3.png" alt="">
<h2 class="BarH2">Other Programs</h2>
<p class="Barp">I recommend these Design Programs and some Apps for your computer</p>
<div class="Barlinks">
<a href="https://mycolor.space/gradient" class="BarA" target="_blank">
<i class="fas fa-palette"></i> My Color Space
</a>
<a href="https://www.figma.com/" class="BarA" target="_blank">
<i class="fab fa-figma"> </i> Figma
</a>
<a href="https://www.iconfinder.com/" class="BarA" target="_blank">
<i class="fas fa-eye"></i> Icon Finder
</a>
<a href="https://logomakr.com/" class="BarA" target="_blank">
<i class="fas fa-shapes"></i> Logo maker
</a>
<a href="https://app.shotsnapp.com/" class="BarA" target="_blank">
<i class="fab fa-stripe-s"></i> Shotsnapp
</a>
<a href="https://www.speedtest.net/th" class="BarA" target="_blank">
<i class="fas fa-wifi"></i> Speedtest
</a>
</div>
</div>
<img class="imgAbs2" src="img/dec2.svg" alt="">
</div>
<!-- end first section -->
<!-- program list -->
<div class="programList">
<img class="imgAbs3" src="img/dec3.svg" alt="">
<div class="list-item" id="font-awesome">
<i class="absI fab fa-font-awesome"></i>
<h3 class="listH3">
Font Awesome
</h3>
<p class="listp">
Get vector icons and social logos on your website with Font Awesome, the web's most popular icon set
and toolkit.
</p>
<p class="listp">
<b class="bold">Font Awesome 5.15.4</b>
</p>
<!-- code -->
<div class="code-box">
<figure class="figure">
<pre><code id="a1" class="language-html" spellcheck="false"> <span class="code01"><link</span> <span class="code02">rel</span>=<span class="code03">"stylesheet"</span> <span class="code02">type</span>=<span class="code03">"text/css"</span> <span class="code02">href</span>=<span class="code03">"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"</span><span class="code01">></span></code></pre>
</figure>
<button class="awesome btnStyle" data-clipboard-target="#a1">
Copy
</button>
</div>
<!-- code ! -->
<div class="listA">
<a href="https://fontawesome.com/" class="listALarge" target="_blank">Start for free</a>
</div>
</div>
<div class="list-item" id="bootstrap">
<i class="absI fab fa-bootstrap"></i>
<h3 class="listH3">
Bootstrap
</h3>
<p class="listp">
Build fast, responsive sites with Bootstrap.
<br>
Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize
prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.
</p>
<p class="listp">
<b class="bold">Bootstrap 5.3.2</b>
</p>
<div class="listA">
<a href="https://getbootstrap.com/docs/4.5/getting-started/introduction/" class="listALarge"
target="_blank">Get Started</a>
</div>
</div>
<div class="list-item" id="jQuery">
<i class="absI fab fa-js-square"></i>
<h3 class="listH3">
jQuery
</h3>
<p class="listp">
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document
traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API
that works across a multitude of browsers. With a combination of versatility and extensibility,
jQuery has changed the way that millions of people write JavaScript.
</p>
<p class="listp">
<b class="bold">jQuery 3.7.1</b>
</p>
<div class="code-box">
<figure class="figure">
<pre><code id="a2" class="language-html" spellcheck="false"> <span class="code01"><script</span> <span class="code02">src</span>=<span class="code03">"https://code.jquery.com/jquery-3.7.1.min.js"</span> <span class="code02">integrity</span>=<span class="code03">"sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="</span> <span class="code02">crossorigin</span>=<span class="code03">"anonymous"</span><span class="code01">></span><span class="code01"></script></span></code></pre>
</figure>
<button class="jquery btnStyle" data-clipboard-target="#a2">
Copy
</button>
</div>
<div class="listA">
<a href="https://jquery.com/" class="listALarge" target="_blank">Get Started</a>
</div>
</div>
<div class="list-item" id="wow">
<i class="absI fab fa-js-square"></i>
<h3 class="listH3">
WoW Js
</h3>
<p class="listp">
Reveal Animations When You Scroll. Very <a class="listTextA" href="">Animate.css</a> Friend :-)
Easily customize animation settings: style, delay, length, offset, iterations... 100% MIT Licensed,
not GPL. Keep your code yours. ES2015+, naturally Caffeine free.
</p>
<p class="listp">
<b class="bold">Animate.css 4.1.1</b>
</p>
<!-- code -->
<div class="code-box">
<figure class="figure">
<pre><code id="a3" class="language-html" spellcheck="false"> <span class="code01"><link</span> <span class="code02">rel</span>=<span class="code03">"stylesheet"</span> <span class="code02">type</span>=<span class="code03">"text/css"</span> <span class="code02">href</span>=<span class="code03">"https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"</span><span class="code01">></span></code></pre>
</figure>
<button class="wow btnStyle" data-clipboard-target="#a3">
Copy
</button>
</div>
<!-- code ! -->
<div class="listA">
<a href="https://wowjs.uk/docs" class="listALarge" target="_blank">Get Started</a>
</div>
</div>
<div class="list-item" id="fancybox">
<i class="absI fab fa-js-square"></i>
<h3 class="listH3">
Fancybox
</h3>
<p class="listp">
Task-oriented components that will make you more productive.
Packed full of features that you and your clients will love.
</p>
<div class="listA">
<a href="https://fancyapps.com/docs/ui/installation" class="listALarge" target="_blank">Get
Started</a>
</div>
</div>
<div class="list-item" id="clipboard-js">
<i class="absI fab fa-js-square"></i>
<h3 class="listH3">
Clipboard.js
</h3>
<p class="listp">
A modern approach to copy text to clipboard
<br>
No Flash. No frameworks. Just 3kb gzipped
</p>
<div class="listA">
<a href="https://clipboardjs.com/" class="listALarge" target="_blank">Get Started</a>
<a href="zip/clipboard-js.zip" class="listALarge" download="">Download Zip</a>
</div>
</div>
</div>
<!-- end program list -->
<!-- platforms -->
<div class="platform" id="platforms">
<div class="InPlatform">
<h2 class="platformH2">Platforms</h2>
<h3 class="platformH3">
C<i class="fab fa-codepen"></i>DEPEN
</h3>
<p class="platformp">
<b class="bold">The best place to build, test, and discover front-end code.</b>
</p>
<p class="platformp">
CodePen is a social development environment for front-end designers and developers. Build and deploy
a website, show off your work, build test cases to learn and debug, and find inspiration.
</p>
<div class="platformA-box">
<a href="https://codepen.io/accounts/signup/user/free" class="platformA green" target="_blank">Sign
up</a>
<a href="https://codepen.io/login" class="platformA dark" target="_blank">Log in</a>
</div>
<h3 class="platformH3">
<i class="fab fa-github"></i> GitHub
</h3>
<p class="platformp">
<b class="bold">Where the world builds software</b>
</p>
<p class="platformp">
Millions of developers and companies build, ship, and maintain their software on GitHub—the largest
and most advanced development platform in the world.
</p>
<div class="platformA-box">
<a href="https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F&source=header-home"
class="platformA green" target="_blank">Sign up</a>
<a href="https://github.com/login" class="platformA dark" target="_blank">Log in</a>
</div>
</div>
<img class="imgAbs4" src="img/dec4.svg" alt="">
</div>
<!-- end platforms -->
<!-- footer -->
<div class="footer">
<div class="footer-box">
<div class="footer-menu">
<b class="bold">MyLibrary</b>
<a class="footer-a footer-active" href="#">Home</a>
<a class="footer-a" href="index.html#LibraryMenu">Library Menu</a>
<a class="footer-a" href="MyBooks.html">Books</a>
<a class="footer-a" href="About&Contact.html">About</a>
<a class="footer-a" href="About&Contact.html#Contact">Contact</a>
</div>
<div class="footer-menu">
<b class="bold">Social</b>
<a class="footer-a" target="_blank"
href="https://www.facebook.com/people/Ruben-Vardanyan/100011597919990/">Facebook</a>
<a class="footer-a" target="_blank"
href="https://www.instagram.com/_ruben__vardanyan_/">Instagram</a>
<a class="footer-a" target="_blank"
href="https://www.youtube.com/channel/UC-WniodbOlgM6ci-zAg54tw/featured?view_as=subscriber">YouTube</a>
<a class="footer-a" target="_blank" href="https://github.com/Ruben-Vardanyan">My GitHub</a>
<a class="footer-a" target="_blank" href="https://codepen.io/ruben-vardanyan">My CodePen</a>
</div>
<div class="footer-menu">
<b class="bold">Collection</b>
<a class="footer-a" target="_blank" href="https://ruben-vardanyan.github.io/TicTacToe/">Tic Tac Toe</a>
<a class="footer-a" target="_blank" href="https://ruben-vardanyan.github.io/hangman/">Hangman</a>
<a class="footer-a" target="_blank" href="https://ruben-vardanyan.github.io/MyCalculator/">Calculator</a>
</div>
</div>
<div class="footer-box">
<div class="footer-copy">
<a href="#">
<img class="footer-Logo" src="img/LogoLargeLight.png" alt="">
</a>
<span class="copyright">©2019-2023 MyLibrary</span>
<span class="copyright">Ruben Vardanyan</span>
</div>
</div>
</div>
<!-- end footer -->
</div>
<script src="js/buttons.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/clipboard.min.js"></script>
<script type="text/javascript">
new ClipboardJS('.awesome');
new ClipboardJS('.jquery');
new ClipboardJS('.wow');
</script>
<script type="text/javascript">
$(window).on("load", function () {
$(".loader-wrapper").fadeOut("slow");
});
</script>
</body>
</html>