-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout&Contact.html
317 lines (294 loc) · 14.3 KB
/
About&Contact.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
<!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/aboutContact.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="index.html">Home</a>
<a href="index.html#LibraryMenu">Library Menu</a>
<a href="MyBooks.html">Books</a>
<a href="#learnMore">About</a>
<a href="#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="index.html">
<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="index.html">
<img class="menu-mainLogo" src="img/LogoLargeLight.png" alt="">
</a>
<span class="animationLine"></span>
<div class="menu-colums">
<a href="index.html">Home</a>
<a href="index.html#LibraryMenu">Library Menu</a>
<a href="MyBooks.html">Books</a>
<a href="#learnMore">About</a>
<a href="#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">About & Contact</h1>
<div class="headLine"></div>
</div>
<img class="Headrocket" src="img/rocket.png" alt="">
</header>
<div class="aboutMyLibrary" id="learnMore">
<div class="InAboutMyLibrary">
<h2 class="AboutH2">About</h2>
<h3 class="AboutH3">
MyLibary
</h3>
<p class="Aboutp">
This is my library, my tools that I use to build sites.
</p>
<p class="Aboutp">
MyLibrary was created in 2019 and redesigned in 2021. It was originally a platform for personal use
, but from 2020 it became public and began to be used by many people . MyLibrary has both a PC and a
mobile version . This site includes web design tools which is absolutely free. Some of the most used
programs are described on the <a class="AboutA" href="index.html">Home page</a> and have a direct
link to the pages of those programs.
</p>
<p class="Aboutp">
The site offers the most popular platforms : <a class="AboutA" href="https://codepen.io/"
target="_blank">CodePen</a> and <a class="AboutA" href="https://github.com/"
target="_blank">GitHub</a>
</p>
<p class="Aboutp">
The css/js programs are: Font Awesome , Bootstrap , jQuery , WoW Js , Fancybox , Clipboard Js
</p>
<p class="Aboutp">
The design programs are: My Color Space , Figma , Icon Finder , Logo maker , Shotsnapp
</p>
<p class="Aboutp">
MyLibrary was created by Ruben Vardanyan © 2019-2023
</p>
<h3 class="AboutH3">
Ruben Vardanyan
</h3>
<p class="Aboutp">
My full name is Ruben Vardanyan. I was born in 2005. I am an artist and programmer. I love art and
music and finding joy in everything I do. As a programmer, I try to create programs that will only
benefit people. Positive environment and attitude are the basis of my next masterpiece. Always
trying new ideas, I create amazing innovations in websites and their design. I am inspired by my
work and the people who encourage it.
</p>
<p class="Aboutp">
I am HTML CSS JS (React JS) Python (Django) & JAVA programmer.
</p>
</div>
</div>
<div class="aboutMyLibrary" id="Contact">
<div class="InAboutMyLibrary">
<h2 class="AboutH2">Contact</h2>
<p class="Aboutp">
I am Armenian & I live in Armenia.
</p>
<img class="AboutImg" src="img/Armenia.png" alt="">
<p class="Aboutp">
You can contact us with :
<a class="AboutA ContA" target="_blank"
href="https://www.facebook.com/people/Ruben-Vardanyan/100011597919990/">
Facebook
</a>
<a class="AboutA ContA" target="_blank" href="https://www.instagram.com/_ruben__vardanyan_/">
Instagram
</a>
<a class="AboutA ContA" target="_blank"
href="https://www.youtube.com/channel/UC-WniodbOlgM6ci-zAg54tw/featured?view_as=subscriber">
YouTube
</a>
<a class="AboutA ContA" target="_blank" href="https://github.com/Ruben-Vardanyan">
My GitHub
</a>
<a class="AboutA ContA" target="_blank" href="https://codepen.io/ruben-vardanyan">
My CodePen
</a>
</p>
</div>
</div>
<!-- footer -->
<div class="footer">
<div class="footer-box">
<div class="footer-menu">
<b class="bold">MyLibrary</b>
<a class="footer-a footer-active" href="index.html">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="#learnMore">About</a>
<a class="footer-a" href="#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="index.html">
<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>