Skip to content

Commit

Permalink
Add Apolyomai app
Browse files Browse the repository at this point in the history
  • Loading branch information
IraklisElef committed Sep 19, 2024
1 parent c12b08e commit af10097
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added css/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion css/app-preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
position: absolute;
bottom: 10px;
right: 10px;
background-color: #00A0EA;
background-color: var(--button-bg-color, #00A0EA); /* Default color is #00A0EA */
color: #fff;
padding: 10px 20px;
border: none;
Expand Down
Binary file added css/css/.DS_Store
Binary file not shown.
Binary file modified images/.DS_Store
Binary file not shown.
Binary file modified images/apps/.DS_Store
Binary file not shown.
Binary file modified images/apps/apolyomai/.DS_Store
Binary file not shown.
Binary file modified images/apps/apolyomai/app-screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apps/apolyomai/app-screenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/apps/apolyomai/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/apps/one-plug/.DS_Store
Binary file not shown.
49 changes: 40 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,11 @@ <h2 class="mb-4">My Apps</h2>
<h3 class="app-name">One Plug</h3>
</div>

<button class="button" onclick="window.open('https://www.oneplug.org', '_blank');">Find out more</button>
<button class="button" style="--button-bg-color: #00A0EA;" onclick="window.open('https://www.oneplug.org', '_blank');">Find out more</button>

</div>

</div>

<!-- <div class="ftco-section justify-content-center banner ftco-animate" style="--bg-image: url('images/apps/apolyomai/background.png');">
<div class="ftco-section justify-content-center banner ftco-animate" style="--bg-image: url('images/apps/apolyomai/background.png');">

<div class="rowImages">

Expand All @@ -343,16 +341,20 @@ <h3 class="app-name">One Plug</h3>
<img class="screenshot" src="images/apps/apolyomai/app-screenshots/4.png" alt="App Screenshot">
</div>

<div class="column column-visibility">
<img class="screenshot" src="images/apps/apolyomai/app-screenshots/5.png" alt="App Screenshot">
</div>

</div>

<div class="banner-content">
<img class="logo" src="images/apps/apolyomai/logo.png" alt="App Logo" width="50">
<h3 class="app-name">Apolyomai</h3>
<h3 class="app-name">One Plug</h3>
</div>

<button class="button" onclick="window.open('https://www.apolyomai.com', '_blank');">Find out more</button>
<button class="button" style="--button-bg-color: #5E803D;" onclick="window.open('https://www.apolyomai.com', '_blank');">Find out more</button>

</div> -->
</div>

</div>

Expand Down Expand Up @@ -405,10 +407,39 @@ <h3 class="mb-4">Website</h3>
</div>
</div>
</div>


</div>
</section>

<!-- <div class="ftco-section justify-content-center banner ftco-animate" style="--bg-image: url('images/apps/apolyomai/background.png');">
<div class="rowImages">
<div class="column">
<img class="screenshot" src="images/apps/apolyomai/app-screenshots/1.png" alt="App Screenshot">
</div>
<div class="column column-visibility">
<img class="screenshot" src="images/apps/apolyomai/app-screenshots/2.png" alt="App Screenshot">
</div>
<div class="column column-visibility">
<img class="screenshot" src="images/apps/apolyomai/app-screenshots/3.png" alt="App Screenshot">
</div>
<div class="column column-visibility">
<img class="screenshot" src="images/apps/apolyomai/app-screenshots/4.png" alt="App Screenshot">
</div>
</div>
<div class="banner-content">
<img class="logo" src="images/apps/apolyomai/logo.png" alt="App Logo" width="50">
<h3 class="app-name">Apolyomai</h3>
</div>
<button class="button" onclick="window.open('https://www.apolyomai.com', '_blank');">Find out more</button>
</div> -->


<footer class="ftco-footer ftco-section">
Expand Down

0 comments on commit af10097

Please sign in to comment.