Skip to content

Commit

Permalink
patch: branding update
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor committed Mar 31, 2024
1 parent e5bbbbc commit 9e602e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 588 deletions.
Binary file modified .DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/_includes/parts/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div id="logo-space">
<a href="{{ '/' | url }}" id="home-link">
<picture>
<source srcset="{{ '/assets/img/logo.png' | url }}" media="(min-width: 900px)">
<img src="{{ '/assets/img/logo.png' | url }}" alt="logo"></picture>
<source srcset="{{ '/' | url }}" media="(min-width: 900px)">
<img src="{{ '/' | url }}" alt="logo"></picture>
</a>
<a href="{{ '/' | url }}">Developer Portal</a>
</div>
Expand Down
10 changes: 4 additions & 6 deletions src/pages/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ surpressH1InLayout: true
<div id="page-bg" role="presentation"></div>
<section id="greeting">
<div id="greeting-bg"></div>
<h1>Hello!</h1>
<p>Welcome to the developer portal of the Lumena Platform, powered by Sprucebot.</p>
<p>This guide is designed to be a self-serve tool that will enable both individuals and teams to use, develop, and
expand on the Lumena Platform.</p>
<h1>Get Started</h1>
<p>Access the Quick Start Guide if you're coming from one the following frameworks:</p>
<h1 style="margin: 0 20px"><img style="width: 800px" src="/spruce-documentation/assets/img/logos/spruce-development-platform-white.png"/></h1>
<h3 style="margin-top: 0">Build Great Software Fast!</h3>
<p>Get started in the way that's most familiar to you:</p>
<div id="buttons">
<a class="btn" href="{{ '/getting-started/frameworks/ios/' | url }}">From Scratch</a>
<a class="btn" href="{{ '/getting-started/frameworks/ios/' | url }}">IOS</a>
<a class="btn" href="{{ '/getting-started/frameworks/android/' | url }}">Android</a>
<a class="btn" href="{{ '/getting-started/frameworks/ruby/' | url }}">Ruby</a>
Expand Down
Loading

0 comments on commit 9e602e7

Please sign in to comment.