Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from dotkernel/what-is-laminas
Browse files Browse the repository at this point in the history
updated what is laminas, index
  • Loading branch information
bidi47 authored Sep 12, 2024
2 parents de07195 + 8f8eeda commit 4fe6cd9
Show file tree
Hide file tree
Showing 18 changed files with 209 additions and 62 deletions.
14 changes: 14 additions & 0 deletions css/theme/images/DK_LOGO_2024-big.svg
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 css/theme/images/architecture.jpg
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 css/theme/images/arrow-right-wh1.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 removed css/theme/images/arrow-right.jpg
Binary file not shown.
Binary file added css/theme/images/evolution-wh.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 css/theme/images/future-proof-wh.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 css/theme/images/header_bg@2x.webp
Binary file not shown.
Binary file added css/theme/images/logo-apidemia.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 css/theme/images/upgrade-wh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/reveal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.apidemiaLogo {
height: 50px;
}

header {
margin: .5rem auto 0 auto;
text-align: center;
Expand Down
38 changes: 26 additions & 12 deletions dist/theme/dotkernel.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* By Hakim El Hattab, http://hakim.se
*/
@import url(./fonts/source-sans-pro/source-sans-pro.css);
@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:200,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Barlow:400,500,600);
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
color: #222;
Expand All @@ -14,14 +13,14 @@ section.has-light-background, section.has-light-background h1, section.has-light
* GLOBAL STYLES
*********************************************/
:root {
--r-background-color: linear-gradient(180deg, #FFF6E6 0%, #FFFFFF 100%);
--r-main-font: Space Grotesk, sans-serif;
--r-main-font-size: 42px;
--r-main-color: #000;
--r-background-color: blue;
--r-main-font: Barlow, sans-serif;
--r-main-font-size: 54px;
--r-main-color: #fff;
--r-block-margin: 20px;
--r-heading-margin: 0 0 20px 0;
--r-heading-font: Space Grotesk, sans-serif;
--r-heading-color: #000;
--r-heading-font: Barlow, sans-serif;
--r-heading-color: #fff;
--r-heading-line-height: 1.2;
--r-heading-letter-spacing: normal;
--r-heading-text-transform: uppercase;
Expand All @@ -43,7 +42,10 @@ section.has-light-background, section.has-light-background h1, section.has-light
}

.reveal-viewport {
background: linear-gradient(180deg, #FFF6E6 0%, #FFFFFF 100%);
background: url("/css/theme/images/header_bg@2x.webp");
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: auto;
background-color: var(--r-background-color);
}

Expand Down Expand Up @@ -367,7 +369,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
.slide-image img {
position: relative;
max-height: 400px;
min-height: 200px;
min-height: 300px;
bottom: 0;
}

Expand Down Expand Up @@ -401,7 +403,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
margin: 10px 20px;
height: 30px;
width: 100px;
background-image: url("/css/theme/images/arrow-right.jpg");
background-image: url("/css/theme/images/arrow-right-wh1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand All @@ -411,7 +413,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
margin: 0 20px;
height: 55px;
width: 200px;
background-image: url("/css/theme/images/arrow-right.jpg");
background-image: url("/css/theme/images/arrow-right-wh1.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand All @@ -423,7 +425,19 @@ section.has-light-background, section.has-light-background h1, section.has-light
right: 50px;
height: 55px;
width: 303px;
background-image: url("https://www.dotkernel.com/wp-content/uploads/2024/05/DK_LOGO_2024-big.svg");
background-image: url("/css/theme/images/DK_LOGO_2024-big.svg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.apidemiaLogo {
position: fixed;
bottom: 70px;
right: 50px;
height: 60px;
width: 303px;
background-image: url("/css/theme/images/logo-apidemia.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<header>
<img src="https://docs.dotkernel.org/img/dk_logo_2024.svg" class="img-fluid" alt="DotKernel logo" />
<img src="https://www.apidemia.com/images/frontend/apidemia_logo.svg" class="apidemiaLogo" alt="Apidemia logo" />
<span class="d-inline-flex fs-1 align-bottom">Presentations</span>
</header>
<hr />
Expand All @@ -20,10 +20,10 @@
<li class="list-group-item">
<div class="row">
<div class="col">
<img src="https://docs.dotkernel.org/img/api/token-authentication.png" class="img-fluid rounded mx-auto d-block" alt="placeholder" />
<img src="css/theme/images/architecture.jpg" class="img-fluid rounded mx-auto d-block" alt="placeholder" />
</div>
<div class="col">
<h2>Middleware vs MVC</h2>
<h2>What Is Laminas?</h2>
<div class="table-responsive">
<table class="table table-hover table-sm">
<thead class="table-light">
Expand Down
2 changes: 1 addition & 1 deletion js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default {
focusBodyOnPageVisibilityChange: true,

// Transition style
transition: 'slide', // none/fade/slide/convex/concave/zoom
transition: 'none', // none/fade/slide/convex/concave/zoom

// Transition speed
transitionSpeed: 'default', // default/fast/slow
Expand Down
Loading

0 comments on commit 4fe6cd9

Please sign in to comment.