Skip to content

Commit

Permalink
refactor: new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy44458 committed Feb 23, 2023
1 parent 3204011 commit 32c9891
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#2b6a73">
<link rel="shortcut icon" href="/static/favicon.ico">

<title>EWOD-chip online design tool - EDrop, the EWOD cybermanufacturing ecosystem</title>
<title>EWOD-chip online design tool - eDroplets, the EWOD cybermanufacturing ecosystem</title>
</head>
<body>
<div id="app">
Expand Down
18 changes: 13 additions & 5 deletions src/components/editor/header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
</button>
<div class="home-btn" style="display: flex; align-items: center;" >
<!-- <svgicon icon="product/vuegg" width="40" height="40" :original="true"></svgicon> -->
<p style="font-size:24px; font-weight: bold; color: #005587; text-align: center;">
eDrops
<!-- <img src="/static/edrop_logo.png" height="40"/> -->
</p>
<img src="/static/edrop_logo.png" height="40"/>
<!-- <p style="font-size:24px; font-weight: bold; color: #005587; text-align: center;">
eDroplets
</p> -->
<img src="/static/eDroplets_logo.png" height="40"/>
</div>
<p class="title-prefix">
Project Title:
</p>
<input
class="title-input"
v-model="tmpProjectTitle"
Expand Down Expand Up @@ -142,6 +144,12 @@ export default {
width: 12px;
}
.title-prefix {
font-size: 16px;
font-weight: 500;
margin-right: 10px;
}
.title-input {
flex-grow: 1;
border: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/factories/stateFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function newState (height, width, gridUnit, cornerSize, gapSize, project) {
isAuthorized: false,
authenticatedUser: null
},
project: project || newProject('Digital Microfluidics Chip Design Tool', gridUnit, cornerSize, gapSize, height, width)
project: project || newProject('Digital Microfluidics Chip Project', gridUnit, cornerSize, gapSize, height, width)
}
}

Expand Down
Binary file added static/eDroplets_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32c9891

Please sign in to comment.