A repo for my personal website
0
fork

Configure Feed

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

Revert "Fixing old index overwrite"

This reverts commit 8a6e0d8d5759dd6adb376b5c2fe8562c52ec9c6b.

+1 -247
+1 -247
old/index.html
··· 1 - <!DOCTYPE html> 2 - <html lang="en" class="no-js"> 3 - <head> 4 - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 - <meta charset="utf-8" /> 6 - <meta name="viewport" content="width=device-width" /> 7 - <meta http-equiv="x-ua-compatible" content="ie=edge" /> 8 - <title>C/B/F - Home</title> 9 - <link rel="stylesheet" href="style.css" media="screen" /> 10 - <link href="fonts/righteous.css" rel="stylesheet" type="text/css" /> 11 - <link href="fonts/quicksand.css" rel="stylesheet" type="text/css" /> 12 - <script src="scripts/modernizr.js"></script> 13 - </head> 14 - <body> 15 - <a href="#cd-nav" class="cd-nav-trigger">Menu 16 - <span class="cd-nav-icon"></span> 17 - <svg x="0px" y="0px" width="54px" height="54px" viewBox="0 0 54 54"> 18 - <circle fill="transparent" stroke="#90D4C5" stroke-width="2" cx="27" cy="27" r="25" stroke-dasharray="157 157" stroke-dashoffset="157"></circle> 19 - </svg> 20 - </a> 21 - <div id="cd-nav" class="cd-nav"> 22 - <div class="cd-navigation-wrapper"> 23 - <div class="cd-half-block"> 24 - <nav> 25 - <ul class="cd-primary-nav"> 26 - <li><a href="index.html" class="selected" data-i18n="[html]menu.showcase">Showcase</a></li> 27 - <li><a href="blog.html" data-i18n="[html]menu.blog">Blog</a></li> 28 - <li><a href="about.html" data-i18n="[html]menu.about">About</a></li> 29 - <li><a href="contact.html" data-i18n="[html]menu.contact">Contact</a></li> 30 - </ul> 31 - </nav> 32 - </div><!-- .cd-half-block --> 33 - <div class="cd-half-block"> 34 - <address> 35 - <ul class="cd-contact-info"> 36 - <li><a href="mailto:cityboundforest@gmail.com">cityboundforest@gmail.com</a></li> 37 - </ul> 38 - <ul class="cd-contact-socials"> 39 - <li><a href="https://instagram.com/cityboundforest" data-i18n="[html]socials.instagram" target="_blank" rel="noopener noreferrer">Instagram</a></li> 40 - <li><a href="https://twitter.com/cityboundforest" data-i18n="[html]socials.twitter" target="_blank" rel="noopener noreferrer">Twitter</a></li> 41 - <li><a href="https://facebook.com/cityboundforest" data-i18n="[html]socials.facebook" target="_blank" rel="noopener noreferrer">Facebook</a></li> 42 - <li><a href="https://www.youtube.com/channel/UCexbz2BYv_lMV1PP_Pdf7_g" data-i18n="[html]socials.youtube" target="_blank" rel="noopener noreferrer">YouTube</a></li> 43 - <li><a href="https://tiktok.com/@cityboundforest" data-i18n="[html]socials.tiktok" target="_blank" rel="noopener noreferrer">TikTok</a></li> 44 - <li><a href="https://twitch.tv/cityboundforest" data-i18n="[html]socials.twitch" target="_blank" rel="noopener noreferrer">Twitch</a></li> 45 - <li><a rel="me" href="https://mastodon.social/@cityboundforest" data-i18n="[html]socials.mastodon" target="_blank">Mastodon</a></li> 46 - </ul> 47 - </address> 48 - </div> <!-- .cd-half-block --> 49 - </div> <!-- .cd-navigation-wrapper --> 50 - </div> <!-- .cd-nav --> 51 - <div class="site-container"> 52 - <header class="site-header cf"> 53 - <div class="site-title"><a href="index.html">C/B/F</a></div> 54 - <div class="cf"></div> 55 - <div class="site-tagline"> 56 - <p><strong data-i18n="[html]title">CityboundForest</strong></p><!--<div data-i18n="title.message.1" style="font-size:18pt;">Hello I'm <strong>Cass Unterholzner.</strong></div><div data-i18n="title.message.2" style="font-size:18pt;">I'm a storyteller working in the media of <strong>film</strong>, <strong>theatre</strong>, <strong>video games</strong>, and <strong>music</strong>.</div>--><div data-i18n="[html]title.message" style="font-size:18pt;">Hello I'm <strong>Cass Unterholzner.</strong><br />I'm a storyteller working in the media of <strong style="color:#00eeff;">film</strong>, <strong style="color:#fffb00;">theatre</strong>, <strong style="color:#ff3e3e;">video games</strong>, and <strong style="color:#ff70e7;">music</strong>.</div> 57 - </div> 58 - </header><!-- / .site-header --> 59 - <section class="site-content"> 60 - <div class="projects-feed cf"> 61 - <article class="project cf"> 62 - <a href="portfolio-item.html#fourwoods" title="fourwoods"> 63 - <div class="thumb"> 64 - <div data-picture data-alt=""> 65 - <div data-src="img/fourwoods.png"></div> 66 - <!--[if (lt IE 9) & (!IEMobile)]> 67 - <div data-src="img/fourwoods.png"></div> 68 - <![endif]--> 69 - <noscript> 70 - <img src="img/fourwoods.png" alt="" /> 71 - </noscript> 72 - </div> 73 - </div> 74 - <div class="project-content-container"> 75 - <div class="project-content"> 76 - <div class="table"> 77 - <div class="table-cell"> 78 - <h2 class="thumbnail-title" data-i18n="[html]project.fourwoods.title">The Four Woods Podcast</h2> 79 - <p class="thumbnail-description" data-i18n="[html]project.fourwoods.description">An audio drama podcast about myth and magic - Writer, Director, Editor, Producer</p> 80 - </div> 81 - </div> 82 - </div> 83 - </div> 84 - <div class="overlay"></div> 85 - </a> 86 - </article> 87 - <article class="project cf"> 88 - <a href="portfolio-item.html#mememachine" title="mememachine"> 89 - <div class="thumb"> 90 - <div data-picture data-alt=""> 91 - <div data-src="img/mememachine.png"></div> 92 - <!--[if (lt IE 9) & (!IEMobile)]> 93 - <div data-src="img/mememachine.png"></div> 94 - <![endif]--> 95 - <noscript> 96 - <img src="img/mememachine.png" alt="" /> 97 - </noscript> 98 - </div> 99 - </div> 100 - <div class="project-content-container"> 101 - <div class="project-content"> 102 - <div class="table"> 103 - <div class="table-cell"> 104 - <h2 class="thumbnail-title" data-i18n="[html]project.mememachine.title">Meme Machine</h2> 105 - <p class="thumbnail-description" data-i18n="[html]project.mememachine.description">Download, Rate, and Create Memes - Programmer</p> 106 - </div> 107 - </div> 108 - </div> 109 - </div> 110 - <div class="overlay"></div> 111 - </a> 112 - </article> 113 - <article class="project cf"> 114 - <a href="portfolio-item.html#shutin" title="shutin"> 115 - <div class="thumb"> 116 - <div data-picture data-alt=""> 117 - <div data-src="img/shutin.png"></div> 118 - <!--[if (lt IE 9) & (!IEMobile)]> 119 - <div data-src="img/shutin.png"></div> 120 - <![endif]--> 121 - <noscript> 122 - <img src="img/shutin.png" alt="" /> 123 - </noscript> 124 - </div> 125 - </div> 126 - <div class="project-content-container"> 127 - <div class="project-content"> 128 - <div class="table"> 129 - <div class="table-cell"> 130 - <h2 class="thumbnail-title" data-i18n="[html]project.shutin.title">Shut In</h2> 131 - <p class="thumbnail-description" data-i18n="[html]project.shutin.description">Short Film - Gaffer, Foley Artist, Sound Editor</p> 132 - </div> 133 - </div> 134 - </div> 135 - </div> 136 - <div class="overlay"></div> 137 - </a> 138 - </article> 139 - <article class="project cf"> 140 - <a href="portfolio-item.html#bulletrush" title="bulletrush"> 141 - <div class="thumb"> 142 - <div data-picture data-alt=""> 143 - <div data-src="img/bullet-rush.png"></div> 144 - <!--[if (lt IE 9) & (!IEMobile)]> 145 - <div data-src="img/bullet-rush.png"></div> 146 - <![endif]--> 147 - <noscript> 148 - <img src="img/bullet-rush.png" alt="" /> 149 - </noscript> 150 - </div> 151 - </div> 152 - <div class="project-content-container"> 153 - <div class="project-content"> 154 - <div class="table"> 155 - <div class="table-cell"> 156 - <h2 class="thumbnail-title" data-i18n="[html]project.bulletrush.title">Bullet Rush</h2> 157 - <p class="thumbnail-description" data-i18n="[html]project.bulletrush.description">Cuphead meets First Person Shooter games - Programmer, Project Manager</p> 158 - </div> 159 - </div> 160 - </div> 161 - </div> 162 - <div class="overlay"></div> 163 - </a> 164 - </article> 165 - <article class="project cf"> 166 - <a href="portfolio-item.html#dndcombatsim" title="dndcombatsim"> 167 - <div class="thumb"> 168 - <div data-picture data-alt=""> 169 - <div data-src="img/dndcombatsim.png"></div> 170 - <!--[if (lt IE 9) & (!IEMobile)]> 171 - <div data-src="img/dndcombatsim.png"></div> 172 - <![endif]--> 173 - <noscript> 174 - <img src="img/dndcombatsim.png" alt="" /> 175 - </noscript> 176 - </div> 177 - </div> 178 - <div class="project-content-container"> 179 - <div class="project-content"> 180 - <div class="table"> 181 - <div class="table-cell"> 182 - <h2 class="thumbnail-title" data-i18n="[html]project.dndcombatsim.title">Dungeons and Dragons Combat Simulator</h2> 183 - <p class="thumbnail-description" data-i18n="[html]project.dndcombatsim.description">Combat simulator for the 5th Edition of the Tabletop RPG Dungeons and Dragons - Programmer, Project Manager</p> 184 - </div> 185 - </div> 186 - </div> 187 - </div> 188 - <div class="overlay"></div> 189 - </a> 190 - </article> 191 - <article class="project cf"> 192 - <a href="portfolio-item.html#cansat" title="cansat"> 193 - <div class="thumb"> 194 - <div data-picture data-alt=""> 195 - <div data-src="img/cansat.png"></div> 196 - <!--[if (lt IE 9) & (!IEMoble)]> 197 - <div data-src="img/cansat.png"></div> 198 - <![endif]--> 199 - <noscript> 200 - <img src="img/cansat.png" alt="" /> 201 - </noscript> 202 - </div> 203 - </div> 204 - <div class="project-content-container"> 205 - <div class="project-content"> 206 - <div class="table"> 207 - <div class="table-cell"> 208 - <h2 class="thumbnail-title" data-i18n="[html]project.cansat.title">CanSat</h2> 209 - <p class="thumbnail-description" data-i18n="[html]project.cansat.description">A simulated sattelite in an enclosure the shape and size of a soda can - Programmer</p> 210 - </div> 211 - </div> 212 - </div> 213 - </div> 214 - <div class="overlay"></div> 215 - </a> 216 - </article> 217 - <!--END .projects-feed--> 218 - </div> 219 - <!--END .site-content--> 220 - </section> 221 - <footer class="site-footer cf"> 222 - <p class="footer-text" data-i18n="[html]footer.copyright">© Copyright Cass Unterholzner 2020. </p> 223 - <!--<nav class="languages" role="navigation"> 224 - <ul> 225 - <li class="active lang-switch-parent"><a href="#" class="lang-switch" data-locale="en">EN</a> |</li> 226 - <li class="lang-switch-parent"><a href="#" class="lang-switch" data-locale="de">DE</a></li> 227 - </ul> 228 - </nav>--> 229 - </footer> 230 - <!--END .site-container--> 231 - </div> 232 - <script src="scripts/jquery-2.1.4.min.js"></script> 233 - <script src="scripts/jquery.fitvids.js"></script> 234 - <script src="scripts/jquery.imagesloaded.min.js"></script> 235 - <script src="scripts/jquery_i18n/CLDRPluralRuleParser.js"></script> 236 - <script src="scripts/jquery_i18n/jquery.i18n.js"></script> 237 - <script src="scripts/jquery_i18n/jquery.i18n.messagestore.js"></script> 238 - <script src="scripts/jquery_i18n/jquery.i18n.fallbacks.js"></script> 239 - <script src="scripts/jquery_i18n/jquery.i18n.language.js"></script> 240 - <script src="scripts/jquery_i18n/jquery.i18n.parser.js"></script> 241 - <script src="scripts/jquery_i18n/jquery.i18n.emitter.js"></script> 242 - <script src="scripts/jquery_i18n/jquery.i18n.emitter.bidi.js"></script> 243 - <script src="scripts/showdown.min.js"></script> 244 - <script src="scripts/lang.js"></script> 245 - <script src="scripts/main.js"></script> 246 - </body> 247 - </html> 1 + <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.1da52807.js"></script><link href="/static/css/main.073c9b0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>