-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
97 lines (95 loc) · 5.2 KB
/
about.html
File metadata and controls
97 lines (95 loc) · 5.2 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About Project Make It</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/site.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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-30850899-5', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<header>
<h1 class="logo-text">Project Make It</h1>
<nav>
<ul>
<li>
<a href="#">Who we are</a>
</li>
<li>
<a href="#">What we do</a>
</li>
<li>
<a href="#">Request quote</a>
</li>
</ul>
</nav>
</header>
<div id="content">
<div id="masthead">
<picture>
<img src="img/PMI_v07_medium.png" width="98" height"131"/>
</picture>
<div id="masthead-text">
<p>
<span class="logo-text"><span>Project Make It</span> LLC</span> is a color rabbit boysenberry pistachio origami tetsu glue corroborate intrasigent unicorn brow gnash pseudoscience foodie Atkins-drone misinformation crusher underlies button.
</p>
<p>Additonal filler text provided by <em>Codesy</em>, the only project you need when you want nothing to be finished! <em>Codesy</em> — making code for no purpose since discovering the whole product idea was doomed!</p>
</div>
</div>
<div id="biogs">
<div class="biog" id="biog-Brendan">
<div class="biog-nameplate">
<h3><span>Brendan</span><br/> T. Hill</h3>
<picture>
<img src="bio_portrait_Brendan.png"/>
</picture>
</div>
<ul class="biog-bullets">
<li>Bullet point A</li>
<li>Bullet point B</li>
</ul>
<blockquote>I do business and design. I earned my Business Administration degree from the Walton College of Business at the University of Arkansas, was a Product Manager at the international-level of a multinational business software company, and am currently under a non-disclosure agreement from a search giant (don't get excited; I just did marketing. After a tour contracting in Afghanistan (again, don't get excited; I just did IT), family led to me being in Tulsa! One of the great things about my life being such an adventure in recent years is that I can offer a broad base of understanding about problems and also how to work with different people that I don't think many others could put in context.</blockquote>
</div>
<div class="biog" id="biog-Blixa">
<div class="biog-nameplate">
<picture>
<img src="bio_portrait_Brendan.png"/>
</picture>
<h3><span>Blixa</span><br/> Morgan</h3>
</div>
<ul class="biog-bullets">
<li>Bullet point 1</li>
<li>Bullet point 2</li>
</ul>
<blockquote>Blixa is the programmer, and a quick study of most everything else. Writing, though, is not one of those things; so his "about" section is in the third-person. Blixa started coding applications (in javascript) 12 years ago, because it was fun! Like certain other techie people, Blixa tried college but didn't like it; he learned faster exploring the bleeding edge driven by his own curiousity. Before co-founding Project Make It, he created the mobile app for Tokyo in Tulsa and made webpages for a few clients.</blockquote>
</div>
</div>
<div id="principles">
<h2>Our Principles</h2>
<blockquote>
Our tagline <span>"Modern. Simple. Done."</span> hits the high notes of what we deliver. But let's spell it out some more.
</blockquote>
<ul>
<li><h3>Modern</h3> — We make web apps, mostly. Applications used to live on one machine as a copy of what the makers had already done some time ago, and keeping up-to-date with the makers' work was a chore. Web apps are always the latest version, and over 90% of the time people's work requires being online. So we don't do legacy software or design for users who don't use up-to-date web browsers.</li>
<li><h3>Simple</h3> — The ideal solution is the least solution necessary to achieve what it was designed to achieve.</li>
<li><h3>Done</h3> — Working on the same problems endlessly is boring for us and frustrating for you as a client. We structure milestones to deliver a working, but simlified, version of the end goal. Building fragments of the full-blown system envisioned delivers nothing you can actually use until far down the line. We think our way is better for you and for feedback to our development process.</li>
</ul>
</div>
</div><!-- id=content -->
<footer>
Created by <a href="mailto:contact@projectmakeit?subject=MinyHooks" target="_blank">
<span class="logo-red">Project</span> <strong><span class="logo-green">Make</span> <span class="logo-blue">It</span></strong>
<img src="img/PMI_v09_tiny.png" class="logo-tiny" alt="logo"/>
</a>
</footer>
</div><!-- id=wrapper -->
</body>
</html>