Skip to content

Instantly share code, notes, and snippets.

@Sufuninja
Last active August 29, 2015 14:26
Show Gist options
  • Save Sufuninja/0e49ac159c319bf93b18 to your computer and use it in GitHub Desktop.
Save Sufuninja/0e49ac159c319bf93b18 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf_8">
<title><Will Campbell/#myPage></title>
<!--iframe showing my blog and link atributes-->
<style type="text/css">
iframe {
position: bottom;
top: 0; left: 0; width: 100%; height: 500px;
border: none;
box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
a:link {
color: #6f6f6f;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #00bfff;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<body background=http://orig02.deviantart.net/a04b/f/2013/316/4/3/icon_pattern_backgrounds_by_goranv91-d6u0j7v.jpg style="text-align:center;padding:75px; font-size:120%; background-position:top; background-repeat:no-repeat">
<div class-"container">
<h1 style="text-align:center; font-family:impact; font-size:300%">Welcome to myPage</h1>
<center><p style="font-size:150%; padding:50px">The purpose of the page is to fulfill the requirements of exercise two for the MakerPrep class...and to have some fun too!</p>
<p><img src="https://photos-3.dropbox.com/t/2/AABDN_SLy6gFqBifpbp-_aXUSh8Qv8k7GSnbbdIKXhy2aw/12/81009656/jpeg/32x32/1/_/1/2/20150503_132022.jpg/EJPZgj8YvdQFIAEgAigB/Ht4FLHuSBFMy88nfY571KQCk2h8GlJkUax0DTIKHkQ8?size=1024x768&size_mode=2" alt="The Fam" style="width:546px;height:306px;"></p></center>
<!--Did not like the color but I dont like plain white either-->
<div style="font-size:110%; text-align:justify; background-color: #FFcc66">
<hr>
<h2 style="text-align:center">About me:</h2>
<div style="padding: 19px">
<p>I was born in February of '81 in San Antnio, Texas. Grew up in small town Boerne 30mi NW of S.A. My home town has grown a lot and isn't so small anymore which is good because the <em>culture</em> now is much easier for me to deal with then when I was growing up.</p>
<p>When I was a kid, sports took presidence in the social structure. Geeks were geeks and nerds were nerds. That left my friends and I at a disadvantage when it came to fitting in. The <b>hardest</b> issues for me to deal with though were the ones that centered on new ideas and philosophies. The mindset was not to cause ripples in the current paradigm. Ideas were the only truly exciting part of growing up for me. I loved hypotheticals and "what ifs". Many times since highschool I have been told things like, "You would be happier in Austin.". So I was 'weird' but that's how I like it. Now, it's Boerne that is getting <i>'weird'</i> with its new generation of hippster like attitudes forcing changes along the way. I believe this is due to a receint infulux of home owners moving from California to Texas looking for a good economy and cheep land. I welcome the change.</p>
</div>
<hr>
</div>
<hr>
<h2 style="text-align:center">Hobbies:</h2>
<table style="width:100%">
<tr style="font-size:150%">
<td></td>
<td>
<ul style="text-align:left">
<li>Guitar</li>
<li>Rockclimbing</li>
<li>Internet</li>
<li>Table top/pen and paper games</li>
<li>Sharing ideas</li>
</ul>
<td><img src="https://photos-6.dropbox.com/t/2/AABuB-o39mwAPRPXECrYKrmC-KnV8dvJeAYNtGsBiKtq4A/12/81009656/jpeg/32x32/1/_/1/2/climbing.jpg/EJPZgj8YvdQFIAEgAigB/daSb5_MkXqXHuoQY3V-s2Kne9t_ehWjnFQMHNQlMLHs%2CjXkGraNwpj7aLN25ZwIejIZA8JHQf9dxAzm6TX1c3wM?size=1024x768&size_mode=2" style="width:55%;height:35%;" align="middle">
</td>
<td><img src="https://photos-6.dropbox.com/t/2/AAD1Id5BgzwdbOpmq-on7LYV3wfEMo8Odr_SWgxkGLvOiA/12/81009656/jpeg/32x32/1/_/1/2/skate.jpg/EJPZgj8YwdQFIAEgAigB/_wg7ohBtW5CDaX_dxFJs4jdWoSLvH5RBSVyueg5QwWA?size=1024x768&size_mode=2" style="width:50%;height:35%;"</td>
</tr>
</table>
<hr>
<h2 style="text-align:center">Goals:</h2>
<ol style="font-size:150%; text-align:left">
<li>Finish MakerPrep course with enough understanding and confidence to be admitted to the immersive program</li>
<li>Find a job in Austin or San Antoio</li>
<li>Continue to grow and gain enough experience to land a job as a developer at <a href="http://www.rackspace.com">Rackspace.com</a>
</li>
<li>Build apps and websites that support my product ideas</li>
<li>Teach others how to succeed</li>
</ol>
<div style="background-color: #e6e6e6">
<h2 style="text-align:center">Favorite Place on the Web:</h2>
<center><iframe src="https://sufuninja.github.io/blog//2015/08/04/My_first_day_at_MakerPrep-Austin.html" seamless></iframe></center>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment