Skip to content

Commit

Permalink
ui & title change
Browse files Browse the repository at this point in the history
  • Loading branch information
fjzzq2002 committed Jun 30, 2022
1 parent 3381f78 commit 4a0f76c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions dist/css/app.1ea172ef.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/css/app.d867b8a1.css

This file was deleted.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/cpideas/favicon.ico><title>GimmeIdeas!</title><link rel=preconnect href=https://fonts.googleapis.com><link rel=preconnect href=https://fonts.gstatic.com crossorigin><link href="https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@400;500;700&family=Mate&family=Noto+Sans+SC&family=Raleway&display=swap" rel=stylesheet><style>html,
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/cpideas/favicon.ico><title>CP Ideas</title><link rel=preconnect href=https://fonts.googleapis.com><link rel=preconnect href=https://fonts.gstatic.com crossorigin><link href="https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@400;500;700&family=Mate&family=Noto+Sans+SC&family=Raleway&display=swap" rel=stylesheet><style>html,
body {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -29,4 +29,4 @@
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-TC8TW2VT1N');</script><link href=/cpideas/css/app.d867b8a1.css rel=preload as=style><link href=/cpideas/css/chunk-vendors.4b35dec0.css rel=preload as=style><link href=/cpideas/js/app.71a713f6.js rel=preload as=script><link href=/cpideas/js/chunk-vendors.0501c892.js rel=preload as=script><link href=/cpideas/css/chunk-vendors.4b35dec0.css rel=stylesheet><link href=/cpideas/css/app.d867b8a1.css rel=stylesheet></head><body><noscript><strong>We're sorry but codesandbox doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/cpideas/js/chunk-vendors.0501c892.js></script><script src=/cpideas/js/app.71a713f6.js></script></body></html>
gtag('config', 'G-TC8TW2VT1N');</script><link href=/cpideas/css/app.1ea172ef.css rel=preload as=style><link href=/cpideas/css/chunk-vendors.4b35dec0.css rel=preload as=style><link href=/cpideas/js/app.b746b956.js rel=preload as=script><link href=/cpideas/js/chunk-vendors.0501c892.js rel=preload as=script><link href=/cpideas/css/chunk-vendors.4b35dec0.css rel=stylesheet><link href=/cpideas/css/app.1ea172ef.css rel=stylesheet></head><body><noscript><strong>We're sorry but codesandbox doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/cpideas/js/chunk-vendors.0501c892.js></script><script src=/cpideas/js/app.b746b956.js></script></body></html>
2 changes: 0 additions & 2 deletions dist/js/app.71a713f6.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/app.71a713f6.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions dist/js/app.b746b956.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.b746b956.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title>GimmeIdeas!</title>
<title>CP Ideas</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down
11 changes: 6 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,13 @@ export default {
justify-content: space-between;
"
>
<div style="margin: 40px 0">
<div style="margin: 40px 0"
class="noselect">
<div
style="font-size: 50px; font-weight: 700; text-align: center"
style="font-size: 50px; font-weight: 700; text-align: center; letter-spacing: 1.5px"
class="Arima"
>
GimmeIdeas!
CPIdeas
</div>
<div
style="
Expand Down Expand Up @@ -210,13 +211,13 @@ export default {
vertical-align: bottom;
font-size: 25px;
"
class="Raleway"
class="Raleway noselect"
>
<span
:style="{ cursor: 'pointer', fontWeight: lang ? 500 : 700 }"
@click="lang = 0"
>EN</span
>/<span
> / <span
:style="{ cursor: 'pointer', fontWeight: lang ? 700 : 500 }"
@click="lang = 1"
>CN</span
Expand Down

0 comments on commit 4a0f76c

Please sign in to comment.