Format document
This commit is contained in:
parent
4bc510ca2e
commit
0860968446
36
index.html
36
index.html
@ -61,7 +61,8 @@
|
|||||||
<a href="https://netdata.fosc.space"><span class="iconify" data-icon="mdi:finance"></span> NetData</a>
|
<a href="https://netdata.fosc.space"><span class="iconify" data-icon="mdi:finance"></span> NetData</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://analytics.fosc.space"><span class="iconify" data-icon="mdi:google-analytics"></span> Analytics</a>
|
<a href="https://analytics.fosc.space"><span class="iconify" data-icon="mdi:google-analytics"></span>
|
||||||
|
Analytics</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://git.fosc.space"><span class="iconify" data-icon="mdi:git"></span> Stolen Code</a>
|
<a href="https://git.fosc.space"><span class="iconify" data-icon="mdi:git"></span> Stolen Code</a>
|
||||||
@ -74,25 +75,25 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function($) {
|
(function ($) {
|
||||||
$(function() { // DOM ready
|
$(function () { // DOM ready
|
||||||
// If a link has a dropdown, add sub menu toggle.
|
// If a link has a dropdown, add sub menu toggle.
|
||||||
$('nav ul li a:not(:only-child)').click(function(e) {
|
$('nav ul li a:not(:only-child)').click(function (e) {
|
||||||
$(this).siblings('.nav-dropdown').toggle();
|
$(this).siblings('.nav-dropdown').toggle();
|
||||||
// Close one dropdown when selecting another
|
// Close one dropdown when selecting another
|
||||||
$('.nav-dropdown').not($(this).siblings()).hide();
|
$('.nav-dropdown').not($(this).siblings()).hide();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
});
|
});
|
||||||
// Clicking away from dropdown will remove the dropdown class
|
// Clicking away from dropdown will remove the dropdown class
|
||||||
$('html').click(function() {
|
$('html').click(function () {
|
||||||
$('.nav-dropdown').hide();
|
$('.nav-dropdown').hide();
|
||||||
});
|
});
|
||||||
// Toggle open and close nav styles on click
|
// Toggle open and close nav styles on click
|
||||||
$('#nav-toggle').click(function() {
|
$('#nav-toggle').click(function () {
|
||||||
$('nav ul').slideToggle();
|
$('nav ul').slideToggle();
|
||||||
});
|
});
|
||||||
// Hamburger to X toggle
|
// Hamburger to X toggle
|
||||||
$('#nav-toggle').on('click', function() {
|
$('#nav-toggle').on('click', function () {
|
||||||
this.classList.toggle('active');
|
this.classList.toggle('active');
|
||||||
});
|
});
|
||||||
}); // end DOM ready
|
}); // end DOM ready
|
||||||
@ -312,7 +313,8 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<p>You become a member by either coming to our physical hackerspace often<br><br>
|
<p>You become a member by either coming to our physical hackerspace often<br><br>
|
||||||
If you've been coming a lot to the space, it's likely that you will be asked to become a formal member.<br><br>
|
If you've been coming a lot to the space, it's likely that you will be asked to become a formal
|
||||||
|
member.<br><br>
|
||||||
<b>Even if you are not a member, if the lights are on, you are free to come and hack inside.</b>
|
<b>Even if you are not a member, if the lights are on, you are free to come and hack inside.</b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -324,20 +326,24 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<div class="contact_methods">
|
<div class="contact_methods">
|
||||||
<p><span class="iconify" data-icon="mdi:twitter" style="color: #2196f3"></span> <a href="https://twitter.com/foscupct">Contact us on Twitter</a></p>
|
<p><span class="iconify" data-icon="mdi:twitter" style="color: #2196f3"></span> <a
|
||||||
|
href="https://twitter.com/foscupct">Contact us on Twitter</a></p>
|
||||||
<br>
|
<br>
|
||||||
<p><span class="iconify" data-icon="mdi:email" style="color: #f32821;"></span> <a href="mailto:contact@fosc.space">Send us an email</a></p>
|
<p><span class="iconify" data-icon="mdi:email" style="color: #f32821;"></span> <a
|
||||||
|
href="mailto:contact@fosc.space">Send us an email</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="button">
|
<div class="button">
|
||||||
<button onclick="document.getElementById('mapButton').style.animation = 'rainbow 1s linear infinite'" id="mapButton">Or just come in</button>
|
<button onclick="document.getElementById('mapButton').style.animation = 'rainbow 1s linear infinite'"
|
||||||
|
id="mapButton">Or just come in</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="map">
|
<div class="map">
|
||||||
<iframe id="map" title="Map view of our location" frameborder="0" allowfullscreen class="lazy" data-src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1580.5054989176758!2d-0.9796837724532329!3d37.60190018337746!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6341863c83cf8f%3A0xe24278be476b56b8!2sFOSC!5e0!3m2!1ses!2ses!4v1544058887076"></iframe>
|
<iframe id="map" title="Map view of our location" frameborder="0" allowfullscreen class="lazy"
|
||||||
|
data-src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1580.5054989176758!2d-0.9796837724532329!3d37.60190018337746!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6341863c83cf8f%3A0xe24278be476b56b8!2sFOSC!5e0!3m2!1ses!2ses!4v1544058887076"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -352,7 +358,9 @@
|
|||||||
</picture>
|
</picture>
|
||||||
<a href="https://git.fosc.space/fosc/fosc.space">WEBSITE SOURCE CODE</a>
|
<a href="https://git.fosc.space/fosc/fosc.space">WEBSITE SOURCE CODE</a>
|
||||||
<div class="author">
|
<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">Smalllikeart</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>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
@ -365,6 +373,6 @@
|
|||||||
</script>
|
</script>
|
||||||
<script async src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@13.0.1/dist/lazyload.min.js"></script>
|
<script async src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@13.0.1/dist/lazyload.min.js"></script>
|
||||||
<script async src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
|
<script async src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user