-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
173 lines (162 loc) · 5.76 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scott Wattenbarger</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container">
<div class="left_Side">
<div class="profileText">
<div class="imgBx">
<img src="scott.jpg">
</div>
<h2>Scott Wattenbarger<br><span>Web Developer</span></h2>
</div>
<div class="contactInfo">
<h3 class="title">Contact Info</h3>
<ul>
<li>
<span class="icon"><i class="fa fa-mobile" aria-hidden="true"></i></span>
<span class="text"><a href="tel:661-314-6690" class="link">+1 661 717 2536</a></span>
</li>
<li>
<span class="icon"><i class="fa fa-envelope-o" aria-hidden="true"></i></span>
<span class="text"><a href="mailto:[email protected]?" class="link" target="_blank" subject="subject text">[email protected]</a></span>
</li>
<li>
<span class="icon"><i class="fa fa-user-o" aria-hidden="true"></i></span>
<span class="text"><a href="https://scottwatt.github.io/Portfolio/">Portfolio</a></span>
</li>
<li>
<span class="icon"><i class="fa fa-linkedin" aria-hidden="true"></i></span>
<span class="text"><a href="https://www.linkedin.com/in/scott-wattenbarger-057652123/" class="link" target="_blank">Linkedin</a></span>
</li>
<li>
<span class="icon"><i class="fa fa-globe" aria-hidden="true"></i></span>
<span class="text"><a href="https://www.google.com/maps/place/511+Woolrich+Bay+Dr,+Bakersfield,+CA+93307/@35.28555,-118.998206,17z/data=!3m1!4b1!4m5!3m4!1s0x80ea14d814fa0f6d:0xcd31dc02763d24f4!8m2!3d35.28555!4d-118.998206511" class="link" target="_blank">Woolrich Bay Dr, Bakersfield, Ca, 93307</a></span>
</li>
</ul>
</div>
<div class="contactInfo education">
<h3 class="title">Education</h3>
<ul>
<li>
<h5>2022-Current</h5>
<h4>Certification</h4>
<h4 class="school">Berkley Coding Bootcammp</h4>
</li>
<li>
<h5>2012-2014</h5>
<h4>Associates Degree</h4>
<h4 class="school">Bakersfield College</h4>
</li>
</ul>
</div>
<div class="contactInfo languages">
<h3 class="title">Languages</h3>
<ul>
<li>
<span class="text">English</span>
<span class="percent">
<div style="width: 100%;"></div>
</span>
</li>
<li>
<span class="text">Spanish</span>
<span class="percent">
<div style="width: 50%;"></div>
</span>
</li>
</ul>
</div>
</div>
<div class="right_Side">
<div class="about">
<h2 class="title2">About Me</h2>
<p>I am currently a Job Coach for adults with disabilites. I have a strong passion for coding and dedicate most of my free time learning more about it.
My hunger for knowledge and determination to turn information into action has contributed to most of my success at New Option, where I created multiple procedures that multiple departments follow.
Meanwhile, I vastly improved the productivity of my team by implementing strategic project management methods and ensuring a work-life balance of my department.
</p>
</div>
<div class="about">
<h2 class="title2">Experience</h2>
<div class="box">
<div class="year_company">
<h5>2019-present</h5>
<h5>New Options</h5>
</div>
<div class="text">
<h4>Job Coach</h4>
<p>Create and mantain jobs for adults with disabilites. Developing the abilities of the disable to incorporate them into everyday society.</p>
</div>
</div>
<div class="box">
<div class="year_company">
<h5>2018-2019</h5>
<h5>Anderson Group International</h5>
</div>
<div class="text">
<h4>Evaluator</h4>
<p>On a trusted team to report important financial information and evaluated damage after natural disasters for insurance claims. A part of the reconstruction of over 20 La Quinta Hotels.</p>
</div>
</div>
<div class="box">
<div class="year_company">
<h5>2014-2018</h5>
<h5>Business Builders</h5>
</div>
<div class="text">
<h4>Job Coach</h4>
<p>Create and mantain jobs for adults with disabilites. Developed a financial business system that was used by multiple other businesses. Head of creating and running a successful fundraiser with over 400 people.</p>
</div>
</div>
</div>
<div class="about skills">
<h2 class="title2">Professional Skills</h2>
<div class="box">
<h4>HTML</h4>
<div class="percent">
<div style="width: 85%"></div>
</div>
</div>
<div class="box">
<h4>CSS</h4>
<div class="percent">
<div style="width: 80%"></div>
</div>
</div>
<div class="box">
<h4>Javascript</h4>
<div class="percent">
<div style="width: 93%"></div>
</div>
</div>
<div class="box">
<h4>MYSQL</h4>
<div class="percent">
<div style="width: 80%"></div>
</div>
</div>
<div class="box">
<h4>PHP</h4>
<div class="percent">
<div style="width: 35%"></div>
</div>
</div>
</div>
<div class="about interest">
<h2 class="title2">Interests</h2>
<ul>
<li><i class="fa fa-gamepad" aria-hidden="true"></i>Gaming</li>
<li><i class="fa fa-film" aria-hidden="true"></i>Movies</li>
<li><i class="fa fa-music" aria-hidden="true"></i>Music</li>
<li><i class="fa fa-laptop" aria-hidden="true"></i>Programming</li>
</ul>
</div>
</div>
</div>
</body>
</html>