diff options
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 70 |
1 files changed, 19 insertions, 51 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index a74b547..3a4e55e 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -1,28 +1,12 @@ <!DOCTYPE html> <!-- - ,----.. ,--. ,----.. - / / \ ,--/ /| ,---,. / / \ ,----.. .--.--. - / . : ,---,': / ' ,' .' | / . : / / \ ,--, / / '. - . / ;. \: : '/ / ,---.' | . / ;. \| : : ,'_ /|| : /`. / -. ; / ` ;| ' , | | .'. ; / ` ;. | ;. / .--. | | :; | |--` -; | ; \ ; |' | / : : : ; | ; \ ; |. ; /--`,'_ /| : . || : ;_ -| : | ; | '| ; ; : | |-,| : | ; | '; | ; | ' | | . . \ \ `. -. | ' ' ' :: ' \ | : ;/|. | ' ' ' :| : | | | ' | | | `----. \ -' ; \; / || | ' | | .'' ; \; / |. | '___: | | : ' ; __ \ \ | - \ \ ', / ' : |. \' : ' \ \ ', / ' ; : .'| ; ' | | ' / /`--' / - ; : / | | '_\.'| | | ; : / ' | '/ : | : ; ; |'--'. / - \ \ .' ' : | | : \ \ \ .' | : /' : `--' \ `--'---' - `---` ; |,' | | ,' `---` \ \ .' : , .-./ - '---' `----' `---` `--`----' - -MESS WITH THE BEST DIE LIKE THE REST !!!! -OKFocus, Bonafide Internet Legends © 2016 - +This is our world now... the world of the electron and the switch, the beauty of the baud. +jules laplace 2018 --> <html> <head> - <title>OKFocus</title> + <title>Jules LaPlace CV</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> @@ -30,13 +14,12 @@ OKFocus, Bonafide Internet Legends © 2016 <meta name="apple-mobile-web-app-capable" content="yes"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> - <meta name="keywords" content="OKFocus, " /> - <meta name="description" content="OKFocus" /> - <meta property="og:title" content="OKFocus" /> + <meta name="description" content="Portfolio of Jules Laplace." /> + <meta property="og:title" content="Jules Laplace CV" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/icon.jpg" /> - <meta property="og:url" content="http://" /> - <meta property="og:site_name" content="OKFocus" /> + <meta property="og:url" content="http://cv.asdf.us/" /> + <meta property="og:site_name" content="Jules Laplace CV" /> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <link rel="image_src" href="/icon.jpg" /> @@ -45,23 +28,15 @@ OKFocus, Bonafide Internet Legends © 2016 <link rel="apple-touch-icon-precomposed" href="/icon.jpg" /> <link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700|Roboto+Mono:700' rel='stylesheet' type='text/css'> <link href='/assets/ok.css' rel='stylesheet' type='text/css'> - <script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); - - ga('create', 'UA-25748597-40', 'auto'); - ga('send', 'pageview'); - -</script> </head> <body class="loading"> <div class="menu"> <ul> <li data-id="cover">Cover</li> +<!-- <li data-id="introduction">Introduction</li> +--> {% for project in projects %} {% unless project.disabled %} <li data-id="{{ project.id }}"> @@ -91,7 +66,7 @@ OKFocus, Bonafide Internet Legends © 2016 </svg> </div> - <div>OKFocus LLC. - Portfolio • 2016</div> + <div>Jules LaPlace • Portfolio • 2016</div> <div><b class="fig-text">fig.<b class="slide-no">1</b> OF <b class="slide-count">3</b> •</b> PG.<b class="page-no">1</b></div> </span> </nav> @@ -101,13 +76,12 @@ OKFocus, Bonafide Internet Legends © 2016 <div class="item cover intro" data-id="cover"> <div class="left"> <h1> - OKFocus Portfolio - <span>2010 - 2016</span> + Jules LaPlace + <span>2011 - 2016</span> </h1> <span id="cred"> - <img src="/assets/img/okfocus_logo.gif" width="102"><br> - <small><b>© 2016 OKFocus LLC.</b></small> + <small><b>© 2016 Jules Laplace.</b></small> </span> </div> <div class="right"> @@ -117,38 +91,32 @@ OKFocus, Bonafide Internet Legends © 2016 </div> </div> - +<!-- <div class="item intro single" data-id="introduction"> <div class="left"> <h1> - 20 Years of Creating Stuff On The Computer. - <span>Introduction by E.C.D., Ryder Ripps</span> + A Life In Code. + <span>Introduction</span> </h1> <b class="textmobile"> - {{ intro.mobileBody }} + {{ intro.mobileBody | newline_to_br }} </b> <h3> - <b>Accolades –</b> - {% for link in intro.accolades %} - <a href="{{ link.uri }}" target="_blank">{{ link.text }}</a> - {% endfor %} - <b>Press –</b> {% for link in intro.press %} <a href="{{ link.uri }}" target="_blank">{{ link.text }}</a> {% endfor %} - <b>Speaker At –</b> - {{ intro.speakers }} <b>Clients –</b> {{ intro.clients }} </h3> </div> <div class="text"> - {{ intro.body }} + {{ intro.body | newline_to_br }} </div> <div class="right"></div> </div> +--> {% for project in projects %} {% unless project.disabled %} <div class="item" data-id="{{ project.id }}"> |
