Skip to content

Commit

Permalink
Added our first sponsor!
Browse files Browse the repository at this point in the history
  • Loading branch information
codedgar committed Mar 4, 2021
1 parent c85408f commit e8426d1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/examples/doc.css
Expand Up @@ -229,6 +229,9 @@ pre {
justify-content: center;
}

.center_xs{
align-items: center;
}

.lmao_codedgar_b_dumb{
text-decoration: line-through;
Expand All @@ -245,4 +248,8 @@ pre {
height: 60px;
line-height: 20px;
font-size: 20px!important;
}

.sponsored{
max-width: 200px;
}
14 changes: 12 additions & 2 deletions docs/examples/index.html
Expand Up @@ -44,8 +44,18 @@
<p>/</p>
<a href="index.html" class="p-btn p-btn-scope">Examples</a>
</div>
<h1>Documentation and Examples</h1>
<p>Find how to use every component on Puppertino.</p>
<div class="row between-xs center_xs">
<div class="col-xs-11 col-md-6">
<h1>Documentation and Examples</h1>
<p>Find how to use every component on Puppertino.</p>
</div>
<div class="col-xs-11 col-md-3">
<h3>Proudly sponsored by</h3>
<a href="https://www.ftnow.us/" target="_blank" rel="sponsored">
<img src="../landing-images/Fractal_Logo.png" class="sponsored">
</a>
</div>
</div>
<div class="row">
<div class="col-xs-11 col-sm-4">
<a href="getting-started.html" class="p-card p-blueberry p-white-color">
Expand Down
Binary file added docs/landing-images/Fractal_Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8426d1

Please sign in to comment.