Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: digitalocean/sample-vuejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: KewinAl/sample-vuejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 26, 2024

  1. change text

    KewinAl committed Jun 26, 2024
    Copy the full SHA
    5f86c8e View commit details
  2. change links

    KewinAl committed Jun 26, 2024
    Copy the full SHA
    d8532fe View commit details
Showing with 7 additions and 7 deletions.
  1. +7 −7 src/App.vue
14 changes: 7 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<template>
<div id="app" class="bg-green-600 py-56 min-h-screen">
<div class="container mx-auto text-center px-8">
<h2 class="text-3xl lg:text-6xl font-bold mb-2 text-white">Welcome to Your Vue App</h2>
<h2 class="text-3xl lg:text-6xl font-bold mb-2 text-white">Welcome to my website</h2>
<h3 class="text-xl lg:text-4xl text-green-200">
Deployed to
Created by
<span
class="font-bold bg-clip-text text-transparent bg-gradient-to-br from-blue-400 via-purple-400 to-blue-500"
>DigitalOcean</span>
>Kewin Allenspach</span>
</h3>

<div class="flex justify-center space-x-2 mt-6 lg:mt-10">
<a
href="https://www.digitalocean.com/docs/app-platform"
href="https://www.linkedin.com/in/kewinal/"
class="inline-block py-2 lg:py-4 px-4 lg:px-8 rounded bg-green-500 hover:bg-green-400 text-green-100 shadow hover:shadow-2xl transition duration-300"
>View the Docs</a>
>View Linkedin</a>
<a
href="https://cloud.digitalocean.com/apps"
href="https://github.com/KewinAl"
class="inline-block py-2 lg:py-4 px-4 lg:px-8 rounded bg-yellow-400 hover:bg-yellow-300 text-yellow-800 shadow hover:shadow-2xl transition duration-300"
>View Your Dashboard</a>
>View Github</a>
</div>
</div>
</div>