Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9bddb56

Browse files
Add Github link
1 parent fa40c3c commit 9bddb56

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎src/views/Home.vue‎

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
<template>
2-
<div class="flex flex-1 items-center justify-center h-screen bg-grey-lighter">
2+
<div class="flex flex-col h-screen">
3+
<div class="w-8 h-8 border border-black hover:bg-black rounded-full flex flex-1 items-center justify-center fixed pin-t pin-r m-4">
4+
<a class="h-full w-full no-underline text-black hover:text-white text-xl items-center flex flex-1 items-center justify-center" href="https://github.com/arjunsinghy96/vue-javascript30.git">
5+
<i class="fab fa-github-alt"></i>
6+
</a>
7+
</div>
8+
<div class="flex flex-col h-48 items-center justify-center mx-4">
9+
<p class="text-4xl md:text-5xl underline">Vue JavaScript30</p>
10+
<p class="pt-3">This website contains the JavaScript30 examples but with Vue.js and a little personal touch.</p>
11+
</div>
12+
<div class="flex flex-1 items-center justify-center h-full bg-grey-lighter">
313
<div class="flex flex-wrap justify-center">
414
<router-link class="no-underline btn" to="/day1">01. Drum Kit</router-link>
515
<router-link class="no-underline btn" to="/day2">02. Clock</router-link>
616
<router-link class="no-underline btn" to="/day3">03. CSS Variables</router-link>
717
<router-link class="no-underline btn" to="/day5">05. Flex Gallery</router-link>
818
</div>
919
</div>
20+
</div>
1021
</template>
1122

1223
<script>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /