Skip to content

Commit

Permalink
Site updated at 2013-06-13 05:06:41 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
gglin committed Jun 13, 2013
1 parent 70db2b1 commit ee713d5
Show file tree
Hide file tree
Showing 32 changed files with 2,275 additions and 85 deletions.
47 changes: 43 additions & 4 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title><![CDATA[Genetically Modified Origin]]></title>
<link href="http://gglin.github.io/atom.xml" rel="self"/>
<link href="http://gglin.github.io/"/>
<updated>2013-06-05T15:28:59-04:00</updated>
<updated>2013-06-13T01:06:36-04:00</updated>
<id>http://gglin.github.io/</id>
<author>
<name><![CDATA[George]]></name>
<name><![CDATA[George L]]></name>

</author>
<generator uri="http://octopress.org/">Octopress</generator>
Expand All @@ -18,9 +18,48 @@
<link href="http://gglin.github.io/blog/2013/06/05/hello-world/"/>
<updated>2013-06-05T10:43:00-04:00</updated>
<id>http://gglin.github.io/blog/2013/06/05/hello-world</id>
<content type="html"><![CDATA[<h2>Hi, this is my first blog post!</h2>
<content type="html"><![CDATA[<pre><code>puts "Hello, world!"
<p>It&rsquo;s been ages since I last had a blog.</p>
document.write('Hello, world!');
#import &lt;stdio.h&gt;
int main( int argc, const char *argv[] ) {
printf( "Hello world\n" );
return 0;
}
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
print("Hello, world!")
(display "Hello, world!")
main = putStrLn "Hello, world!"
cat('Hello, world!\n')
</code></pre>
<blockquote><p>&ldquo;A smooth sea never made a skilled sailor.&rdquo;</p></blockquote>
<p>Hello, my name is George, and I&rsquo;m a student <a href="http://www.flatironschool.com" title="The Flatiron School">@flatironschool</a>, a 12-week intensive program for aspiring web developers. As part of the program, <a href="http://twitter.com/aviflombaum">@avi</a> has all students regularly maintain a blog. So after many years of maintaining a digital footprint via only facebook and twitter, here I am!</p>
<p><em>Above is a list of languages I am interested in learning, vaguely listed by interest level, though this is bound to change as I get to know more and more.</em></p>
<h3>A little about me:</h3>
<ul>
<li>BS Chemical Engineering 2008, MIT</li>
<li>Former Management Consultant</li>
<li>Places lived: China, Central PA, Central NJ, Boston, NYC</li>
<li>DOB: 1986-06-25</li>
</ul>
<p>OK that&rsquo;s enough. Back to code!</p>
]]></content>
</entry>

Expand Down
68 changes: 53 additions & 15 deletions blog/2013/06/05/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<head>
<meta charset="utf-8">
<title>Hello World! - Genetically Modified Origin</title>
<meta name="author" content="George">
<meta name="author" content="George L">


<meta name="description" content="Hi, this is my first blog post! It&rsquo;s been ages since I last had a blog.
">
<meta name="description" content="puts "Hello, world!" document.write('Hello, world!'); #import &lt;stdio.h&gt;
int main( int argc, const char *argv[] ) { printf( "Hello world\n" ); &hellip;">


<!-- http://t.co/dKP3o1e -->
Expand All @@ -19,14 +19,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="canonical" href="http://gglin.github.io/blog/2013/06/05/hello-world">
<link rel="canonical" href="http://gglin.github.io/blog/2013/06/05/hello-world/">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="Genetically Modified Origin" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="Genetically Modified Origin" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
Expand All @@ -39,7 +38,7 @@
<header role="banner"><hgroup>
<h1><a href="/">Genetically Modified Origin</a></h1>

<h2>The (mis?)adventures of a newbie coder</h2>
<h2>George's Blog - Digital Adventures in The Big Apple</h2>

</hgroup>

Expand Down Expand Up @@ -94,9 +93,48 @@ <h1 class="entry-title">Hello World!</h1>
</header>


<div class="entry-content"><h2>Hi, this is my first blog post!</h2>
<div class="entry-content"><pre><code>puts "Hello, world!"

document.write('Hello, world!');

#import &lt;stdio.h&gt;
int main( int argc, const char *argv[] ) {
printf( "Hello world\n" );
return 0;
}

public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}

print("Hello, world!")

(display "Hello, world!")

main = putStrLn "Hello, world!"

cat('Hello, world!\n')
</code></pre>

<blockquote><p>&ldquo;A smooth sea never made a skilled sailor.&rdquo;</p></blockquote>

<p>Hello, my name is George, and I&rsquo;m a student <a href="http://www.flatironschool.com" title="The Flatiron School">@flatironschool</a>, a 12-week intensive program for aspiring web developers. As part of the program, <a href="http://twitter.com/aviflombaum">@avi</a> has all students regularly maintain a blog. So after many years of maintaining a digital footprint via only facebook and twitter, here I am!</p>

<p><em>Above is a list of languages I am interested in learning, vaguely listed by interest level, though this is bound to change as I get to know more and more.</em></p>

<h3>A little about me:</h3>

<ul>
<li>BS Chemical Engineering 2008, MIT</li>
<li>Former Management Consultant</li>
<li>Places lived: China, Central PA, Central NJ, Boston, NYC</li>
<li>DOB: 1986-06-25</li>
</ul>


<p>It&rsquo;s been ages since I last had a blog.</p>
<p>OK that&rsquo;s enough. Back to code!</p>
</div>


Expand All @@ -105,7 +143,7 @@ <h1 class="entry-title">Hello World!</h1>



<span class="byline author vcard">Posted by <span class="fn">George</span></span>
<span class="byline author vcard">Posted by <span class="fn">George L</span></span>



Expand Down Expand Up @@ -175,7 +213,7 @@ <h1>GitHub Repos</h1>
<a href="https://github.com/gglin">@gglin</a> on GitHub

<script type="text/javascript">
$(document).ready(function(){
$.domReady(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
Expand Down Expand Up @@ -206,8 +244,8 @@ <h1>GitHub Repos</h1>
</div>
</div>
<footer role="contentinfo"><p>
Copyright &copy; 2013 - George -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
Copyright &copy; 2013 - George L -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a>. Design by <a href="http://octopressthemes.com">Octopress Themes</a>. Background image by <a href="http://www.flickr.com/photos/89433098@N04/">Florian Kraft Fotografie</a></span>
</p>

</footer>
Expand Down Expand Up @@ -235,7 +273,7 @@ <h1>GitHub Repos</h1>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id; js.async = true;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Expand Down
21 changes: 10 additions & 11 deletions blog/archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<head>
<meta charset="utf-8">
<title>Blog Archive - Genetically Modified Origin</title>
<meta name="author" content="George">
<meta name="author" content="George L">


<meta name="description" content="Blog Archive 2013 Hello World!
Jun 05 2013 Recent Posts Hello World! GitHub Repos Status updating... @gglin on GitHub $(document).ready(function(){ &hellip;">
Jun 05 2013 Recent Posts Hello World! GitHub Repos Status updating... @gglin on GitHub $.domReady(function(){ if (! &hellip;">


<!-- http://t.co/dKP3o1e -->
Expand All @@ -19,14 +19,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">


<link rel="canonical" href="http://gglin.github.io/blog/archives">
<link rel="canonical" href="http://gglin.github.io/blog/archives/">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="Genetically Modified Origin" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="Genetically Modified Origin" type="application/atom+xml">
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
Expand All @@ -39,7 +38,7 @@
<header role="banner"><hgroup>
<h1><a href="/">Genetically Modified Origin</a></h1>

<h2>The (mis?)adventures of a newbie coder</h2>
<h2>George's Blog - Digital Adventures in The Big Apple</h2>

</hgroup>

Expand Down Expand Up @@ -116,7 +115,7 @@ <h1>GitHub Repos</h1>
<a href="https://github.com/gglin">@gglin</a> on GitHub

<script type="text/javascript">
$(document).ready(function(){
$.domReady(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
Expand Down Expand Up @@ -147,8 +146,8 @@ <h1>GitHub Repos</h1>
</div>
</div>
<footer role="contentinfo"><p>
Copyright &copy; 2013 - George -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
Copyright &copy; 2013 - George L -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a>. Design by <a href="http://octopressthemes.com">Octopress Themes</a>. Background image by <a href="http://www.flickr.com/photos/89433098@N04/">Florian Kraft Fotografie</a></span>
</p>

</footer>
Expand All @@ -173,7 +172,7 @@ <h1>GitHub Repos</h1>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id; js.async = true;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Expand Down
25 changes: 25 additions & 0 deletions crossdomain.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>


<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->

<!-- Most restrictive policy: -->
<site-control permitted-cross-domain-policies="none"/>



<!-- Least restrictive policy: -->
<!--
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" to-ports="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
-->
<!--
If you host a crossdomain.xml file with allow-access-from domain="*"
and don’t understand all of the points described here, you probably
have a nasty security vulnerability. ~ simon willison
-->

</cross-domain-policy>
17 changes: 17 additions & 0 deletions humans.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* the humans responsible & colophon */
/* humanstxt.org */


/* TEAM */
Owner: Adrian Artiles
Site: http://AdrianArtiles.com
Twitter: @AdrianArtiles

UX Designer: Adrian Artiles
Site: http://AdrianArtiles.com
Twitter: @AdrianArtiles

/* SITE */
Standards: HTML5, CSS3
Components: Modernizr, jQuery
Software: Vim
Binary file added images/base.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_348_hand_down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_362_google+_alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_377_linked_in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_378_forrst.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_381_github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_385_quora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_386_google_plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_391_twitter_t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_399_e-mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/glyphicons_400_stack_overflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/heroBack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ee713d5

Please sign in to comment.