이미지추가
BIN
src/main/resources/static/dist/img/itn/length_log__white.png
vendored
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
src/main/resources/static/dist/img/itn/length_log_black.png
vendored
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
src/main/resources/static/dist/img/itn/length_log_color.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
src/main/resources/static/dist/img/itn/symbol_black.png
vendored
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/main/resources/static/dist/img/itn/symbol_color.png
vendored
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
src/main/resources/static/dist/img/itn/symbol_white.png
vendored
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
src/main/resources/static/dist/img/itn/text_white.png
vendored
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
src/main/resources/static/dist/img/itn/width_log_black.png
vendored
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
src/main/resources/static/dist/img/itn/width_log_color.png
vendored
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
src/main/resources/static/dist/img/itn/width_log_white.png
vendored
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
src/main/resources/static/dist/img/itn/width_text_log_black.png
vendored
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
src/main/resources/static/dist/img/itn/width_text_log_color.png
vendored
Normal file
|
After Width: | Height: | Size: 19 KiB |
@ -5,8 +5,10 @@
|
||||
<aside th:fragment="sidebarFragment">
|
||||
<!-- Brand Logo -->
|
||||
<a th:href="@{/}" class="brand-link">
|
||||
<img th:src="@{/dist/img/AdminLTELogo.png}" alt="AdminLTE Logo" class="brand-image img-circle elevation-3" style="opacity: .8">
|
||||
<span class="brand-text font-weight-light">AdminLTE 3</span>
|
||||
<img th:src="@{/dist/img/itn/symbol_white.png}" alt="AdminLTE Logo" class="brand-image img-circle elevation-3" style="opacity: .8">
|
||||
<span class="brand-text font-weight-light">ITN 아이티앤</span>
|
||||
<!-- <img th:src="@{/dist/img/AdminLTELogo.png}" alt="AdminLTE Logo" class="brand-image img-circle elevation-3" style="opacity: .8">-->
|
||||
<!-- <span class="brand-text font-weight-light">AdminLTE 3</span>-->
|
||||
</a>
|
||||
|
||||
<!-- Sidebar -->
|
||||
|
||||
@ -3,7 +3,8 @@
|
||||
<div th:fragment="topFragment">
|
||||
<!-- Preloader -->
|
||||
<div class="preloader flex-column justify-content-center align-items-center">
|
||||
<img class="animation__shake" th:src="@{/dist/img/AdminLTELogo.png}" alt="AdminLTELogo" height="60" width="60">
|
||||
<img class="animation__shake" th:src="@{/dist/img/itn/symbol_color.png}" alt="AdminLTELogo" height="60" width="60">
|
||||
<!-- <img class="animation__shake" th:src="@{/dist/img/itn/length_log_color.png}" alt="AdminLTELogo" height="60" width="60">-->
|
||||
</div>
|
||||
|
||||
<!-- Navbar -->
|
||||
|
||||