|
71 | 71 | <span class="logo"> |
72 | 72 | <img loading="lazy" src="/assets/img/logo.svg" title="Moosync" alt="moosync logo" class="logo__img" /> |
73 | 73 | </span> |
74 | | - <span class="title">moosync</span> |
75 | | - </span> |
76 | | - </a> |
77 | | - <div class="navbar__buttons"> |
78 | | - <button class="navigation__buttons"><a href="#">Home</a></button> |
79 | | - <button class="navigation__buttons"> |
80 | | - <a href="https://www.iubenda.com/privacy-policy/70189564/full-legal" target="_blank" |
81 | | - rel="noopener noreferrer">Privacy policy</a> |
82 | | - </button> |
83 | | - <button class="navigation__buttons"> |
84 | | - <a href="wiki/" rel="noopener noreferrer">Documentation</a> |
85 | | - </button> |
86 | | - <button class="navigation__buttons"> |
87 | | - <a href="https://github.com/Moosync" rel="noopener noreferrer">Github</a> |
88 | | - </button> |
89 | | - <button id="download__btn" class="navigation__buttons">Download</button> |
90 | | - </div> |
91 | | - <div class="moosync__navbar-mobileScreen"> |
92 | | - <img loading="lazy" src="assets/img/hamburgerIcon.svg" alt="Menu" id="hamburger-open" /> |
93 | | - <div class="moosync__navbar-mobileScreen-overlayClose flex__center slide__bottom" id="menu-overlay"> |
94 | | - <img loading="lazy" src="assets/img/hamburgerCloseIcon.svg" alt="Close" id="hamburger-close" /> |
95 | | - <ul class="moosync__navbar-mobileScreen-links"> |
96 | | - <li class="p__normal" id="home"><a href="#">Home</a></li> |
97 | | - <li class="p__normal" id="privacy"> |
98 | | - <a href="https://www.iubenda.com/privacy-policy/70189564/full-legal">Privacy Policy</a> |
99 | | - </li> |
100 | | - <li class="p__normal" id="documentation"> |
101 | | - <a href="wiki/">Documentation</a> |
102 | | - </li> |
103 | | - <li class="p__normal" id="github"> |
104 | | - <a href="https://github.com/Moosync/Moosync">Github</a> |
105 | | - </li> |
106 | | - <li id="download"> |
107 | | - <button type="button" name="button" class="navigation__buttons" id="download__btn"> |
108 | | - Download |
109 | | - </button> |
110 | | - </li> |
111 | | - </ul> |
| 74 | + </a> |
| 75 | + <div class="navbar__buttons"> |
| 76 | + <button class="navigation__buttons"><a href="#">Home</a></button> |
| 77 | + <button class="navigation__buttons"> |
| 78 | + <a |
| 79 | + href="https://www.iubenda.com/privacy-policy/70189564/full-legal" |
| 80 | + target="_blank" |
| 81 | + rel="noopener noreferrer">Privacy Policy</a |
| 82 | + > |
| 83 | + </button> |
| 84 | + <button class="navigation__buttons"> |
| 85 | + <a href="/wiki/" rel="noopener noreferrer">Documentation</a> |
| 86 | + </button> |
| 87 | + <button class="navigation__buttons"> |
| 88 | + <a href="https://github.com/Moosync" rel="noopener noreferrer" |
| 89 | + >Github</a |
| 90 | + > |
| 91 | + </button> |
| 92 | + <button id="download__btn" class="navigation__buttons">Download</button> |
112 | 93 | </div> |
113 | 94 | </div> |
114 | 95 | </nav> |
|
0 commit comments