-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
99 lines (69 loc) · 5.33 KB
/
about.html
File metadata and controls
99 lines (69 loc) · 5.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ben Johnson - Web Developer and Composer</title>
<!--CSS-->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-8" "col-md-9" "col-lg-6">
<div class="story">
<h1>Here's the story.</h1>
<p>Hello, my name is Ben Johnson. I'm a software engineer and composer from Austin, TX. This is the story of how I got here.</p>
<p>Not so long ago, I studied English and music (with a little business too) at The University of Texas at Austin. Near the end of my time there, I came to believe that my future was tied up with the Internet (though I wasn't sure how).</p>
<p>I took a risk and pursued a career as an independent musician, focusing my efforts online. I spent a year writing, recording, and producing piano music, ending up with somewhere around 200 tracks, around 50 of which I finished, in the form of <a href="https://itunes.apple.com/us/artist/ben-johnson-music-factory/id654854880" target="_blank">4 albums</a>.</p>
<p>I had some small success. My album inspired by Austin (a city that I came to love during college) somehow ended up <a href="http://kut.org/post/dogs-trains-and-piano-how-austin-sounds-inspired-new-album" target="_blank">on the radio</a>. Later, I did a similar but more ambitious project in <a href="https://www.kickstarter.com/projects/1348310034/the-alaska-recordings" target="_blank">Alaska</a>.</p>
<p>But overall it wasn't working. I was making a little money, but not enough. In my Internet travels, though, I had found some strange people called "developers" who knew how to work with the raw building blocks of the Internet, and I was curious to know more about that.</p>
<p>I started to learn some basic HTML and CSS and I LOVED it. Everything made so much sense to me. Even though my passions are music and writing, I've always been better at math and science, and that part of me loved the organization.</p>
<p>Then I read <a href="http://blog.dianakimball.com/tagged/coding" target="_blank">Diana Kimball</a> writing about how coding was not only methodical and challenging but also creative and fun. She even called it a "liberal art," and I think that's when I really got it. Web Development combines what I'm naturally good at (math and science) with what I love the most (creating).</p>
<p>This was all coming together about the same time I was putting the finishing touches on my Alaska album, and soon I was fully devoted to learning web development. </p>
<p>I spent that summer reading books, watching tutorials, writing code, making websites, going to meetups in Austin, and asking questions. In short, I learned a great deal.</p>
<p>Here's a list of some of the things I learned about: HTML, CSS, Javascript, jQuery, SASS, Grunt, PHP, Wordpress, Bootstrap, Angular, Ember, Terminal, Git, GitHub, AJAX, JSON, Node, NPM.</p>
<p>After learning more and more about web development as an intern/apprentice/padawan at <a href="http://www.thekompanee.com/" target="_blank">The Kompanee</a>, a small web consulting firm in downtown Austin, I spent 66 hours a week for 12 weeks coding at <a href="http://www.makersquare.com/" target="_blank">MakerSquare</a>.</p>
<p>Now I'm looking for a team to join full-time. I would bring to a team not only my technical skills, but also a demonstrated passion for coding, a meticulous Git workflow, a humble attitude that is ready to listen and learn, a sharp mind that can pick up new ideas quickly, and a desire to see others succeed.</p>
<p>I love to meet other humans! Send me an <a href="mailto:ben@bjmfactory.com" target="_blank">email</a> or find me on <a href="https://github.com/bjmfactory" target="_blank">Github</a> or <a href="https://twitter.com/bjmfactory" target="_blank">Twitter</a>.</p>
<p>There are other things we can talk about besides web development: piano nocturnes, Glacier National Park, getting up early, Bob Dylan, etc.</p>
</div>
</div>
<div class="col-sm-4" "col-md-3" "col-lg-6">
<div class="sidebar">
<div class="photo">
<a href="index.html" target="_blank"><img id="ben" src="img/ben.jpg" alt="Ben Johnson (bjmfactory)" height="200px" widgth="200px"></a>
</div>
<div class="panel">
<h3>Menu</h3>
<ul>
<li><a href="index.html" target="_blank">Home</a></li>
<li><a href="work.html" target="_blank">Work</a></li>
<li><a href="about.html" target="_blank">About</a></li>
</ul>
</div>
<div class="panel">
<h3>Connect</h3>
<ul>
<li><a href="https://github.com/bjmfactory" target="_blank">GitHub</a></li>
<li><a href="mailto:ben@bjmfactory.com" target="_blank">Email</a></li>
<li><a href="https://twitter.com/bjmfactory" target="_blank">Twitter</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12" "col-md-12" "col-lg-12">
<div class="footer">
<p>Made with LOVE in Austin, TX</p>
</div>
</div>
</div>
</div>
<!--JS
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="scripts.js"></script>
-->
</body>
</html>