Skip to content

Commit b32e5c5

Browse files
authored
Merge pull request #28 from dotkernel/design-mezzio
updated index - replaced mezzio logo
2 parents 4f2808c + f548957 commit b32e5c5

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

public/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Loading
-53.3 KB
Loading

src/App/assets/scss/components/_pages.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
}
129129

130130
img {
131-
width: 100%;
131+
width: 50%;
132132
}
133133

134134
.title {

src/App/templates/app/index.html.twig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
<div class="row">
1111
<div class="col-lg-12 title">
1212
<h1>The root of the<br>Dotkernel Headless Platform<br>for building REST APIs using<br>
13-
<img class="mezzio" src="{{ asset('images/app/trademark-laminas-mezzio.svg') }}" alt="Mezzio">
14-
<span class="mezzio-title">Mezzio</span>
15-
<img class="laminas" src="{{ asset('images/app/laminas-foundation-rgb.svg') }}"
16-
alt="Laminas Foundation">
13+
<img src="{{ asset('images/app/mezzio-by-laminas.svg') }}" alt="Mezzio by Laminas">
1714
</h1>
1815
<div class="row">
1916
<p class="subtext"><b>Dotkernel API</b> is an alternative for legacy <b>Laminas API

src/App/templates/layout/default.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<link href="https://fonts.googleapis.com/css?family=Barlow:400,500,600" rel="stylesheet">
4242
<link href="https://fonts.googleapis.com/css?family=Raleway:600" rel="stylesheet">
4343

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

4646
{% block stylesheets %}{% endblock %}
4747
</head>

0 commit comments

Comments
 (0)