Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
CO-OP Search
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kittisak Maneewong
CO-OP Search
Commits
93331e9a
Commit
93331e9a
authored
6 years ago
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addlogo
parent
607f8326
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
1 deletion
+2
-1
logotab.jpg
public/images/logotab.jpg
+0
-0
logotab.png
public/images/logotab.png
+0
-0
logotab.jpg
public/img/logotab.jpg
+0
-0
logotab.png
public/img/logotab.png
+0
-0
app.js
public/js/app.js
+0
-0
Toolbar.vue
resources/js/components/Toolbar.vue
+1
-1
app.blade.php
resources/views/app.blade.php
+1
-0
No files found.
public/images/logotab.jpg
0 → 100644
View file @
93331e9a
28.1 KB
This diff is collapsed.
Click to expand it.
public/images/logotab.png
0 → 100644
View file @
93331e9a
27 KB
This diff is collapsed.
Click to expand it.
public/img/logotab.jpg
deleted
100644 → 0
View file @
607f8326
31.2 KB
This diff is collapsed.
Click to expand it.
public/img/logotab.png
0 → 100644
View file @
93331e9a
27 KB
This diff is collapsed.
Click to expand it.
public/js/app.js
View file @
93331e9a
This diff is collapsed.
Click to expand it.
resources/js/components/Toolbar.vue
View file @
93331e9a
<
template
>
<
template
>
<v-toolbar
absolute
flat
color=
"white"
app
v-if=
"page == 'app'"
>
<v-toolbar
absolute
flat
color=
"white"
app
v-if=
"page == 'app'"
>
<
v-toolbar-title>
Cooperative Search
</v-toolbar-title
>
<
!--
<v-toolbar-title><img
src=
"../../../public/img/logotab.png"
></v-toolbar-title>
--
>
<v-spacer></v-spacer>
<v-spacer></v-spacer>
<v-btn
dark
color=
"success"
class=
"elevation-0"
@
click=
"$router.push('/employer/login')"
>
สำหรับผู้ประกอบการ
</v-btn>
<v-btn
dark
color=
"success"
class=
"elevation-0"
@
click=
"$router.push('/employer/login')"
>
สำหรับผู้ประกอบการ
</v-btn>
<v-divider
inset
vertical
></v-divider>
<v-divider
inset
vertical
></v-divider>
...
...
This diff is collapsed.
Click to expand it.
resources/views/app.blade.php
View file @
93331e9a
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
<title>
CO-OP Search
</title>
<title>
CO-OP Search
</title>
<link
rel=
"shortcut icon"
href=
"{{ asset('img/logotab.png') }}"
type=
"image/x-icon"
>
<!-- Fonts -->
<!-- Fonts -->
<link
href=
"https://fonts.googleapis.com/css?family=Nunito:200,600"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Nunito:200,600"
rel=
"stylesheet"
>
<link
href=
"https://use.fontawesome.com/releases/v5.0.6/css/all.css"
rel=
"stylesheet"
>
<link
href=
"https://use.fontawesome.com/releases/v5.0.6/css/all.css"
rel=
"stylesheet"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment