Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/images/app/mezzio-by-laminas.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 modified public/images/app/twitter-card-api.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 src/App/assets/scss/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
}

img {
width: 100%;
width: 50%;
}

.title {
Expand Down
5 changes: 1 addition & 4 deletions src/App/templates/app/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
<div class="row">
<div class="col-lg-12 title">
<h1>The root of the<br>Dotkernel Headless Platform<br>for building REST APIs using<br>
<img class="mezzio" src="{{ asset('images/app/trademark-laminas-mezzio.svg') }}" alt="Mezzio">
<span class="mezzio-title">Mezzio</span>
<img class="laminas" src="{{ asset('images/app/laminas-foundation-rgb.svg') }}"
alt="Laminas Foundation">
<img src="{{ asset('images/app/mezzio-by-laminas.svg') }}" alt="Mezzio by Laminas">
</h1>
<div class="row">
<p class="subtext"><b>Dotkernel API</b> is an alternative for legacy <b>Laminas API
Expand Down
2 changes: 1 addition & 1 deletion src/App/templates/layout/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<link href="https://fonts.googleapis.com/css?family=Barlow:400,500,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:600" rel="stylesheet">

<link href="{{ asset('css/app.css?v=11') }}" rel="stylesheet" />
<link href="{{ asset('css/app.css?v=12') }}" rel="stylesheet" />

{% block stylesheets %}{% endblock %}
</head>
Expand Down