Commit b2d09fb 1 parent 7f84eed commit b2d09fb Copy full SHA for b2d09fb
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <div class =" row mb-4" >
3
+ <div class =" row mb-4" data-aos = " fade-down " data-aos-duration = " 1000 " >
4
4
<div class =" d-flex align-items-center flex-column" >
5
5
<div class =" col-md-6" >
6
6
<h1 class =" display-4" >About <TheTitle /> </h1 >
15
15
</div >
16
16
17
17
<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 " >
19
19
<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" >
20
20
<img class =" img-fluid rounded mb-2" src =" /img/avatar.png" />
21
21
<div class =" px-3" >
30
30
</div >
31
31
</div >
32
32
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 " >
34
34
<div >
35
35
<h3 class =" fw-light" >Technology stack</h3 >
36
36
<p >This website uses Nuxt.js, the meta-framework of universal application.</p >
You can’t perform that action at this time.
0 commit comments