-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (220 loc) · 13.4 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Zachary I Goldberg</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato|Old+Standard+TT" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="./css/main.css" />
<link rel="icon" type="image/png" href="./assets/img/Creative-Tail-Animal-penguin.svg.png"/>
</head>
<body>
<!-- Navigation -->
<div class="row" id ="headerrowcenter">
<div class="col-md-8 col-lg-12" id="nametag">
<img class="profile" src="./assets/img/SAC_0207_edited3 - Copy.jpg">
<h1>Zachary Goldberg</h1>
<h2>.NET Developer</h2>
<br>
<a class="font" href="https://docs.google.com/document/d/1t0G5TVVwBjYpGzU4nny6TrmtjrlN_GcY0CT1pa2OKFs/edit?usp=sharing" target="blank">View My Resume</a>
<br>
<a class="font" href="#myModal" data-toggle="modal">Contact Me</a>
<br>
</div>
</div>
<br>
<br>
<!-- Contact/Center Picture-->
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Contact Me!</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<form method="POST" action="https://formspree.io/[email protected]">
<div class="form-group">
<label for="your-Name" class="col-form-label">Name:</label>
<br>
<input type= "name" name="name" Id="your-Name" width="100%">
</div>
<div class="form-group">
<label for="your-Phone-Number" class="col-form-label">Phone Number:</label>
<br>
<input type= "phone" name="phone" id="Your-Phone-Number" width="100%">
</div>
<div class="form-group">
<label for="your-E-Mail" class="col-form-label">E-mail:</label>
<br>
<input type="email" name="email" id="your-E-Mail" width="100%">
</div>
<div class="form-group">
<label for="message" class="col-form-label">Message:</label>
<br>
<textarea name="message" id="message" width="100%" height="100%"></textarea>
</div>
<button type="submit" class="close">Get in Touch</button>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class = "container">
<!-- Projects -->
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2 class="title">Projects</h2>
<img class="flip-card-image"src="./assets/img/Code Full Size.jpg" alt="Projects">
</div>
<div class="flip-card-back">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<!-- <li data-target="#carouselExampleIndicators" data-slide-to="3"></li> -->
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<a target="blank" href="https://codepen.io/ZackGold/pen/jeRRVr">
<img class="d-block w-100" src="./assets/img/Penguin.png" alt="Penguin Project">
<div class="carousel-caption d-none d-md-block carouselStyle">
<h5>When Penguins Attack</h5></a>
<p>My First Coding Project</p>
</div>
</div>
<div class="carousel-item">
<a target="blank" href="https://github.com/zackigoldberg/GoldBadgeBusinessChallenges/tree/master/07_BarbecueTracking">
<img class="d-block w-100" src="./assets/img/Challenge.png" alt="Party Expenses">
<div class="carousel-caption d-none d-md-block carouselStyle">
<h5>Party Expense Tracking</h5></a>
<p class="carousel">A business challenge utilizing C#</p>
</div>
</div>
<div class="carousel-item">
<a target="blank" href="https://inventweb20181213103359.azurewebsites.net/">
<img class="d-block w-100" src="./assets/img/inVent.png" alt="inVent">
<div class="carousel-caption d-none d-md-block carouselStyle">
<h5>inVent</h5></a>
<p>ASP.NET based inventory tracking application</p>
</div>
</div>
<!-- <div class="carousel-item">
<a><img class="d-block w-100" src=".../800x400?auto=yes&bg=777&fg=555&text=First slide" alt="TBA"></a>
<div class="carousel-caption d-none d-md-block">
<h5>TBA</h5>
<p>A Unity Project I completed over winter break</p>
</div>
</div> -->
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Employment -->
<div class="col-lg-6 col-md-12">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2 class="title">Employment</h2>
<img class="flip-card-image" src="./assets/img/WorkingTemp-FullSize.jpg" alt="Employment">
</div>
<div class="flip-card-back" id="employment">
<h3 style="text-align: center">Employment</h3>
<h5>Uncommon Coffee Roasters--Account Manager</h5>
<h6>Douglas, MI, July 2014-October 2018</h6>
<ul>
<li><strong>Run equipment program.</strong> Source, purchase, and inventory La Marzocco, Bunn-o-matic, and other brands of coffee brewing and grinding equipment.</li>
<li><strong>Implement successful new products.</strong> Design, source components, and create new product offerings utilizing multiple different vendors.</li>
<li><strong>Consult for turnkey coffee shop setups.</strong> Bring in and execute five-figure deals to set up new roaster client’s operations with machine specs, layout, SOPs, installation, and barista training.</li>
<li><strong>Manage & grow happy customer base.</strong> Manage 200+ wholesale accounts adding 40 new customers over the last two years.</li>
<li><strong>Barista and management training.</strong> Train 200+ different baristas, managers, and owners in essential job duties, including product knowledge, customer service, machine operations, inventory, and management training.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Education -->
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2 class="title">Education</h2>
<img class="flip-card-image" src="./assets/img/Library-fullsize.jpg" alt="Education">
</div>
<div class="flip-card-back">
<h3 style="text-align: center">Education</h3>
<hr>
<h3>Eleven-Fifty Academy</h3>
<h5>.Net Development Program October 2018 - Present</h5>
<ul>
<li>12-Week Coding Bootcamp</li>
<li>Languages studied: C#, ASP.NET, CSS, HTML, Bootstrap, Javascript</li>
</ul>
<h3>Wabash College</h3>
<h5>Bachelor of Arts August 2010 - June 2014</h5>
<ul>
<li>Double Major: Music and History</li>
<li>GPA: 3.32/4.0</li>
</ul>
</div>
</div>
</div>
</div>
<!-- About -->
<div class="col-md-6">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h2 class="title">About</h2>
<img class="flip-card-image" src="./assets/img/PenguinCrossing-FullSize.jpg" alt="About">
</div>
<div class="flip-card-back" >
<h3 style="text-align: center">About</h3>
<hr>
<p>I am a 26 year-old transplant from Michigan looking to start a career in software development in Indiana.</p>
<p>My hobbies include: learning new skills, singing, traveling, playing games, and visiting the penguins at the Indianapolis zoo.</p>
<p>My past experiences have taught me the value of flexibility, leadership, and troubleshooting while instilling in me a strong desire to grow personally and professionally.</p>
<div class="icons">
<a href="https://github.com/zackigoldberg/" target="blank"><img class="social" src="./assets/img/50pxGithub.png"></a>
<a href="https://www.linkedin.com/in/zackigoldberg/" target="blank"><img class="social" src="./assets/img/LinkedinButtonFullsize.jpg"></a>
</div>
<!-- <img src="assets/img/SAC_0207_edited3 - Copy.jpg"> -->
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<!-- Footer -->
<footer>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="./js/main.js"></script>
</body>
</html>