Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citizen science documentation #11

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"jira-plugin.workingProject": ""
}
46 changes: 30 additions & 16 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/*-----------------------------------------------------------------------------------

Theme Name: Vie
Theme URI: http://
Description: Creative Agency & Portfolio
Author: UI-ThemeZ
Author URI: http://themeforest.net/user/UI-ThemeZ
Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content
Expand Down Expand Up @@ -1231,9 +1221,18 @@ body {
height: 6px;
z-index: 10000001;
background-color: #12c2e9;
-webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
-o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
-webkit-transition: width .3s ease-in-out,
height .3s ease-in-out,
margin .3s ease-in-out,
opacity .3s ease-in-out;
-o-transition: width .3s ease-in-out,
height .3s ease-in-out,
margin .3s ease-in-out,
opacity .3s ease-in-out;
transition: width .3s ease-in-out,
height .3s ease-in-out,
margin .3s ease-in-out,
opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
Expand Down Expand Up @@ -2140,6 +2139,18 @@ body {
margin-bottom: 10px;
}

/* Navbar dark mode toggle switch

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

input:checked + label { /* Targeting the checed state of the input element using the pseudo-class - we want to do something when the element is checked
color: blue;
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.slider {
Expand Down Expand Up @@ -2861,9 +2872,12 @@ body {
color: #fff;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .5s, visibility .5s;
-o-transition: opacity .5s, visibility .5s;
transition: opacity .5s, visibility .5s;
-webkit-transition: opacity .5s,
visibility .5s;
-o-transition: opacity .5s,
visibility .5s;
transition: opacity .5s,
visibility .5s;
}

.slider-bus .caption p {
Expand Down
43 changes: 30 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" />

<!--Font Awesome-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"></script>

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&amp;display=swap"
rel="stylesheet">
Expand All @@ -33,6 +36,8 @@
<!-- Memberstack -->
<script src="https://api.memberstack.io/static/memberstack.js?custom" data-memberstack-id="364dc741601f8ed38c797805d5e24ef4"> </script>



</head>

<body>
Expand Down Expand Up @@ -89,7 +94,7 @@
</a>

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" data-ms-content="members">
<span class="icon-bar"><i class="fas fa-bars"></i></span>
</button>

Expand Down Expand Up @@ -133,6 +138,16 @@
<a class="dropdown-item" href="https://id.unity.com/organizations?_ga=2.164008951.993223165.1632411677-1892445938.1631799282">🧱 Unity</a>
<a class="dropdown-item" href="http://sk.super.site/basic/basic">🏡 Treehouse</a> <!--Memberstack login modal SHOULD be redirecting to this after we fix the domain issue with Super.so-->
</div>
</li><!--
<li> <!--Dark mode toggle SWITCH--> <!--
<div class="switch-container">
<input type="checkbox" id="switch" />
<label for="switch">
<i class="fas fa-sun"></i>
<i class="fas fa-moon"></i>
<span class="ball"></span>
</label>
</div>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
Expand Down Expand Up @@ -301,22 +316,23 @@ <h4>Designer<span><!--, COMMA USED TO BE HERE--></span></h4>
<div class="col-lg-5 valign md-mb50">
<div class="mb-50">

<!--<h3 class="fw-600 text-u ls1 mb-30 color-font">Constantly Innovating</h3>-->
<p>Right now we're working on a blockchain-powered game called Star Sailors, which is being developed using the Unity game engine.</p>
<h3 class="fw-600 text-u ls1 mb-30 color-font">Open Science & Space-tech</h3>-
<p>Right now we're working on a blockchain-powered game called Star Sailors, which is being developed using the Unity game engine. We're working with open-science protocols to generate content in our game based off of real-life scientific data.</p>
<!--<a href="#0" class="butn dark curve mt-30">
<span>Read More</span>
</a>-->
</div>
</div>

</div>
</div>
</div>
</section>

<!-- ==================== End About agency ==================== -->



<center>
<embed height="205px" src="https://chilipepper.io/form/medium-darkorange-peppers-0f61d76e-9208-4544-af4c-55ec823bef98">
</center>



Expand Down Expand Up @@ -858,24 +874,25 @@ <h4><a href="https://github.com/signal-k">Click me!!</a></h4>

<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="menu">
<span>Menu</span>
<span></span>
<li>
<a href="http://sk.super.site/documentation">Documentation</a>
<a href="https://docs.skinetics.tech/documentation">Documentation</a>
</li>

<li>
<a href="about.html">About</a>
<a href="https://docs.skinetics.tech/documentation/contributions">Citizen Science Contributions</a>
</li>

<!--<li>
<a href="http://notrishabh.co">Rishabh Chakrabarty</a>
</li>-->
<li>
<a href="http://driwwwle.com/gizmotronn">Driwwwle</a>
<a href="https://docs.skinetics.tech/liam-arbuckle">Liam Arbuckle</a>
</li>
</ul>
</div>

<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="address">
<span>Contact</span>
<span></span>
<li>
<i class="fa fa-phone" aria-hidden="true"></i>
<a href="tel:+61481601669">+61 481 601 669</a>
Expand Down
12 changes: 0 additions & 12 deletions js/scripts.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
/*-----------------------------------------------------------------------------------

Theme Name: Vie
Theme URI: http://
Description: Creative Agency & Portfolio
Author: UI-ThemeZ
Author URI: http://themeforest.net/user/UI-ThemeZ
Version: 1.0

-----------------------------------------------------------------------------------*/


$(function () {

"use strict";
Expand Down