From 69c0623485e6d7537feb18d0ba050182c92a1704 Mon Sep 17 00:00:00 2001 From: PyaePhoneNaing Date: Sat, 3 Feb 2024 16:26:48 +0630 Subject: [PATCH] quick update --- .DS_Store | Bin 8196 -> 6148 bytes assets/.DS_Store | Bin 6148 -> 8196 bytes index.html | 12 +++++----- style.css | 56 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 5 deletions(-) diff --git a/.DS_Store b/.DS_Store index 86b7849237add0a777974e24b71bfb87d746c1d4..84f7d080150f8443e65d891186cae918a2318a60 100644 GIT binary patch delta 178 zcmZp1XfcprU|?W$DortDU=RQ@Ie-{MGjUEV6q~50D9R3!2aA<36np06Cnx3PCv7ZT z&dA6ld7nGm8M#yBcgs{Wr zQzEv^8ymD47qfG42r>hW1p)zXAmIwKZe!th=E?jrjv)7dEMx)EOb`cw#Wu(D%wYxq DnpGkL literal 8196 zcmeHM&2G~`5T0#I>rm1LL`5%1mbf;de=0&;LMR8W1i=ANiGSL~12vc6vmp-HmoBhGD=kU>GnA7zPXj{{sVfW^=J-JonY8X$=F0fosVCpAR-F z%choNCFRk9My3Fe3%D%{`p5$$#@4c_y;=nO?j?ZDY`I*F!|rZo&028s-D?p~!1ITX_%m%sNYqN5jK>^foWU>1L|o}xDX z$bueG1;{==F%6ONmmz*!Kr8~0;NwGAl3!iizih5EOnQ1JKb>9}B z#e>L8B(|*vtcq1RsNFk1-`m`(EN{UYMsNPCpIS7tIJ`V*IV$z zZScZhhC}EKfu6h!tJ8M5wQ_~*4pwKZP`-cmW)@x5=o9F6!Bm~L%JoXGUXGlxW9C|{ zWPDoGxl^u_J)1+`0ard)9Z1&e=$|1HPhkUd#}<2Zc!6;o5xF%gz`HUMd$6}bCj}oB zBR;{*&ss-`S7iidBOWB1Vi>r349qK&);a%wKKuRu)ic~!WEe0EOc@Xh`|bS}E+@ZS zrz5(doIIILgtrQ)RrEg?FfeT9VF_fcmtaU^NMuN6NM%T3$Opn~hIocdAU~fWk3oSU zm?0M^n*)S;3|R~XKvn6UIr+&+Ir&K-I~f?55`jkY!Hfio3F0wNkD-{M4Aq3me5`Ct zjC_-WSRFT?X1&8W*+oQTvp>&%W-bYCplPlkk8Kv@_|80;U&M2=KMw~7BgD@Po8x)r GFarP-qCWco delta 168 zcmZp1XfcprU|?W$DortDU=RQ@Ie-{Mvv5r;6q~50$SANeU^g?Pz+@f)$<6Ts7L1cM zh0KgS8GISs8R8iXfY5@$h(V7bi=lua-7_aYIVmSU32Md#pvmF?p&G9^Qm;sh)BgOy# diff --git a/index.html b/index.html index 5d0aea9..5832615 100644 --- a/index.html +++ b/index.html @@ -98,11 +98,13 @@

Education

-

Lorem ipsum dolor sit amet consectetur - adipisicing elit. Sit, eius, saepe omnis minus - laudantium numquam nobis quaerat debitis modi - deleniti vel officiis facilis exercitationem - a tenetur? Laborum suscipit excepturi libero?

+

I'm studying bachelor of IT which is awarded from Lincoln University College, Malaysia + at Y-Max university in Yangon. And I'm also taking the NCFE(UK) diploma in Web Development class + because I want to be a professional web developer in the future. And I'm also trying to improve my english + at Wall Street English school at the same time. + + +

diff --git a/style.css b/style.css index d0887f4..6c90633 100644 --- a/style.css +++ b/style.css @@ -263,6 +263,62 @@ section{ gap: 1rem; } +/*About Section*/ + +#about{ + position: relative; +} + +.about-containers{ + gap: 2rem; + margin-bottom: 2rem; + margin-top: -5rem; +} + +.about-details-container{ + justify-content: center; + flex-direction: column; +} + +.about-containers,.about-details-container{ + display: flex; +} + +.about-pic{ + border-radius: 2rem; +} + +.arrow{ + position: absolute; + right: -5rem; + bottom: 2.5rem; +} + +.details-container{ + padding: 1.5rem; + flex: 1; + background: white; + border-radius: 2rem; + border: rgb(53, 53, 53) 0.1rem solid; + border-color: rgb(163, 163, 163); + text-align: center; +} + +.section-container{ + gap: 4rem; + height: 80%; +} + +.section_pic-container{ + height: 400px; + width: 400px; + margin: auto 0; +} + + + + +