๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add about me and links section. Use right bulma classes

+64 -5
icon-shuuji3.png

This is a binary file and will not be displayed.

+64 -5
index.html
··· 1 1 <!doctype html> 2 2 <html> 3 3 <head> 4 + <title>๐Ÿฆ„ shuuji3's Website</title> 4 5 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" integrity="sha256-zIG416V1ynj3Wgju/scU80KAEWOsO5rRLfVyRDuOv7Q=" crossorigin="anonymous" /> 6 + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> 5 7 </head> 6 8 <body> 7 - <div class="container"> 8 - <div class="hero"> 9 - <div class="hero-body"> 10 - <h1 class="title">shuuji3's page (under construction)</h1> 9 + <section class="section"> 10 + <div class="container"> 11 + <div class="content"> 12 + <h1 class="title">๐Ÿฆ„ shuuji3's Website</h1> 13 + <img src="icon-shuuji3.png" alt="shuuji3's profile icon: prism"> 14 + <h2>About me</h2> 15 + <ul> 16 + <li> 17 + <strong>Name:</strong> 18 + TAKAHASHI Shuuji 19 + </li> 20 + <li> 21 + <strong>Live in:</strong> 22 + Japan ๐Ÿ‡ฏ๐Ÿ‡ต 23 + </li> 24 + <li> 25 + <strong>Majored in:</strong> 26 + majored in Computer Science 27 + </li> 28 + <li> 29 + <strong>Belongs to:</strong> 30 + System Software Team at 31 + <a href="https://www.hpcs.cs.tsukuba.ac.jp/">HPCS lab.</a> 32 + at University of Tsukuba 33 + </li> 34 + </ul> 35 + <h2>Links</h2> 36 + <ul> 37 + <li> 38 + <span class="icon fab fa-github"></span> 39 + <a href="https://github.com/shuuji3"> 40 + @shuuji3 41 + </a> 42 + </li> 43 + <li> 44 + <span class="icon fab fa-stack-overflow"></span> 45 + <a href="https://stackoverflow.com/users/story/1204782"> 46 + shuuji3 47 + </a> 48 + </li> 49 + <li> 50 + <span class="icon fab fa-twitter"></span> 51 + <a href="https://twitter.com/__shuuji3"> 52 + @__shuuji3 53 + </a> 54 + </li> 55 + <li> 56 + <span class="icon fa fa-envelope"></span> 57 + <a href="mailto:shuuji3@gmail.com"> 58 + shuuji3@gmail.com 59 + </a> 60 + </li> 61 + </ul> 11 62 <h2>GitHub grass</h2> 12 63 <img src="https://grass-graph.moshimo.works/images/shuuji3.png" alt="GitHub grass of shuuji3"> 13 64 </div> 14 65 </div> 15 - </div> 66 + </section> 67 + <footer class="footer"> 68 + <p class="has-text-centered">Powered by 69 + <a href="https://pages.github.com/"> 70 + <span class="icon fab fa-github"></span> 71 + GitHub Pages 72 + </a> 73 + </p> 74 + </footer> 16 75 </body> 17 76 </html>