-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (117 loc) · 4.34 KB
/
index.html
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
layout: default
salutation: true
topic: ""
body_class: "home"
lang: en
---
<!-- h-entry microformat used: http://microformats.org/wiki/h-entry -->
<article class="content h-entry">
<div class="layout-2col post-content">
<section class="col intro">
<p class="salutation">Hey y’all,</p>
<p class="p-summary">
I am Bradford Fults, a thinker, leader, and friend living deep in the
heart of Texas, in the city of Austin. I enjoy reading, watching movies,
looking at houses, eating tacos, and drinking coffee, whiskey and
red wine.
</p>
<p>
I live my life and choose my actions according to <em>principles</em> of
my own assembly. Many people derive their principles from religion or
social institutions, or they live in a more reactive manner, focused on
immediacy instead of tying their actions into an overall framework. I find
that my principles work well for me, and am always delighted to find those
who are also attempting to live by thoughtful principles of
their own.
</p>
</section>
<section class="col principles">
<h2>Bradford’s Principles</h3>
<spicy-sections>
<h3 class="quality">Quality</h3>
<p>
As a first principle, <em>quality</em> guides me toward performing the
best version of every role I fill. Whether in work, relationships,
recreation, or charity, I aim to pursue them with as much quality as
possible. Not because of any particular desired end result, but because I
value quality in the process itself—quality as a craft, a practice, and a
discipline. I should always be improving how I think and how I act.
</p>
<h3 class="liberty">Liberty</h3>
<p>
A principle to remind me that everything is affected by the relative
distribution of power, and that how we as people use that power is
important. From the beginning of civilization there have been only a few
who hold power in most any given group of people. I believe it is my duty
to embrace and extend <em>liberty</em> to as many people as possible,
evening out the power distribution.
</p>
<h3 class="perspective">Perspective</h3>
<p>
Forming the background for everything else, <em>perspective</em>
reminds me that every single person has a unique perspective, made up
of their own experiences, and possibly principles. I’ll never have the
full picture of any situation, and I should listen, think and act with
the care and knowledge that come from being one part of a greater
whole.
</p>
</spicy-sections>
</section>
</div>
<div class="layout-2col post-content">
<section class="col">
<h2><a href="/business/">Business</a></h2>
<p>
I write about being a manager, an organizational leader, a software
engineer and many things between.
</p>
<p class="read-on"><a href="/business/">Read on</a></p>
</section>
<section class="col">
<h2><a href="/personal/">Personal</a></h2>
<p>
I write about being an eccentric and thoughtful citizen, living and
opining in my own particular ways.
</p>
<p class="read-on"><a href="/personal/">Read on</a></p>
</section>
</div>
</article>
<ul class="social-links">
<li>
<a href="https://github.com/h3h" rel="me" target="_blank">
{% include img/github.svg %}
</a>
</li>
<li>
<a href="https://atx.pub/@h3h" rel="me" target="_blank">
{% include img/mastodon.svg %}
</a>
</li>
<li>
<a href="https://www.google.com/maps/contrib/101441907155503620906/reviews" rel="me" target="_blank">
{% include img/map.svg %}
</a>
</li>
<li>
<a href="https://medium.com/@h3h" rel="me" target="_blank">
{% include img/medium.svg %}
</a>
</li>
<li>
<a href="https://linkedin.com/in/bradfordfults" rel="me" target="_blank">
{% include img/linkedin.svg %}
</a>
</li>
<li>
<a href="https://instagram.com/h3h/" rel="me" target="_blank">
{% include img/instagram.svg %}
</a>
</li>
<li>
<a href="https://threads.net/@h3h" rel="me" target="_blank">
{% include img/threads.svg %}
</a>
</li>
</ul>