-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
103 lines (99 loc) · 5.63 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Christopher Robison</title>
<link rel="canonical" href="https://cdr2.com/crblog/about.html" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fontawesome-free-6.4.0-web/css/all.min.css">
<link rel="stylesheet" href="assets/css/adminlte.css">
<style>
.banner-pic {
width: 300px;
float: left;
margin: 2rem 2rem 0 0 ;
}
.float-right {
margin: 2rem 0 0 2rem ;
float: right;
}
@media screen and (max-width: 600px) {
.banner-pic {
width: 100%;
}
}
</style>
</head>
<body class="hold-transition iframe-mode">
<!-- Site wrapper -->
<div class="wrapper">
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1>About Me</h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active">About Me</li>
</ol>
</div>
</div>
</div><!-- /.container-fluid -->
</section>
<!-- Main content -->
<section class="content" style="flex-direction:column;align-items:center;">
<div class="blog">
<h3>Introduction</h3>
<img src="assets/img/user2-160x160.jpg" style="float:right;filter:grayscale(1) brightness(1) ;">
<p>
Hello, my name is Christopher Robison. I am a Software Engineer and Engineering Manager with nearly two decades of experience in the tech industry. Throughout my career, I've developed a knack for leading cross-functional teams, innovating data-driven solutions, and building scalable full-stack applications for enterprises and startups alike. Over the years I've been able apply my tech skills to a variety of industries such as online finance, biotech, internet, and transportation, which has allowed me to see beyond the technology and into the bigger picture.
</p>
<h3>Background</h3>
<p>
I've earned my stripes in software engineering at leading companies like Conversant, where I served as the Mobile Team Lead for seven years. There, I honed my skills in cloud infrastructure, AWS, GCP, and other modern technologies that enable high-performance computing and data analysis. My team and I consistently pushed the boundaries of what's possible in customer engagement and set new industry benchmarks along the way, including contributing to the IAB's MRAID 2.0 standard. I cloned a cat while at Genetic Savings & Clone while building their business process automation application. I built a life-sized "box-seat-simulator" for the San Diego Padres new stadium so potential ticket buyers could see the view they would have from their seats. I have a passion for creating things.
</p>
<img src="pics/?1" class='banner-pic'><br>
<p>
But I'm not just about the code; I'm also passionate about people. Leadership and fostering a positive culture are priorities for me. I believe that a well-motivated, excellently trained team is the backbone of any successful project. And when that team is working on something as meaningful as healthcare or as transformative as real-time bidding in advertising, the sky's the limit.
</p>
<h3>Current Status</h3>
<p>
Currently based in San Francisco and working with D Harris Tours, a transportation company with a fleet of over 14 buses and over $1.5 million yearly revenue (and growing!). I am, however, always looking for exciting new opportunities that will challenge me technically and offer leadership roles. In addition to my technical pursuits, I'm a strong advocate for open dialogue and intellectual curiosity. Whether it's attending live punk rock shows or hitting the karaoke bars, I believe life should be as enriching outside of work as it is within the professional sphere.
</p>
<img src="pics/?3" class='banner-pic'><br>
<h3>Goals</h3>
<p>
I am now looking for challenging opportunities where my extensive experience, technical acumen and management capabilities can be used to bring innovative projects to the world and build and lead dynamic teams. Then maybe I'll take a nap.</p>
</div>
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="float-right d-none d-sm-block">
</div>
<strong>Copyright © 2024 <a href="https://cdr2.com/">Christopher Robison</a>.</strong> All rights reserved.
</footer>
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Control sidebar content goes here -->
</aside>
<!-- /.control-sidebar -->
</div>
<!-- ./wrapper -->
<!-- jQuery -->
<script src="assets/jquery/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/adminlte.min.js"></script>
</body>
</html>