-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (158 loc) · 17.8 KB
/
Copy pathindex.html
File metadata and controls
161 lines (158 loc) · 17.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>ChTosar</title>
<link rel="icon" type="image/x-icon" href="./icon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="./icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icon/favicon-16x16.png">
</head>
<style>
html {
margin: 0;
padding: 0;
color: white;
background-color: black;
font-family: monospace;
}
.loading {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
animation: end 1.8s linear forwards;
opacity: 1;
}
.loadingBar {
width: 30%;
height: 4px;
border-radius: 4px;
overflow: hidden;
background-color: rgb(96, 96, 96);
}
.progress {
width: 100%;
height: 100%;
background-color: rgb(255, 255, 255);
animation: loading 1.1s linear;
}
@keyframes loading {
0% {
width: 0;
}
98% {
width: 100%;
}
}
@keyframes end {
50% {
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
}
}
</style>
<body>
<div class="loading">
<div class="loadingBar">
<div class="progress"></div>
</div>
</div>
<svg class="bg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" preserveAspectRatio="xMidYMid" style="shape-rendering: auto; display: block; background: rgb(28, 28, 28);">
<g data-idx="1">
<linearGradient y2="0" y1="0" x2="1" x1="0" id="lg-nq4q5u6dq7r" data-idx="2">
<stop offset="0" stop-color="#000000" data-idx="3"></stop>
<stop offset="1" stop-color="#000000" data-idx="4"></stop>
</linearGradient>
<path opacity="0.4" fill="url(#lg-nq4q5u6dq7r)" d="M0 0L0 637.762451171875Q180 624.44970703125 360 602.4254760742188T720 627.4470825195312T1080 556.6536254882812T1440 422.9453125T2000 382.5252685546875L2000 0Z" data-idx="7"></path>
<path opacity="0.4" fill="url(#lg-nq4q5u6dq7r)" d="M0 0L0 803.868408203125Q180 698.2252197265625 360 656.2608032226562T720 622.7529907226562T1080 566.2774047851562T1440 396.457763671875T2000 329.342529296875L2000 0Z" data-idx="9"></path>
<path opacity="0.4" fill="url(#lg-nq4q5u6dq7r)" d="M0 0L0 679.0992431640625Q180 637.1580810546875 360 610.33740234375T720 477.1951904296875T1080 505.3414306640625T1440 428.6639404296875T2000 284.69879150390625L2000 0Z" data-idx="11"></path>
<g data-idx="15"></g></g>
</svg>
<div class="topBar">
<div class="actions hidden">
<div class="buttons">
<div class="close">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
<path xmlns="http://www.w3.org/2000/svg" d="M16 8L8 16M12 12L16 16M8 8L10 10" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="big">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
<path d="M9 14L12 17L15 14M10.5 8.5L9 10M15 10L12 7" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<span class="title">Tosar.eu</span>
</div>
<div class="barEnd">
<div class="lang">
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" width="14px" height="14px" viewBox="0 0 24 24"><path d="m24 12c0-.002 0-.004 0-.006 0-3.551-1.546-6.74-4.001-8.933l-.012-.01c-.031-.033-.064-.062-.101-.087l-.002-.001c-2.095-1.84-4.859-2.962-7.886-2.962-3.032 0-5.8 1.126-7.91 2.984l.013-.011c-.026.02-.049.041-.07.065v.001c-2.478 2.205-4.031 5.403-4.031 8.963 0 3.55 1.544 6.739 3.997 8.933l.012.01c0 .003.002.005.005.005.031.035.065.065.101.092l.002.001c2.094 1.837 4.857 2.958 7.881 2.958 3.032 0 5.801-1.126 7.911-2.984l-.013.011c.03-.022.056-.045.08-.07 2.475-2.202 4.026-5.395 4.026-8.951 0-.002 0-.005 0-.007zm-4.462 7.805c-.576-.468-1.223-.897-1.909-1.262l-.065-.032c.613-1.767.982-3.804 1.017-5.923v-.016h4.261c-.156 2.852-1.391 5.388-3.301 7.23zm-6.966-1.505c1.283.069 2.482.351 3.588.81l-.072-.026c-.886 2.02-2.133 3.408-3.516 3.713zm0-1.144v-4.584h4.868c-.043 1.961-.383 3.828-.976 5.578l.039-.131c-1.157-.484-2.498-.795-3.903-.862l-.027-.001zm0-5.728v-4.584c1.431-.069 2.772-.379 4.007-.891l-.079.029c.555 1.619.896 3.485.94 5.425v.021zm0-5.728v-4.495c1.383.305 2.63 1.687 3.516 3.713-1.034.43-2.233.711-3.487.781zm2.854-4c1.238.419 2.312 1.009 3.258 1.752l-.023-.018c-.443.348-.94.676-1.464.961l-.056.028c-.449-1.047-1.025-1.947-1.724-2.737l.009.011zm-4-.492v4.492c-1.283-.069-2.482-.35-3.588-.81l.072.026c.89-2.02 2.135-3.407 3.518-3.712zm-4.568 3.212c-.58-.315-1.077-.642-1.544-1.007l.024.018c.923-.726 1.996-1.315 3.158-1.712l.076-.023c-.689.778-1.265 1.678-1.689 2.658l-.025.065zm4.57 2.423v4.584h-4.868c.044-1.961.385-3.827.979-5.577l-.039.131c1.156.483 2.497.794 3.901.861zm0 5.728v4.584c-1.431.069-2.772.379-4.007.891l.079-.029c-.555-1.618-.896-3.485-.94-5.425v-.021zm0 5.728v4.495c-1.383-.305-2.63-1.687-3.516-3.713 1.034-.43 2.233-.71 3.487-.78l.029-.001zm-2.85 4c-1.238-.418-2.311-1.006-3.258-1.748l.024.018c.443-.348.94-.676 1.464-.961l.056-.028c.445 1.047 1.022 1.947 1.723 2.733l-.009-.01zm8.564-2.72c.58.315 1.077.642 1.544 1.007l-.024-.018c-.923.726-1.996 1.315-3.158 1.712l-.076.023c.689-.778 1.265-1.677 1.689-2.657l.025-.065zm5.7-8.151h-4.261c-.035-2.135-.404-4.172-1.058-6.078l.041.138c.751-.399 1.397-.828 1.997-1.312l-.024.018c1.913 1.845 3.148 4.381 3.303 7.205l.001.028zm-18.38-7.233c.576.468 1.223.897 1.909 1.262l.065.032c-.613 1.767-.982 3.804-1.017 5.923v.016h-4.262c.156-2.852 1.391-5.388 3.301-7.23l.003-.003zm-3.304 8.377h4.261c.035 2.135.404 4.172 1.058 6.078l-.041-.138c-.751.399-1.397.828-1.997 1.312l.024-.018c-1.913-1.845-3.148-4.381-3.303-7.205l-.001-.028z"/></svg>
</div>
<time></time>
</div>
</div>
<div class="leftBar">
<a class="icon start">
<svg viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:white;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M42.0494,20.0391,25.6334,6.1921a2.5311,2.5311,0,0,0-3.2638,0L5.9536,20.0391A1.2655,1.2655,0,0,0,6.77,22.2719h4.3428v17.45a1,1,0,0,0,1,1h8.2958V34.513a3.7306,3.7306,0,0,1,3.4-3.7917A3.5936,3.5936,0,0,1,27.5949,34.31v6.412h8.2958a1,1,0,0,0,1-1v-17.45h4.3428A1.2655,1.2655,0,0,0,42.0494,20.0391Z"/><circle class="a" cx="24.0015" cy="23.1587" r="4.5058"/></svg>
</a>
<a class="icon photos">
<svg viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:white;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.4995,12.3739c.7719-.0965,1.5437,.4824,1.5437,1.2543h0l2.5085,23.8312c.0965,.7719-.4824,1.5437-1.2543,1.5437l-23.7347,2.5085c-.7719,.0965-1.5437-.4824-1.5437-1.2543h0l-2.5085-23.7347c-.0965-.7719,.4824-1.5437,1.2543-1.5437l23.7347-2.605Z"/><path class="b" d="M12.9045,18.9347c-1.7367,.193-3.0874,1.7367-2.8945,3.5699,.193,1.7367,1.7367,3.0874,3.5699,2.8945,1.7367-.193,3.0874-1.7367,2.8945-3.5699s-1.8332-3.0874-3.5699-2.8945h0Zm8.7799,5.596l-4.6312,5.6925c-.193,.193-.4824,.2894-.6754,.0965h0l-1.0613-.8683c-.193-.193-.5789-.0965-.6754,.0965l-5.0171,6.1749c-.193,.193-.193,.5789,.0965,.6754-.0965,.0965,.0965,.0965,.193,.0965l19.9719-2.1226c.2894,0,.4824-.2894,.4824-.5789,0-.0965-.0965-.193-.0965-.2894l-7.8151-9.0694c-.2894-.0965-.5789-.0965-.7719,.0965h0Z"/><path class="b" d="M16.2814,13.8211l.6754-6.0784c.0965-.7719,.7719-1.3508,1.5437-1.2543l23.7347,2.5085c.7719,.0965,1.3508,.7719,1.2543,1.5437h0l-2.5085,23.7347c0,.6754-.7719,1.2543-1.5437,1.2543l-6.1749-.6754"/><path class="b" d="M32.7799,29.9337l5.3065,.5789c.2894,0,.4824-.193,.5789-.4824,0-.0965,0-.193-.0965-.2894l-5.789-10.5166c-.0965-.193-.4824-.2894-.6754-.193h0l-.3859,.3859"/></svg>
</a>
<a class="icon about">
<svg viewBox="0 0 48 48"><path class="cls-1" stroke="white" d="M24,2.5a21.5,21.5,0,0,0-6.8,41.9c1.08.2,1.47-.46,1.47-1s0-1.86,0-3.65c-6,1.3-7.24-2.88-7.24-2.88A5.7,5.7,0,0,0,9,33.68c-1.95-1.33.15-1.31.15-1.31a4.52,4.52,0,0,1,3.29,2.22c1.92,3.29,5,2.34,6.26,1.79a4.61,4.61,0,0,1,1.37-2.88c-4.78-.54-9.8-2.38-9.8-10.62a8.29,8.29,0,0,1,2.22-5.77,7.68,7.68,0,0,1,.21-5.69s1.8-.58,5.91,2.2a20.46,20.46,0,0,1,10.76,0c4.11-2.78,5.91-2.2,5.91-2.2a7.74,7.74,0,0,1,.21,5.69,8.28,8.28,0,0,1,2.21,5.77c0,8.26-5,10.07-9.81,10.61a5.12,5.12,0,0,1,1.46,4c0,2.87,0,5.19,0,5.9s.39,1.24,1.48,1A21.5,21.5,0,0,0,24,2.5"/></svg>
</a>
<a class="icon contact">
<svg viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:white;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M40.83,8.48c1.14,0,2,1,1.54,2.86l-5.58,26.3c-.39,1.87-1.52,2.32-3.08,1.45L20.4,29.26a.4.4,0,0,1,0-.65L35.77,14.73c.7-.62-.15-.92-1.07-.36L15.41,26.54a.46.46,0,0,1-.4.05L6.82,24C5,23.47,5,22.22,7.23,21.33L40,8.69a2.16,2.16,0,0,1,.83-.21Z"/></svg>
</a>
<a class="icon chat">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" id="Layer_2" data-name="Layer 2"><defs><style>.cls-1{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M43.5,22.83c0-8.68-8.73-15.71-19.5-15.71-10.26,0-18.76,6.41-19.45,14.66,0,.34,0,.69,0,1C4.5,31,12.17,37.64,22,38.45h0c2,.1,1.82.31,1.82,1.62h0c0,1.31-.05,2.83-.05,2.83,0,.92.51,1,1.19,1,1.3,0,6.37-3.19,9.07-5.46a30.93,30.93,0,0,0,7.79-9.21h0a13.28,13.28,0,0,0,1.65-5.32C43.48,23.53,43.5,23.18,43.5,22.83ZM30.36,32.22a3.06,3.06,0,0,1-3.06-3.06h0a3.07,3.07,0,1,1,3.06,3.06ZM24.34,19a4.35,4.35,0,0,1,4.35-4.35h0A4.35,4.35,0,0,1,33,19h0a4.35,4.35,0,1,1-8.7,0Zm-7,11.72h0A5.66,5.66,0,1,1,23,25.1,5.66,5.66,0,0,1,17.37,30.76Z"/></svg>
</a>
<a class="icon mplayer">
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 48 48">
<path d="M14.38,33.14c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77H5.29c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M14.38,32.54H5.29c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<path d="M28.55,33.14c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77h-9.09c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M28.55,32.54h-9.09c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<path d="M42.71,33.14c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77h-9.09c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M42.71,32.54h-9.09c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<path d="M28.55,25.8c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77h-9.09c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M28.55,25.2h-9.09c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<path d="M42.71,25.8c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77h-9.09c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M42.71,25.2h-9.09c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<path d="M28.55,18.46c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77h-9.09c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M28.55,17.86h-9.09c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<path d="M14.38,25.8c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77H5.29c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M14.38,25.2H5.29c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<path d="M14.38,18.46c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77H5.29c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M14.38,17.86H5.29c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<path d="M28.55,11.12c.42,0,.77.34.77.77v2.21c0,.42-.34.77-.77.77h-9.09c-.42,0-.77-.34-.77-.77v-2.21c0-.42.34-.77.77-.77h9.09M28.55,10.52h-9.09c-.75,0-1.37.61-1.37,1.37v2.21c0,.75.61,1.37,1.37,1.37h9.09c.75,0,1.37-.61,1.37-1.37v-2.21c0-.75-.61-1.37-1.37-1.37h0Z" style="fill: #fff;"/>
<script xmlns=""/></svg>
</a>
<a class="icon myCars">
<svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 1024.000000 1024.000000" preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)" fill="#fff" stroke="none">
<path d="M5905 7534 c-439 -29 -864 -145 -1290 -354 -270 -132 -470 -256 -943 -584 -101 -69 -200 -135 -220 -145 -47 -24 -219 -70 -432 -116 -668 -145 -1021 -279 -1360 -518 -387 -272 -723 -686 -800 -983 -26 -99 -27 -143 -12 -439 7 -132 16 -337 20 -455 9 -256 14 -271 127 -379 238 -226 697 -419 1380 -580 485 -114 774 -157 1140 -168 409 -12 749 35 1195 164 85 25 180 52 212 61 l56 16 55 -43 c187 -144 387 -98 638 148 86 85 197 240 219 306 9 26 28 39 134 92 69 34 237 125 375 202 600 337 1542 817 1996 1018 55 24 109 53 121 64 l22 21 15 -28 c27 -53 99 -125 150 -151 44 -22 60 -25 122 -21 91 6 142 33 225 117 123 125 207 322 269 627 52 259 65 398 65 719 1 273 0 295 -23 380 -65 251 -182 411 -414 566 -117 78 -201 120 -340 169 -177 63 -220 73 -593 140 -301 54 -338 57 -1204 125 -304 24 -756 38 -905 29z m470 -174 c61 -5 207 -16 325 -25 118 -9 321 -25 450 -35 129 -11 254 -21 278 -22 23 -1 42 -4 42 -7 0 -3 -35 -19 -78 -35 -203 -75 -455 -223 -630 -369 -244 -204 -517 -546 -767 -962 -43 -71 -79 -131 -79 -132 -1 0 -86 -13 -191 -28 -590 -83 -1043 -220 -1520 -460 -386 -193 -837 -489 -1134 -741 -2 -2 24 8 59 22 91 37 181 83 464 239 596 327 981 494 1461 635 180 52 386 94 625 125 561 74 694 101 1125 224 249 71 413 126 551 186 193 84 633 303 1003 500 405 215 574 295 637 303 38 4 43 1 78 -39 88 -103 144 -277 152 -474 2 -66 6 -148 8 -182 4 -73 -5 -81 -24 -20 -38 128 -139 237 -220 237 -48 0 -146 -49 -209 -106 -168 -151 -279 -498 -306 -954 -6 -94 0 -173 20 -265 6 -29 5 -31 -27 -33 -166 -13 -550 -185 -1323 -595 -187 -99 -479 -257 -650 -352 -317 -176 -483 -265 -495 -265 -8 0 15 83 33 119 27 55 337 253 907 579 173 99 392 227 485 284 284 176 429 257 679 383 216 108 271 143 255 159 -10 10 -119 -14 -228 -50 -174 -57 -375 -148 -581 -262 -963 -536 -1121 -628 -1343 -778 -76 -52 -139 -94 -140 -94 -1 0 -2 98 -3 218 -1 206 -2 222 -27 305 -65 211 -182 363 -337 436 -116 55 -258 24 -436 -94 -252 -168 -416 -480 -499 -950 -46 -264 -22 -541 65 -733 17 -35 30 -66 30 -68 0 -2 -12 -4 -26 -4 -15 0 -149 -31 -298 -69 -420 -107 -666 -142 -986 -140 -137 1 -156 3 -110 11 336 57 683 162 925 279 70 34 193 125 182 135 -2 2 -152 -46 -333 -107 -547 -183 -709 -218 -1029 -226 -263 -7 -513 21 -835 93 -349 78 -830 257 -1040 386 -95 58 -211 164 -245 222 -21 38 -23 55 -29 269 -6 183 -5 227 6 227 7 -1 42 -23 78 -50 201 -153 591 -270 1139 -342 129 -17 220 -22 411 -22 238 -1 248 0 343 26 144 41 264 94 464 206 98 55 324 180 503 277 179 97 375 210 435 250 160 106 337 278 323 314 -7 19 -617 -295 -1131 -581 -382 -212 -399 -221 -552 -274 -240 -84 -449 -85 -965 -4 -449 70 -801 201 -976 362 -121 112 -138 293 -45 493 158 338 583 743 994 947 218 108 503 201 876 283 116 25 141 27 99 4 -43 -23 -472 -322 -623 -434 -82 -61 -190 -145 -240 -187 -94 -80 -315 -298 -302 -298 14 0 66 30 327 185 365 219 811 517 1524 1020 567 400 796 536 1139 679 344 143 644 222 932 245 145 12 453 12 580 1z m1990 -228 c129 -33 465 -185 465 -211 0 -5 -19 -16 -42 -25 -24 -9 -101 -48 -173 -87 -643 -352 -1183 -625 -1430 -722 -203 -80 -700 -222 -932 -266 l-92 -18 11 21 c115 215 357 552 535 745 268 290 653 510 1003 575 129 23 544 16 655 -12z m655 -1051 c35 -37 72 -116 100 -216 18 -63 24 -327 11 -442 -30 -255 -132 -484 -252 -565 -48 -32 -70 -35 -108 -12 -37 22 -69 71 -98 151 -87 236 13 808 180 1030 30 41 95 93 115 93 8 0 32 -18 52 -39z m-3374 -1216 c93 -39 176 -144 221 -280 24 -73 27 -97 31 -277 6 -283 -20 -439 -109 -664 -119 -299 -358 -544 -530 -544 -133 0 -267 153 -321 366 -19 76 -23 115 -22 269 0 158 3 196 27 310 81 380 211 620 408 751 122 81 215 103 295 69z"/>
</g>
</svg>
</a>
<a class="icon cv hidden">
<svg viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:white;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M39.5,15.5h-9a2,2,0,0,1-2-2v-9h-18a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2Z"/><line class="cls-1" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/></svg>
</a>
</div>
<container>
<div class="main">
<my-calendar></my-calendar>
<div class="des icon mycv" draggable="true">
<svg xmlns="http://www.w3.org/2000/svg" width="64px" height="64px" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.5,15.5h-9a2,2,0,0,1-2-2v-9h-18a2,2,0,0,0-2,2v35a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2Z"/><line class="a" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/></svg>
<description>My_CV.pdf</description>
</div>
</div>
</container>
<script data-goatcounter="https://chtv.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</body>
</html>