Skip to content

Commit b2d09fb

Browse files
Add AOS to about page
1 parent 7f84eed commit b2d09fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/about.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<div class="row mb-4">
3+
<div class="row mb-4" data-aos="fade-down" data-aos-duration="1000">
44
<div class="d-flex align-items-center flex-column">
55
<div class="col-md-6">
66
<h1 class="display-4">About <TheTitle /> </h1>
@@ -15,7 +15,7 @@
1515
</div>
1616

1717
<div class="row">
18-
<div class="col-md-6 d-flex justify-content-center">
18+
<div class="col-md-6 d-flex justify-content-center" data-aos="fade-right" data-aos-duration="1000">
1919
<div style="width: 250px !important;" class="d-flex flex-column justify-content-center align-items-center gap-1 border border-light border-opacity-25 bg-blur-3 rounded">
2020
<img class="img-fluid rounded mb-2" src="/img/avatar.png"/>
2121
<div class="px-3">
@@ -30,7 +30,7 @@
3030
</div>
3131
</div>
3232

33-
<div class="col-md-6 d-flex flex-column justify-content-around">
33+
<div class="col-md-6 d-flex flex-column justify-content-around" data-aos="fade-left" data-aos-duration="1000" >
3434
<div>
3535
<h3 class="fw-light">Technology stack</h3>
3636
<p>This website uses Nuxt.js, the meta-framework of universal application.</p>

0 commit comments

Comments
 (0)