old-ybbond

My old site that was written with ReactJS
Log | Files | Refs | README | LICENSE | CC-LICENSE

index.html (4223B)


      1 <!DOCTYPE html>
      2 <html lang="en-US" style="min-width: 100vw;min-height: 100vh;">
      3   <head>
      4     <style>
      5       @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,600&display=swap');
      6       html {
      7         font-family: 'IBM Plex Mono', monospace;
      8       }
      9     </style>
     10     <title>Yohanes Bandung Bondowoso</title>
     11     <meta charset="UTF-8" />
     12     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
     13     <meta name="title" content="Yohanes Bandung Bondowoso" />
     14     <meta
     15       name="description"
     16       content="Yohanes Bandung Bondowoso currently work as Frontend Engineer of kumparan.com in Jakarta, Indonesia. Building it with React, React Native for Android and iOS. Eager to have new insight from everyone, and everything. I learn, sometimes after I broke stuff. But still, I learn. Contact: bandungpenting@gmail.com"
     17     />
     18     <!-- IndieWebify START -->
     19       <link data-hint="Blog" rel="me" href="https://blog.ybbond.dev">
     20       <link data-hint="Email" rel="me" href="mailto:bandungpenting@gmail.com">
     21       <link data-hint="Twitter" rel="me" href="https://twitter.com/bandungpenting" />
     22       <link data-hint="GitHub" rel="me" href="https://github.com/ybbond">
     23     <!-- IndieWebify END -->
     24     <!-- OG Tags START -->
     25       <!-- required og for every web ['title', 'type', 'image', 'url'] https://ogp.me/ -->
     26       <meta property="og:title" content="Yohanes Bandung Bondowoso - Frontend Developer" />
     27       <meta property="og:type" content="website" />
     28       <meta property="og:image" content="https://scontent-cgk1-1.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/84658821_215857272932579_1110014877533899232_n.jpg?_nc_ht=scontent-cgk1-1.cdninstagram.com&_nc_cat=111&_nc_ohc=qj8xVO-6qsoAX8FNA1J&oh=79d8fd42bd97a05ba76c7c296305ff08&oe=5E93D412" />
     29       <meta property="og:url" content="https://ybbond.dev" />
     30       <meta
     31         property="og:description"
     32         content="Yohanes Bandung Bondowoso currently work as Frontend Engineer of kumparan.com in Jakarta, Indonesia. Building it with React, React Native for Android and iOS. Eager to have new insight from everyone, and everything. I learn, sometimes after I broke stuff. But still, I learn. Contact: bandungpenting@gmail.com"
     33       />
     34       <meta property="og:determiner" content="the" />
     35       <meta property="og:site_name" content="ybbond.dev" />
     36     <!-- OG Tags END -->
     37   </head>
     38   <body style="min-width: 100vw;min-height: 100vh;margin:0;padding:0;">
     39     <div id="react-app"></div>
     40     <noscript>
     41       <style>
     42         html {
     43           background-color: #e3e0d7;
     44         }
     45 
     46         h1, p, h5 {
     47           font-family: Trebuchet MS, Helvetica, sans-serif;
     48         }
     49       </style>
     50       <div>
     51         <center>
     52           <div style="max-width: 600px; text-align: left;">
     53             <h1>Yohanes Bandung Bondowoso</h1>
     54             <h5>
     55               Hey, some tips:
     56               <br/>
     57               The awesome contents of this site are hidden.
     58               Try enabling JavaScript for this site, or use other browser.
     59             </h5>
     60             <hr/>
     61             <p>
     62               Currently work as Frontend Engineer of kumparan.com in
     63               Jakarta, Indonesia. Building it with React, React Native for
     64               Android and iOS.
     65               <br />
     66               <br />
     67               Eager to learn.
     68               <br />
     69               Hardships.
     70               <br />
     71               I cannot say that I am humble, but I learn from experience
     72               that each individuals, their own excellences.
     73               <br />
     74               I try to learn from everyone, and everything.
     75               <br />
     76               <br />
     77             </p>
     78             <p>
     79               Contact: 
     80               <a href="mailto:bandungpenting@gmail.com?Subject=From%20ybbond.dev" target="_top">
     81               bandungpenting@gmail.com
     82               </a>
     83             </p>
     84             <p>
     85               My Blog:
     86               <a href="https://blog.ybbond.dev">blog.ybbond.dev</a>
     87             </p>
     88             <p>
     89               Other site:
     90               <a href="https://reason.ybbond.dev">reason.ybbond.dev</a>
     91             </p>
     92           </div>
     93         </center>
     94       </div>
     95     </noscript>
     96   </body>
     97 </html>