Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Koala3353 authored Jul 13, 2024
1 parent 96bd63a commit 7d03f40
Show file tree
Hide file tree
Showing 15 changed files with 556 additions and 687 deletions.
26 changes: 13 additions & 13 deletions activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
class="navbar navbar-expand-lg fixed-top bg-primary clean-navbar navbar-light"
>
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="/index.html"
<a class="navbar-brand d-flex align-items-center" href="./index.html"
><span
class="bs-icon-sm bs-icon-rounded bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon"
style="
Expand Down Expand Up @@ -324,41 +324,41 @@
<li class="nav-item">
<a
class="nav-link nav-abt fs-5 link-light"
href="/features.html"
href="./features.html"
style="font-family: 'Prosa GT Demo'"
>Features</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light"
href="/index.html#pricing"
href="./index.html#pricing"
style="font-family: 'Prosa GT Demo'"
>Pricing</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light restrict-button active"
href="/resources/resources.html"
href="./resources/resources.html"
style="font-family: 'Prosa GT Demo'"
>Resources</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light"
href="/index.html#reviews"
href="./index.html#reviews"
style="font-family: 'Prosa GT Demo'"
>Reviews</a
>
</li>
</ul>
<div
data-reflow-type="auth-button"
data-reflow-signin-redirect="/index.html"
data-reflow-signout-redirect="/index.html"
data-reflow-user-page-url="/settings.html"
data-reflow-signin-redirect="./index.html"
data-reflow-signout-redirect="./index.html"
data-reflow-user-page-url="./settings.html"
style="
color: #ff0000 !important;
padding-right: 0px;
Expand All @@ -370,7 +370,7 @@
class="btn bg-primary border rounded-pill border-3 shopping-creds-button creds-shop-button"
role="button"
style="position: relative"
href="/shopping-creds.html"
href="./shopping-creds.html"
>
</a>
</div>
Expand All @@ -388,7 +388,7 @@
class="restrict-button show-more"
data-aos="fade-up"
data-aos-duration="650"
href="/activitylist.html"
href="./activitylist.html"
style="font-family: 'Coolvetica Rg'; text-decoration: none"
><- Back to list</a
>
Expand Down Expand Up @@ -464,23 +464,23 @@ <h3 class="fs-6 text-white" style="font-family: 'Coolvetica Rg'">
<li>
<a
class="link-light restrict-button"
href="https://sparkfll.tech/specific-product.html?product=1696258982"
href="./specific-product.html?product=1696258982"
style="text-decoration: none; font-family: 'Coolvetica Rg'"
>Watercolor Kit</a
>
</li>
<li style="text-decoration: none">
<a
class="link-light restrict-button"
href="https://sparkfll.tech/specific-product.html?product=1771530423"
href="./specific-product.html?product=1771530423"
style="text-decoration: none; font-family: 'Coolvetica Rg'"
>Arduino Uno Kit</a
>
</li>
<li>
<a
class="link-light restrict-button"
href="https://sparkfll.tech/specific-product.html?product=2141514477"
href="./specific-product.html?product=2141514477"
style="text-decoration: none; font-family: 'Coolvetica Rg'"
>Pencils/Sketching</a
>
Expand Down
20 changes: 10 additions & 10 deletions activitylist.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
class="navbar navbar-expand-lg fixed-top bg-primary clean-navbar navbar-light"
>
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="/index.html"
<a class="navbar-brand d-flex align-items-center" href="./index.html"
><span
class="bs-icon-sm bs-icon-rounded bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon"
style="
Expand Down Expand Up @@ -248,41 +248,41 @@
<li class="nav-item">
<a
class="nav-link nav-abt fs-5 link-light"
href="/features.html"
href="./features.html"
style="font-family: 'Prosa GT Demo'"
>Features</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light"
href="/index.html#pricing"
href="./index.html#pricing"
style="font-family: 'Prosa GT Demo'"
>Pricing</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light restrict-button active"
href="/resources/resources.html"
href="./resources/resources.html"
style="font-family: 'Prosa GT Demo'"
>Resources</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light"
href="/index.html#reviews"
href="./index.html#reviews"
style="font-family: 'Prosa GT Demo'"
>Reviews</a
>
</li>
</ul>
<div
data-reflow-type="auth-button"
data-reflow-signin-redirect="/index.html"
data-reflow-signout-redirect="/index.html"
data-reflow-user-page-url="/settings.html"
data-reflow-signin-redirect="./index.html"
data-reflow-signout-redirect="./index.html"
data-reflow-user-page-url="./settings.html"
style="
color: #ff0000 !important;
padding-right: 0px;
Expand All @@ -291,10 +291,10 @@
"
></div>
<a
class="btn creds-shop-button bg-primary border rounded-pill border-3 shopping-creds-button"
class="btn bg-primary border rounded-pill border-3 shopping-creds-button creds-shop-button"
role="button"
style="position: relative"
href="/shopping-creds.html"
href="./shopping-creds.html"
>
</a>
</div>
Expand Down
86 changes: 43 additions & 43 deletions downloadapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,87 +94,87 @@
</div>
</div>
<nav
class="navbar navbar-expand-lg fixed-top bg-primary clean-navbar navbar-light"
class="navbar navbar-expand-lg fixed-top bg-primary clean-navbar navbar-light"
>
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="/index.html"
><span
class="bs-icon-sm bs-icon-rounded bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon"
style="
<a class="navbar-brand d-flex align-items-center" href="./index.html"
><span
class="bs-icon-sm bs-icon-rounded bs-icon-primary d-flex justify-content-center align-items-center me-2 bs-icon"
style="
background: #0f1035;
border-color: var(--bs-navbar-toggler-border-color);
padding-right: 0px;
padding-left: 0px;
margin-left: 22px;
"
><img
src="assets/img/fll%20logo%20with%20name%20new.png"
width="111"
style="padding-left: 10px; padding-top: 0; margin-top: 2px" /><a
href="./index.html"
style="margin-bottom: 4px"
></a></span
><span style="color: var(--bs-primary)"></span></a
><img
src="assets/img/fll%20logo%20with%20name%20new.png"
width="111"
style="padding-left: 10px; padding-top: 0; margin-top: 2px" /><a
href="./index.html"
style="margin-bottom: 4px"
></a></span
><span style="color: var(--bs-primary)"></span></a
><button
data-bs-toggle="collapse"
class="navbar-toggler"
data-bs-target="#navcol-1"
>
data-bs-toggle="collapse"
class="navbar-toggler"
data-bs-target="#navcol-1"
>
<span class="visually-hidden">Toggle navigation</span
><span class="navbar-toggler-icon menu-bar"></span>
</button>
</button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a
class="nav-link nav-abt fs-5 link-light"
href="/features.html"
style="font-family: 'Prosa GT Demo'"
>Features</a
class="nav-link nav-abt fs-5 link-light"
href="./features.html"
style="font-family: 'Prosa GT Demo'"
>Features</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light"
href="/index.html#pricing"
style="font-family: 'Prosa GT Demo'"
>Pricing</a
class="nav-link fs-5 link-light"
href="./index.html#pricing"
style="font-family: 'Prosa GT Demo'"
>Pricing</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light restrict-button active"
href="/resources/resources.html"
style="font-family: 'Prosa GT Demo'"
>Resources</a
class="nav-link fs-5 link-light restrict-button active"
href="./resources/resources.html"
style="font-family: 'Prosa GT Demo'"
>Resources</a
>
</li>
<li class="nav-item">
<a
class="nav-link fs-5 link-light"
href="/index.html#reviews"
style="font-family: 'Prosa GT Demo'"
>Reviews</a
class="nav-link fs-5 link-light"
href="./index.html#reviews"
style="font-family: 'Prosa GT Demo'"
>Reviews</a
>
</li>
</ul>
<div
data-reflow-type="auth-button"
data-reflow-signin-redirect="/index.html"
data-reflow-signout-redirect="/index.html"
data-reflow-user-page-url="/settings.html"
style="
data-reflow-type="auth-button"
data-reflow-signin-redirect="./index.html"
data-reflow-signout-redirect="./index.html"
data-reflow-user-page-url="./settings.html"
style="
color: #ff0000 !important;
padding-right: 0px;
margin-right: 15px;
font-family: 'Prosa GT Demo';
"
></div>
<a
class="btn creds-shop-button bg-primary border rounded-pill border-3 shopping-creds-button"
role="button"
style="position: relative"
href="/shopping-creds.html"
class="btn bg-primary border rounded-pill border-3 shopping-creds-button creds-shop-button"
role="button"
style="position: relative"
href="./shopping-creds.html"
>
</a>
</div>
Expand Down
Loading

0 comments on commit 7d03f40

Please sign in to comment.