-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbio.html
121 lines (97 loc) · 5.54 KB
/
bio.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
120
121
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="twitter:creator" content="@winterdotc" />
<meta name="api_csrf" content="1.1597360535.0f19542bb3465a12c86ff46ea3fb38f4">
<link rel="icon" href="">
<!-- <link rel="stylesheet" href="https://wietse.com/static/css/main-dist.css"> -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<base href="https://tuc01108.github.io/" />
<link rel="shortcut icon" type="image/x-icon" href="">
<!-- <script src="https://wietse.com/static/js/scripts.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
</head>
<body class="" role="document">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<br />
<div class="container-fluid">
<div class="row">
<div class="col-4 col-md-2">
<div class="card mb-3">
<a href="/">
<img class="card-img-top" src="" alt="Thomas" /></a>
<div class="card-body">
<p class="card-text text-center">
<b>Thomas Winter</b>
</p>
</div>
<div class="text-center mb-3">
<a href="/index">Main Page <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-8 col-md-9">
<div class="row">
<div class="col-12">
<h1>Bio</h1>
<br />
<p>
I am a dedicated full-stack Java developer specializing in microservices, SpringBoot, Angular, and AWS. My journey into programming began in 2005, sparked by an interest in networking through video games, and has evolved into a deep passion for software development. Growing up in Philadelphia, I honed a love for challenges that involve pattern recognition and optimizing system efficiencies.
</p>
Before transitioning into tech, I served as a Production Manager for major television networks, where I gained extensive experience in real-time problem-solving and leading teams of 50+ professionals. This background has equipped me with strong leadership skills and the ability to manage complex projects under tight deadlines. My training has also enhanced my ability to communicate technical concepts clearly and effectively, both in presentations and in collaborative settings.
</p>
I am continuously fascinated by the multitude of ways to approach and solve technical challenges, and I deeply value the collaborative process of working through problems with my peers. Each project is an opportunity to learn and grow, and I find great fulfillment in contributing to innovative solutions alongside my colleagues.
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<hr class="mt-5" />
<h5>Misc.</h5>
<div class="row">
<div class="col-12 col-md-6">
<small>
<h6>Hobbies & Interests (work related)</h6>
<ul>
<li>Web Development</li>
<li>Data Structures</li>
</ul>
</small>
</div>
<div class="col-12 col-md-6">
<small>
<h6>Hobbies & Interests</h6>
<ul>
<li>Hikes</li>
<li>Working Out</li>
<li>Reading</li>
<li>Chess</li>
</ul>
</small>
</div>
</div>
</div>
</div>
</div>
</div>
<br />
<br />
</div>
</body>
</html>