this repo has no description
0
fork

Configure Feed

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

Book's out

alice 512236d3 8a80eeac

+8 -8
+6 -6
index.html
··· 3 3 <head> 4 4 <meta charset="utf-8" /> 5 5 <title>Visa has *not* relased his book yet!</title> 6 - <script type="module" src="main.js"></script> 6 + <!-- <script type="module" src="main.js"></script> --> 7 7 <link rel="stylesheet" href="reset.css" /> 8 8 <link rel="stylesheet" href="main.css" /> 9 9 <link rel="icon" type="image/png" href="visa.jpeg" /> 10 10 <link rel="shortcut icon" type="image/png" href="visa.jpeg" /> 11 11 <link rel="apple-touch-icon" type="image/png" href="visa.jpeg" /> 12 12 <meta name="twitter:card" content="summary" /> 13 - <meta name="twitter:title" content="Visa has *not* relased his book yet!" /> 14 - <meta name="twitter:description" content="Click here to help him" /> 13 + <meta name="twitter:title" content="Visa has released his new book!!" /> 14 + <meta name="twitter:description" content="Click here to for a link to buy it" /> 15 15 <meta name="twitter:image" content="https://hasvisareleasedhisbookyet.com/visa.jpeg" /> 16 16 <!-- Global site tag (gtag.js) - Google Analytics --> 17 17 <script async src="https://www.googletagmanager.com/gtag/js?id=G-HCLK91FZMD"></script> ··· 28 28 <body> 29 29 <div id="container"> 30 30 <div id="title">Has <a href="https://twitter.com/visakanv">@visakanv</a> released his book yet?</div> 31 - <div id="content">No</div> 32 - <div class="twitter-btn"> 31 + <div id="content">Yes. Go <a href="https://visakanv.gumroad.com/l/introspect">buy it here</a>.</div> 32 + <!-- <div class="twitter-btn"> 33 33 <a href="#"><i></i> <span>Click here to nudge @visakanv</span></a> 34 - </div> 34 + </div> --> 35 35 <div>&nbsp;</div> 36 36 <div id="footer"> 37 37 created by <a href="https://twitter.com/__justplaying">alice</a>
+2 -2
main.css
··· 27 27 } 28 28 29 29 #content { 30 - font-size: 10rem; 30 + font-size: 5rem; 31 31 font-weight: bold; 32 32 padding: 0vw 3vw 0vw 3vw; 33 33 text-align: center; 34 - flex: 2 1 1px; 34 + flex: 2.5 1 1px; 35 35 } 36 36 37 37 /* twitter button */