Commit 1658eb7e by Nakarin Luankla

UPDATE logo

parent abfda394
...@@ -20,22 +20,22 @@ ...@@ -20,22 +20,22 @@
<!-- ============================================================== --> <!-- ============================================================== -->
<!-- Logo --> <!-- Logo -->
<!-- ============================================================== --> <!-- ============================================================== -->
<a class="navbar-brand" href="/"> <a class="navbar-brand d-flex justify-content-center" href="/">
<!-- Logo icon --> <!-- Logo icon -->
<b class="logo-icon"> <b class="logo-icon">
<!--You can put here icon as well // <i class="wi wi-sunset"></i> //--> <!--You can put here icon as well // <i class="wi wi-sunset"></i> //-->
<!-- Dark Logo icon --> <!-- Dark Logo icon -->
<img src="assets/images/logo-icon.png" alt="homepage" class="dark-logo" /> <img src="assets/images/Picture3.png" alt="homepage" class="dark-logo" style="width:70px" />
<!-- Light Logo icon --> <!-- Light Logo icon -->
<img src="assets/images/logo-light-icon.png" alt="homepage" class="light-logo" /> <img src="assets/images/Picture4.png" alt="homepage" class="light-logo" style="width:70px"/>
</b> </b>
<!--End Logo icon --> <!--End Logo icon -->
<!-- Logo text --> <!-- Logo text -->
<span class="logo-text"> <span class="logo-text">
<!-- dark Logo text --> <!-- dark Logo text -->
<img src="assets/images/logo-text.png" alt="homepage" class="dark-logo" /> <!-- <img src="assets/images/Picture3.png" alt="homepage" class="dark-logo" style="width:50px" /> -->
<!-- Light Logo text --> <!-- Light Logo text -->
<img src="assets/images/logo-light-text.png" class="light-logo" alt="homepage" /> <!-- <img src="assets/images/Picture4.png" class="light-logo" alt="homepage" style="width:50px" /> -->
</span> </span>
</a> </a>
<!-- ============================================================== --> <!-- ============================================================== -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment