There was an error while loading. Please reload this page.
1 parent 59ea33b commit 733f451Copy full SHA for 733f451
examples/src/components/pages/Home.vue
@@ -1,8 +1,8 @@
1
<template>
2
<section class="home">
3
- <h1 class="title">ScrollView Examples</h1>
+ <img class="logo" src="static/logo.jpg" alt="ScrollView Logo">
4
<p class="description">
5
- This is a collection of small examples demonstrating different applications
+ This is a collection of examples demonstrating different applications
6
for ScrollView. Feel free to submit a PR for a new example
7
<a href="https://github.com/chrishurlburt/vue-scrollview" target="blank">here</a>.
8
</p>
@@ -34,6 +34,10 @@ export default {
34
color: #798890;
35
}
36
37
+.logo {
38
+ max-width: 600px;
39
+}
40
+
41
.title {
42
margin-bottom: 35px;
43
examples/static/logo.jpg
105 KB
0 commit comments