Skip to content

Commit 8463b69

Browse files
committed
Create app css file
1 parent 8fd6dd0 commit 8463b69

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

src/assets/css/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/***
2+
* Vuejs & TailwindCSS Portfolio Main Styling CSS File
3+
* Powered by: @NangialaiStoman
4+
*/

src/components/Home.vue

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<template>
22
<div class="container mx-auto px-4 py-10">
33
<!-- Banner Start -->
4-
<div class="flex flex-col sm:flex-row justify-between">
4+
<section class="flex flex-col sm:flex-row justify-between">
55
<div class="w-full sm:w-1/2 text-left">
66
<h1>Hi Iam Stoman</h1>
77
</div>
88
<div class="w-full sm:w-1/2 text-right">
99
<img src="@/assets/images/developer.svg" alt="Developer">
1010
</div>
11-
</div>
11+
</section>
1212
<!-- Banner End -->
1313

14-
<!-- Banner Start -->
14+
<!-- Home Poject Section Start -->
15+
<section>
16+
<div>
17+
<div data-w-id="24a1979e-d557-8cdc-aefe-c0d1783a993d" class="holder-with-border holder-with-border-64" style="opacity: 1; transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;"><p style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; opacity: 1;" class="sub-title-new">Orizon is a leading design agency based in Canada. We help startups &amp; Fortune 500 companies delight humans on the other side of the screen.<br></p><div style="opacity: 1;" class="blue-separator blue-separator-new"></div><div class="about-white-holder-hide-blue-line-on-mobile about-white-holder-hide-blue-line-on-mobile-new2"></div><div class="about-white-holder-hide-blue-line-on-mobile-2 about-white-holder-hide-blue-line-on-mobile-new"></div></div>
18+
</div>
19+
</section>
20+
<!-- Home Poject Section End -->
1521

1622
</div>
1723
</template>

0 commit comments

Comments
 (0)