Skip to content

Commit f4f350d

Browse files
committed
Rename to cuprite
1 parent 0fc1178 commit f4f350d

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Capture website
1+
# Cuprite website
22

33
## Project setup
44
```

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ git add -A
1717
git commit -m 'Build'
1818

1919
# if you are deploying to https://<USERNAME>.github.io/<REPO>
20-
git push -f [email protected]:rubycdp/capture-website.git master:gh-pages
20+
git push -f [email protected]:rubycdp/cuprite-website.git master:gh-pages
2121

2222
cd -

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "capture",
2+
"name": "cuprite",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
script-src 'self' 'unsafe-eval' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com;
2727
img-src 'self' https://www.googletagmanager.com https://www.google-analytics.com;" />
2828
<link lazyload href="https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
29-
<title>Capture - fearless Ruby Chrome driver</title>
29+
<title>Cuprite - fearless Ruby Chrome driver</title>
3030
</head>
3131
<body>
3232
<noscript>

src/assets/images/logo.svg

Lines changed: 2 additions & 2 deletions
Loading

src/components/Proposal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
data () {
2222
return {
2323
text: 'Let’s try',
24-
path: links.capture
24+
path: links.cuprite
2525
}
2626
}
2727
}

src/components/layout/Header/Nav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
// },
2929
{
3030
text: 'GitHub',
31-
path: links.capture
31+
path: links.cuprite
3232
}
3333
]
3434
}

src/views/Home/sections/Index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<a href="#scroll-one" v-smooth-scroll="scrollOptions">
77
{{ explore }}
88
</a>
9-
<a :href="links.capture.path" target="_blank">
10-
{{ links.capture.text }}
9+
<a :href="links.cuprite.path" target="_blank">
10+
{{ links.cuprite.text }}
1111
</a>
1212
</div>
1313
<img class="index__bg-image" src="@/assets/images/home/cover_illistration.png" alt="image">
@@ -26,9 +26,9 @@ export default {
2626
return {
2727
title: 'Fearless Ruby Chrome driver',
2828
links: {
29-
capture: {
29+
cuprite: {
3030
text: 'GitHub',
31-
path: links.capture
31+
path: links.cuprite
3232
}
3333
},
3434
explore: 'Explore',

0 commit comments

Comments
 (0)