-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
132 lines (119 loc) · 5.72 KB
/
about.html
File metadata and controls
132 lines (119 loc) · 5.72 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-180819428-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-180819428-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Crowley Software</title>
<meta name="description" content="Freelance software development">
<meta name="keywords" content="Power Platform, Power Automation, Flow, PowerApps, Teams">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Crowley Software">
<meta property="og:description" content="Freelance development, PowerPlatform, Azure">
<meta property="og:image" content="https://crowley.software/image/oglogo.png">
<meta property="og:url" content="https://crowley.software">
<meta name="og:type" content="summary_large_image">
<link rel="stylesheet" href="./css/bulma.min.css">
<link rel="stylesheet" href="./css/site.css">
<link rel="apple-touch-icon" sizes="180x180" href="./image/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./image/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./image/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<div class="navbar-start">
<a class="navbar-item" href="./index.html">
Home
</a>
</div>
</div>
<hr class="navbar-divider">
<div class="navbar-end">
<div class="navbar-item">
<div class="navbar-buttons">
<a class="navbar-item button is-primary" target="_blank"
href="https://teams.microsoft.com/l/chat/0/0?users=bob@crowley.software">
Contact me on Teams
</a>
</div>
</div>
<!-- <div class="pad-left pad-top pad-bottom">
</div> -->
<div class="navbar-item">
<figure class="image is-24x24">
<a href="https://twitter.com/contrivedex" target="_blank">
<img src="./image/Twitter_Social_Icon_Circle_Color.svg" alt="twitter" />
</a>
</figure>
</div>
</div>
</nav>
<section class="hero pushdown">
<div class="hero-body brand-bkgrnd">
<div class="container container has-text-centered">
<div class="profile"></div>
<div>Bob Crowley, founder Crowley Software LLC
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">Developer</h1>
<h2 class="subtitle">
Over 16 years of professional software development experience, mostly on the Microsoft stack. Crowley
Software specializes in Power Platform
development but the ecosystem is broad and varied. With extensive (and certified) experience in
Microft Azure and on premise business software, we are positioned to bring valuable
business solutions to your organization. Take a look at my LinkedIn profile to get an idea
of my experience and interests.
</h2>
<figure class="image is-128x128">
<a href="https://www.linkedin.com/in/contrivedexample" target="_blank" />
<img src="./image/LI-In-Bug.png" alt="Linked In Profile">
</a>
</figure>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">Presenter</h1>
<h2 class="subtitle">
In 2016 I applied to be a speaker at Vermont Code Camp where I was honored to be accepted.
The experience had a profound impact and I have been an avid presenter ever since at venues
ranging from local meetups up to national conferences. In late 2020 I took another step in
community involvement by serving on the organizational committee for Granite State Code Camp, for
which I also built a cyber-security challenge for attendees to participate in during the lead
up to the live event. Please take a look at my presenter profile to get a sense of where I
have been and the types of topics I have presented.
</h2>
<a href="https://sessionize.com/bob-crowley/" target="_blank">
<img src="https://sessionize.com/landing/images/brand/logo/sessionize-logo-vertical.svg"
role="presentation" />
</a>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>Crowley Software LLC</strong> © copyright 2023
</p>
</div>
</footer>
</body>
</html>