Skip to content

Commit d6ceea7

Browse files
Desmond ChinDesmond Chin
Desmond Chin
authored and
Desmond Chin
committed
updates and added new logo
1 parent a9c1222 commit d6ceea7

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

_includes/navbar.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="shadow navbar navbar-dark bg-dark navbar-expand-md d-none d-md-flex"
22
style="position: sticky; top: 0; z-index: 1030;">
33
<a class="navbar-brand" href="/">
4-
<img src="/assets/images/mightyphp_logo.png" width="30" height="30" class="d-inline-block align-top" alt="">
4+
<img src="/assets/images/MightyTransparent.png" width="30" height="30" class="d-inline-block align-top" alt="">
55
MightyPHP
66
</a>
77

@@ -19,7 +19,7 @@
1919
</li>
2020
<li class="nav-item">
2121
<!-- <a class="nav-link" href="{{ site.baseurl }}/docs">Documentations</a> -->
22-
<a class="nav-link" target="_blank" href="https://mightyphp.gitbook.io/mightyphp/">Documentations</a>
22+
<a class="nav-link" target="_blank" href="https://docs.mightyphp.com/">Documentations</a>
2323
</li>
2424
<li class="nav-item">
2525
<a class="nav-link" target="_blank" href="https://github.com/MightyPHP/MightyPHP">GitHub <span
@@ -48,7 +48,7 @@
4848
<a class="nav-link" href="/blog">Blog</a>
4949
</li>
5050
<li class="nav-item">
51-
<a class="nav-link" href="{{ site.baseurl }}/docs">Documentations</a>
51+
<a class="nav-link" href="https://docs.mightyphp.com/">Documentations</a>
5252
</li>
5353
<li class="nav-item">
5454
<a class="nav-link" target="_blank" href="https://github.com/MightyPHP/MightyPHP">GitHub <span

_layouts/blog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
7+
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/images/MightyTransparent.png"/>
88
<!-- Bootstrap CSS -->
99
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
1010
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/images/MightyTransparent.png"/>
78

89
<!-- Bootstrap CSS -->
910
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

assets/images/Mighty.png

44.5 KB
Loading

assets/images/MightyTransparent.png

47.1 KB
Loading

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
layout: default
66
---
77
<div class="jumbotron" style="text-align: center;">
8-
<h1 class="display-4"><img src="{{ site.baseurl }}/assets/images/mightyphp_logo.png" height="65" class="d-inline-block align-top" alt=""><span
8+
<h1 class="display-4"><img src="{{ site.baseurl }}/assets/images/MightyTransparent.png" height="65" class="d-inline-block align-top" alt=""><span
99
class="text-hide">M</span>ightyPHP</h1>
1010
<p class="lead">The simplest, and friendlist framework for fast web development</p>
1111
<hr class="my-4">
1212
<p>MightyPHP is a PHP framework designed to be fast to pick up, simple, least bloatcodes and also comfortable for
1313
fast paced web development.</p>
14-
<a class="d-block d-sm-none btn btn-dark btn-lg btn-block" target="_blank" href="https://mightyphp.gitbook.io"
14+
<a class="d-block d-sm-none btn btn-dark btn-lg btn-block" target="_blank" href="https://docs.mightyphp.com"
1515
role="button">View Documentation</a>
1616
<a class="d-block d-sm-none btn theme-bg btn-primary btn-lg btn-block" target="_blank"
1717
href="https://mightyphp.gitbook.io/mightyphp/getting-started" role="button">Get Started</a>

0 commit comments

Comments
 (0)