Actualizar 'index.html'
This commit is contained in:
parent
5bcec2e33c
commit
89e5b26dbb
26
index.html
26
index.html
@ -26,27 +26,8 @@
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||
</head>
|
||||
|
||||
<header>
|
||||
|
||||
<!-- <nav>
|
||||
<input type="checkbox" id="check">
|
||||
<label for="check" class="checkbtn">
|
||||
<i class="fa fa-bars"></i>
|
||||
</label>
|
||||
<label class="logo">
|
||||
<img class="lazy" width="92px" data-src="img/Logo-invert.png">
|
||||
</label>
|
||||
<ul>
|
||||
<li><a class="active" href="https://fosc.space/"><i class="fa fa-home"></i>Home</a></li>
|
||||
<li><a href="https://blog.fosc.space"><i class="fa fa-book"></i>Blog</a></li>
|
||||
<li><a href="#services"><i class="fa fa-cogs"></i>Services</a></li>
|
||||
<li><a href="https://gallery.fosc.space"><i class="fa fa-image"></i>Gallery</a></li>
|
||||
<li><a href="https://download.fosc.space"><i class="fa fa-download"></i>Donwloads</a></li>
|
||||
<li><a href="#contact"><i class="fa fa-user"></i>Contact</a></li>
|
||||
</ul>
|
||||
</nav> -->
|
||||
|
||||
<section class="navigation">
|
||||
<header>
|
||||
<section class="navigation">
|
||||
<div class="nav-container">
|
||||
<div class="brand">
|
||||
<img class="lazy" data-src="img/Logo-invert.png" style="width: 100px;">
|
||||
@ -122,7 +103,6 @@
|
||||
}); // end DOM ready
|
||||
})(jQuery); // end jQuery
|
||||
</script>
|
||||
|
||||
</header>
|
||||
|
||||
<body>
|
||||
@ -267,7 +247,7 @@
|
||||
<img class="lazy" data-src="img/Logo-invert.png">
|
||||
<a href="https://git.fosc.space/fosc/fosc.space">WEBSITE SOURCE CODE</a>
|
||||
<div class="author">
|
||||
<p>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> and <a href="https://www.flaticon.com/authors/smalllikeart" title="Smalllikeart">Samlllikeart</a> from <a href="https://www.flaticon.com/">www.flaticon.com</a>.</p>
|
||||
<p>Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> and <a href="https://www.flaticon.com/authors/smalllikeart" title="Smalllikeart">Smalllikeart</a> from <a href="https://www.flaticon.com/">www.flaticon.com</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user