Skip to content

Commit e5a050d

Browse files
committed
Logo added.
1 parent a14d778 commit e5a050d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Images/mvcExpress_logo.png

388 KB
Loading

index.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="mvcExpress is a super fast, lightweight MVC framework for Unity. Modular architecture, explicit command flow, lightweight injection, messaging, and clean lifecycle management." />
99

1010
<meta property="og:title" content="mvcExpress — MVC Framework for Unity" />
11-
<meta property="og:description" content="The simplest and fastest MVC framework for Unity." />
11+
<meta property="og:description" content="The <strong>simplest</strong> and <strong>fastest</strong> MVC framework for Unity." />
1212
<meta property="og:type" content="website" />
1313
<meta property="og:url" content="https://mvcExpress.org" />
1414

@@ -235,9 +235,9 @@
235235
<!-- Header -->
236236
<header class="header">
237237
<div class="container headerInner">
238+
<img src="Images\mvcExpress_logo.png" alt="mvcExpress logo" height="100"/>
238239
<div class="brand">
239-
mvcExpress
240-
<span class="badge">Unity MVC</span>
240+
<span class="badge">Unity MVC framework</span>
241241
</div>
242242

243243
<nav class="nav">
@@ -249,15 +249,21 @@
249249
</div>
250250
</header>
251251

252+
252253
<main class="container">
253254
<!-- Hero -->
254255
<section class="hero">
255-
<h1 class="heroTitle">mvcExpress is coming back.</h1>
256-
<p class="heroSub">The simplest and fastest <s>ActionScript 3</s> c# MVC framework for Unity.</p>
256+
<h1 class="heroTitle">mvcExpress is coming back!</h1>
257+
<p class="heroSub">The <strong>simplest</strong> and <strong>fastest</strong> <s>ActionScript 3</s> c# MVC framework for <i>Unity</i>.</p>
257258

258259
<div class="ctaRow">
259260
<a class="btn btnPrimary" href="/docs/">Read the documentation</a>
260-
<a class="btn" href="https://github.com/MindScriptAct/mvcExpress-framework-unity" target="_blank" rel="noopener noreferrer">View source on GitHub</a>
261+
<a class="btn " href="https://github.com/MindScriptAct/mvcExpress-framework-unity" target="_blank" rel="noopener noreferrer">
262+
View source on GitHub
263+
<svg height="32" aria-hidden="true" viewBox="0 0 24 24" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
264+
<path d="M12 1C5.923 1 1 5.923 1 12c0 4.867 3.149 8.979 7.521 10.436.55.096.756-.233.756-.522 0-.262-.013-1.128-.013-2.049-2.764.509-3.479-.674-3.699-1.292-.124-.317-.66-1.293-1.127-1.554-.385-.207-.936-.715-.014-.729.866-.014 1.485.797 1.691 1.128.99 1.663 2.571 1.196 3.204.907.096-.715.385-1.196.701-1.471-2.448-.275-5.005-1.224-5.005-5.432 0-1.196.426-2.186 1.128-2.956-.111-.275-.496-1.402.11-2.915 0 0 .921-.288 3.024 1.128a10.193 10.193 0 0 1 2.75-.371c.936 0 1.871.123 2.75.371 2.104-1.43 3.025-1.128 3.025-1.128.605 1.513.221 2.64.111 2.915.701.77 1.127 1.747 1.127 2.956 0 4.222-2.571 5.157-5.019 5.432.399.344.743 1.004.743 2.035 0 1.471-.014 2.654-.014 3.025 0 .289.206.632.756.522C19.851 20.979 23 16.854 23 12c0-6.077-4.922-11-11-11Z"></path>
265+
</svg>
266+
</a>
261267
</div>
262268

263269
<div class="divider"></div>

0 commit comments

Comments
 (0)