File indexing completed on 2025-01-26 05:27:59

0001 import React from 'react';
0002 function IntroductionDetailPersonal(props){
0003   return(
0004     <div className="detail-personal detail">
0005       <span class="arrow-down"></span>
0006       <div className="icon-container">
0007         <a href="https://cloud.opendesktop.org/">
0008           <div className="icon"></div>
0009         </a>
0010       </div>
0011       <div className="description">
0012             <h2>
0013               Nextcloud
0014             </h2>
0015             <div>
0016              <p>Nextcloud offers file storage, contacts, calendar and online Office document editing technology. Keep your data private.
0017               </p>
0018             <a href="https://my.opendesktop.org"> https://my.opendesktop.org </a>
0019             </div>
0020       </div>
0021     </div>
0022   )
0023 }
0024 
0025 export default IntroductionDetailPersonal;