-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
82 lines (78 loc) · 5.58 KB
/
Copy pathheader.html
File metadata and controls
82 lines (78 loc) · 5.58 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
<nav class="nav-outer">
<div>
<div class="nav-inner">
<a class="nav-element-inner-menu" href="https://www.linkedin.com/in/aleksandr-samarin-8b979b252/">Linked in</a>
<ul class="nav-right-part">
<a class="nav-element" href="index.html">Who Am I</a>
<a class="nav-element" href="work-experience.html">Work Experience</a>
<a class="nav-element" href="products.html">Releases</a>
<a class="nav-element" href="projects.html">Projects</a>
<button id="theme-toggle" class="theme-toggle">
<svg id="light-theme-img" class="footer-link-icon" version="1.1" id="_x32_"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px"
height="32px" viewBox="0 0 512 512" xml:space="preserve" stroke="#ffffff" stroke-width="0.512">
<g id="bgCarrier" stroke-width="0"></g>
<g id="tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="iconCarrier">
<g>
<path class="st0"
d="M256,118.125c-76.156,0-137.875,61.719-137.875,137.875S179.844,393.875,256,393.875 S393.875,332.156,393.875,256S332.156,118.125,256,118.125z">
</path>
<rect x="235.906" class="st0" width="40.156" height="77.297"></rect>
<rect x="235.906" y="434.703" class="st0" width="40.156" height="77.297"></rect>
<rect x="63.657" y="82.229"
transform="matrix(0.7071 0.7071 -0.7071 0.7071 102.3047 -42.376)" class="st0"
width="77.296" height="40.15"></rect>
<polygon class="st0"
points="368.156,396.547 422.828,451.219 451.219,422.813 396.563,368.156 "></polygon>
<rect y="235.906" class="st0" width="77.281" height="40.156"></rect>
<polygon class="st0" points="434.688,235.922 434.688,276.078 512,276.063 512,235.906 ">
</polygon>
<polygon class="st0"
points="60.781,422.813 89.156,451.219 143.813,396.547 115.438,368.156 "></polygon>
<polygon class="st0"
points="451.219,89.156 422.813,60.781 368.156,115.438 396.563,143.844 "></polygon>
</g>
</g>
</svg>
<svg id="dark-theme-img" class="hidden footer-link-icon" width="32px" height="32px"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke="#000000" stroke-width="0.024">
<g id="bgCarrier" stroke-width="0"></g>
<g id="tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="iconCarrier">
<path
d="M12 22C17.5228 22 22 17.5228 22 12C22 11.5373 21.3065 11.4608 21.0672 11.8568C19.9289 13.7406 17.8615 15 15.5 15C11.9101 15 9 12.0899 9 8.5C9 6.13845 10.2594 4.07105 12.1432 2.93276C12.5392 2.69347 12.4627 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z">
</path>
</g>
</svg>
</button>
<button id="nav-inner-toggle-button" class="nav-inner-toggle">
<svg class="footer-link-icon" height="32px" width="32px" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 384.97 384.97" xml:space="preserve" stroke="#ffffff"
stroke-width="0.38497000000000003">
<g id="bgCarrier" stroke-width="0"></g>
<g id="tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="iconCarrier">
<path
d="M12.03,120.303h360.909c6.641,0,12.03-5.39,12.03-12.03c0-6.641-5.39-12.03-12.03-12.03H12.03 c-6.641,0-12.03,5.39-12.03,12.03C0,114.913,5.39,120.303,12.03,120.303z">
</path>
<path
d="M372.939,180.455H12.03c-6.641,0-12.03,5.39-12.03,12.03s5.39,12.03,12.03,12.03h360.909c6.641,0,12.03-5.39,12.03-12.03 S379.58,180.455,372.939,180.455z">
</path>
<path
d="M372.939,264.667H132.333c-6.641,0-12.03,5.39-12.03,12.03c0,6.641,5.39,12.03,12.03,12.03h240.606 c6.641,0,12.03-5.39,12.03-12.03C384.97,270.056,379.58,264.667,372.939,264.667z">
</path>
</g>
</svg>
</button>
</ul>
</div>
<div id="nav-inner-menu" class="nav-inner-menu">
<a class="nav-element-inner-menu" href="index.html">Who Am I</a>
<a class="nav-element-inner-menu" href="work-experience.html">Work Experience</a>
<a class="nav-element-inner-menu" href="products.html">Releases</a>
<a class="nav-element-inner-menu" href="projects.html">Projects</a>
</div>
</div>
</nav>