Skip to content

Commit ea1a35b

Browse files
committed
Cleaned up home, 404 pages
1 parent 182d9ef commit ea1a35b

File tree

2 files changed

+68
-34
lines changed

2 files changed

+68
-34
lines changed

pages/404.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
Sorry about your friends, bud :(
1717
</p>
1818
<p class="lead mb-0 mt-2">
19-
<span>You can be friends with me maybe?</span>
19+
<span>But you can be friends with me maybe?</span>
2020
<a href="https://github.com/aeksco" target="_blank">@aeksco</a>
2121
</p>
22-
<gh-btns-follow class="mt-3" user="aeksco" show-count />
22+
<div class="d-flex flex-column align-items-center">
23+
<gh-btns-follow class="mt-3" user="aeksco" show-count />
24+
</div>
2325
</div>
2426
</div>
2527
</div>

pages/index.vue

Lines changed: 64 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -25,50 +25,79 @@
2525
</div>
2626

2727
<div class="col-lg-12 d-flex flex-column align-items-center">
28-
<h4>Features</h4>
28+
<h4>Overview</h4>
2929
<ul class="lead">
3030
<li>
31-
Pre-rendered app with <a href="http://netlify.com">Vue</a> +
32-
<a href="http://netlify.com">Nuxt.js</a>
31+
Pre-rendered app with
32+
<a href="https://vuejs.org" target="_blank">Vue</a> +
33+
<a href="https://nuxtjs.org" target="_blank">Nuxt.js</a>
3334
</li>
3435
<li>
35-
Run Lambdas on <a href="http://netlify.com">Netlify</a> - wow!
36+
Deploy the full stack in seconds with
37+
<a href="http://netlify.com" target="_blank">Netlify</a>
3638
</li>
3739
<li>
38-
Deploy in seconds, with <a href="http://netlify.com">Netlify</a>!
40+
Amaze your <a href="/friends">friends</a>
41+
with dynamic static pages
3942
</li>
40-
<li>Amaze your <a href="/friends">friends</a>!</li>
4143
</ul>
4244
</div>
4345

4446
<div class="col-lg-12 d-flex flex-column align-items-center">
45-
<div class="d-flex flex-column">
46-
<h4>Features</h4>
47-
<ul>
48-
<li>
49-
Includes <a href="https://google.com">Google Analytics</a>,
50-
<a href="https://google.com">HotJar</a>, and
51-
<a href="https://google.com">MailChimp</a> out of the box
52-
</li>
53-
<li>
54-
Includes <a href="https://google.com">JSON-LD</a> snippet for
55-
fantastic SEO
56-
</li>
57-
<li>
58-
Bundled with <a href="https://google.com">FontAwesome 5</a>,
59-
optimized for performance
60-
</li>
61-
<li>
62-
Built with <a href="https://google.com">Bootstrap</a> &amp;
63-
<a href="https://google.com">Bootsrap-Vue</a>
64-
</li>
47+
<h4>Features</h4>
48+
<ul>
49+
<li>
50+
Includes
51+
<a
52+
href="https://analytics.google.com/analytics/web/#/"
53+
target="_blank"
54+
>
55+
Google Analytics
56+
</a>
57+
,
58+
<a href="https://hotjar.com" target="_blank">HotJar</a>, and
59+
<a href="https://mailchimp.com" target="_blank">
60+
MailChimp
61+
</a>
62+
out of the box
63+
</li>
64+
<li>
65+
Includes
66+
<a
67+
href="https://developers.google.com/search/docs/guides/intro-structured-data"
68+
target="_blank"
69+
>
70+
JSON-LD
71+
</a>
72+
snippet for fantastic SEO
73+
</li>
74+
<li>
75+
Bundled with
76+
<a
77+
href="https://github.com/FortAwesome/vue-fontawesome"
78+
target="_blank"
79+
>
80+
FontAwesome 5
81+
</a>
82+
optimized for performance
83+
</li>
84+
<li>
85+
Built with
86+
<a href="https://getbootstrap.com" target="_blank">
87+
Bootstrap
88+
</a>
89+
&amp;
90+
<a href="https://bootstrap-vue.js.org/" target="_blank">
91+
Bootsrap-Vue
92+
</a>
93+
</li>
6594

66-
<li>
67-
Written in <a href="https://Es.com">ES6</a> &amp;
68-
<a href="https://google.com">SASS</a>
69-
</li>
70-
</ul>
71-
</div>
95+
<li>
96+
Written in
97+
<a href="https://es6.io/" target="_blank">ES6</a> &amp;
98+
<a href="https://sass-lang.com" target="_blank">SASS</a>
99+
</li>
100+
</ul>
72101
</div>
73102

74103
<div
@@ -86,6 +115,9 @@
86115
</p>
87116

88117
<gh-btns-follow class="mt-3" user="aeksco" show-count />
118+
119+
<br />
120+
<br />
89121
</div>
90122
</div>
91123
</div>

0 commit comments

Comments
 (0)